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

  926  39    1789813842.682603 read(0<pipe:[7151294]>, "", 258048) = 0  927  39    1789813842.682732 openat(AT_FDCWD</workspace>, "/dev/null", O_RDWR|O_CLOEXEC) = 3</dev/null<char 1:3>>  928  39    1789813842.682817 pipe2([4<pipe:[7151331]>, 5<pipe:[7151331]>], O_CLOEXEC) = 0 2752  41    1789813843.144240 close(3</usr/local/lib/python3.12/urllib/response.py>) = 0 2753  41    1789813843.146184 mkdir("/workspace/public", 0777) = 0 2754  41    1789813843.146302 mkdir("/workspace/work", 0777) = 0 2755  41    1789813843.146408 openat(AT_FDCWD</workspace>, "/workspace/input/orders.json", O_RDONLY|O_CLOEXEC) = 3</workspace/input/orders.json> 2756  41    1789813843.146502 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2757  41    1789813843.146577 ioctl(3</workspace/input/orders.json>, TCGETS, 0x7ffc4a0048a0) = -1 ENOTTY (Inappropriate ioctl for device) 2759  41    1789813843.146800 lseek(3</workspace/input/orders.json>, 0, SEEK_CUR) = 0 2760  41    1789813843.146927 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2761  41    1789813843.147030 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 2762  41    1789813843.147138 read(3</workspace/input/orders.json>, "", 1) = 0 2763  41    1789813843.147244 close(3</workspace/input/orders.json>) = 0 2764  41    1789813843.147412 openat(AT_FDCWD</workspace>, "/workspace/public/report.json", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3</workspace/public/report.json> 2765  41    1789813843.147545 fstat(3</workspace/public/report.json>, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 2766  41    1789813843.147668 ioctl(3</workspace/public/report.json>, TCGETS, 0x7ffc4a004920) = -1 ENOTTY (Inappropriate ioctl for device) 2768  41    1789813843.147876 lseek(3</workspace/public/report.json>, 0, SEEK_CUR) = 0 2769  41    1789813843.147997 write(3</workspace/public/report.json>, "{\"order_count\": 3, \"total_cents\": 3797}", 39) = 39 2770  41    1789813843.148101 close(3</workspace/public/report.json>) = 0 2891  41    1789813843.190295 ioctl(3<TCP:[7153143]>, FIONBIO, [1]) = 0 2892  41    1789813843.199684 connect(3<TCP:[7153143]>, {sa_family=AF_INET, sin_port=htons(8765), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress) 2893  41    1789813843.208090 poll([{fd=3<TCP:[127.0.0.1:60876->127.0.0.1:8765]>, events=POLLOUT|POLLERR}], 1, 2000) = 1 ([{fd=3, revents=POLLOUT}]) 2903  41    1789813843.218056 socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_TCP) = 3<TCP:[7152556]> 2904  41    1789813843.227501 connect(3<TCP:[7152556]>, {sa_family=AF_INET, sin_port=htons(8765), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 2905  41    1789813843.237008 setsockopt(3<TCP:[127.0.0.1:60892->127.0.0.1:8765]>, SOL_TCP, TCP_NODELAY, [1], 4) = 0