<86>Apr 27 08:41:25 userdel[3495955]: delete user 'rooter' <86>Apr 27 08:41:25 userdel[3495955]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:41:25 userdel[3495955]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:41:25 groupadd[3495963]: group added to /etc/group: name=rooter, GID=1226 <86>Apr 27 08:41:25 groupadd[3495963]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:41:25 groupadd[3495963]: new group: name=rooter, GID=1226 <86>Apr 27 08:41:25 useradd[3495970]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:41:25 userdel[3495980]: delete user 'builder' <86>Apr 27 08:41:25 userdel[3495980]: removed group 'builder' owned by 'builder' <86>Apr 27 08:41:25 userdel[3495980]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:41:25 groupadd[3495987]: group added to /etc/group: name=builder, GID=1227 <86>Apr 27 08:41:25 groupadd[3495987]: group added to /etc/gshadow: name=builder <86>Apr 27 08:41:25 groupadd[3495987]: new group: name=builder, GID=1227 <86>Apr 27 08:41:25 useradd[3495993]: new user: name=builder, UID=1227, GID=1227, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 08:41:29 rpmi: libgomp1-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 08:41:29 rpmi: libgomp13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 08:41:29 rpmi: libgomp-devel-13-alt1 sisyphus+323337.300.1.1 1687267966 installed <13>Apr 27 08:41:29 rpmi: liblzma-devel-5.4.5-alt1 sisyphus+338177.300.3.1 1707490254 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.10055 + 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.10055 + 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 pxz.c: In function 'close_stream': pxz.c:223:28: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free] 223 | if ( fclose(f) && (__fpending(f) || errno != EBADF) ) { | ^~~~~~~~~~~~~ pxz.c:223:14: note: call to 'fclose' here 223 | if ( fclose(f) && (__fpending(f) || errno != EBADF) ) { | ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/pxz-4.999.9beta' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10055 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pxz-buildroot Processing files: pxz-4.999.9beta-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Yz4Zmt 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.ypHp71 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.h62xZT 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.tv4h3M find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0xHRRe 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.69user 0.54system 0:05.65elapsed 21%CPU (0avgtext+0avgdata 29700maxresident)k 0inputs+0outputs (0major+142363minor)pagefaults 0swaps 5.03user 1.82system 0:14.97elapsed 45%CPU (0avgtext+0avgdata 127036maxresident)k 560inputs+0outputs (0major+187901minor)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 2024-04-27 08:41:37.655357088 +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 6a6ed0bbbf9262e5629e400e91fffd56 File: /usr/share/man/man1/pxz.1.xz 100644 root:root 273736cb8ca28a781d9eb28ed17f9e60 -RPMIdentity: 4fd6cf328ce480da617f3b2f42c231ed686fa3f49387d404462b9834037a1a093522280a0f86e76ef9f6ce931ece241ad3f93a4ac857ce460d82f8496fa73e23 +RPMIdentity: deb13db5fb993006a746b7ca8b1111a6fa298dcb42069aae30930c804dae7dc760c640a5d4cdfc3e81b37d9c58eb0fd594d163438da6e09d538a4ac8ed3a90c7 --- 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 2024-04-27 08:41:37.731357444 +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/b9 40755 root:root +/usr/lib/debug/.build-id/b9/1edb919d46ad4effdc5a5ebc43a4b7fed6f278 120777 root:root ../../../../bin/pxz +/usr/lib/debug/.build-id/b9/1edb919d46ad4effdc5a5ebc43a4b7fed6f278.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/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/1edb919d46ad4effdc5a5ebc43a4b7fed6f278 120777 root:root ../../../../bin/pxz +File: /usr/lib/debug/.build-id/b9/1edb919d46ad4effdc5a5ebc43a4b7fed6f278.debug 120777 root:root ../../usr/bin/pxz.debug +File: /usr/lib/debug/usr/bin/pxz.debug 100644 root:root 3f23d3ae2b4b2b527b00be5c1e8651b6 +RPMIdentity: 49c1f5bcd72b47c9bead44245cdadbc4eb175eb86cb3c0a942d668d6206c2be6191ba28037746901b366d31b38b6f5a2e9382f4b221c8d6d14eccff95c21f8e6