<86>Nov 11 05:03:11 userdel[3024057]: delete user 'rooter' <86>Nov 11 05:03:11 userdel[3024057]: removed group 'rooter' owned by 'rooter' <86>Nov 11 05:03:11 userdel[3024057]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 11 05:03:11 groupadd[3024089]: group added to /etc/group: name=rooter, GID=1826 <86>Nov 11 05:03:11 groupadd[3024089]: group added to /etc/gshadow: name=rooter <86>Nov 11 05:03:11 groupadd[3024089]: new group: name=rooter, GID=1826 <86>Nov 11 05:03:11 useradd[3024118]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Nov 11 05:03:11 userdel[3024155]: delete user 'builder' <86>Nov 11 05:03:11 userdel[3024155]: removed group 'builder' owned by 'builder' <86>Nov 11 05:03:11 userdel[3024155]: removed shadow group 'builder' owned by 'builder' <86>Nov 11 05:03:11 groupadd[3024184]: group added to /etc/group: name=builder, GID=1827 <86>Nov 11 05:03:11 groupadd[3024184]: group added to /etc/gshadow: name=builder <86>Nov 11 05:03:11 groupadd[3024184]: new group: name=builder, GID=1827 <86>Nov 11 05:03:11 useradd[3024210]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none 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 11 05:03:13 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed <13>Nov 11 05:03:14 rpmi: nasm-2.16.01-alt1 sisyphus+318423.100.1.1 1681325164 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.40659 + 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.40659 + 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.3617 + 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: uses non-LFS functions: fopen stat Processing files: bandwidth-1.11.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97064 + 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.etv2ff 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.XPZF68 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.9fvw4p 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.9rnC5M find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CcXE1A 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.19user 0.70system 0:06.47elapsed 29%CPU (0avgtext+0avgdata 27428maxresident)k 0inputs+0outputs (0major+254610minor)pagefaults 0swaps 3.12user 1.28system 0:12.98elapsed 33%CPU (0avgtext+0avgdata 125268maxresident)k 688inputs+0outputs (0major+253331minor)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 2023-11-11 05:03:22.778995353 +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 bd9986d966066705101cbd17d4339712 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: a429799feb7a9057b16d037cc07e40f2c132431cda0857417618e805353494d50a1599e45c3cf873ee0c1ef93d95997ad79eddbef815a10e0083012129b52142 --- 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 2023-11-11 05:03:22.838996180 +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/fd 40755 root:root +/usr/lib/debug/.build-id/fd/74e3853aa9ae55b1a51cc1dcfa3461cbf22093 120777 root:root ../../../../bin/bandwidth32 +/usr/lib/debug/.build-id/fd/74e3853aa9ae55b1a51cc1dcfa3461cbf22093.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/fd 40755 root:root +File: /usr/lib/debug/.build-id/fd/74e3853aa9ae55b1a51cc1dcfa3461cbf22093 120777 root:root ../../../../bin/bandwidth32 +File: /usr/lib/debug/.build-id/fd/74e3853aa9ae55b1a51cc1dcfa3461cbf22093.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 ae99303c2c568c9056d07945527ef3a2 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: 48b439544c9802ec5522948d649ddcc0a9234712e25a092077f4f884ad169683787c4b1bdd6ae9f00760cf5bf64a7d7d438e7fad7557d557a419b0b88bf8a365