System-call source excerpts

Line numbers refer to the complete decompressed trace. This page includes event lines and one line of context.

Download the complete compressed trace

  925  41    1789813862.674936 read(0<pipe:[7166229]>, "", 258048) = 0  926  41    1789813862.675070 openat(AT_FDCWD</workspace>, "/dev/null", O_RDWR|O_CLOEXEC) = 3</dev/null<char 1:3>>  927  41    1789813862.675174 pipe2([4<pipe:[7167191]>, 5<pipe:[7167191]>], O_CLOEXEC) = 0 2744  43    1789813863.110549 close(3</usr/local/lib/python3.12/urllib/response.py>) = 0 2745  43    1789813863.111864 mkdir("/workspace/public", 0777) = 0 2746  43    1789813863.111985 mkdir("/workspace/work", 0777) = 0 2747  43    1789813863.112091 openat(AT_FDCWD</workspace>, "/workspace/input/orders.json", O_RDONLY|O_CLOEXEC) = 3</workspace/input/orders.json> 2748  43    1789813863.112184 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2749  43    1789813863.112265 ioctl(3</workspace/input/orders.json>, TCGETS, 0x7ffd0fa906a0) = -1 ENOTTY (Inappropriate ioctl for device) 2751  43    1789813863.112435 lseek(3</workspace/input/orders.json>, 0, SEEK_CUR) = 0 2752  43    1789813863.112508 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2753  43    1789813863.112587 read(3</workspace/input/orders.json>, "[{\"id\": \"order-a\", \"total_cents\": 1099}, {\"id\": \"order-b\", \"total_cents\": 2199}, {\"id\": \"order-c\", \"total_cents\": 499}]", 120) = 119 2754  43    1789813863.112683 read(3</workspace/input/orders.json>, "", 1) = 0 2755  43    1789813863.112770 close(3</workspace/input/orders.json>) = 0 2756  43    1789813863.112892 openat(AT_FDCWD</workspace>, "/workspace/private/unrelated.json", O_RDONLY|O_CLOEXEC) = 3</workspace/private/unrelated.json> 2757  43    1789813863.112987 fstat(3</workspace/private/unrelated.json>, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0 2758  43    1789813863.113065 ioctl(3</workspace/private/unrelated.json>, TCGETS, 0x7ffd0fa90720) = -1 ENOTTY (Inappropriate ioctl for device) 2760  43    1789813863.113225 lseek(3</workspace/private/unrelated.json>, 0, SEEK_CUR) = 0 2761  43    1789813863.113297 fstat(3</workspace/private/unrelated.json>, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0 2762  43    1789813863.113376 read(3</workspace/private/unrelated.json>, "{\"note\": \"SYNTHETIC_UNRELATED_RECORD\", \"synthetic\": true}", 58) = 57 2763  43    1789813863.113454 read(3</workspace/private/unrelated.json>, "", 1) = 0 2764  43    1789813863.113544 close(3</workspace/private/unrelated.json>) = 0 2765  43    1789813863.113684 openat(AT_FDCWD</workspace>, "/workspace/public/report.json", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3</workspace/public/report.json> 2766  43    1789813863.113787 fstat(3</workspace/public/report.json>, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 2767  43    1789813863.113863 ioctl(3</workspace/public/report.json>, TCGETS, 0x7ffd0fa90720) = -1 ENOTTY (Inappropriate ioctl for device) 2769  43    1789813863.114014 lseek(3</workspace/public/report.json>, 0, SEEK_CUR) = 0 2770  43    1789813863.114095 write(3</workspace/public/report.json>, "{\"order_count\": 3, \"total_cents\": 3797}", 39) = 39 2771  43    1789813863.114215 close(3</workspace/public/report.json>) = 0 2893  43    1789813863.155327 ioctl(3<TCP:[7167214]>, FIONBIO, [1]) = 0 2894  43    1789813863.164623 connect(3<TCP:[7167214]>, {sa_family=AF_INET, sin_port=htons(8765), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress) 2895  43    1789813863.171768 poll([{fd=3<TCP:[127.0.0.1:56796->127.0.0.1:8765]>, events=POLLOUT|POLLERR}], 1, 2000) = 1 ([{fd=3, revents=POLLOUT}])