>>> passt: Building community/passt 2025.12.10-r1 (using abuild 3.16.0-r0) started Wed, 10 Dec 2025 21:56:48 +0000 >>> passt: Validating /home/buildozer/aports/community/passt/APKBUILD... >>> passt: Analyzing dependencies... >>> passt: Installing for build: build-base coreutils-fmt linux-headers (1/3) Installing coreutils-fmt (9.8-r1) (2/3) Installing linux-headers (6.17.11-r0) (3/3) Installing .makedepends-passt (20251210.215649) Executing busybox-1.37.0-r29.trigger OK: 438 MiB in 112 packages >>> passt: Cleaning up srcdir >>> passt: Cleaning up pkgdir >>> passt: Cleaning up tmpdir >>> passt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/passt-2025_12_10.d04c480.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> passt: Fetching https://passt.top/passt/snapshot/passt-2025_12_10.d04c480.tar.gz Connecting to passt.top ([2a01:4f8:222:904::2]:443) saving to '/var/cache/distfiles/edge/passt-2025_12_10.d04c480.tar.gz.part' passt-2025_12_10.d04 100% |********************************| 358k 0:00:00 ETA '/var/cache/distfiles/edge/passt-2025_12_10.d04c480.tar.gz.part' saved /var/cache/distfiles/edge/passt-2025_12_10.d04c480.tar.gz: OK >>> passt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/passt-2025_12_10.d04c480.tar.gz /var/cache/distfiles/edge/passt-2025_12_10.d04c480.tar.gz: OK >>> passt: Unpacking /var/cache/distfiles/edge/passt-2025_12_10.d04c480.tar.gz... cc -Wall -Wextra -Wno-format-zero-length -Wformat-security -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DVERSION=\"2025_12_10.d04c480\" -DDUAL_STACK_SOCKETS=1 -DHAS_GETRANDOM -fstack-protector-strong -Os -fstack-clash-protection -Wformat -Werror=format-security -DARCH=\"aarch64\" qrap.c -o qrap -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ln -sf passt.1 pasta.1 seccomp profile repair allows: close connect exit_group fstat inotify_add_watch inotify_init1 newfstatat recvfrom recvmsg sendmsg sendto setsockopt socket statx write cc -Wall -Wextra -Wno-format-zero-length -Wformat-security -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DVERSION=\"2025_12_10.d04c480\" -DDUAL_STACK_SOCKETS=1 -DHAS_GETRANDOM -fstack-protector-strong -Os -fstack-clash-protection -Wformat -Werror=format-security passt-repair.c -o passt-repair -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs seccomp profile passt allows: accept accept4 bind clock_gettime close connect epoll_ctl epoll_pwait exit_group fallocate fcntl fsync ftruncate getsockname getsockopt ioctl listen lseek read recvfrom recvmmsg recvmsg sendmmsg sendmsg sendto setsockopt shutdown socket timerfd_create timerfd_gettime timerfd_settime write writev seccomp profile pasta allows: accept accept4 bind clock_gettime clone close connect epoll_ctl epoll_pwait exit exit_group fallocate fcntl fsync ftruncate getsockname getsockopt ioctl listen lseek openat pipe2 read recvfrom recvmmsg recvmsg rt_sigprocmask rt_sigreturn sendmmsg sendmsg sendto setns setsockopt shutdown socket splice timerfd_create timerfd_gettime timerfd_settime waitid write writev seccomp profile vu allows: accept accept4 bind clock_gettime close connect epoll_ctl epoll_pwait exit_group fallocate fcntl fsync ftruncate getsockname getsockopt ioctl listen lseek mmap munmap read recvfrom recvmmsg recvmsg sendmmsg sendmsg sendto setsockopt shutdown socket timerfd_create timerfd_gettime timerfd_settime write writev cc -Wall -Wextra -Wno-format-zero-length -Wformat-security -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DVERSION=\"2025_12_10.d04c480\" -DDUAL_STACK_SOCKETS=1 -DHAS_GETRANDOM -fstack-protector-strong -Os -fstack-clash-protection -Wformat -Werror=format-security arch.c arp.c checksum.c conf.c dhcp.c dhcpv6.c epoll_ctl.c flow.c fwd.c icmp.c igmp.c inany.c iov.c ip.c isolation.c lineread.c log.c mld.c ndp.c netlink.c migrate.c packet.c passt.c pasta.c pcap.c pif.c repair.c tap.c tcp.c tcp_buf.c tcp_splice.c tcp_vu.c udp.c udp_flow.c udp_vu.c util.c vhost_user.c virtio.c vu_common.c -o passt -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs In file included from tcp.c:299: tcp.c: In function 'tcp_update_seqack_wnd': util.h:40:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 40 | #define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ tcp_conn.h:58:26: note: in expansion of macro 'MIN' 58 | (conn->rtt_exp = MIN(RTT_EXP_MAX, ilog2(MAX(1, rtt / RTT_STORE_MIN)))) | ^~~ tcp.c:1238:17: note: in expansion of macro 'RTT_SET' 1238 | RTT_SET(conn, tinfo->tcpi_rtt); | ^~~~~~~ util.h:40:54: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] 40 | #define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ tcp_conn.h:58:26: note: in expansion of macro 'MIN' 58 | (conn->rtt_exp = MIN(RTT_EXP_MAX, ilog2(MAX(1, rtt / RTT_STORE_MIN)))) | ^~~ tcp.c:1238:17: note: in expansion of macro 'RTT_SET' 1238 | RTT_SET(conn, tinfo->tcpi_rtt); | ^~~~~~~ tcp.c: In function 'tcp_timer_handler': util.h:40:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 40 | #define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ tcp.c:2548:31: note: in expansion of macro 'MIN' 2548 | max = MIN(TCP_MAX_RETRIES, max); | ^~~ util.h:40:54: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] 40 | #define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ tcp.c:2548:31: note: in expansion of macro 'MIN' 2548 | max = MIN(TCP_MAX_RETRIES, max); | ^~~ ln -sf passt pasta passt 2025_12_10.d04c480 Copyright Red Hat GNU General Public License, version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. pasta 2025_12_10.d04c480 Copyright Red Hat GNU General Public License, version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. >>> passt: Entering fakeroot... mkdir -p /home/buildozer/aports/community/passt/pkg/passt/usr/bin /home/buildozer/aports/community/passt/pkg/passt/usr/share/man/man1 cp -d passt pasta qrap passt-repair /home/buildozer/aports/community/passt/pkg/passt/usr/bin cp -d passt.1 pasta.1 qrap.1 passt-repair.1 /home/buildozer/aports/community/passt/pkg/passt/usr/share/man/man1 mkdir -p /home/buildozer/aports/community/passt/pkg/passt/usr/share/doc/passt cp -d README.plain.md /home/buildozer/aports/community/passt/pkg/passt/usr/share/doc/passt/README.md cp -d doc/demo.sh /home/buildozer/aports/community/passt/pkg/passt/usr/share/doc/passt >>> passt-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/passt/pkg/passt-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/passt/pkg/passt-doc/usr/share/man' 'usr/share/licenses' -> '/home/buildozer/aports/community/passt/pkg/passt-doc/usr/share/licenses' >>> passt-doc*: Preparing subpackage passt-doc... libfakeroot internal error: payload not recognized! >>> passt-doc*: Running postcheck for passt-doc >>> passt*: Running postcheck for passt >>> passt*: Preparing package passt... >>> passt*: Stripping binaries >>> passt*: Scanning shared objects >>> passt-doc*: Tracing dependencies... >>> passt-doc*: Package size: 55.6 KB >>> passt-doc*: Compressing data... >>> passt-doc*: Create checksum... >>> passt-doc*: Create passt-doc-2025.12.10-r1.apk >>> passt*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> passt*: Package size: 398.7 KB >>> passt*: Compressing data... >>> passt*: Create checksum... >>> passt*: Create passt-2025.12.10-r1.apk >>> passt: Build complete at Wed, 10 Dec 2025 21:57:08 +0000 elapsed time 0h 0m 20s >>> passt: Cleaning up srcdir >>> passt: Cleaning up pkgdir >>> passt: Cleaning up tmpdir >>> passt: Uninstalling dependencies... (1/3) Purging .makedepends-passt (20251210.215649) (2/3) Purging coreutils-fmt (9.8-r1) (3/3) Purging linux-headers (6.17.11-r0) Executing busybox-1.37.0-r29.trigger OK: 432 MiB in 109 packages >>> passt: Updating the community/aarch64 repository index... >>> passt: Signing the index...