<86>Oct  1 04:00:14 userdel[1942017]: delete user 'rooter'
<86>Oct  1 04:00:14 userdel[1942017]: removed group 'rooter' owned by 'rooter'
<86>Oct  1 04:00:14 userdel[1942017]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  1 04:00:14 groupadd[1942072]: group added to /etc/group: name=rooter, GID=960
<86>Oct  1 04:00:14 groupadd[1942072]: group added to /etc/gshadow: name=rooter
<86>Oct  1 04:00:14 groupadd[1942072]: new group: name=rooter, GID=960
<86>Oct  1 04:00:14 useradd[1942121]: new user: name=rooter, UID=960, GID=960, home=/root, shell=/bin/bash
<86>Oct  1 04:00:14 userdel[1942173]: delete user 'builder'
<86>Oct  1 04:00:14 userdel[1942173]: removed group 'builder' owned by 'builder'
<86>Oct  1 04:00:14 userdel[1942173]: removed shadow group 'builder' owned by 'builder'
<86>Oct  1 04:00:14 groupadd[1942226]: group added to /etc/group: name=builder, GID=961
<86>Oct  1 04:00:14 groupadd[1942226]: group added to /etc/gshadow: name=builder
<86>Oct  1 04:00:14 groupadd[1942226]: new group: name=builder, GID=961
<86>Oct  1 04:00:14 useradd[1942262]: new user: name=builder, UID=961, GID=961, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/nomarch-1.4-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing nomarch-1.4-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90620
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nomarch-1.4
+ echo 'Source #0 (nomarch-1.4.tar.gz):'
Source #0 (nomarch-1.4.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/nomarch-1.4.tar.gz
+ /bin/tar -xf -
+ cd nomarch-1.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90620
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nomarch-1.4
+ make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o readhuff.o readhuff.c
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o readrle.o readrle.c
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o readlzw.o readlzw.c
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o main.o main.c
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o nomarch main.o readrle.o readhuff.o readlzw.o
In function 'convert_huff',
    inlined from 'arc_extract_or_test' at main.c:501:19,
    inlined from 'main' at main.c:718:1:
readhuff.c:93:13: warning: argument 1 range [4294965248, 4294967288] exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
   93 | if((nodearr=malloc(sizeof(struct huff_node_tag)*nodes))==NULL)
      |             ^
/usr/include/stdlib.h: In function 'main':
/usr/include/stdlib.h:540:14: note: in a call to allocation function 'malloc' declared here
  540 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90620
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/nomarch-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/nomarch-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd nomarch-1.4
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/nomarch-buildroot/usr exec_prefix=/usr/src/tmp/nomarch-buildroot/usr bindir=/usr/src/tmp/nomarch-buildroot/usr/bin sbindir=/usr/src/tmp/nomarch-buildroot/usr/sbin sysconfdir=/usr/src/tmp/nomarch-buildroot/etc datadir=/usr/src/tmp/nomarch-buildroot/usr/share includedir=/usr/src/tmp/nomarch-buildroot/usr/include libdir=/usr/src/tmp/nomarch-buildroot/usr/lib libexecdir=/usr/src/tmp/nomarch-buildroot/usr/lib localstatedir=/usr/src/tmp/nomarch-buildroot/var/lib sharedstatedir=/usr/src/tmp/nomarch-buildroot/var/lib mandir=/usr/src/tmp/nomarch-buildroot/usr/share/man infodir=/usr/src/tmp/nomarch-buildroot/usr/share/info install BINDIR=/usr/src/tmp/nomarch-buildroot/usr/bin MANDIR=/usr/src/tmp/nomarch-buildroot/usr/share/man/man1
make: Entering directory '/usr/src/RPM/BUILD/nomarch-1.4'
/bin/sh ./mkinstalldirs /usr/src/tmp/nomarch-buildroot/usr/bin /usr/src/tmp/nomarch-buildroot/usr/share/man/man1
mkdir /usr/src/tmp/nomarch-buildroot
mkdir /usr/src/tmp/nomarch-buildroot/usr
mkdir /usr/src/tmp/nomarch-buildroot/usr/bin
mkdir /usr/src/tmp/nomarch-buildroot/usr/share
mkdir /usr/src/tmp/nomarch-buildroot/usr/share/man
mkdir /usr/src/tmp/nomarch-buildroot/usr/share/man/man1
install -m 755 nomarch /usr/src/tmp/nomarch-buildroot/usr/bin
install -m 644 nomarch.1 /usr/src/tmp/nomarch-buildroot/usr/share/man/man1
make: Leaving directory '/usr/src/RPM/BUILD/nomarch-1.4'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/nomarch-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/nomarch-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/nomarch-buildroot/ (default)
Compressing files in /usr/src/tmp/nomarch-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/nomarch-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/nomarch: uses non-LFS functions: fopen
Processing files: nomarch-1.4-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.60761
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nomarch-1.4
+ DOCDIR=/usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ /bin/mkdir -p /usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ cp -prL ChangeLog NEWS README TODO /usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ chmod -R go-w /usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ chmod -R a+rX /usr/src/tmp/nomarch-buildroot/usr/share/doc/nomarch-1.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rnI4BI
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.0L9Pzj
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.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IX7pgC
Creating nomarch-debuginfo package
Processing files: nomarch-debuginfo-1.4-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FFELbX
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FotD0s
find-requires: running scripts (debuginfo)
Requires: nomarch = 1.4-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to nomarch-debuginfo a strict dependency on nomarch
Wrote: /usr/src/RPM/RPMS/i586/nomarch-1.4-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/nomarch-debuginfo-1.4-alt1.qa1.i586.rpm (w2.lzdio)
0.78user 0.56system 0:05.85elapsed 22%CPU (0avgtext+0avgdata 28760maxresident)k
0inputs+0outputs (0major+150431minor)pagefaults 0swaps
0.53user 1.09system 0:09.22elapsed 17%CPU (0avgtext+0avgdata 12404maxresident)k
0inputs+0outputs (0major+98124minor)pagefaults 0swaps
--- nomarch-1.4-alt1.qa1.i586.rpm.repo	2021-06-27 17:55:27.000000000 +0000
+++ nomarch-1.4-alt1.qa1.i586.rpm.hasher	2022-10-01 04:00:22.175544862 +0000
@@ -13,4 +13,4 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
-Requires: libc.so.6(GLIBC_2.7)  
 Requires: rtld(GNU_HASH)  
@@ -18,3 +18,3 @@
 Provides: nomarch = 1.4-alt1.qa1:sisyphus+276080.100.1.1
-File: /usr/bin/nomarch	100755	root:root	2939289c06029663e41c6674a4fd8add	
+File: /usr/bin/nomarch	100755	root:root	6b58ab1a9339897d880ce8b057734b2b	
 File: /usr/share/doc/nomarch-1.4	40755	root:root		
@@ -25,2 +25,2 @@
 File: /usr/share/man/man1/nomarch.1.xz	100644	root:root	44afc131de860e3b903ddbaaed75759c	
-RPMIdentity: b3d6983a3d2599c53b0a0e0e82d5c17e40f37d795bf8f21aaf0069025ac90dacad502b8f2c844de43b8ec8358215c7745aeb30a21830460994ada4d582603206
+RPMIdentity: 6f240b66aa723d4fa2700d2ca81c295e88c38a30ca04546b3eedb0d0fe8fc396441827bef69f5b5ba121bda54f65b730d96cf93415a262c8a5ed81b591277f14
--- nomarch-debuginfo-1.4-alt1.qa1.i586.rpm.repo	2021-06-27 17:55:27.000000000 +0000
+++ nomarch-debuginfo-1.4-alt1.qa1.i586.rpm.hasher	2022-10-01 04:00:22.230545819 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/92	40755	root:root	
-/usr/lib/debug/.build-id/92/75b2d1f33fd70eb958f8a654cfa25d18ddcf19	120777	root:root	../../../../bin/nomarch
-/usr/lib/debug/.build-id/92/75b2d1f33fd70eb958f8a654cfa25d18ddcf19.debug	120777	root:root	../../usr/bin/nomarch.debug
+/usr/lib/debug/.build-id/9e	40755	root:root	
+/usr/lib/debug/.build-id/9e/3a7e5fb5c2f29917355a3c6bd62abc1a901d49	120777	root:root	../../../../bin/nomarch
+/usr/lib/debug/.build-id/9e/3a7e5fb5c2f29917355a3c6bd62abc1a901d49.debug	120777	root:root	../../usr/bin/nomarch.debug
 /usr/lib/debug/usr/bin/nomarch.debug	100644	root:root	
@@ -17,6 +17,6 @@
 Provides: nomarch-debuginfo = 1.4-alt1.qa1:sisyphus+276080.100.1.1
-File: /usr/lib/debug/.build-id/92	40755	root:root		
-File: /usr/lib/debug/.build-id/92/75b2d1f33fd70eb958f8a654cfa25d18ddcf19	120777	root:root		../../../../bin/nomarch
-File: /usr/lib/debug/.build-id/92/75b2d1f33fd70eb958f8a654cfa25d18ddcf19.debug	120777	root:root		../../usr/bin/nomarch.debug
-File: /usr/lib/debug/usr/bin/nomarch.debug	100644	root:root	2a30514e9be4ef1c64aebe94c4bf6668	
+File: /usr/lib/debug/.build-id/9e	40755	root:root		
+File: /usr/lib/debug/.build-id/9e/3a7e5fb5c2f29917355a3c6bd62abc1a901d49	120777	root:root		../../../../bin/nomarch
+File: /usr/lib/debug/.build-id/9e/3a7e5fb5c2f29917355a3c6bd62abc1a901d49.debug	120777	root:root		../../usr/bin/nomarch.debug
+File: /usr/lib/debug/usr/bin/nomarch.debug	100644	root:root	e491a63250302fc81a5f3013f48a0f76	
 File: /usr/src/debug/nomarch-1.4	40755	root:root		
@@ -29,2 +29,2 @@
 File: /usr/src/debug/nomarch-1.4/readrle.h	100644	root:root	7a4dfaf912724e9ebece428de0afa1c6	
-RPMIdentity: fc8d21201d0d1b505365f7c2c6f73dc0e5f703270507934594fbb7de4ef29b33937399e5e99f9ec92b4169ee674d2b7835a11d640f695a374e86bfe6f2f40bde
+RPMIdentity: 439ded22ad254906d189096fcc03074bb1471f65dec7be7e51f7f7e88a4500e76a2c7f53d127bba1112fdf80261d4b8b82c360e38e6b7f46893b96c630ea7f8f