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 1789813836.434300 read(0<pipe:[7148698]>, "", 258048) = 0 926 41 1789813836.434444 openat(AT_FDCWD</workspace>, "/dev/null", O_RDWR|O_CLOEXEC) = 3</dev/null<char 1:3>> 927 41 1789813836.434566 pipe2([4<pipe:[7146284]>, 5<pipe:[7146284]>], O_CLOEXEC) = 0 2740 43 1789813836.889300 close(3</usr/local/lib/python3.12/urllib/response.py>) = 0 2741 43 1789813836.890741 mkdir("/workspace/public", 0777) = 0 2742 43 1789813836.890881 mkdir("/workspace/work", 0777) = 0 2743 43 1789813836.891006 openat(AT_FDCWD</workspace>, "/workspace/input/orders.json", O_RDONLY|O_CLOEXEC) = 3</workspace/input/orders.json> 2744 43 1789813836.891114 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2745 43 1789813836.891209 ioctl(3</workspace/input/orders.json>, TCGETS, 0x7ffed0099620) = -1 ENOTTY (Inappropriate ioctl for device) 2747 43 1789813836.891408 lseek(3</workspace/input/orders.json>, 0, SEEK_CUR) = 0 2748 43 1789813836.891507 fstat(3</workspace/input/orders.json>, {st_mode=S_IFREG|0644, st_size=119, ...}) = 0 2749 43 1789813836.891609 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 2750 43 1789813836.891705 read(3</workspace/input/orders.json>, "", 1) = 0 2751 43 1789813836.891806 close(3</workspace/input/orders.json>) = 0 2752 43 1789813836.891975 openat(AT_FDCWD</workspace>, "/workspace/public/report.json", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 3</workspace/public/report.json> 2753 43 1789813836.892095 fstat(3</workspace/public/report.json>, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 2754 43 1789813836.892191 ioctl(3</workspace/public/report.json>, TCGETS, 0x7ffed00996a0) = -1 ENOTTY (Inappropriate ioctl for device) 2756 43 1789813836.892388 lseek(3</workspace/public/report.json>, 0, SEEK_CUR) = 0 2757 43 1789813836.892486 write(3</workspace/public/report.json>, "{\"order_count\": 3, \"total_cents\": 3797}", 39) = 39 2758 43 1789813836.892591 close(3</workspace/public/report.json>) = 0 2880 43 1789813836.929863 ioctl(3<TCP:[7148710]>, FIONBIO, [1]) = 0 2881 43 1789813836.936892 connect(3<TCP:[7148710]>, {sa_family=AF_INET, sin_port=htons(8765), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress) 2882 43 1789813836.946319 poll([{fd=3<TCP:[127.0.0.1:60796->127.0.0.1:8765]>, events=POLLOUT|POLLERR}], 1, 2000) = 1 ([{fd=3, revents=POLLOUT}])