<86>May 13 05:43:10 userdel[1417040]: delete user 'rooter'
<86>May 13 05:43:10 userdel[1417040]: removed group 'rooter' owned by 'rooter'
<86>May 13 05:43:10 userdel[1417040]: removed shadow group 'rooter' owned by 'rooter'
<86>May 13 05:43:10 groupadd[1417091]: group added to /etc/group: name=rooter, GID=1799
<86>May 13 05:43:10 groupadd[1417091]: group added to /etc/gshadow: name=rooter
<86>May 13 05:43:10 groupadd[1417091]: new group: name=rooter, GID=1799
<86>May 13 05:43:10 useradd[1417111]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none
<86>May 13 05:43:10 userdel[1417144]: delete user 'builder'
<86>May 13 05:43:10 userdel[1417144]: removed group 'builder' owned by 'builder'
<86>May 13 05:43:10 userdel[1417144]: removed shadow group 'builder' owned by 'builder'
<86>May 13 05:43:10 groupadd[1417175]: group added to /etc/group: name=builder, GID=1800
<86>May 13 05:43:10 groupadd[1417175]: group added to /etc/gshadow: name=builder
<86>May 13 05:43:10 groupadd[1417175]: new group: name=builder, GID=1800
<86>May 13 05:43:10 useradd[1417193]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none
<13>May 13 05:43:11 rpmi: libgomp1-12.2.1-alt2 sisyphus+317777.100.2.2 1682563133 installed
<13>May 13 05:43:11 rpmi: libgomp12-devel-12.2.1-alt2 sisyphus+317777.100.2.2 1682563133 installed
<13>May 13 05:43:11 rpmi: libgomp-devel-12-alt1 sisyphus+300988.300.1.1 1654033053 installed
<13>May 13 05:43:11 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.27167
+ 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.27167
+ 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
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.27167
+ 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.mw5vPd
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.6KSyIf
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.HLffQQ
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.zpStUd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VEdtwz
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.52user 0.33system 0:05.49elapsed 15%CPU (0avgtext+0avgdata 28428maxresident)k
0inputs+0outputs (0major+139724minor)pagefaults 0swaps
1.55user 0.97system 0:09.72elapsed 26%CPU (0avgtext+0avgdata 109512maxresident)k
216inputs+0outputs (0major+186059minor)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	2023-05-13 05:43:18.790749579 +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	62487f48ae8fb7c791c47be6f8343810	
 File: /usr/share/man/man1/pxz.1.xz	100644	root:root	273736cb8ca28a781d9eb28ed17f9e60	
-RPMIdentity: 4fd6cf328ce480da617f3b2f42c231ed686fa3f49387d404462b9834037a1a093522280a0f86e76ef9f6ce931ece241ad3f93a4ac857ce460d82f8496fa73e23
+RPMIdentity: 8186ee4a50db7511b8437a6610b7a700794bf150b27a53969f01b9b6c8cf62a3574de2d5d12c1b7ef5d66c164a75e3a4e1ded62fd174c8f7c21a2116bc254446
--- 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	2023-05-13 05:43:18.844750281 +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/2b	40755	root:root	
+/usr/lib/debug/.build-id/2b/1a644d04409404311854e54eba8512ec813d0c	120777	root:root	../../../../bin/pxz
+/usr/lib/debug/.build-id/2b/1a644d04409404311854e54eba8512ec813d0c.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/2b	40755	root:root		
+File: /usr/lib/debug/.build-id/2b/1a644d04409404311854e54eba8512ec813d0c	120777	root:root		../../../../bin/pxz
+File: /usr/lib/debug/.build-id/2b/1a644d04409404311854e54eba8512ec813d0c.debug	120777	root:root		../../usr/bin/pxz.debug
+File: /usr/lib/debug/usr/bin/pxz.debug	100644	root:root	27d001667e9b443c11fc40de1632281d	
+RPMIdentity: c17c5a281315b3f747935121ad7714bac0cf213d5842641fbc9e765d058a3d081e4a7a5e6901f867c32d1327b2e08215042b352f85fe24df29d7b896a3e1f817