<86>Apr 27 08:58:12 userdel[238989]: delete user 'rooter' <86>Apr 27 08:58:12 userdel[238989]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:58:12 userdel[238989]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:58:12 groupadd[239022]: group added to /etc/group: name=rooter, GID=1286 <86>Apr 27 08:58:12 groupadd[239022]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:58:12 groupadd[239022]: new group: name=rooter, GID=1286 <86>Apr 27 08:58:12 useradd[239054]: new user: name=rooter, UID=1286, GID=1286, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:58:12 userdel[239079]: delete user 'builder' <86>Apr 27 08:58:12 userdel[239079]: removed group 'builder' owned by 'builder' <86>Apr 27 08:58:12 userdel[239079]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:58:12 groupadd[239112]: group added to /etc/group: name=builder, GID=1287 <86>Apr 27 08:58:12 groupadd[239112]: group added to /etc/gshadow: name=builder <86>Apr 27 08:58:12 groupadd[239112]: new group: name=builder, GID=1287 <86>Apr 27 08:58:12 useradd[239134]: new user: name=builder, UID=1287, GID=1287, 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>Apr 27 08:58:16 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed <13>Apr 27 08:58:18 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.43124 + 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.43124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bandwidth-1.11.2 + make -j8 -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.63849 + 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:/usr/bin:/bin:/usr/local/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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/bandwidth-buildroot Processing files: bandwidth-1.11.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.84146 + 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.VzVGtd 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.9nrBNW 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.YpzuxU 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.Ofyp04 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BR7XJV 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) 2.09user 1.07system 0:07.35elapsed 43%CPU (0avgtext+0avgdata 27120maxresident)k 0inputs+0outputs (0major+254455minor)pagefaults 0swaps 6.29user 2.21system 0:18.96elapsed 44%CPU (0avgtext+0avgdata 127108maxresident)k 680inputs+0outputs (0major+251743minor)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 2024-04-27 08:58:28.247175523 +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 2607a50ab560716a6372fd3f2f8a4bf8 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: 1a553367b0fdfb36e9492ba65bd218f9686369d664240c7804f70eb3fecf4f0712b1dbf815efde17de7d1a5e82d7c6ae7798ceed8cdec3935c8d98b1137a0daf --- 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 2024-04-27 08:58:28.332175685 +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/12 40755 root:root +/usr/lib/debug/.build-id/12/3dd11841f93168874caa7d15aab4eb77663c80 120777 root:root ../../../../bin/bandwidth32 +/usr/lib/debug/.build-id/12/3dd11841f93168874caa7d15aab4eb77663c80.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/12 40755 root:root +File: /usr/lib/debug/.build-id/12/3dd11841f93168874caa7d15aab4eb77663c80 120777 root:root ../../../../bin/bandwidth32 +File: /usr/lib/debug/.build-id/12/3dd11841f93168874caa7d15aab4eb77663c80.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 86c07ccdbd220f19a753c48d03b63e10 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: b67a33a6a5db4b78ae5ec00f0ae7850c166c8aaa00678024853201fe1a9b3a362b313f19758b42259e1cc51905ccc0259eac363501551c91697b0b716d6537da