<86>Aug 6 04:21:01 userdel[1496608]: delete user 'rooter' <86>Aug 6 04:21:01 userdel[1496608]: removed group 'rooter' owned by 'rooter' <86>Aug 6 04:21:01 userdel[1496608]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 6 04:21:01 groupadd[1496633]: group added to /etc/group: name=rooter, GID=930 <86>Aug 6 04:21:01 groupadd[1496633]: group added to /etc/gshadow: name=rooter <86>Aug 6 04:21:01 groupadd[1496633]: new group: name=rooter, GID=930 <86>Aug 6 04:21:01 useradd[1496657]: new user: name=rooter, UID=930, GID=930, home=/root, shell=/bin/bash <86>Aug 6 04:21:01 userdel[1496691]: delete user 'builder' <86>Aug 6 04:21:01 userdel[1496691]: removed group 'builder' owned by 'builder' <86>Aug 6 04:21:01 userdel[1496691]: removed shadow group 'builder' owned by 'builder' <86>Aug 6 04:21:01 groupadd[1496722]: group added to /etc/group: name=builder, GID=931 <86>Aug 6 04:21:01 groupadd[1496722]: group added to /etc/gshadow: name=builder <86>Aug 6 04:21:01 groupadd[1496722]: new group: name=builder, GID=931 <86>Aug 6 04:21:01 useradd[1496736]: new user: name=builder, UID=931, GID=931, 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>Aug 6 04:21:02 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed <13>Aug 6 04:21:03 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.9479 + 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.9479 + 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' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/bandwidth-1.11.2/OOC' 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.52191 + 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.52191 + 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.nuH04m 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.VDnxIj 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.CnV6BW 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.qKFGUB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3ktXGw 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.44user 0.68system 0:06.55elapsed 32%CPU (0avgtext+0avgdata 26600maxresident)k 0inputs+0outputs (0major+251820minor)pagefaults 0swaps 4.21user 3.70system 0:11.51elapsed 68%CPU (0avgtext+0avgdata 104104maxresident)k 656inputs+0outputs (45828major+551436minor)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-08-06 04:21:11.148130206 +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 6b204f3f7c71065855cdd81919c185ca 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: 60daf3ea6e84cb0cdb44c4b9ff28972ee2a62cf346f3568481ba84b656a0e3031069f09ae8edec0cdf054bde5693c15d7524681b8bdbd365ff3fead28660ddfb --- 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-08-06 04:21:11.223131586 +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/76 40755 root:root +/usr/lib/debug/.build-id/76/2f80990e5d7b95451b2f8922705f9a6f1b82fb 120777 root:root ../../../../bin/bandwidth32 +/usr/lib/debug/.build-id/76/2f80990e5d7b95451b2f8922705f9a6f1b82fb.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/76 40755 root:root +File: /usr/lib/debug/.build-id/76/2f80990e5d7b95451b2f8922705f9a6f1b82fb 120777 root:root ../../../../bin/bandwidth32 +File: /usr/lib/debug/.build-id/76/2f80990e5d7b95451b2f8922705f9a6f1b82fb.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 cea29dbcccb7faf6b36aeb0b4459d285 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: 9a9a1b2b052cf61f7d8d50f58d3ea52eb4c9f6313d84d00988e6e31783e2056b595a211d6992662a10154047203254f153c3f7345e2cddbbae2e5d323644a9d3