<86>Aug  9 02:19:54 userdel[2353038]: delete user 'rooter'
<86>Aug  9 02:19:54 userdel[2353038]: removed group 'rooter' owned by 'rooter'
<86>Aug  9 02:19:54 userdel[2353038]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  9 02:19:55 groupadd[2353044]: group added to /etc/group: name=rooter, GID=630
<86>Aug  9 02:19:55 groupadd[2353044]: group added to /etc/gshadow: name=rooter
<86>Aug  9 02:19:55 groupadd[2353044]: new group: name=rooter, GID=630
<86>Aug  9 02:19:55 useradd[2353048]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash
<86>Aug  9 02:19:55 userdel[2353057]: delete user 'builder'
<86>Aug  9 02:19:55 userdel[2353057]: removed group 'builder' owned by 'builder'
<86>Aug  9 02:19:55 userdel[2353057]: removed shadow group 'builder' owned by 'builder'
<86>Aug  9 02:19:55 groupadd[2353062]: group added to /etc/group: name=builder, GID=631
<86>Aug  9 02:19:55 groupadd[2353062]: group added to /etc/gshadow: name=builder
<86>Aug  9 02:19:55 groupadd[2353062]: new group: name=builder, GID=631
<86>Aug  9 02:19:55 useradd[2353069]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/crunch-3.6-alt1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/crunch-3.6-alt1.nosrc.rpm (w1.gzdio)
Installing crunch-3.6-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96910
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf crunch-3.6
+ echo 'Source #0 (crunch-3.6.tar):'
Source #0 (crunch-3.6.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/crunch-3.6.tar
+ cd crunch-3.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96910
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd crunch-3.6
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/crunch-3.6'
Building binary...
/usr/bin/gcc  -pthread -Wall -pedantic -std=c99   crunch.c -lm  -o crunch
crunch.c: In function 'renamefile':
crunch.c:1495:7: warning: 'strncat' specified bound 4 equals source length [-Wstringop-overflow=]
 1495 |       strncat(finalnewfile, ".txt", 4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c:1502:7: warning: 'strncat' specified bound 4 equals source length [-Wstringop-overflow=]
 1502 |       strncat(finalnewfile, ".txt", 4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c:1520:7: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=]
 1520 |       strncat(comptype,"-t", 2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function 'main':
crunch.c:2759:11: warning: 'strncat' specified bound 5 equals source length [-Wstringop-overflow=]
 2759 |           strncat(fpath, "START", 5);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~

make: Leaving directory '/usr/src/RPM/BUILD/crunch-3.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.96910
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/crunch-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/crunch-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd crunch-3.6
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/crunch-buildroot INSTALL_OPTIONS= DOCDIR=/usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
make: Entering directory '/usr/src/RPM/BUILD/crunch-3.6'
Creating directories...
/usr/libexec/rpm-build/install -p -d  \
	/usr/src/tmp/crunch-buildroot/usr/bin \
	/usr/src/tmp/crunch-buildroot/usr/share/man/man1 \
	/usr/src/tmp/crunch-buildroot/usr/share/crunch \
	/usr/src/tmp/crunch-buildroot/usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
Copying binary...
/usr/libexec/rpm-build/install -p crunch /usr/src/tmp/crunch-buildroot/usr/bin
Copying charset.lst...
/usr/libexec/rpm-build/install -p charset.lst /usr/src/tmp/crunch-buildroot/usr/share/crunch
Copying COPYING...
/usr/libexec/rpm-build/install -p COPYING /usr/src/tmp/crunch-buildroot/usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
Installing man page...
/usr/libexec/rpm-build/install -p crunch.1 /usr/src/tmp/crunch-buildroot/usr/share/man/man1

make: Leaving directory '/usr/src/RPM/BUILD/crunch-3.6'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/crunch-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/crunch-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/crunch-buildroot/ (default)
Compressing files in /usr/src/tmp/crunch-buildroot (auto)
mode of '/usr/src/tmp/crunch-buildroot/usr/share/man/man1/crunch.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/crunch-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: crunch-3.6-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.84164
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd crunch-3.6
+ DOCDIR=/usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ /bin/mkdir -p /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ cp -prL COPYING /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ chmod -R go-w /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ chmod -R a+rX /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kJpu1v
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.kvb3qt
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.29)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3Ia3Gt
Creating crunch-debuginfo package
Processing files: crunch-debuginfo-3.6-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AjDy1u
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kwkx0u
find-requires: running scripts (debuginfo)
Requires: crunch = 3.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpthread.so.0)
warning: Installed (but unpackaged) file(s) found:
    /usr/src/tmp/crunch-buildroot/usr/share/doc/crunch-3.6/COPYING
Wrote: /usr/src/RPM/RPMS/x86_64/crunch-3.6-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/crunch-debuginfo-3.6-alt1.x86_64.rpm (w2.lzdio)
1.26user 1.07system 0:06.26elapsed 37%CPU (0avgtext+0avgdata 35048maxresident)k
0inputs+0outputs (0major+163116minor)pagefaults 0swaps
/.out/crunch-3.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/crunch-debuginfo-3.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL
3.67user 6.18system 0:12.55elapsed 78%CPU (0avgtext+0avgdata 35048maxresident)k
0inputs+0outputs (0major+345502minor)pagefaults 0swaps
--- crunch-3.6-alt1.x86_64.rpm.repo	2014-06-20 06:40:13.000000000 +0000
+++ crunch-3.6-alt1.x86_64.rpm.hasher	2021-08-09 02:20:03.670564027 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/crunch-3.6/COPYING	100644	root:root	
-/usr/share/man/man1/crunch.1.bz2	100644	root:root	
+/usr/share/man/man1/crunch.1.xz	100644	root:root	
 Requires: /lib64/ld-linux-x86-64.so.2  
@@ -10,3 +10,3 @@
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libm.so.6(GLIBC_2.29)(64bit)  
 Requires: libpthread.so.0(GLIBC_2.2.5)(64bit)  
@@ -15,3 +15,3 @@
 Provides: crunch = 3.6-alt1
-File: /usr/bin/crunch	100755	root:root	146f6c4c2d4a1b56220a04e3ba857884	
+File: /usr/bin/crunch	100755	root:root	fbdf99c9b71661a0de08330201dde99c	
 File: /usr/share/crunch	40755	root:root		
@@ -20,3 +20,3 @@
 File: /usr/share/doc/crunch-3.6/COPYING	100644	root:root	b234ee4d69f5fce4486a80fdaf4a4263	
-File: /usr/share/man/man1/crunch.1.bz2	100644	root:root	7fff9117faf178cd076743761eeeaa35	
-RPMIdentity: e2f66f0320a49b748527b4a045c05e5e460581e4dc7c0f5b07d2f25c669c05c1574d0f68d7473caf90a214757879e4f17db4ab5d97eb8999049732cde05406c4
+File: /usr/share/man/man1/crunch.1.xz	100644	root:root	0b42dd4019b09a3a1616de8b9f44a799	
+RPMIdentity: b0bb68ebd0fffd254f1572300c6f015fd4ba188eeb8f68e29d98eb859cfa285c1ee486643c55d1b5dd4ee153861002f870e4f011534dbedcfc6f0721158ad74c
--- crunch-debuginfo-3.6-alt1.x86_64.rpm.repo	2014-06-20 06:40:13.000000000 +0000
+++ crunch-debuginfo-3.6-alt1.x86_64.rpm.hasher	2021-08-09 02:20:03.802559299 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/a1	40755	root:root	
-/usr/lib/debug/.build-id/a1/c18aa99fda61d82eb31875b15d8192d5847388	120777	root:root	../../../../bin/crunch
-/usr/lib/debug/.build-id/a1/c18aa99fda61d82eb31875b15d8192d5847388.debug	120777	root:root	../../usr/bin/crunch.debug
+/usr/lib/debug/.build-id/f3	40755	root:root	
+/usr/lib/debug/.build-id/f3/f7e7bd50111f9835dea61fe626d1c02d17eca1	120777	root:root	../../../../bin/crunch
+/usr/lib/debug/.build-id/f3/f7e7bd50111f9835dea61fe626d1c02d17eca1.debug	120777	root:root	../../usr/bin/crunch.debug
 /usr/lib/debug/usr/bin/crunch.debug	100644	root:root	
@@ -11,6 +11,6 @@
 Provides: crunch-debuginfo = 3.6-alt1
-File: /usr/lib/debug/.build-id/a1	40755	root:root		
-File: /usr/lib/debug/.build-id/a1/c18aa99fda61d82eb31875b15d8192d5847388	120777	root:root		../../../../bin/crunch
-File: /usr/lib/debug/.build-id/a1/c18aa99fda61d82eb31875b15d8192d5847388.debug	120777	root:root		../../usr/bin/crunch.debug
-File: /usr/lib/debug/usr/bin/crunch.debug	100644	root:root	a1471357cd940502c99f4e5daf89a184	
-RPMIdentity: 474df40c6f9cb15ac218665131ccae32cf82cd393898d64c0e254ad461b6cd7d6cf00c09face1e6023b8e4c9b001c631e5f1eb6179916f773a464cb6075d8183
+File: /usr/lib/debug/.build-id/f3	40755	root:root		
+File: /usr/lib/debug/.build-id/f3/f7e7bd50111f9835dea61fe626d1c02d17eca1	120777	root:root		../../../../bin/crunch
+File: /usr/lib/debug/.build-id/f3/f7e7bd50111f9835dea61fe626d1c02d17eca1.debug	120777	root:root		../../usr/bin/crunch.debug
+File: /usr/lib/debug/usr/bin/crunch.debug	100644	root:root	564f60c3c0171aeec956c14daf88c186	
+RPMIdentity: 8024a0d94af715230083366fc19535b5b87db4944c25602b3180b0e06ae5ff4e38450840b25a97f222c5176ad79d1706f30dbee6edb2ab10895db5d398e00908