slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
18.85k stars 702 forks source link

"wait timeout" error when i slim nginx image #305

Open prcuzz opened 2 years ago

prcuzz commented 2 years ago

I'm having the following problem while shrinking nginx images with docker slim. I'm not sure if I'm doing it correctly and hope I can get an answer in this issue. Thanks! My environment: Ubuntu 21.04 VMware virtual machine

>>> build --target nginx:latest --http-probe true
docker-slim: message='join the Gitter channel to ask questions or to share your feedback' info='https://gitter.im/docker-slim/community'
docker-slim: message='join the Discord server to ask questions or to share your feedback' info='https://discord.gg/9tDyxYS'
docker-slim: message='Github discussions' info='https://github.com/docker-slim/docker-slim/discussions'
cmd=build info=param.http.probe message='using default probe'
cmd=build state=started
cmd=build info=params target.type='image' target='nginx:latest' continue.mode='probe' rt.as.user='true' keep.perms='true' tags=''
cmd=build state=image.inspection.start
cmd=build info=image size.human='142 MB' id='sha256:f2f70adc5d89aa922836e9cc6801980a12a7ff9012446cc6edf52ef8798a67bd' size.bytes='141523072'
cmd=build info=image.stack index='0' name='nginx:latest' id='sha256:f2f70adc5d89aa922836e9cc6801980a12a7ff9012446cc6edf52ef8798a67bd'
cmd=build info=image.exposed_ports list='80'
cmd=build state=image.inspection.done
cmd=build state=container.inspection.start
cmd=build info=container status='created' name='dockerslimk_20108_20220329014545' id='90a147e3615bcde72dac825e293bd88a250054cf869def19a6b9b861b65f5b23'
cmd=build info=container status='running' name='dockerslimk_20108_20220329014545' id='90a147e3615bcde72dac825e293bd88a250054cf869def19a6b9b861b65f5b23'
cmd=build info=container message='obtained IP address' ip='172.17.0.2'
time="2022-03-29T09:46:08+08:00" level=error msg="channel.Client.Read: read error (read tcp 127.0.0.1:35068->127.0.0.1:49173: read: connection reset by peer), exiting..."
time="2022-03-29T09:46:08+08:00" level=error msg="channel.NewCommandClient: channel verify error = read tcp 127.0.0.1:35068->127.0.0.1:49173: read: connection reset by peer"
time="2022-03-29T09:46:34+08:00" level=error msg="channel.Client.Read: read error (read tcp 127.0.0.1:35076->127.0.0.1:49173: read: connection reset by peer), exiting..."
time="2022-03-29T09:46:34+08:00" level=error msg="channel.NewCommandClient: channel verify error = read tcp 127.0.0.1:35076->127.0.0.1:49173: read: connection reset by peer"
time="2022-03-29T09:47:00+08:00" level=error msg="channel.Client.Read: read error (read tcp 127.0.0.1:35084->127.0.0.1:49173: read: connection reset by peer), exiting..."
time="2022-03-29T09:47:00+08:00" level=error msg="channel.NewCommandClient: channel verify error = read tcp 127.0.0.1:35084->127.0.0.1:49173: read: connection reset by peer"
time="2022-03-29T09:47:05+08:00" level=error msg="ipc.NewClient init error = wait timeout"
cmd=build info=report file='slim.report.json'
time="2022-03-29T09:47:05+08:00" level=fatal msg="docker-slim: failure" error="wait timeout" stack="goroutine 1 [running]:\nruntime/debug.Stack(0xc000274b20, 0xf658f4, 0xc00033c360)\n\truntime/debug/stack.go:24 +0x9f\ngithub.com/docker-slim/docker-slim/pkg/util/errutil.FailOn(0x10cb3c0, 0xc0002f9450)\n\tgithub.com/docker-slim/docker-slim/pkg/util/errutil/errutil.go:28 +0x54\ngithub.com/docker-slim/docker-slim/pkg/app.(*ExecutionContext).FailOn(0xc0000bb160, 0x10cb3c0, 0xc0002f9450)\n\tgithub.com/docker-slim/docker-slim/pkg/app/execontext.go:49 +0x3a\ngithub.com/docker-slim/docker-slim/pkg/app/master/commands/build.OnCommand(0xc0000bb160, 0xc00050c080, 0xc0000364c0, 0xc, 0x0, 0x0, 0x1748a78, 0x0, 0x0, 0x0, ...)\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/commands/build/handler.go:1061 +0x3175\ngithub.com/docker-slim/docker-slim/pkg/app/master/commands/build.glob..func1(0xc0002a1100, 0x86, 0x130)\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/commands/build/cli.go:662 +0x3688\ngithub.com/urfave/cli/v2.(*Command).Run(0x16dee00, 0xc0000b0ec0, 0x0, 0x0)\n\tgithub.com/urfave/cli/v2@v2.3.0/command.go:163 +0x4ed\ngithub.com/urfave/cli/v2.(*App).RunContext(0xc000032340, 0x10e2d20, 0xc0000aa010, 0xc0000ae720, 0x6, 0x6, 0x0, 0x0)\n\tgithub.com/urfave/cli/v2@v2.3.0/app.go:313 +0x81f\ngithub.com/urfave/cli/v2.(*App).Run(...)\n\tgithub.com/urfave/cli/v2@v2.3.0/app.go:224\ngithub.com/docker-slim/docker-slim/pkg/app/master/commands.(*InteractiveApp).execute(0xc00019e0f0, 0xc00003f9e0, 0x2e)\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/commands/cliprompt.go:101 +0x3c5\ngithub.com/c-bata/go-prompt.(*Prompt).Run(0xc00050df80)\n\tgithub.com/c-bata/go-prompt@v0.2.3/prompt.go:85 +0x838\ngithub.com/docker-slim/docker-slim/pkg/app/master/commands.(*InteractiveApp).Run(...)\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/commands/cliprompt.go:187\ngithub.com/docker-slim/docker-slim/pkg/app/master.newCLI.func4(0xc0000b0c80, 0xc0005bb500, 0x0)\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/cli.go:172 +0x79\ngithub.com/urfave/cli/v2.(*App).RunContext(0xc000032340, 0x10e2d20, 0xc0000aa010, 0xc000096190, 0x1, 0x1, 0x0, 0x0)\n\tgithub.com/urfave/cli/v2@v2.3.0/app.go:322 +0x70d\ngithub.com/urfave/cli/v2.(*App).Run(...)\n\tgithub.com/urfave/cli/v2@v2.3.0/app.go:224\ngithub.com/docker-slim/docker-slim/pkg/app/master.Run()\n\tgithub.com/docker-slim/docker-slim/pkg/app/master/app.go:15 +0x6c\nmain.main()\n\tgithub.com/docker-slim/docker-slim/cmd/docker-slim/main.go:15 +0x54\n" version="linux|Transformer|1.37.5|86fbd29ab3549fa564e87e4770178480cb0542d3|2022-03-21_06:10:20AM"
kcq commented 2 years ago

@prcuzz thank you for creating the issue! The main app is not able to communicate with the sensor. Next step is to figure out why it's happening.

First, can you double check if you have the sensor binary where you have the main docker-slim binary. Can you also check the binary permissions. By the way, where did you put the docker-slim binaries?

Second, run docker ps to see if the temporary container docker-slim created is still there. The names for those containers start with dockerslimk_ by default. Take a look at the logs for that container with docker logs CONTAINER_NAME_HERE. Do you mind sharing what you get there.

The next step is to run docker-slim with tracing enabled: docker-slim --log-level trace build --show-clogs --target nginx:latest

prcuzz commented 2 years ago

@kcq Thank you for answering me so quickly! I checked the issues: 1. I ran docker-slim with root privileges, and the root user has rwx privileges; 2. I put both docker-slim and docker-slim-sensor in the /usr/local/bin/ folder, according to the readme.

➜  test whereis docker-slim
docker-slim: /usr/local/bin/docker-slim
➜  test whereis docker-slim-sensor 
docker-slim-sensor: /usr/local/bin/docker-slim-sensor

3.

➜  test sudo docker ps -a
CONTAINER ID   IMAGE                           COMMAND                  CREATED        STATUS                    PORTS                                       NAMES
318ae3792350   busybox:latest                  "/opt/dockerslim/bin…"   24 hours ago   Exited (0) 23 hours ago                                               dockerslimk_20690_20220329020542
90a147e3615b   nginx:latest                    "/opt/dockerslim/bin…"   24 hours ago   Exited (0) 23 hours ago                                               dockerslimk_20108_20220329014545
6a6af8c7c709   python                          "python3"                41 hours ago   Exited (0) 41 hours ago                                               confident_kilby
abc956e6b00c   anchore/anchore-engine:v1.0.0   "/docker-entrypoint.…"   8 days ago     Exited (255) 7 days ago   8228/tcp                                    zzc_analyzer_1
aacd4a8d1c2e   anchore/anchore-engine:v1.0.0   "/docker-entrypoint.…"   8 days ago     Exited (255) 7 days ago   8228/tcp                                    zzc_policy-engine_1
6c3e1779afe2   anchore/anchore-engine:v1.0.0   "/docker-entrypoint.…"   8 days ago     Exited (255) 7 days ago   0.0.0.0:8228->8228/tcp, :::8228->8228/tcp   zzc_api_1
0681088ae36c   anchore/anchore-engine:v1.0.0   "/docker-entrypoint.…"   8 days ago     Exited (255) 7 days ago   8228/tcp                                    zzc_queue_1
d371925a3071   anchore/anchore-engine:v1.0.0   "/docker-entrypoint.…"   8 days ago     Exited (255) 7 days ago   8228/tcp                                    zzc_catalog_1
398251c64247   postgres:9                      "docker-entrypoint.s…"   8 days ago     Exited (255) 7 days ago   5432/tcp                                    zzc_db_1
3194a16f9c67   ubuntu                          "/opt/dockerslim/bin…"   8 days ago     Exited (137) 8 days ago                                               dockerslimk_2966_20220321123952
58168d3e7cd7   ubuntu                          "/opt/dockerslim/bin…"   8 days ago     Exited (137) 8 days ago                                               dockerslimk_4531_20220321123734

Command "sudo docker logs dockerslimk_20108_20220329014545" has NO output

4. When I checked to the last step and ran "docker-slim --log-level trace build --show-clogs --target nginx:latest", it actually worked. I tried many times before creating this issue and it failed. I don't know why it suddenly worked this time, sorry I can't reproduce the previous error and I don't have the corresponding error message to provide you. Anyway, it works fine, and I will submit here again if there is a follow-up error report.

Thank you very much for your help!

prcuzz commented 2 years ago

@kcq
Hello, I have encountered the above problem when dealing with tomcat image. I have copied the log output as follows:

docker-slim: message='join the Gitter channel to ask questions or to share your feedback' info='https://gitter.im/docker-slim/community'
docker-slim: message='join the Discord server to ask questions or to share your feedback' info='https://discord.gg/9tDyxYS'
docker-slim: message='Github discussions' info='https://github.com/docker-slim/docker-slim/discussions'
cmd=build info=param.http.probe message='using default probe' 
cmd=build state=started
cmd=build info=params rt.as.user='true' keep.perms='true' tags='' target.type='image' target='tomcat:latest' continue.mode='probe' 
cmd=build state=image.inspection.start
cmd=build info=image id='sha256:97f970b9f6d1db03eb2ebe7b9982e6466928c9d3acc36c20dc62b66b6229addc' size.bytes='679913600' size.human='680 MB' 
cmd=build info=image.stack name='tomcat:latest' id='sha256:97f970b9f6d1db03eb2ebe7b9982e6466928c9d3acc36c20dc62b66b6229addc' index='0' 
cmd=build info=image.exposed_ports list='8080' 
cmd=build state=image.inspection.done
cmd=build state=container.inspection.start
cmd=build info=container status='created' name='dockerslimk_4722_20220330085922' id='457d47c85517c477db608507135761516d90fa25c168e82f2dfb59c47390a4bc' 
cmd=build info=container status='running' name='dockerslimk_4722_20220330085922' id='457d47c85517c477db608507135761516d90fa25c168e82f2dfb59c47390a4bc' 
cmd=build info=container message='obtained IP address' ip='172.17.0.2' 
cmd=build info=cmd.startmonitor status='sent' 
cmd=build info=event.startmonitor.done status='received' 
cmd=build info=container name='dockerslimk_4722_20220330085922' id='457d47c85517c477db608507135761516d90fa25c168e82f2dfb59c47390a4bc' target.port.list='49161' target.port.info='8080/tcp => 0.0.0.0:49161' message='YOU CAN USE THESE PORTS TO INTERACT WITH THE CONTAINER' 
cmd=build state=http.probe.starting message="WAIT FOR HTTP PROBE TO FINISH" 
cmd=build info=continue.after message='no input required, execution will resume when HTTP probing is completed' mode='probe' 
cmd=build prompt='waiting for the HTTP probe to finish'
cmd=build state=http.probe.running
cmd=build info=http.probe.ports count='1' targets='49161' 
cmd=build info=http.probe.commands count='1' commands='GET /' 
cmd=build info=http.probe.call status='error' method='GET' target='http://127.0.0.1:49161/' attempt='1' error='Get "http://127.0.0.1:49161/": read tcp 127.0.0.1:55810->127.0.0.1:49161: read: connection reset by peer' time='2022-03-30T08:59:42Z' 
cmd=build info=http.probe.call status='error' method='GET' target='http://127.0.0.1:49161/' attempt='2' error='Get "http://127.0.0.1:49161/": read tcp 127.0.0.1:55814->127.0.0.1:49161: read: connection reset by peer' time='2022-03-30T08:59:50Z' 
cmd=build info=http.probe.call status='error' method='GET' target='http://127.0.0.1:49161/' attempt='3' error='Get "http://127.0.0.1:49161/": read tcp 127.0.0.1:55818->127.0.0.1:49161: read: connection reset by peer' time='2022-03-30T08:59:58Z' 
cmd=build info=http.probe.call target='http://127.0.0.1:49161/' attempt='4' error='Get "http://127.0.0.1:49161/": read tcp 127.0.0.1:55822->127.0.0.1:49161: read: connection reset by peer' time='2022-03-30T09:00:06Z' status='error' method='GET' 
cmd=build info=http.probe.call time='2022-03-30T09:00:14Z' status='error' method='GET' target='http://127.0.0.1:49161/' attempt='5' error='Get "http://127.0.0.1:49161/": read tcp 127.0.0.1:55826->127.0.0.1:49161: read: connection reset by peer' 
cmd=build info=http.probe.summary total='5' failures='5' successful='0' 
cmd=build state=http.probe.done warning=no.successful.calls 
cmd=build error=probe.error message='no.successful.calls'
docker-slim: container stdout:
docker-slim: container stderr:
time="2022-03-30T08:59:25Z" level=debug msg="sensor: uid=0 euid=0"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: privileged => false"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: active capabilities => map[string]struct {}{\"audit_control\":struct {}{}, \"audit_read\":struct {}{}, \"audit_write\":struct {}{}, \"block_suspend\":struct {}{}, \"chown\":struct {}{}, \"dac_override\":struct {}{}, \"dac_read_search\":struct {}{}, \"fowner\":struct {}{}, \"fsetid\":struct {}{}, \"ipc_lock\":struct {}{}, \"ipc_owner\":struct {}{}, \"kill\":struct {}{}, \"lease\":struct {}{}, \"linux_immutable\":struct {}{}, \"mac_admin\":struct {}{}, \"mac_override\":struct {}{}, \"mknod\":struct {}{}, \"net_admin\":struct {}{}, \"net_bind_service\":struct {}{}, \"net_broadcast\":struct {}{}, \"net_raw\":struct {}{}, \"setfcap\":struct {}{}, \"setgid\":struct {}{}, \"setpcap\":struct {}{}, \"setuid\":struct {}{}, \"sys_admin\":struct {}{}, \"sys_boot\":struct {}{}, \"sys_chroot\":struct {}{}, \"sys_module\":struct {}{}, \"sys_nice\":struct {}{}, \"sys_pacct\":struct {}{}, \"sys_ptrace\":struct {}{}, \"sys_rawio\":struct {}{}, \"sys_resource\":struct {}{}, \"sys_time\":struct {}{}, \"sys_tty_config\":struct {}{}, \"syslog\":struct {}{}, \"wake_alarm\":struct {}{}}"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: max capabilities => map[string]struct {}{\"audit_control\":struct {}{}, \"audit_read\":struct {}{}, \"audit_write\":struct {}{}, \"block_suspend\":struct {}{}, \"chown\":struct {}{}, \"dac_override\":struct {}{}, \"dac_read_search\":struct {}{}, \"fowner\":struct {}{}, \"fsetid\":struct {}{}, \"ipc_lock\":struct {}{}, \"ipc_owner\":struct {}{}, \"kill\":struct {}{}, \"lease\":struct {}{}, \"linux_immutable\":struct {}{}, \"mac_admin\":struct {}{}, \"mac_override\":struct {}{}, \"mknod\":struct {}{}, \"net_admin\":struct {}{}, \"net_bind_service\":struct {}{}, \"net_broadcast\":struct {}{}, \"net_raw\":struct {}{}, \"setfcap\":struct {}{}, \"setgid\":struct {}{}, \"setpcap\":struct {}{}, \"setuid\":struct {}{}, \"sys_admin\":struct {}{}, \"sys_boot\":struct {}{}, \"sys_chroot\":struct {}{}, \"sys_module\":struct {}{}, \"sys_nice\":struct {}{}, \"sys_pacct\":struct {}{}, \"sys_ptrace\":struct {}{}, \"sys_rawio\":struct {}{}, \"sys_resource\":struct {}{}, \"sys_time\":struct {}{}, \"sys_tty_config\":struct {}{}, \"syslog\":struct {}{}, \"wake_alarm\":struct {}{}}"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: sysinfo => system.SystemInfo{Sysname:\"Linux\", Nodename:\"457d47c85517\", Release:\"5.11.0-49-generic\", Version:\"#55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022\", Machine:\"x86_64\", Domainname:\"(none)\", OsBuild:\"\", Distro:system.DistroInfo{Name:\"Debian GNU/Linux\", Version:\"11\", DisplayName:\"Debian GNU/Linux 11 (bullseye)\"}}"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: kernel flags => map[string]string(nil)"
time="2022-03-30T08:59:25Z" level=info msg="sensor: args => []string{\"/opt/dockerslim/bin/docker-slim-sensor\", \"-log-level\", \"trace\", \"-log-format\", \"text\"}"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: cwd => \"/usr/local/tomcat\""
time="2022-03-30T08:59:25Z" level=debug msg="sensor: setting up channels..."
time="2022-03-30T08:59:25Z" level=debug msg="sensor: ipc.Server.Run()"
time="2022-03-30T08:59:25Z" level=debug msg="channel.Server.Start() - addr=0.0.0.0:65502 [time=1648630765009768143]"
time="2022-03-30T08:59:25Z" level=debug msg="channel.Server.Start() - addr=0.0.0.0:65501 [time=1648630765010171809]"
time="2022-03-30T08:59:25Z" level=info msg="sensor: waiting for commands..."
time="2022-03-30T08:59:25Z" level=debug msg="sensor: ipc.Server.Run - waiting for done signal..."
time="2022-03-30T08:59:25Z" level=debug msg="channel.Server.Start.loop()... [time=1648630765010259233]"
time="2022-03-30T08:59:25Z" level=debug msg="sensor: error collector - waiting for errors..."
time="2022-03-30T08:59:25Z" level=debug msg="channel.Server.Start.loop()... [time=1648630765010632589]"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop.Accept - new connection... [time=1648630769997504940]"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop(): new connection = 172.17.0.1:32792 -> 172.17.0.2:65501"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop(): new connection - call handler..."
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection: 172.17.0.1:32792 -> 172.17.0.2:65501"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: raw frame => '[<|]{\"tid\":\"1648630769997241899.7c4d7bbb0407d1e2\",\"type\":\"ft.control\"}[|>]\n'"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: in frame => tid=1648630769997241899.7c4d7bbb0407d1e2 type=ft.control body=''"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: 172.17.0.1:32792 -> 172.17.0.2:65501 - conn.Write wc=75 err=<nil>"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: 172.17.0.1:32792 -> 172.17.0.2:65501 - replied with frame='[<|]{\"tid\":\"1648630769997241899.7c4d7bbb0407d1e2\",\"type\":\"ft.control\"}[|>]\n'"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop.Accept - new connection... [time=1648630769998447358]"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop(): new connection = 172.17.0.1:53700 -> 172.17.0.2:65502"
time="2022-03-30T08:59:29Z" level=debug msg="channel.Server.Start.loop(): new connection - call handler..."
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: raw frame => '[<|]{\"tid\":\"1648630769998379532.c64981855ad8681d\",\"type\":\"ft.request\",\"body\":{\"name\":\"cmd.monitor.start\",\"data\":{\"rta_source_ptrace\":true,\"app_name\":\"catalina.sh\",\"app_args\":[\"run\"],\"keep_perms\":true,\"include_cert_all\":true,\"include_new\":true}}}[|>]\n'"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: in frame => tid=1648630769998379532.c64981855ad8681d type=ft.request body='{\"name\":\"cmd.monitor.start\",\"data\":{\"rta_source_ptrace\":true,\"app_name\":\"catalina.sh\",\"app_args\":[\"run\"],\"keep_perms\":true,\"include_cert_all\":true,\"include_new\":true}}'"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: 172.17.0.1:32792 -> 172.17.0.2:65501 - conn.Write wc=99 err=<nil>"
time="2022-03-30T08:59:29Z" level=debug msg="channel.CommandServer.OnConnection.worker: 172.17.0.1:32792 -> 172.17.0.2:65501 - replied with frame='[<|]{\"tid\":\"1648630769998379532.c64981855ad8681d\",\"type\":\"ft.response\",\"body\":{\"status\":\"ok\"}}[|>]\n'"
time="2022-03-30T08:59:29Z" level=debug msg="\nsensor: command => &{true catalina.sh [run]  false true map[] [] map[] map[] [] [] false true false false false false true false false false false false false false false false false []}"
time="2022-03-30T08:59:29Z" level=debug msg="sensor: 'start' monitor command (&command.StartMonitor{RTASourcePT:true, AppName:\"catalina.sh\", AppArgs:[]string{\"run\"}, AppUser:\"\", RunTargetAsUser:false, KeepPerms:true, Perms:map[string]*fsutil.AccessInfo(nil), Excludes:[]string(nil), Preserves:map[string]*fsutil.AccessInfo(nil), Includes:map[string]*fsutil.AccessInfo(nil), IncludeBins:[]string(nil), IncludeExes:[]string(nil), IncludeShell:false, IncludeCertAll:true, IncludeCertBundles:false, IncludeCertDirs:false, IncludeCertPKAll:false, IncludeCertPKDirs:false, IncludeNew:true, IncludeAppNuxtDir:false, IncludeAppNuxtBuildDir:false, IncludeAppNuxtDistDir:false, IncludeAppNuxtStaticDir:false, IncludeAppNuxtNodeModulesDir:false, IncludeAppNextDir:false, IncludeAppNextBuildDir:false, IncludeAppNextDistDir:false, IncludeAppNextStaticDir:false, IncludeAppNextNodeModulesDir:false, IncludeNodePackages:[]string(nil)})"
time="2022-03-30T08:59:29Z" level=debug msg="getCurrentPaths: skipping /dev file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /proc file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /proc file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /proc file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /proc file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=debug msg="getCurrentPaths: skipping /sys file system objects..."
time="2022-03-30T08:59:30Z" level=info msg="sensor: monitor starting..."
time="2022-03-30T08:59:30Z" level=debug msg="sensor.app.prepareEnv()"
time="2022-03-30T08:59:30Z" level=debug msg="sensor.app.prepareEnv - prep file artifacts root dir - '/opt/dockerslim/artifacts/files'"
time="2022-03-30T08:59:30Z" level=info msg="fanmon: Run"
time="2022-03-30T08:59:30Z" level=info msg="ptmon: Run"
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.Run
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.newApp
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.Run - tracing target app"
time="2022-03-30T08:59:30Z" level=debug msg="sensor: starting target app => catalina.sh []string{\"run\"}"
time="2022-03-30T08:59:30Z" level=debug msg="sensor: monitor.worker - waiting to stop monitoring..."
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - starting..."
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - starting..."
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.App.trace
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.App.start
time="2022-03-30T08:59:30Z" level=debug msg="launcher.Start(catalina.sh,[run],/usr/local/tomcat,)"
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.App.process
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 20"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file open"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /usr/local/tomcat/bin/catalina.sh"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 1"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file read"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /usr/local/tomcat/bin/catalina.sh"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 20"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file open"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /usr/bin/env"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [1] handling event {1 18 /usr/local/tomcat/bin/catalina.sh false false}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 1"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file read"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [2] handling event {2 18 /usr/local/tomcat/bin/catalina.sh true false}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /usr/bin/env"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 20"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file open"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /lib/x86_64-linux-gnu/ld-2.31.so"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [3] handling event {3 18 /usr/bin/env false false}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [4] handling event {4 18 /usr/bin/env true false}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [5] handling event {5 18 /lib/x86_64-linux-gnu/ld-2.31.so false false}"
time="2022-03-30T08:59:30Z" level=debug msg="launcher.Start: started target app --> PID=18"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 1"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file read"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /lib/x86_64-linux-gnu/ld-2.31.so"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [6] handling event {6 18 /lib/x86_64-linux-gnu/ld-2.31.so true false}"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.start: app.cmd.Wait err - stop signal: trace/breakpoint trap"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.start: Target process state info - Exited=false ExitCode=-1 SysWaitStatus=1407"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.start: Target process wait status - 1407 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignal='trace/breakpoint trap' TrapCause=0)"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.start: Process Stop Signal - code=5 enum=SIGTRAP str=trace/breakpoint trap"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.start: started target app --> PID=18 PGID=1"
time="2022-03-30T08:59:30Z" level=debug msg=ptrace.App.collect
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.collect: trace syscall mainPID=18"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptmon: pta state watcher - state => app.started"
time="2022-03-30T08:59:30Z" level=debug msg="ptmon: pta state watcher - state(started)..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=12}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {21}access('/etc/ld.so.preload') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=21}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/tls/haswell/x86_64/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/tls/haswell/x86_64') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/tls/haswell/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/tls/haswell') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/tls/x86_64/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/tls/x86_64') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/tls/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/tls') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/haswell/x86_64/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/haswell/x86_64') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/haswell/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/haswell') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/x86_64/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib/x86_64') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/usr/local/tomcat/native-jni-lib/libc.so.6') = -2"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {4}stat('/usr/local/tomcat/native-jni-lib') = 0"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=4}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 20"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file open"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /etc/ld.so.cache"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/etc/ld.so.cache') = 3"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [7] handling event {7 18 /etc/ld.so.cache false false}"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=5}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=9}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=3}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=debug msg="checkFileSyscallProcessor.OnReturn: [18] {257}openat('/lib/x86_64-linux-gnu/libc.so.6') = 3"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 20"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file open"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /lib/x86_64-linux-gnu/libc-2.31.so"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=257}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [8] handling event {8 18 /lib/x86_64-linux-gnu/libc-2.31.so false false}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - data.Mask => 1"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file read"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=0}"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: collector - file path => /lib/x86_64-linux-gnu/libc-2.31.so"
time="2022-03-30T08:59:30Z" level=debug msg="fanmon: processor - [9] handling event {9 18 /lib/x86_64-linux-gnu/libc-2.31.so true false}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=5}"
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=9}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=9}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=10}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=9}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: waiting for syscall..."
time="2022-03-30T08:59:30Z" level=debug msg="ptrace.App.process: event ==> {pid=18 cn=9}"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: wait4 -> wpid=18 wstatus=34175 (Exited=false Signaled=false Signal='signal -1' Stopped=true StopSignalInfo=(code=133/0x0085 enum='SIGTRAP|0x0080' str='trace/breakpoint trap|0x0080') TrapCause=(code=-1))"
time="2022-03-30T08:59:30Z" level=trace msg="ptrace.App.collect: trace syscall (pid=18 sig=0)"
......

There are more than a million lines, and they're all pretty much the same

kcq commented 2 years ago

@prcuzz managed to repro a similar problem with tomcat (not quite the same, but also with http probe failures). The problem might be fixed by the recent DS enhancements (it fixed my tomcat failure). Hope to have a new DS release in the next couple of days. I'll update the issue when it's out.

prcuzz commented 2 years ago

@kcq thanks! looking forward to the new version!