<86>Oct 23 09:33:18 userdel[1806841]: delete user 'rooter' <86>Oct 23 09:33:18 userdel[1806841]: removed group 'rooter' owned by 'rooter' <86>Oct 23 09:33:18 userdel[1806841]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 23 09:33:18 groupadd[1806846]: group added to /etc/group: name=rooter, GID=642 <86>Oct 23 09:33:18 groupadd[1806846]: group added to /etc/gshadow: name=rooter <86>Oct 23 09:33:18 groupadd[1806846]: new group: name=rooter, GID=642 <86>Oct 23 09:33:18 useradd[1806850]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Oct 23 09:33:18 userdel[1806857]: delete user 'builder' <86>Oct 23 09:33:18 userdel[1806857]: removed group 'builder' owned by 'builder' <86>Oct 23 09:33:18 userdel[1806857]: removed shadow group 'builder' owned by 'builder' <86>Oct 23 09:33:18 groupadd[1806866]: group added to /etc/group: name=builder, GID=643 <86>Oct 23 09:33:18 groupadd[1806866]: group added to /etc/gshadow: name=builder <86>Oct 23 09:33:18 groupadd[1806866]: new group: name=builder, GID=643 <86>Oct 23 09:33:18 useradd[1806872]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash <13>Oct 23 09:33:20 rpmi: libgomp1-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 23 09:33:20 rpmi: libgomp11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 23 09:33:20 rpmi: libgomp-devel-11-alt1 sisyphus+285602.400.1.1 1632238564 installed <13>Oct 23 09:33:21 rpmi: liblzma-devel-5.2.5-alt3 sisyphus+283840.100.1.1 1629978473 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.91946 + 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.91946 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pxz-4.999.9beta + make -j8 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.91946 + 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.66zFUo 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.Xn987D 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.n6VNNx 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.k9KPyl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T6h8MV 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) 1.28user 1.13system 0:06.11elapsed 39%CPU (0avgtext+0avgdata 25860maxresident)k 0inputs+0outputs (0major+142138minor)pagefaults 0swaps 7.36user 8.35system 0:17.12elapsed 91%CPU (0avgtext+0avgdata 103764maxresident)k 488inputs+0outputs (29998major+381967minor)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 2021-10-23 09:33:30.773726783 +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 3cf3e55874e7925063ce28bf1c2a7326 File: /usr/share/man/man1/pxz.1.xz 100644 root:root 273736cb8ca28a781d9eb28ed17f9e60 -RPMIdentity: 4fd6cf328ce480da617f3b2f42c231ed686fa3f49387d404462b9834037a1a093522280a0f86e76ef9f6ce931ece241ad3f93a4ac857ce460d82f8496fa73e23 +RPMIdentity: f0b8ea03e82bebe6b235e8a88a688835bc21976a14c83af974f692a658bd43e7f8113174657a68fbf1a50076e1228fa8460bc2dcc05985dcaf64c414bfb9cb09 --- 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 2021-10-23 09:33:30.914721693 +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/e8 40755 root:root +/usr/lib/debug/.build-id/e8/37bc2ba0fcb113eb457d70a18614784c66fcc2 120777 root:root ../../../../bin/pxz +/usr/lib/debug/.build-id/e8/37bc2ba0fcb113eb457d70a18614784c66fcc2.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/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/37bc2ba0fcb113eb457d70a18614784c66fcc2 120777 root:root ../../../../bin/pxz +File: /usr/lib/debug/.build-id/e8/37bc2ba0fcb113eb457d70a18614784c66fcc2.debug 120777 root:root ../../usr/bin/pxz.debug +File: /usr/lib/debug/usr/bin/pxz.debug 100644 root:root 14d3c59b259a22b773a02f268a49b06e +RPMIdentity: e60ba3f5bd66b2a46728963b142ac1eec8994f9242880f8819c8804d6bca9f444531c22b1ece40286e439dee8b9758e555e07cca669e66ebd228e66bcdad1304