<86>Jan  6 00:41:58 userdel[12426]: delete user 'rooter'
<86>Jan  6 00:41:58 groupadd[12441]: group added to /etc/group: name=rooter, GID=663
<86>Jan  6 00:41:58 groupadd[12441]: group added to /etc/gshadow: name=rooter
<86>Jan  6 00:41:58 groupadd[12441]: new group: name=rooter, GID=663
<86>Jan  6 00:41:58 useradd[12457]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash
<86>Jan  6 00:41:58 userdel[12470]: delete user 'builder'
<86>Jan  6 00:41:58 userdel[12470]: removed group 'builder' owned by 'builder'
<86>Jan  6 00:41:58 userdel[12470]: removed shadow group 'builder' owned by 'builder'
<86>Jan  6 00:41:58 groupadd[12489]: group added to /etc/group: name=builder, GID=664
<86>Jan  6 00:41:58 groupadd[12489]: group added to /etc/gshadow: name=builder
<86>Jan  6 00:41:58 groupadd[12489]: new group: name=builder, GID=664
<86>Jan  6 00:41:58 useradd[12497]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash
Installing banner-1.3.4-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98795
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf banner-1.3.4
+ echo 'Source #0 (banner-1.3.4.tar.gz):'
Source #0 (banner-1.3.4.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/banner-1.3.4.tar.gz
+ /bin/tar -xf -
+ cd banner-1.3.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98795
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd banner-1.3.4
+ CFLAGS='-pipe -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -Wall -g -O2'
+ export FFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ sort -u
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-alt-linux-gcc... none
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --without-included-gettext
+ '[' -n '' ']'
+ NPROCS=8
+ make -j8
make: Entering directory `/usr/src/RPM/BUILD/banner-1.3.4'
make  all-am
make[1]: Entering directory `/usr/src/RPM/BUILD/banner-1.3.4'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.    -pipe -Wall -g -O2 -c -o banner.o banner.c
banner.c: In function 'convert_to_upper':
banner.c:219:19: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration]
       string[i] = toupper(string[i]);
                   ^
banner.c: In function 'convert_whitespace':
banner.c:237:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
       if(isspace(string[i]))
          ^
banner.c: In function 'main':
banner.c:622:8: warning: unused variable 'truncated' [-Wunused-variable]
    int truncated = 0;
        ^
banner.c:614:8: warning: unused variable 'j' [-Wunused-variable]
    int j = 0;
        ^
x86_64-alt-linux-gcc  -pipe -Wall -g -O2   -o banner banner.o  
make[1]: Leaving directory `/usr/src/RPM/BUILD/banner-1.3.4'
make: Leaving directory `/usr/src/RPM/BUILD/banner-1.3.4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.59085
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/banner-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/banner-buildroot
+ cd banner-1.3.4
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/banner-buildroot
make: Entering directory `/usr/src/RPM/BUILD/banner-1.3.4'
make[1]: Entering directory `/usr/src/RPM/BUILD/banner-1.3.4'
 /bin/mkdir -p '/usr/src/tmp/banner-buildroot/usr/bin'
  /bin/install -p banner '/usr/src/tmp/banner-buildroot/usr/bin'
 /bin/mkdir -p '/usr/src/tmp/banner-buildroot/usr/share/man/man1'
 /bin/install -p -m 644 banner.1 '/usr/src/tmp/banner-buildroot/usr/share/man/man1'
make[1]: Leaving directory `/usr/src/RPM/BUILD/banner-1.3.4'
make: Leaving directory `/usr/src/RPM/BUILD/banner-1.3.4'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/banner-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/banner-buildroot (binconfig,pkgconfig,libtool,desktop)
Compressing files in /usr/src/tmp/banner-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/banner-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: banner-1.3.4-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59085
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd banner-1.3.4
+ DOCDIR=/usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ /bin/mkdir -p /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ cp -prL AUTHORS README ChangeLog /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ chmod -R go-w /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ chmod -R a+rX /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e32V4i
find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EXwJ1m
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8nsbIt
Creating banner-debuginfo package
Processing files: banner-debuginfo-1.3.4-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sxxV8C
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kG7tjP
find-requires: running scripts (debuginfo)
Requires: banner = 1.3.4-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/banner-1.3.4-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/banner-debuginfo-1.3.4-alt1.x86_64.rpm
1.19user 0.67system 0:06.89elapsed 27%CPU (0avgtext+0avgdata 26528maxresident)k
0inputs+0outputs (0major+277457minor)pagefaults 0swaps
6.85user 2.53system 0:14.94elapsed 62%CPU (0avgtext+0avgdata 124800maxresident)k
0inputs+0outputs (0major+553035minor)pagefaults 0swaps
--- banner-1.3.4-alt1.x86_64.rpm.repo	2015-02-27 16:38:41.000000000 +0000
+++ banner-1.3.4-alt1.x86_64.rpm.hasher	2019-01-06 00:42:07.173190015 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/banner-1.3.4/README	100644	
-/usr/share/man/man1/banner.1.gz	100644	
+/usr/share/man/man1/banner.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2