<86>Apr 13 05:56:50 userdel[1763465]: delete user 'rooter' <86>Apr 13 05:56:50 userdel[1763465]: removed group 'rooter' owned by 'rooter' <86>Apr 13 05:56:50 userdel[1763465]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 13 05:56:50 groupadd[1763484]: group added to /etc/group: name=rooter, GID=1874 <86>Apr 13 05:56:50 groupadd[1763484]: group added to /etc/gshadow: name=rooter <86>Apr 13 05:56:50 groupadd[1763484]: new group: name=rooter, GID=1874 <86>Apr 13 05:56:50 useradd[1763505]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Apr 13 05:56:50 userdel[1763527]: delete user 'builder' <86>Apr 13 05:56:50 userdel[1763527]: removed group 'builder' owned by 'builder' <86>Apr 13 05:56:50 userdel[1763527]: removed shadow group 'builder' owned by 'builder' <86>Apr 13 05:56:50 groupadd[1763548]: group added to /etc/group: name=builder, GID=1875 <86>Apr 13 05:56:50 groupadd[1763548]: group added to /etc/gshadow: name=builder <86>Apr 13 05:56:50 groupadd[1763548]: new group: name=builder, GID=1875 <86>Apr 13 05:56:50 useradd[1763566]: new user: name=builder, UID=1875, GID=1875, 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 13 05:56:53 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed <13>Apr 13 05:56:54 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.83750 + 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.83750 + 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.40953 + 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 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.61310 + 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.BM9IzB 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.tECL5G 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.Nm4UkW 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.L5DCTj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r0tQOb 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.20user 1.44system 0:06.87elapsed 38%CPU (0avgtext+0avgdata 26856maxresident)k 0inputs+0outputs (0major+254907minor)pagefaults 0swaps 3.39user 2.66system 0:16.00elapsed 37%CPU (0avgtext+0avgdata 130600maxresident)k 0inputs+0outputs (0major+252451minor)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-13 05:57:03.491611521 +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 c21bb5d143caa34f74c72d97f09baf15 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: 12e709d003c9fbb75aa276c983d2aac2abf71e1b35ce85462ae7966a8a883010114417628013a0666e2d8cdecc4956cedf2cf2f449140ac8c7067dfa1f846022 --- 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-13 05:57:03.570612546 +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/32 40755 root:root +/usr/lib/debug/.build-id/32/332779be1ea7acbeddda36a89618d5d7af19b2 120777 root:root ../../../../bin/bandwidth32 +/usr/lib/debug/.build-id/32/332779be1ea7acbeddda36a89618d5d7af19b2.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/32 40755 root:root +File: /usr/lib/debug/.build-id/32/332779be1ea7acbeddda36a89618d5d7af19b2 120777 root:root ../../../../bin/bandwidth32 +File: /usr/lib/debug/.build-id/32/332779be1ea7acbeddda36a89618d5d7af19b2.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 56b5b0e2ba87b9256936bf706f676c79 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: b0dc06c2b78b34dea4382d5710b865b4e50243774ae23b7e8a307dc552d1f00f305b088c43e2eabf76a5b5ea568f415cb68b8010b760ace262c3db430d7f79bd