<86>Nov 9 08:00:51 userdel[1891740]: delete user 'rooter' <86>Nov 9 08:00:51 userdel[1891740]: removed group 'rooter' owned by 'rooter' <86>Nov 9 08:00:51 userdel[1891740]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 08:00:51 groupadd[1891747]: group added to /etc/group: name=rooter, GID=1820 <86>Nov 9 08:00:51 groupadd[1891747]: group added to /etc/gshadow: name=rooter <86>Nov 9 08:00:51 groupadd[1891747]: new group: name=rooter, GID=1820 <86>Nov 9 08:00:51 useradd[1891755]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Nov 9 08:00:51 userdel[1891765]: delete user 'builder' <86>Nov 9 08:00:51 userdel[1891765]: removed group 'builder' owned by 'builder' <86>Nov 9 08:00:51 userdel[1891765]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 08:00:51 groupadd[1891776]: group added to /etc/group: name=builder, GID=1821 <86>Nov 9 08:00:51 groupadd[1891776]: group added to /etc/gshadow: name=builder <86>Nov 9 08:00:51 groupadd[1891776]: new group: name=builder, GID=1821 <86>Nov 9 08:00:51 useradd[1891785]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/passt-20240906-alt1.nosrc.rpm (w1.gzdio) Installing passt-20240906-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62062 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf passt-20240906 + echo 'Source #0 (passt-20240906.tar):' Source #0 (passt-20240906.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/passt-20240906.tar + cd passt-20240906 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62062 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd passt-20240906 + make -j16 VERSION=20240906-alt1.i586-pasta make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' ln -sf passt.1 pasta.1 make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' cc -Wall -Wextra -Wno-format-zero-length -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DNETNS_RUN_DIR=\"/run/netns\" -DPASST_AUDIT_ARCH=AUDIT_ARCH_I386 -DRLIMIT_STACK_VAL=8192 -DARCH=\"i586\" -DVERSION=\"20240906-alt1.i586-pasta\" -DDUAL_STACK_SOCKETS=1 -DHAS_SND_WND -DHAS_BYTES_ACKED -DHAS_MIN_RTT -DHAS_GETRANDOM -fstack-protector-strong qrap.c -o qrap make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' stty: 'standard input': Inappropriate ioctl for device seccomp profile passt allows: accept4 bind clock_gettime close connect epoll_ctl epoll_pwait epoll_wait exit_group fallocate fcntl ftruncate getsockopt listen lseek read recvfrom recvmmsg recvmsg sendmmsg sendmsg sendto setsockopt shutdown socket timerfd_create timerfd_gettime timerfd_settime write writev stty: 'standard input': Inappropriate ioctl for device seccomp profile pasta allows: accept4 bind clock_gettime clone close connect epoll_ctl epoll_pwait epoll_wait exit exit_group fallocate fcntl ftruncate 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 make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' cc -Wall -Wextra -Wno-format-zero-length -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DNETNS_RUN_DIR=\"/run/netns\" -DPASST_AUDIT_ARCH=AUDIT_ARCH_I386 -DRLIMIT_STACK_VAL=8192 -DARCH=\"i586\" -DVERSION=\"20240906-alt1.i586-pasta\" -DDUAL_STACK_SOCKETS=1 -DHAS_SND_WND -DHAS_BYTES_ACKED -DHAS_MIN_RTT -DHAS_GETRANDOM -fstack-protector-strong arch.c arp.c checksum.c conf.c dhcp.c dhcpv6.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 packet.c passt.c pasta.c pcap.c pif.c tap.c tcp.c tcp_buf.c tcp_splice.c udp.c udp_flow.c util.c -o passt fwd.c: In function 'fwd_probe_ephemeral': fwd.c:78:28: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 78 | if (min < 0 || min >= NUM_PORTS || | ^~ fwd.c:79:28: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 79 | max < 0 || max >= NUM_PORTS) | ^~ tap.c: In function 'tap_pasta_input': tap.c:1079:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1079 | for (n = 0; n <= (ssize_t)TAP_BUF_BYTES - ETH_MAX_MTU; n += len) { | ^~ make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' ln -sf passt pasta make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' + mv -f passt pasta + make -j16 passt VERSION=20240906-alt1.i586 make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' cc -Wall -Wextra -Wno-format-zero-length -pedantic -std=c11 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -O2 -pie -fPIE -DPAGE_SIZE=4096 -DNETNS_RUN_DIR=\"/run/netns\" -DPASST_AUDIT_ARCH=AUDIT_ARCH_I386 -DRLIMIT_STACK_VAL=8192 -DARCH=\"i586\" -DVERSION=\"20240906-alt1.i586\" -DDUAL_STACK_SOCKETS=1 -DHAS_SND_WND -DHAS_BYTES_ACKED -DHAS_MIN_RTT -DHAS_GETRANDOM -fstack-protector-strong arch.c arp.c checksum.c conf.c dhcp.c dhcpv6.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 packet.c passt.c pasta.c pcap.c pif.c tap.c tcp.c tcp_buf.c tcp_splice.c udp.c udp_flow.c util.c -o passt fwd.c: In function 'fwd_probe_ephemeral': fwd.c:78:28: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 78 | if (min < 0 || min >= NUM_PORTS || | ^~ fwd.c:79:28: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 79 | max < 0 || max >= NUM_PORTS) | ^~ tap.c: In function 'tap_pasta_input': tap.c:1079:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1079 | for (n = 0; n <= (ssize_t)TAP_BUF_BYTES - ETH_MAX_MTU; n += len) { | ^~ make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.46511 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/passt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/passt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd passt-20240906 + touch pasta + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/passt-buildroot prefix=/usr make: Entering directory '/usr/src/RPM/BUILD/passt-20240906' mkdir -p /usr/src/tmp/passt-buildroot/usr/bin /usr/src/tmp/passt-buildroot/usr/share/man/man1 cp -d passt pasta qrap /usr/src/tmp/passt-buildroot/usr/bin cp -d passt.1 pasta.1 qrap.1 /usr/src/tmp/passt-buildroot/usr/share/man/man1 mkdir -p /usr/src/tmp/passt-buildroot/usr/share/doc/passt cp -d README.plain.md /usr/src/tmp/passt-buildroot/usr/share/doc/passt/README.md cp -d doc/demo.sh /usr/src/tmp/passt-buildroot/usr/share/doc/passt make: Leaving directory '/usr/src/RPM/BUILD/passt-20240906' + rm -rf /usr/src/tmp/passt-buildroot/usr/share/doc/passt + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/passt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/passt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/passt-buildroot/ (default) Compressing files in /usr/src/tmp/passt-buildroot (auto) removed '/usr/src/tmp/passt-buildroot/usr/share/man/man1/pasta.1' '/usr/src/tmp/passt-buildroot/usr/share/man/man1/pasta.1.xz' -> 'passt.1.xz' 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/passt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/passt: uses non-LFS functions: __open_2 fallocate fcntl fstatfs ftruncate getrlimit lseek open openat setrlimit verify-elf: WARNING: ./usr/bin/pasta: uses non-LFS functions: __open_2 fallocate fcntl fstatfs ftruncate getrlimit lseek open openat setrlimit Splitting links to aliased files under /{,s}bin in /usr/src/tmp/passt-buildroot Processing files: passt-20240906-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46511 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd passt-20240906 + DOCDIR=/usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + export DOCDIR + rm -rf /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + /bin/mkdir -p /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + cp -prL LICENSES/BSD-3-Clause.txt LICENSES/GPL-2.0-or-later.txt /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R go-w /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R a+rX /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + cp -prL README.plain.md /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R go-w /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R a+rX /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + cp -prL doc/demo.sh /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R go-w /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + chmod -R a+rX /usr/src/tmp/passt-buildroot/usr/share/doc/passt-20240906 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mV56G9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rGk54P find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.10), libc.so.6(GLIBC_2.12), libc.so.6(GLIBC_2.14), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.25), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.5), libc.so.6(GLIBC_2.7), libc.so.6(GLIBC_2.8), libc.so.6(GLIBC_2.9), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YSdMHx Creating passt-debuginfo package Processing files: passt-debuginfo-20240906-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W1PZ3p find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rKbVHn find-requires: running scripts (debuginfo) Requires: passt = 20240906-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to passt-debuginfo a strict dependency on passt Wrote: /usr/src/RPM/RPMS/i586/passt-20240906-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/passt-debuginfo-20240906-alt1.i586.rpm (w2.lzdio) 8.84user 4.59system 0:17.06elapsed 78%CPU (0avgtext+0avgdata 37888maxresident)k 0inputs+0outputs (0major+920530minor)pagefaults 0swaps 0.55user 1.80system 0:22.29elapsed 10%CPU (0avgtext+0avgdata 11264maxresident)k 0inputs+0outputs (0major+96196minor)pagefaults 0swaps --- passt-20240906-alt1.i586.rpm.repo 2024-10-25 14:24:10.000000000 +0000 +++ passt-20240906-alt1.i586.rpm.hasher 2024-11-09 08:01:10.811298053 +0000 @@ -34,5 +34,5 @@ Provides: passt = 20240906-alt1:sisyphus+360728.100.1.1 -File: /usr/bin/passt 100755 root:root 7a96907ac804be33d466df92eaa42b04 -File: /usr/bin/pasta 100755 root:root 626a1ae13f6e5324ec03bbb713c4cb84 -File: /usr/bin/qrap 100755 root:root 8c06be0d95c35c4ad2832ce01dbc6988 +File: /usr/bin/passt 100755 root:root 7e8bd577afb632b8b8a9a845ba842b5d +File: /usr/bin/pasta 100755 root:root b24c51d76be836798ce2282e9c4271e0 +File: /usr/bin/qrap 100755 root:root 589c8886a67bc09e8aa705a49be08fba File: /usr/share/doc/passt-20240906 40755 root:root @@ -45,2 +45,2 @@ File: /usr/share/man/man1/qrap.1.xz 100644 root:root c735eb15054cbf2e2341c8997ffd9e12 -RPMIdentity: 5a2f127e3775133ea1136fcf416478844e28a1a40d94fdcb897e8e535f12929ebd81d3d24b80b68d9bf15d160d1fce00886cae54154623f94f415c9dffce6dbd +RPMIdentity: 9e7b72c29e997be828a15591788e67509969477b96d245054d97eff49f5af5897ebfacdb362f3a14ba3d66750dc6882b46e07d8bc97300d49ed8430239eb9a03 --- passt-debuginfo-20240906-alt1.i586.rpm.repo 2024-10-25 14:24:09.000000000 +0000 +++ passt-debuginfo-20240906-alt1.i586.rpm.hasher 2024-11-09 08:01:10.882298934 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/85 40755 root:root -/usr/lib/debug/.build-id/85/191b06b89c921b5003796327bcec4a87841bd7 120777 root:root ../../../../bin/passt -/usr/lib/debug/.build-id/85/191b06b89c921b5003796327bcec4a87841bd7.debug 120777 root:root ../../usr/bin/passt.debug -/usr/lib/debug/.build-id/99 40755 root:root -/usr/lib/debug/.build-id/99/6bd069042a3f38d74eb101f2c602243eeb4686 120777 root:root ../../../../bin/qrap -/usr/lib/debug/.build-id/99/6bd069042a3f38d74eb101f2c602243eeb4686.debug 120777 root:root ../../usr/bin/qrap.debug -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/7b54e1f2d67baeee6404a3fe5bdbfb6d08ad70 120777 root:root ../../../../bin/pasta -/usr/lib/debug/.build-id/ac/7b54e1f2d67baeee6404a3fe5bdbfb6d08ad70.debug 120777 root:root ../../usr/bin/pasta.debug +/usr/lib/debug/.build-id/1f 40755 root:root +/usr/lib/debug/.build-id/1f/a0f74f1d511159ed3b92147fafb2eb5834c95c 120777 root:root ../../../../bin/passt +/usr/lib/debug/.build-id/1f/a0f74f1d511159ed3b92147fafb2eb5834c95c.debug 120777 root:root ../../usr/bin/passt.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/a4fc19cd72cbf807410686abc78576a2c26574 120777 root:root ../../../../bin/pasta +/usr/lib/debug/.build-id/b9/a4fc19cd72cbf807410686abc78576a2c26574.debug 120777 root:root ../../usr/bin/pasta.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/cf0f6da1b410dd7ed6c0195c887a195e181100 120777 root:root ../../../../bin/qrap +/usr/lib/debug/.build-id/d8/cf0f6da1b410dd7ed6c0195c887a195e181100.debug 120777 root:root ../../usr/bin/qrap.debug /usr/lib/debug/usr/bin/passt.debug 100644 root:root @@ -17,14 +17,14 @@ Provides: passt-debuginfo = 20240906-alt1:sisyphus+360728.100.1.1 -File: /usr/lib/debug/.build-id/85 40755 root:root -File: /usr/lib/debug/.build-id/85/191b06b89c921b5003796327bcec4a87841bd7 120777 root:root ../../../../bin/passt -File: /usr/lib/debug/.build-id/85/191b06b89c921b5003796327bcec4a87841bd7.debug 120777 root:root ../../usr/bin/passt.debug -File: /usr/lib/debug/.build-id/99 40755 root:root -File: /usr/lib/debug/.build-id/99/6bd069042a3f38d74eb101f2c602243eeb4686 120777 root:root ../../../../bin/qrap -File: /usr/lib/debug/.build-id/99/6bd069042a3f38d74eb101f2c602243eeb4686.debug 120777 root:root ../../usr/bin/qrap.debug -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/7b54e1f2d67baeee6404a3fe5bdbfb6d08ad70 120777 root:root ../../../../bin/pasta -File: /usr/lib/debug/.build-id/ac/7b54e1f2d67baeee6404a3fe5bdbfb6d08ad70.debug 120777 root:root ../../usr/bin/pasta.debug -File: /usr/lib/debug/usr/bin/passt.debug 100644 root:root accf53f5c17a33eef16d9dfa744ce52f -File: /usr/lib/debug/usr/bin/pasta.debug 100644 root:root cb00542e0dd9d59f7d5bbac30bbf73f7 -File: /usr/lib/debug/usr/bin/qrap.debug 100644 root:root 6adf18c5462ff2b3f4b11524abd4b884 -RPMIdentity: 05b1454127da29244b76657515e71f070347e27988832e06beb26adb1768f427e97739e1b5f1b49f8470adaf378f06889dd15fe8bd2e62e7126661365bdae943 +File: /usr/lib/debug/.build-id/1f 40755 root:root +File: /usr/lib/debug/.build-id/1f/a0f74f1d511159ed3b92147fafb2eb5834c95c 120777 root:root ../../../../bin/passt +File: /usr/lib/debug/.build-id/1f/a0f74f1d511159ed3b92147fafb2eb5834c95c.debug 120777 root:root ../../usr/bin/passt.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/a4fc19cd72cbf807410686abc78576a2c26574 120777 root:root ../../../../bin/pasta +File: /usr/lib/debug/.build-id/b9/a4fc19cd72cbf807410686abc78576a2c26574.debug 120777 root:root ../../usr/bin/pasta.debug +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/cf0f6da1b410dd7ed6c0195c887a195e181100 120777 root:root ../../../../bin/qrap +File: /usr/lib/debug/.build-id/d8/cf0f6da1b410dd7ed6c0195c887a195e181100.debug 120777 root:root ../../usr/bin/qrap.debug +File: /usr/lib/debug/usr/bin/passt.debug 100644 root:root dc1c196c660665bb4ae87798afd703a7 +File: /usr/lib/debug/usr/bin/pasta.debug 100644 root:root 1c34f4234ed40903a6e5dc9e8ad3ab43 +File: /usr/lib/debug/usr/bin/qrap.debug 100644 root:root 64a156af3b41e221e59b0a4994d4cea4 +RPMIdentity: 4597094705231bc5a4101405428627fa9b0f2f4d91c0e75006540b96adf9f110d82998a63d50e233ef17d6e5fefcead90170793702667553e699922dae83ca0b