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 42 1789813853.693187 read(0<pipe:[7160295]>, "", 258048) = 0 926 42 1789813853.693285 openat(AT_FDCWD</workspace>, "/dev/null", O_RDWR|O_CLOEXEC) = 3</dev/null<char 1:3>> 927 42 1789813853.693382 pipe2([4<pipe:[7161403]>, 5<pipe:[7161403]>], O_CLOEXEC) = 0 2752 44 1789813854.065461 close(3</usr/local/lib/python3.12/urllib/response.py>) = 0 2753 44 1789813854.066755 mkdir("/workspace/public", 0777) = 0 2754 44 1789813854.066885 mkdir("/workspace/work", 0777) = 0 2755 44 1789813854.066988 openat(AT_FDCWD</workspace>, "/workspace/input/orders.json", O_RDONLY|O_CLOEXEC) = 3</workspace/input/orders.json> 2756 44 1789813854.067077 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2757 44 1789813854.067152 ioctl(3</workspace/input/orders.json>, TCGETS, 0x7fff55b4f270) = -1 ENOTTY (Inappropriate ioctl for device) 2759 44 1789813854.067306 lseek(3</workspace/input/orders.json>, 0, SEEK_CUR) = 0 2760 44 1789813854.067373 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2761 44 1789813854.067445 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 44 1789813854.067518 read(3</workspace/input/orders.json>, "", 1) = 0 2763 44 1789813854.067591 close(3</workspace/input/orders.json>) = 0 2764 44 1789813854.067705 openat(AT_FDCWD</workspace>, "/workspace/work/transient.txt", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3</workspace/work/transient.txt> 2765 44 1789813854.067803 fstat(3</workspace/work/transient.txt>, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 2766 44 1789813854.067876 ioctl(3</workspace/work/transient.txt>, TCGETS, 0x7fff55b4f2f0) = -1 ENOTTY (Inappropriate ioctl for device) 2768 44 1789813854.068019 lseek(3</workspace/work/transient.txt>, 0, SEEK_CUR) = 0 2769 44 1789813854.068093 write(3</workspace/work/transient.txt>, "internal working data", 21) = 21 2770 44 1789813854.068179 close(3</workspace/work/transient.txt>) = 0 2771 44 1789813854.068258 unlink("/workspace/work/transient.txt") = 0 2772 44 1789813854.068376 openat(AT_FDCWD</workspace>, "/workspace/public/report.json", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3</workspace/public/report.json> 2773 44 1789813854.068491 fstat(3</workspace/public/report.json>, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 2774 44 1789813854.068583 ioctl(3</workspace/public/report.json>, TCGETS, 0x7fff55b4f2f0) = -1 ENOTTY (Inappropriate ioctl for device) 2776 44 1789813854.068779 lseek(3</workspace/public/report.json>, 0, SEEK_CUR) = 0 2777 44 1789813854.068869 write(3</workspace/public/report.json>, "{\"order_count\": 3, \"total_cents\": 3797}", 39) = 39 2778 44 1789813854.068976 close(3</workspace/public/report.json>) = 0 2898 44 1789813854.100199 ioctl(3<TCP:[7161906]>, FIONBIO, [1]) = 0 2899 44 1789813854.107112 connect(3<TCP:[7161906]>, {sa_family=AF_INET, sin_port=htons(8765), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress) 2900 44 1789813854.114081 poll([{fd=3<TCP:[127.0.0.1:34828->127.0.0.1:8765]>, events=POLLOUT|POLLERR}], 1, 2000) = 1 ([{fd=3, revents=POLLOUT}])