<86>Jan 8 03:30:54 userdel[1140542]: delete user 'rooter' <86>Jan 8 03:30:54 userdel[1140542]: removed group 'rooter' owned by 'rooter' <86>Jan 8 03:30:54 userdel[1140542]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 8 03:30:54 groupadd[1140583]: group added to /etc/group: name=rooter, GID=927 <86>Jan 8 03:30:54 groupadd[1140583]: group added to /etc/gshadow: name=rooter <86>Jan 8 03:30:54 groupadd[1140583]: new group: name=rooter, GID=927 <86>Jan 8 03:30:54 useradd[1140618]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Jan 8 03:30:54 userdel[1140681]: delete user 'builder' <86>Jan 8 03:30:54 userdel[1140681]: removed group 'builder' owned by 'builder' <86>Jan 8 03:30:54 userdel[1140681]: removed shadow group 'builder' owned by 'builder' <86>Jan 8 03:30:54 groupadd[1140720]: group added to /etc/group: name=builder, GID=928 <86>Jan 8 03:30:54 groupadd[1140720]: group added to /etc/gshadow: name=builder <86>Jan 8 03:30:54 groupadd[1140720]: new group: name=builder, GID=928 <86>Jan 8 03:30:54 useradd[1140766]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash <13>Jan 8 03:30:55 rpmi: libgomp1-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 8 03:30:55 rpmi: libgomp11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 8 03:30:55 rpmi: libgomp-devel-11-alt1 sisyphus+285602.400.1.1 1632238564 installed <13>Jan 8 03:30:55 rpmi: liblzma-devel-5.2.5-alt3.1 sisyphus+291400.100.1.1 1638634828 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pxz-4.999.9beta-alt3.nosrc.rpm (w1.gzdio) Installing pxz-4.999.9beta-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29726 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pxz-4.999.9beta + echo 'Source #0 (pxz-4.999.9beta.tar):' Source #0 (pxz-4.999.9beta.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pxz-4.999.9beta.tar + cd pxz-4.999.9beta + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29726 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pxz-4.999.9beta + make -j16 make: Entering directory '/usr/src/RPM/BUILD/pxz-4.999.9beta' gcc -o pxz -O2 -Wall -Wshadow -Wcast-align -Winline -Wextra -Wmissing-noreturn -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fopenmp pxz.c -llzma -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\" pxz.c: In function 'main': pxz.c:271:69: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 271 | fprintf(stderr, "context size per thread: %ld B\n", chunk_size); | ~~^ ~~~~~~~~~~ | | | | | uint64_t {aka long long unsigned int} | long int | %lld pxz.c:296:58: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 296 | fprintf(stderr, "%s -> %ld/%ld thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); | ~~^ ~~~~~~~ | | | | long int uint64_t {aka long long unsigned int} | %lld pxz.c:296:62: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'long long unsigned int' [-Wformat=] 296 | fprintf(stderr, "%s -> %ld/%ld thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int long long unsigned int | %lld pxz.c:298:52: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 298 | fprintf(stderr, "%ld thread%c: [", threads, threads != 1 ? 's' : ' '); | ~~^ ~~~~~~~ | | | | long int uint64_t {aka long long unsigned int} | %lld pxz.c:385:60: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 385 | fprintf(stderr, "%ld ", p); | ~~^ ~ | | | | | uint64_t {aka long long unsigned int} | long int | %lld pxz.c:446:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__off64_t' {aka 'long long int'} [-Wformat=] 446 | fprintf(stderr, "%ld -> %ld %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); | ~~^ ~~~~~~~~~ | | | | long int __off64_t {aka long long int} | %lld pxz.c:446:51: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] 446 | fprintf(stderr, "%ld -> %ld %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); | ~~^ ~~ | | | | long int ssize_t {aka int} | %d make: Leaving directory '/usr/src/RPM/BUILD/pxz-4.999.9beta' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29726 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pxz-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pxz-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pxz-4.999.9beta + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/pxz-buildroot make: Entering directory '/usr/src/RPM/BUILD/pxz-4.999.9beta' mkdir -p /usr/src/tmp/pxz-buildroot/usr/bin cp pxz /usr/src/tmp/pxz-buildroot/usr/bin mkdir -p /usr/src/tmp/pxz-buildroot/usr/share/man/man1 cp pxz.1 /usr/src/tmp/pxz-buildroot/usr/share/man/man1 make: Leaving directory '/usr/src/RPM/BUILD/pxz-4.999.9beta' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pxz-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pxz-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pxz-buildroot/ (default) Compressing files in /usr/src/tmp/pxz-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/pxz-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: pxz-4.999.9beta-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4MyiS1 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.nLLdLv find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgomp.so.1 >= set:mjKytgBCOy2pOF1, libgomp.so.1(GOMP_4.0), libgomp.so.1(OMP_1.0), liblzma.so.5 >= set:kivnYInB2C, liblzma.so.5(XZ_5.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M66Oxk Creating pxz-debuginfo package Processing files: pxz-debuginfo-4.999.9beta-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xjGlvN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.STf2mo find-requires: running scripts (debuginfo) Requires: pxz = 4.999.9beta-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgomp.so.1), debug(liblzma.so.5) Adding to pxz-debuginfo a strict dependency on pxz Wrote: /usr/src/RPM/RPMS/i586/pxz-4.999.9beta-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pxz-debuginfo-4.999.9beta-alt3.i586.rpm (w2.lzdio) 0.57user 0.43system 0:05.51elapsed 18%CPU (0avgtext+0avgdata 26024maxresident)k 0inputs+0outputs (0major+141993minor)pagefaults 0swaps 2.77user 2.95system 0:09.52elapsed 60%CPU (0avgtext+0avgdata 103696maxresident)k 120inputs+0outputs (30114major+385911minor)pagefaults 0swaps --- pxz-4.999.9beta-alt3.i586.rpm.repo 2021-06-23 01:47:46.000000000 +0000 +++ pxz-4.999.9beta-alt3.i586.rpm.hasher 2022-01-08 03:31:02.543522016 +0000 @@ -8,2 +8,4 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -16,3 +18,2 @@ Requires: liblzma.so.5(XZ_5.0) -Requires: libpthread.so.0(GLIBC_2.0) Requires: rtld(GNU_HASH) @@ -20,4 +21,4 @@ Provides: pxz = 4.999.9beta-alt3:sisyphus+275164.100.1.1 -File: /usr/bin/pxz 100755 root:root bc6aedd1b30b49c5794cc0ca3b1f92e1 +File: /usr/bin/pxz 100755 root:root c72dd27ff126fe2a3dcc45daa002a0c8 File: /usr/share/man/man1/pxz.1.xz 100644 root:root 273736cb8ca28a781d9eb28ed17f9e60 -RPMIdentity: 4fd6cf328ce480da617f3b2f42c231ed686fa3f49387d404462b9834037a1a093522280a0f86e76ef9f6ce931ece241ad3f93a4ac857ce460d82f8496fa73e23 +RPMIdentity: 7d6b995ba945ac8fe688ce34dedc2cc0e6645751bb5836c8e3682766af86f15d8d8cd884ab2be2575b787e5d5279b92a0d283b0f904e8de9bd760a7d63d6bc3b --- pxz-debuginfo-4.999.9beta-alt3.i586.rpm.repo 2021-06-23 01:47:46.000000000 +0000 +++ pxz-debuginfo-4.999.9beta-alt3.i586.rpm.hasher 2022-01-08 03:31:02.609522963 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ab 40755 root:root -/usr/lib/debug/.build-id/ab/7b8e5ac0b47ab111b989da1fae7ec321110fd4 120777 root:root ../../../../bin/pxz -/usr/lib/debug/.build-id/ab/7b8e5ac0b47ab111b989da1fae7ec321110fd4.debug 120777 root:root ../../usr/bin/pxz.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/2e46378bb5b565215ddc887646ddd7d3da8ee7 120777 root:root ../../../../bin/pxz +/usr/lib/debug/.build-id/59/2e46378bb5b565215ddc887646ddd7d3da8ee7.debug 120777 root:root ../../usr/bin/pxz.debug /usr/lib/debug/usr/bin/pxz.debug 100644 root:root @@ -8,3 +8,2 @@ Requires: debug(liblzma.so.5) -Requires: debug(libpthread.so.0) Requires: pxz = 4.999.9beta-alt3:sisyphus+275164.100.1.1 @@ -12,6 +11,6 @@ Provides: pxz-debuginfo = 4.999.9beta-alt3:sisyphus+275164.100.1.1 -File: /usr/lib/debug/.build-id/ab 40755 root:root -File: /usr/lib/debug/.build-id/ab/7b8e5ac0b47ab111b989da1fae7ec321110fd4 120777 root:root ../../../../bin/pxz -File: /usr/lib/debug/.build-id/ab/7b8e5ac0b47ab111b989da1fae7ec321110fd4.debug 120777 root:root ../../usr/bin/pxz.debug -File: /usr/lib/debug/usr/bin/pxz.debug 100644 root:root 8c0b123fd4bc985fb6e9e1e163f348b3 -RPMIdentity: 41de6dc33e61d9a7651d82e9ffa8575481b631502bf690075ecf427111d0535200b710df11e0a422c73b9e671375cdb68ed2b2437a10e48a5a207663c9d88161 +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/2e46378bb5b565215ddc887646ddd7d3da8ee7 120777 root:root ../../../../bin/pxz +File: /usr/lib/debug/.build-id/59/2e46378bb5b565215ddc887646ddd7d3da8ee7.debug 120777 root:root ../../usr/bin/pxz.debug +File: /usr/lib/debug/usr/bin/pxz.debug 100644 root:root 21e994ee876d48c53a862110b4b5ef0d +RPMIdentity: 4d07d2f152fde1a027786c26968ba10c5b9a4f030a8a052340143615f01dc2604500770f680c38aa61852ee3e5ad356136a629cd2341a66d4600db687aa7d21f