<86>Jan 17 01:31:51 userdel[2872537]: delete user 'rooter'
<86>Jan 17 01:31:51 groupadd[2872590]: group added to /etc/group: name=rooter, GID=705
<86>Jan 17 01:31:51 groupadd[2872590]: new group: name=rooter, GID=705
<86>Jan 17 01:31:51 useradd[2872636]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash
<86>Jan 17 01:31:51 userdel[2872698]: delete user 'builder'
<86>Jan 17 01:31:51 groupadd[2872731]: group added to /etc/group: name=builder, GID=706
<86>Jan 17 01:31:51 useradd[2872764]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/sercd-3.0.0-alt1.qa1.nosrc.rpm
Installing sercd-3.0.0-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98145
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sercd-3.0.0
+ echo 'Source #0 (sercd-3.0.0.tar.gz):'
Source #0 (sercd-3.0.0.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/sercd-3.0.0.tar.gz
+ cd sercd-3.0.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93825
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sercd-3.0.0
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -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 -- '{}'
+ sort -u
+ 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
+ ./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 --disable-silent-rules --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-alt-linux-gcc... none
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
make: Entering directory '/usr/src/RPM/BUILD/sercd-3.0.0'
x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sercd\" -DVERSION=\"3.0.0\"  -I. -I.    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c sercd.c
sercd.c: In function 'HandleCPCCommand':
sercd.c:703:71: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size 227 [-Wformat-truncation=]
      snprintf(LogStr, sizeof(LogStr) - 1, "Received client signature: %s", SigStr);
                                                                       ^~   ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from sercd.c:44:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 28 and 282 bytes into a destination of size 254
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sercd.c:696:56: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size 239 [-Wformat-truncation=]
      snprintf(LogStr, sizeof(LogStr), "Sent signature: %s", SigStr);
                                                        ^~   ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from sercd.c:44:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 17 and 271 bytes into a destination of size 255
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sercd\" -DVERSION=\"3.0.0\"  -I. -I.    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c win.c
x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sercd\" -DVERSION=\"3.0.0\"  -I. -I.    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c unix.c
x86_64-alt-linux-gcc -Wall -pipe -frecord-gcc-switches -Wall -g -O2   -o sercd  sercd.o win.o unix.o  
make: Leaving directory '/usr/src/RPM/BUILD/sercd-3.0.0'
+ make -j8
make: Nothing to be done for 'all'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.78633
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/sercd-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/sercd-buildroot
+ cd sercd-3.0.0
+ mkdir -p /usr/src/tmp/sercd-buildroot/etc
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/sercd-buildroot
make: Entering directory '/usr/src/RPM/BUILD/sercd-3.0.0'
make[1]: Entering directory '/usr/src/RPM/BUILD/sercd-3.0.0'
test -z "/usr/sbin" || mkdir -p -- "/usr/src/tmp/sercd-buildroot/usr/sbin"
  /bin/install -p 'sercd' '/usr/src/tmp/sercd-buildroot/usr/sbin/sercd'
test -z "/usr/share/man/man8" || mkdir -p -- "/usr/src/tmp/sercd-buildroot/usr/share/man/man8"
 /bin/install -p -m 644 './sercd.8' '/usr/src/tmp/sercd-buildroot/usr/share/man/man8/sercd.8'
make[1]: Leaving directory '/usr/src/RPM/BUILD/sercd-3.0.0'
make: Leaving directory '/usr/src/RPM/BUILD/sercd-3.0.0'
+ install -m755 -D sercd.xinetd /usr/src/tmp/sercd-buildroot//etc/sercd
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/sercd-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/sercd-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/sercd-buildroot/ (default)
Compressing files in /usr/src/tmp/sercd-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/sercd-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: sercd-3.0.0-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7gxzzf
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.oOysYg
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.15)(64bit), libc.so.6(GLIBC_2.2.5)(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.Vd6Gbm
Creating sercd-debuginfo package
Processing files: sercd-debuginfo-3.0.0-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S2DPyu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t4pSHG
find-requires: running scripts (debuginfo)
Requires: sercd = 3.0.0-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/sercd-3.0.0-alt1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/sercd-debuginfo-3.0.0-alt1.qa1.x86_64.rpm
2.85user 0.57system 0:13.44elapsed 25%CPU (0avgtext+0avgdata 36568maxresident)k
0inputs+0outputs (0major+292414minor)pagefaults 0swaps
4.25user 2.31system 0:21.16elapsed 31%CPU (0avgtext+0avgdata 36568maxresident)k
0inputs+0outputs (0major+478710minor)pagefaults 0swaps
--- sercd-3.0.0-alt1.qa1.x86_64.rpm.repo	2013-04-18 15:15:53.000000000 +0000
+++ sercd-3.0.0-alt1.qa1.x86_64.rpm.hasher	2021-01-17 01:32:08.986944200 +0000
@@ -2,3 +2,3 @@
 /usr/sbin/sercd	100755	
-/usr/share/man/man8/sercd.8.gz	100644	
+/usr/share/man/man8/sercd.8.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2