<86>Aug  9 01:07:21 userdel[1715598]: delete user 'rooter'
<86>Aug  9 01:07:21 userdel[1715598]: removed group 'rooter' owned by 'rooter'
<86>Aug  9 01:07:21 userdel[1715598]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  9 01:07:21 groupadd[1715612]: group added to /etc/group: name=rooter, GID=597
<86>Aug  9 01:07:21 groupadd[1715612]: group added to /etc/gshadow: name=rooter
<86>Aug  9 01:07:21 groupadd[1715612]: new group: name=rooter, GID=597
<86>Aug  9 01:07:21 useradd[1715620]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash
<86>Aug  9 01:07:21 userdel[1715638]: delete user 'builder'
<86>Aug  9 01:07:21 userdel[1715638]: removed group 'builder' owned by 'builder'
<86>Aug  9 01:07:21 userdel[1715638]: removed shadow group 'builder' owned by 'builder'
<86>Aug  9 01:07:21 groupadd[1715652]: group added to /etc/group: name=builder, GID=598
<86>Aug  9 01:07:21 groupadd[1715652]: group added to /etc/gshadow: name=builder
<86>Aug  9 01:07:21 groupadd[1715652]: new group: name=builder, GID=598
<86>Aug  9 01:07:21 useradd[1715660]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mundelete-1.0-alt1.qa2.nosrc.rpm
Installing mundelete-1.0-alt1.qa2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.49024
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mundelete
+ echo 'Source #0 (mundelete.tar.gz):'
Source #0 (mundelete.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/mundelete.tar.gz
+ /bin/tar -xf -
+ cd mundelete
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mundelete-newgcc-alt.patch):'
Patch #0 (mundelete-newgcc-alt.patch):
+ /usr/bin/patch -p1
patching file mundelete.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.49024
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mundelete
+ rm -rf mundelete bin/mundelete
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -std=gnu89'
make: Entering directory '/usr/src/RPM/BUILD/mundelete'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -std=gnu89 -o bin/mundelete mundelete.c
mundelete.c: In function 'recursive':
mundelete.c:37:31: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
 #define isdot(X) (!strncmp((X)->FILENAME,".          ",11) || !strncmp((X)->FILENAME,"..         ",11))
                            ~~~^~~~~~~~~~
mundelete.c:509:37: note: in expansion of macro 'isdot'
   if (!RECURSIVE || !isdir (dir) || isdot (dir))
                                     ^~~~~
In file included from mundelete.c:10:
/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strncmp (const char *__s1, const char *__s2, size_t __n)
            ^~~~~~~
mundelete.c:37:75: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
 #define isdot(X) (!strncmp((X)->FILENAME,".          ",11) || !strncmp((X)->FILENAME,"..         ",11))
                                                                        ~~~^~~~~~~~~~
mundelete.c:509:37: note: in expansion of macro 'isdot'
   if (!RECURSIVE || !isdir (dir) || isdot (dir))
                                     ^~~~~
In file included from mundelete.c:10:
/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strncmp (const char *__s1, const char *__s2, size_t __n)
            ^~~~~~~
mundelete.c: In function 'visit_fs':
mundelete.c:572:26: warning: pointer targets in passing argument 2 of 'mystrcmp' differ in signedness [-Wpointer-sign]
    if (!mystrcmp (dn, dir.FILENAME))
                       ~~~^~~~~~~~~
mundelete.c:547:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mystrcmp (char *s, char *s2)
 ^~~~~~~~
mundelete.c: In function 'root_dir':
mundelete.c:618:29: warning: pointer targets in passing argument 2 of 'mystrcmp' differ in signedness [-Wpointer-sign]
       if (!mystrcmp (dn, dir.FILENAME))
                          ~~~^~~~~~~~~
mundelete.c:547:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mystrcmp (char *s, char *s2)
 ^~~~~~~~
mundelete.c: In function 'is_dir.part.1':
mundelete.c:302:20: warning: array subscript 11 is above array bounds of 'unsigned char[8]' [-Warray-bounds]
       dir->FILENAME[8 + 3] = '\0';
       ~~~~~~~~~~~~~^~~~~~~
mundelete.c: In function 'visit_fs':
mundelete.c:302:20: warning: array subscript 11 is above array bounds of 'unsigned char[8]' [-Warray-bounds]
       dir->FILENAME[8 + 3] = '\0';
       ~~~~~~~~~~~~~^~~~~~~
mundelete.c: In function 'root_dir':
mundelete.c:302:20: warning: array subscript 11 is above array bounds of 'unsigned char[8]' [-Warray-bounds]
       dir->FILENAME[8 + 3] = '\0';
       ~~~~~~~~~~~~~^~~~~~~
mundelete.c:302:20: warning: array subscript 11 is above array bounds of 'unsigned char[8]' [-Warray-bounds]
       dir->FILENAME[8 + 3] = '\0';
       ~~~~~~~~~~~~~^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mundelete'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.7526
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mundelete-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mundelete-buildroot
+ cd mundelete
+ mkdir -p /usr/src/tmp/mundelete-buildroot//usr/bin /usr/src/tmp/mundelete-buildroot//usr/share/man/man1
+ install -pD -m755 bin/mundelete /usr/src/tmp/mundelete-buildroot//usr/bin
+ install -pD -m644 man/mundelete.1 /usr/src/tmp/mundelete-buildroot//usr/share/man/man1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mundelete-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mundelete-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/mundelete-buildroot/ (default)
Compressing files in /usr/src/tmp/mundelete-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/mundelete-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: mundelete-1.0-alt1.qa2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46517
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mundelete
+ DOCDIR=/usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ /bin/mkdir -p /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ cp -prL README /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ chmod -R go-w /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ chmod -R a+rX /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DhWvBS
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FEzCNs
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S0dJt6
Creating mundelete-debuginfo package
Processing files: mundelete-debuginfo-1.0-alt1.qa2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A1QXCN
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oSq9gy
find-requires: running scripts (debuginfo)
Requires: mundelete = 1.0-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/mundelete-1.0-alt1.qa2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/mundelete-debuginfo-1.0-alt1.qa2.x86_64.rpm
4.58user 1.23system 0:09.87elapsed 58%CPU (0avgtext+0avgdata 40016maxresident)k
0inputs+0outputs (0major+179697minor)pagefaults 0swaps
6.73user 5.54system 0:15.43elapsed 79%CPU (0avgtext+0avgdata 40016maxresident)k
0inputs+0outputs (0major+368308minor)pagefaults 0swaps
--- mundelete-1.0-alt1.qa2.x86_64.rpm.repo	2015-10-15 17:42:15.000000000 +0000
+++ mundelete-1.0-alt1.qa2.x86_64.rpm.hasher	2020-08-09 01:07:33.229537797 +0000
@@ -3,3 +3,3 @@
 /usr/share/doc/mundelete-1.0/README	100644	
-/usr/share/man/man1/mundelete.1.gz	100644	
+/usr/share/man/man1/mundelete.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2