<86>Sep 14 09:35:26 userdel[1793016]: delete user 'rooter' <86>Sep 14 09:35:26 userdel[1793016]: removed group 'rooter' owned by 'rooter' <86>Sep 14 09:35:26 userdel[1793016]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 09:35:26 groupadd[1793035]: group added to /etc/group: name=rooter, GID=702 <86>Sep 14 09:35:26 groupadd[1793035]: group added to /etc/gshadow: name=rooter <86>Sep 14 09:35:26 groupadd[1793035]: new group: name=rooter, GID=702 <86>Sep 14 09:35:26 useradd[1793050]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Sep 14 09:35:26 userdel[1793071]: delete user 'builder' <86>Sep 14 09:35:26 userdel[1793071]: removed group 'builder' owned by 'builder' <86>Sep 14 09:35:26 userdel[1793071]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 09:35:26 groupadd[1793077]: group added to /etc/group: name=builder, GID=703 <86>Sep 14 09:35:26 groupadd[1793077]: group added to /etc/gshadow: name=builder <86>Sep 14 09:35:26 groupadd[1793077]: new group: name=builder, GID=703 <86>Sep 14 09:35:26 useradd[1793086]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash <13>Sep 14 09:35:28 rpmi: libgomp1-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 09:35:28 rpmi: libgomp11-devel-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 09:35:28 rpmi: libgomp-devel-11-alt1 icarus+285089.300.1.1 1631483895 installed <13>Sep 14 09:35:28 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.73048 + 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.73048 + 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.75332 + 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.mOu7iK 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.UOzR7I 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.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), libpthread.so.0(GLIBC_2.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.i1gZAK 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.KhIRCK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PU3vZG 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), debug(libpthread.so.0) 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.01user 0.44system 0:07.64elapsed 19%CPU (0avgtext+0avgdata 26036maxresident)k 0inputs+0outputs (0major+142796minor)pagefaults 0swaps 4.69user 3.85system 0:15.89elapsed 53%CPU (0avgtext+0avgdata 101404maxresident)k 192inputs+0outputs (0major+406024minor)pagefaults 0swaps --- pxz-4.999.9beta-alt3.i586.rpm.repo 2021-06-23 01:47:46.795933133 +0000 +++ pxz-4.999.9beta-alt3.i586.rpm.hasher 2021-09-14 09:35:39.891745721 +0000 @@ -20,4 +20,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 facbd5f3cff279e5e673362dc2c5ba32 File: /usr/share/man/man1/pxz.1.xz 100644 root:root 273736cb8ca28a781d9eb28ed17f9e60 -RPMIdentity: 4fd6cf328ce480da617f3b2f42c231ed686fa3f49387d404462b9834037a1a093522280a0f86e76ef9f6ce931ece241ad3f93a4ac857ce460d82f8496fa73e23 +RPMIdentity: fd9f7adbf20c680f103e9c5d4ab8b5ec217ca665f8c05ed54e9bbc0740f3f08b12706256ce5ffb292e258a7c48200a993a72c70227cc2fdf7784d7ce9ae61127 --- pxz-debuginfo-4.999.9beta-alt3.i586.rpm.repo 2021-06-23 01:47:46.780932893 +0000 +++ pxz-debuginfo-4.999.9beta-alt3.i586.rpm.hasher 2021-09-14 09:35:40.083744404 +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/85 40755 root:root +/usr/lib/debug/.build-id/85/83e29f04aa5199fa011ecc6aa929a30a952398 120777 root:root ../../../../bin/pxz +/usr/lib/debug/.build-id/85/83e29f04aa5199fa011ecc6aa929a30a952398.debug 120777 root:root ../../usr/bin/pxz.debug /usr/lib/debug/usr/bin/pxz.debug 100644 root:root @@ -12,6 +12,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/85 40755 root:root +File: /usr/lib/debug/.build-id/85/83e29f04aa5199fa011ecc6aa929a30a952398 120777 root:root ../../../../bin/pxz +File: /usr/lib/debug/.build-id/85/83e29f04aa5199fa011ecc6aa929a30a952398.debug 120777 root:root ../../usr/bin/pxz.debug +File: /usr/lib/debug/usr/bin/pxz.debug 100644 root:root 4f381c41036957f641ea30dde9048c21 +RPMIdentity: ee834fddf6354c6cc058edf5499da0fb43ef0b0d873bdec353b8ccc85e26d0a2cbb04ef43b13e4c84f05f8abd5b0e6e2016fb228d7f3c6e8bd61e67f1b762f14