<86>Aug 17 07:55:59 userdel[3722634]: delete user 'rooter'
<86>Aug 17 07:55:59 userdel[3722634]: removed group 'rooter' owned by 'rooter'
<86>Aug 17 07:55:59 userdel[3722634]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 17 07:55:59 groupadd[3722692]: group added to /etc/group: name=rooter, GID=1802
<86>Aug 17 07:55:59 groupadd[3722692]: group added to /etc/gshadow: name=rooter
<86>Aug 17 07:55:59 groupadd[3722692]: new group: name=rooter, GID=1802
<86>Aug 17 07:55:59 useradd[3722760]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none
<86>Aug 17 07:55:59 userdel[3722831]: delete user 'builder'
<86>Aug 17 07:55:59 userdel[3722831]: removed group 'builder' owned by 'builder'
<86>Aug 17 07:55:59 userdel[3722831]: removed shadow group 'builder' owned by 'builder'
<86>Aug 17 07:55:59 groupadd[3722899]: group added to /etc/group: name=builder, GID=1803
<86>Aug 17 07:55:59 groupadd[3722899]: group added to /etc/gshadow: name=builder
<86>Aug 17 07:55:59 groupadd[3722899]: new group: name=builder, GID=1803
<86>Aug 17 07:55:59 useradd[3722953]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/rtptools-1.23-alt1.nosrc.rpm (w1.gzdio)
Installing rtptools-1.23-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70612
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf rtptools-1.23
+ echo 'Source #0 (rtptools-1.23-alt1.tar):'
Source #0 (rtptools-1.23-alt1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/rtptools-1.23-alt1.tar
+ cd rtptools-1.23
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo -e 'CC=gcc\nCFLAGS="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon"'
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70612
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd rtptools-1.23
+ sh configure
config.log: writing...
configure.local: reading...
err: yes
getopt: yes
gettimeofday: yes
progname: no
strtonum: no
bigendian: no
msgcontrol: yes
gethostbyname-lnsl: no
socket-lsocket: no
windows: no
config.h: written
Makefile.local: written
+ make
make: Entering directory '/usr/src/RPM/BUILD/rtptools-1.23'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c utils.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c payload.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c rd.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c rtpdump.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c compat-err.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c compat-getopt.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c compat-gettimeofday.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c compat-progname.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c compat-strtonum.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c winsocklib.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -o rtpdump utils.o                     payload.o rd.o rtpdump.o compat-err.o compat-getopt.o compat-gettimeofday.o compat-progname.o compat-strtonum.o winsocklib.o 
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c notify.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c multimer.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c rtpplay.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -o rtpplay utils.o notify.o multimer.o payload.o rd.o rtpplay.o compat-err.o compat-getopt.o compat-gettimeofday.o compat-progname.o compat-strtonum.o winsocklib.o 
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c rtpsend.c
rtpsend.c: In function 'rtp':
rtpsend.c:718:11: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
  718 |       int dummy;
      |           ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -o rtpsend utils.o notify.o multimer.o                rtpsend.o compat-err.o compat-getopt.o compat-gettimeofday.o compat-progname.o compat-strtonum.o winsocklib.o 
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c rtptrans.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -o rtptrans utils.o notify.o multimer.o                rtptrans.o compat-err.o compat-getopt.o compat-gettimeofday.o compat-progname.o compat-strtonum.o winsocklib.o 
make: Leaving directory '/usr/src/RPM/BUILD/rtptools-1.23'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.61025
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/rtptools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/rtptools-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd rtptools-1.23
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' BINDIR=/usr/src/tmp/rtptools-buildroot/usr/bin MANDIR=/usr/src/tmp/rtptools-buildroot/usr/share/man install
make: Entering directory '/usr/src/RPM/BUILD/rtptools-1.23'
install -d /usr/src/tmp/rtptools-buildroot/usr/bin      && install -m 0755 rtpdump rtpplay rtpsend rtptrans multidump multiplay /usr/src/tmp/rtptools-buildroot/usr/bin
install -d /usr/src/tmp/rtptools-buildroot/usr/share/man/man1 && install -m 0444 multidump.1 multiplay.1 rtpdump.1 rtpplay.1 rtpsend.1 rtptrans.1 /usr/src/tmp/rtptools-buildroot/usr/share/man/man1
make: Leaving directory '/usr/src/RPM/BUILD/rtptools-1.23'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/rtptools-buildroot (auto)
mode of 'usr/share/man/man1/rtptrans.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/rtpsend.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/rtpplay.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/rtpdump.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/multiplay.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/multidump.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/rtptools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/rtptools-buildroot/ (default)
Compressing files in /usr/src/tmp/rtptools-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/rtptools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/rtpsend: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/rtpplay: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/rtpdump: uses non-LFS functions: fopen
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/rtptools-buildroot
Processing files: rtptools-1.23-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97584
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd rtptools-1.23
+ DOCDIR=/usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ export DOCDIR
+ rm -rf /usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ /bin/mkdir -p /usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ cp -prL LICENSE README.md /usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ chmod -R go-w /usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ chmod -R a+rX /usr/src/tmp/rtptools-buildroot/usr/share/doc/rtptools-1.23
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YqewB6
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.Yl7cDR
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: expr
Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LTe352
Creating rtptools-debuginfo package
Processing files: rtptools-debuginfo-1.23-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l8xOMD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EY8F4Z
find-requires: running scripts (debuginfo)
Requires: rtptools = 1.23-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to rtptools-debuginfo a strict dependency on rtptools
Wrote: /usr/src/RPM/RPMS/i586/rtptools-1.23-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/rtptools-debuginfo-1.23-alt1.i586.rpm (w2.lzdio)
2.16user 2.25system 0:07.70elapsed 57%CPU (0avgtext+0avgdata 28820maxresident)k
0inputs+0outputs (0major+440492minor)pagefaults 0swaps
0.56user 1.82system 0:12.69elapsed 18%CPU (0avgtext+0avgdata 12320maxresident)k
0inputs+0outputs (0major+94851minor)pagefaults 0swaps
--- rtptools-1.23-alt1.i586.rpm.repo	2022-09-29 13:47:04.000000000 +0000
+++ rtptools-1.23-alt1.i586.rpm.hasher	2024-08-17 07:56:08.794565492 +0000
@@ -32,6 +32,6 @@
 File: /usr/bin/multiplay	100755	root:root	1610bd56b29b0f6477b90538218845f7	
-File: /usr/bin/rtpdump	100755	root:root	8fe812faa82a480a982d458fc42f4898	
-File: /usr/bin/rtpplay	100755	root:root	b6a825094c7aaa16a49b8f3c22689adb	
-File: /usr/bin/rtpsend	100755	root:root	0841694dc04c0dfdcbe938a6cffa838d	
-File: /usr/bin/rtptrans	100755	root:root	1b38b12d932a298a95b722690cb4eae2	
+File: /usr/bin/rtpdump	100755	root:root	9f266c378eb4c8ebe0f19e4b3b5fdc33	
+File: /usr/bin/rtpplay	100755	root:root	960838c17b6d2454cd863d85cde3e896	
+File: /usr/bin/rtpsend	100755	root:root	17cee27c77892a820f18f87048ee0f52	
+File: /usr/bin/rtptrans	100755	root:root	ebeea1347f75c73220ca56271b10f7e7	
 File: /usr/share/doc/rtptools-1.23	40755	root:root		
@@ -45,2 +45,2 @@
 File: /usr/share/man/man1/rtptrans.1.xz	100644	root:root	2dc1c4f7d6dbeb745a2418a1cd84259c	
-RPMIdentity: ee04fda7393986bbbb9b18402f234d59115eddc3881ac8598455df82b7109c0666658656ac1a3e99fee37753f3b853873f4bca4ad658f0e79db1b2da7c2fd242
+RPMIdentity: 92453eb76ccd273214ad103b07c7ea590a19516ac9f3dcf7328bdd4b89d9514b88c61d95f834c59bc7ea1a60cc6d13dc05a6205868cc662c71f5a04fa7c34564
--- rtptools-debuginfo-1.23-alt1.i586.rpm.repo	2022-09-29 13:47:04.000000000 +0000
+++ rtptools-debuginfo-1.23-alt1.i586.rpm.hasher	2024-08-17 07:56:08.885566919 +0000
@@ -1,13 +1,12 @@
-/usr/lib/debug/.build-id/0e	40755	root:root	
-/usr/lib/debug/.build-id/0e/a03f00e38a72c7d8619f13006e5f9460a1b969	120777	root:root	../../../../bin/rtpplay
-/usr/lib/debug/.build-id/0e/a03f00e38a72c7d8619f13006e5f9460a1b969.debug	120777	root:root	../../usr/bin/rtpplay.debug
-/usr/lib/debug/.build-id/2d	40755	root:root	
-/usr/lib/debug/.build-id/2d/a87868fc0e0aeea710cbd08194687d66511779	120777	root:root	../../../../bin/rtpsend
-/usr/lib/debug/.build-id/2d/a87868fc0e0aeea710cbd08194687d66511779.debug	120777	root:root	../../usr/bin/rtpsend.debug
-/usr/lib/debug/.build-id/3a	40755	root:root	
-/usr/lib/debug/.build-id/3a/84c4a1d6666ca64ab876b4f4acb7f8ed57f654	120777	root:root	../../../../bin/rtptrans
-/usr/lib/debug/.build-id/3a/84c4a1d6666ca64ab876b4f4acb7f8ed57f654.debug	120777	root:root	../../usr/bin/rtptrans.debug
-/usr/lib/debug/.build-id/6e	40755	root:root	
-/usr/lib/debug/.build-id/6e/89ada247c13d19e951ad43c342fd1ee609fd88	120777	root:root	../../../../bin/rtpdump
-/usr/lib/debug/.build-id/6e/89ada247c13d19e951ad43c342fd1ee609fd88.debug	120777	root:root	../../usr/bin/rtpdump.debug
+/usr/lib/debug/.build-id/46	40755	root:root	
+/usr/lib/debug/.build-id/46/ec5b8b1d4641565eba9c3560747fa6a619ada1	120777	root:root	../../../../bin/rtpsend
+/usr/lib/debug/.build-id/46/ec5b8b1d4641565eba9c3560747fa6a619ada1.debug	120777	root:root	../../usr/bin/rtpsend.debug
+/usr/lib/debug/.build-id/5f	40755	root:root	
+/usr/lib/debug/.build-id/5f/13c4e265677c182cd6894a99383ceb070166cf	120777	root:root	../../../../bin/rtptrans
+/usr/lib/debug/.build-id/5f/13c4e265677c182cd6894a99383ceb070166cf.debug	120777	root:root	../../usr/bin/rtptrans.debug
+/usr/lib/debug/.build-id/5f/65939e8312d10a5ba027071c370b90d48639f7	120777	root:root	../../../../bin/rtpplay
+/usr/lib/debug/.build-id/5f/65939e8312d10a5ba027071c370b90d48639f7.debug	120777	root:root	../../usr/bin/rtpplay.debug
+/usr/lib/debug/.build-id/7c	40755	root:root	
+/usr/lib/debug/.build-id/7c/b2e71e70f30f2a49bc1ee6cfd35fe099afbdbb	120777	root:root	../../../../bin/rtpdump
+/usr/lib/debug/.build-id/7c/b2e71e70f30f2a49bc1ee6cfd35fe099afbdbb.debug	120777	root:root	../../usr/bin/rtpdump.debug
 /usr/lib/debug/usr/bin/rtpdump.debug	100644	root:root	
@@ -43,18 +42,17 @@
 Provides: rtptools-debuginfo = 1.23-alt1:sisyphus+307590.100.1.1
-File: /usr/lib/debug/.build-id/0e	40755	root:root		
-File: /usr/lib/debug/.build-id/0e/a03f00e38a72c7d8619f13006e5f9460a1b969	120777	root:root		../../../../bin/rtpplay
-File: /usr/lib/debug/.build-id/0e/a03f00e38a72c7d8619f13006e5f9460a1b969.debug	120777	root:root		../../usr/bin/rtpplay.debug
-File: /usr/lib/debug/.build-id/2d	40755	root:root		
-File: /usr/lib/debug/.build-id/2d/a87868fc0e0aeea710cbd08194687d66511779	120777	root:root		../../../../bin/rtpsend
-File: /usr/lib/debug/.build-id/2d/a87868fc0e0aeea710cbd08194687d66511779.debug	120777	root:root		../../usr/bin/rtpsend.debug
-File: /usr/lib/debug/.build-id/3a	40755	root:root		
-File: /usr/lib/debug/.build-id/3a/84c4a1d6666ca64ab876b4f4acb7f8ed57f654	120777	root:root		../../../../bin/rtptrans
-File: /usr/lib/debug/.build-id/3a/84c4a1d6666ca64ab876b4f4acb7f8ed57f654.debug	120777	root:root		../../usr/bin/rtptrans.debug
-File: /usr/lib/debug/.build-id/6e	40755	root:root		
-File: /usr/lib/debug/.build-id/6e/89ada247c13d19e951ad43c342fd1ee609fd88	120777	root:root		../../../../bin/rtpdump
-File: /usr/lib/debug/.build-id/6e/89ada247c13d19e951ad43c342fd1ee609fd88.debug	120777	root:root		../../usr/bin/rtpdump.debug
-File: /usr/lib/debug/usr/bin/rtpdump.debug	100644	root:root	128d6f1d60773e6bdf31fcc7f43732c0	
-File: /usr/lib/debug/usr/bin/rtpplay.debug	100644	root:root	4d0f3c08a94dea78b63a41f0f1cc679a	
-File: /usr/lib/debug/usr/bin/rtpsend.debug	100644	root:root	806c9f5421abb4395bfc3172a45893d9	
-File: /usr/lib/debug/usr/bin/rtptrans.debug	100644	root:root	7dd7f57783ec5e1c75db62d8241ffaec	
+File: /usr/lib/debug/.build-id/46	40755	root:root		
+File: /usr/lib/debug/.build-id/46/ec5b8b1d4641565eba9c3560747fa6a619ada1	120777	root:root		../../../../bin/rtpsend
+File: /usr/lib/debug/.build-id/46/ec5b8b1d4641565eba9c3560747fa6a619ada1.debug	120777	root:root		../../usr/bin/rtpsend.debug
+File: /usr/lib/debug/.build-id/5f	40755	root:root		
+File: /usr/lib/debug/.build-id/5f/13c4e265677c182cd6894a99383ceb070166cf	120777	root:root		../../../../bin/rtptrans
+File: /usr/lib/debug/.build-id/5f/13c4e265677c182cd6894a99383ceb070166cf.debug	120777	root:root		../../usr/bin/rtptrans.debug
+File: /usr/lib/debug/.build-id/5f/65939e8312d10a5ba027071c370b90d48639f7	120777	root:root		../../../../bin/rtpplay
+File: /usr/lib/debug/.build-id/5f/65939e8312d10a5ba027071c370b90d48639f7.debug	120777	root:root		../../usr/bin/rtpplay.debug
+File: /usr/lib/debug/.build-id/7c	40755	root:root		
+File: /usr/lib/debug/.build-id/7c/b2e71e70f30f2a49bc1ee6cfd35fe099afbdbb	120777	root:root		../../../../bin/rtpdump
+File: /usr/lib/debug/.build-id/7c/b2e71e70f30f2a49bc1ee6cfd35fe099afbdbb.debug	120777	root:root		../../usr/bin/rtpdump.debug
+File: /usr/lib/debug/usr/bin/rtpdump.debug	100644	root:root	47148550886516720b9a4ffb96ee3872	
+File: /usr/lib/debug/usr/bin/rtpplay.debug	100644	root:root	dbe60019c7ff3eb786799eab3cd0c64c	
+File: /usr/lib/debug/usr/bin/rtpsend.debug	100644	root:root	9bb8ee2596c603e9e4a9523dfbe62afa	
+File: /usr/lib/debug/usr/bin/rtptrans.debug	100644	root:root	b3002b0ad2906377ba439b19df4eca02	
 File: /usr/src/debug/rtptools-1.23	40755	root:root		
@@ -81,2 +79,2 @@
 File: /usr/src/debug/rtptools-1.23/winsocklib.c	100644	root:root	2c0823bfd377e8654d607bba1206eb7e	
-RPMIdentity: 8b272fed365f90e18ecc7dcc64cc0d1e0d24fa416ddb4595acf1a105973fb87a82a216f181c7afb599087ac3ee548aa6c7633bd42a2676f48957092434320bb9
+RPMIdentity: bf47f843be873a809eeb24e5b5094c347f202f0b7e96c256f309320e7647a969391656bc1fc005723f139377e49f15545d8635a3094d72039758cf8781d9d313