<86>Sep 20 07:50:06 userdel[103185]: delete user 'rooter' <86>Sep 20 07:50:06 userdel[103185]: removed group 'rooter' owned by 'rooter' <86>Sep 20 07:50:06 userdel[103185]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 20 07:50:06 groupadd[103344]: group added to /etc/group: name=rooter, GID=693 <86>Sep 20 07:50:06 groupadd[103344]: group added to /etc/gshadow: name=rooter <86>Sep 20 07:50:06 groupadd[103344]: new group: name=rooter, GID=693 <86>Sep 20 07:50:06 useradd[103361]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Sep 20 07:50:06 userdel[103414]: delete user 'builder' <86>Sep 20 07:50:06 userdel[103414]: removed group 'builder' owned by 'builder' <86>Sep 20 07:50:06 userdel[103414]: removed shadow group 'builder' owned by 'builder' <86>Sep 20 07:50:06 groupadd[103448]: group added to /etc/group: name=builder, GID=694 <86>Sep 20 07:50:06 groupadd[103448]: group added to /etc/gshadow: name=builder <86>Sep 20 07:50:06 groupadd[103448]: new group: name=builder, GID=694 <86>Sep 20 07:50:06 useradd[103477]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80135 + 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/gzip -dc /usr/src/RPM/SOURCES/sercd-3.0.0.tar.gz + /bin/tar -xf - + 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.80135 + 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 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + 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' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --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 i586-alt-linux-gcc... i586-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i586-alt-linux-gcc... none checking build system type... i586-alt-linux-gnu checking host system type... i586-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' i586-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 -march=i586 -mtune=generic -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 ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-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 -march=i586 -mtune=generic -c win.c i586-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 -march=i586 -mtune=generic -c unix.c i586-alt-linux-gcc -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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.8591 + 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) verify-elf: WARNING: ./usr/sbin/sercd: uses non-LFS functions: open 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.UUVkuk 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.sow3gE find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), 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.p1XjLk 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.CheZgs find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0lJYq8 find-requires: running scripts (debuginfo) Requires: sercd = 3.0.0-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/sercd-3.0.0-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/sercd-debuginfo-3.0.0-alt1.qa1.i586.rpm 3.77user 0.78system 0:11.35elapsed 40%CPU (0avgtext+0avgdata 29704maxresident)k 0inputs+0outputs (0major+246031minor)pagefaults 0swaps 5.12user 2.90system 0:15.80elapsed 50%CPU (0avgtext+0avgdata 29704maxresident)k 0inputs+0outputs (0major+421641minor)pagefaults 0swaps --- sercd-3.0.0-alt1.qa1.i586.rpm.repo 2013-04-18 15:16:05.000000000 +0000 +++ sercd-3.0.0-alt1.qa1.i586.rpm.hasher 2019-09-20 07:50:20.209772092 +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: /lib/ld-linux.so.2