<86>Nov 26 08:50:34 userdel[3519831]: delete user 'rooter' <86>Nov 26 08:50:34 userdel[3519831]: removed group 'rooter' owned by 'rooter' <86>Nov 26 08:50:34 userdel[3519831]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 26 08:50:34 groupadd[3519857]: group added to /etc/group: name=rooter, GID=927 <86>Nov 26 08:50:34 groupadd[3519857]: group added to /etc/gshadow: name=rooter <86>Nov 26 08:50:34 groupadd[3519857]: new group: name=rooter, GID=927 <86>Nov 26 08:50:34 useradd[3519875]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Nov 26 08:50:34 userdel[3519899]: delete user 'builder' <86>Nov 26 08:50:34 userdel[3519899]: removed group 'builder' owned by 'builder' <86>Nov 26 08:50:34 userdel[3519899]: removed shadow group 'builder' owned by 'builder' <86>Nov 26 08:50:34 groupadd[3519922]: group added to /etc/group: name=builder, GID=928 <86>Nov 26 08:50:34 groupadd[3519922]: group added to /etc/gshadow: name=builder <86>Nov 26 08:50:34 groupadd[3519922]: new group: name=builder, GID=928 <86>Nov 26 08:50:34 useradd[3519938]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash warning: user aris does not exist - using root warning: group aris does not exist - using root warning: user aris does not exist - using root warning: group aris does not exist - using root warning: user aris does not exist - using root warning: group aris does not exist - using root <13>Nov 26 08:50:35 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed <13>Nov 26 08:50:36 rpmi: nasm-2.15.05-alt1.1 sisyphus+296459.100.1.1 1646860119 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/bandwidth-1.11.2-alt1.nosrc.rpm (w1.gzdio) Installing bandwidth-1.11.2-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94626 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bandwidth-1.11.2 + echo 'Source #0 (bandwidth-1.11.2.tar.gz):' Source #0 (bandwidth-1.11.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/bandwidth-1.11.2.tar.gz + /bin/tar -xf - + cd bandwidth-1.11.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bandwidth-1.11.2-alt-ix86.patch):' Patch #0 (bandwidth-1.11.2-alt-ix86.patch): + /usr/bin/patch -p0 patching file utility-x86-32bit.asm patching file routines-x86-32bit.asm + find ./ -type f -print0 + xargs -r0 chmod -x -- + sed -i 's/\(^CFLAGS.*$\)/\1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64/' OOC/Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94626 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bandwidth-1.11.2 + make -j16 -f Makefile-linux-i386 bandwidth32 make: Entering directory '/usr/src/RPM/BUILD/bandwidth-1.11.2' ( cd OOC; make OOC32.a ) make[1]: Entering directory '/usr/src/RPM/BUILD/bandwidth-1.11.2/OOC' gcc -Wall -m32 -g -Wno-conditional-type-mismatch -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c ObjectOriented.c Object.c Image.c MutableImage.c Double.c Int.c Array.c MutableArray.c SimpleGraphing.c String.c MutableString.c Font.c FontBuiltin.c Console.c DateTime.c FontPK.c cmr5.c cmr6.c cmr9.c cmr12.c Log.c MutableImage.c: In function 'MutableImage_drawString': MutableImage.c:441:73: warning: format '%c' expects argument of type 'int', but argument 4 has type 'wchar_t' {aka 'long int'} [-Wformat=] 441 | snprintf (message, sizeof(message), "Character %c of font %s (size %.1f) lacks bitmap!", ch, font->name, font->pointSize); | ~^ ~~ | | | | int wchar_t {aka long int} | %ld At top level: cc1: note: unrecognized command-line option '-Wno-conditional-type-mismatch' may have been intended to silence earlier diagnostics ar rvs OOC32.a ObjectOriented.o Object.o Image.o MutableImage.o Double.o Int.o Array.o MutableArray.o SimpleGraphing.o String.o MutableString.o Font.o FontBuiltin.o Console.o DateTime.o FontPK.o cmr5.o cmr6.o cmr9.o cmr12.o Log.o ar: creating OOC32.a a - ObjectOriented.o a - Object.o a - Image.o a - MutableImage.o a - Double.o a - Int.o a - Array.o a - MutableArray.o a - SimpleGraphing.o a - String.o a - MutableString.o a - Font.o a - FontBuiltin.o a - Console.o a - DateTime.o a - FontPK.o a - cmr5.o a - cmr6.o a - cmr9.o a - cmr12.o a - Log.o make[1]: Leaving directory '/usr/src/RPM/BUILD/bandwidth-1.11.2/OOC' make: Leaving directory '/usr/src/RPM/BUILD/bandwidth-1.11.2' make: Entering directory '/usr/src/RPM/BUILD/bandwidth-1.11.2' nasm -f elf utility-x86-32bit.asm -o utility-x86-32bit.o nasm -f elf routines-x86-32bit.asm -o routines-x86-32bit.o gcc -Wall -I. -m32 -g -Wno-conditional-type-mismatch -c -I ./OOC Testing.c gcc -Wall -I. -m32 -g -Wno-conditional-type-mismatch -c -I ./OOC CPUCharacteristics.c gcc -Wall -I. -g -Wno-conditional-type-mismatch -m32 utility-x86-32bit.o routines-x86-32bit.o main.c CPUCharacteristics.o Testing.o OOC/OOC32.a -lm -o bandwidth32 make: Leaving directory '/usr/src/RPM/BUILD/bandwidth-1.11.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82637 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bandwidth-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bandwidth-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd bandwidth-1.11.2 + install -pDm755 bandwidth32 /usr/src/tmp/bandwidth-buildroot/usr/bin/bandwidth32 + ln -s bandwidth32 /usr/src/tmp/bandwidth-buildroot/usr/bin/bandwidth + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bandwidth-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bandwidth-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/bandwidth-buildroot/ (default) Compressing files in /usr/src/tmp/bandwidth-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bandwidth-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/bandwidth32: found executable STACK entry: GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x10 verify-elf: WARNING: ./usr/bin/bandwidth32: uses non-LFS functions: fopen stat Processing files: bandwidth-1.11.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96757 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bandwidth-1.11.2 + DOCDIR=/usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + export DOCDIR + rm -rf /usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + /bin/mkdir -p /usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + cp -prL README.txt /usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + chmod -R go-w /usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + chmod -R a+rX /usr/src/tmp/bandwidth-buildroot/usr/share/doc/bandwidth-1.11.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MxaR8C 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.ukUXPb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: bandwidth32 = 1.11.2 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.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), rtld(GNU_HASH) Obsoletes: bandwidth32 <= 0.15 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TGnXGT Creating bandwidth-debuginfo package Processing files: bandwidth-debuginfo-1.11.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FS5a4Y find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CKPs9H find-requires: running scripts (debuginfo) Requires: bandwidth = 1.11.2-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to bandwidth-debuginfo a strict dependency on bandwidth Wrote: /usr/src/RPM/RPMS/i586/bandwidth-1.11.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/bandwidth-debuginfo-1.11.2-alt1.i586.rpm (w2.lzdio) 1.53user 0.69system 0:06.96elapsed 32%CPU (0avgtext+0avgdata 26588maxresident)k 0inputs+0outputs (0major+252853minor)pagefaults 0swaps 2.38user 1.40system 0:12.63elapsed 29%CPU (0avgtext+0avgdata 106840maxresident)k 0inputs+0outputs (47493major+200497minor)pagefaults 0swaps --- bandwidth-1.11.2-alt1.i586.rpm.repo 2022-04-17 08:18:19.000000000 +0000 +++ bandwidth-1.11.2-alt1.i586.rpm.hasher 2022-11-26 08:50:44.896991344 +0000 @@ -19,5 +19,5 @@ File: /usr/bin/bandwidth 120777 root:root bandwidth32 -File: /usr/bin/bandwidth32 100755 root:root 9a92d438100ae23e7b816c1a834144c4 +File: /usr/bin/bandwidth32 100755 root:root 9b5b7eba101f454d3936abbf8a924037 File: /usr/share/doc/bandwidth-1.11.2 40755 root:root File: /usr/share/doc/bandwidth-1.11.2/README.txt 100644 root:root e33be561a764e398d0044a3ab2410d63 -RPMIdentity: 6e16eba2ab7d7dcd86b4e07e08e3e7ba9cd6e2c40ca2d78fc621b68d1f16a108a72da0ef1144a9d69fdb386f544b9f48b3204779f1106652b96267d6dc09bc64 +RPMIdentity: e483bcc17772d3ca2ab1ef9175d9f684dacb2bedc87726cf596f6d4c119407535f3b4ec9992f03fed05857f44ad1816b429e5a31c68e50f8be3a596223c1bf61 --- bandwidth-debuginfo-1.11.2-alt1.i586.rpm.repo 2022-04-17 08:18:19.000000000 +0000 +++ bandwidth-debuginfo-1.11.2-alt1.i586.rpm.hasher 2022-11-26 08:50:44.974992580 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/65 40755 root:root -/usr/lib/debug/.build-id/65/485956430c89a42dc2b6e4a28875a11d48f370 120777 root:root ../../../../bin/bandwidth32 -/usr/lib/debug/.build-id/65/485956430c89a42dc2b6e4a28875a11d48f370.debug 120777 root:root ../../usr/bin/bandwidth32.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/b560ad103fafac50ef8bb2a4d6e8a8263370ff 120777 root:root ../../../../bin/bandwidth32 +/usr/lib/debug/.build-id/9e/b560ad103fafac50ef8bb2a4d6e8a8263370ff.debug 120777 root:root ../../usr/bin/bandwidth32.debug /usr/lib/debug/usr/bin/bandwidth.debug 120777 root:root bandwidth32.debug @@ -56,7 +56,7 @@ Provides: bandwidth-debuginfo = 1.11.2-alt1:sisyphus+298504.100.2.1 -File: /usr/lib/debug/.build-id/65 40755 root:root -File: /usr/lib/debug/.build-id/65/485956430c89a42dc2b6e4a28875a11d48f370 120777 root:root ../../../../bin/bandwidth32 -File: /usr/lib/debug/.build-id/65/485956430c89a42dc2b6e4a28875a11d48f370.debug 120777 root:root ../../usr/bin/bandwidth32.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/b560ad103fafac50ef8bb2a4d6e8a8263370ff 120777 root:root ../../../../bin/bandwidth32 +File: /usr/lib/debug/.build-id/9e/b560ad103fafac50ef8bb2a4d6e8a8263370ff.debug 120777 root:root ../../usr/bin/bandwidth32.debug File: /usr/lib/debug/usr/bin/bandwidth.debug 120777 root:root bandwidth32.debug -File: /usr/lib/debug/usr/bin/bandwidth32.debug 100644 root:root fea8d89eb3e830f27eea89cec562fc29 +File: /usr/lib/debug/usr/bin/bandwidth32.debug 100644 root:root f6c9b46f2f297e4e4500e5136f5d7c98 File: /usr/src/debug/bandwidth-1.11.2 40755 root:root @@ -106,2 +106,2 @@ File: /usr/src/debug/bandwidth-1.11.2/routines.h 100644 root:root 279cbc6b44c8dd77cc54e52a92373615 -RPMIdentity: 4084cf9c36ddc2833e92ff68f5c3ee59d0a937aff5ba4ee4fded480b8778686062317dc114cbb917a7bacc13abc918daa4a38e88f646acb682f7c96608fe1750 +RPMIdentity: d4807b9d6f24d68f4ff902fd37c62ba1fde38eb0656c726cd4953e5624ae54b6c0ce46cca9d842c4b04e3993c2fe1a98dcf05868815be224017662a1097189d9