<86>Oct 26 09:26:46 userdel[814132]: delete user 'rooter' <86>Oct 26 09:26:46 userdel[814132]: removed group 'rooter' owned by 'rooter' <86>Oct 26 09:26:46 userdel[814132]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 26 09:26:46 groupadd[814142]: group added to /etc/group: name=rooter, GID=591 <86>Oct 26 09:26:46 groupadd[814142]: group added to /etc/gshadow: name=rooter <86>Oct 26 09:26:46 groupadd[814142]: new group: name=rooter, GID=591 <86>Oct 26 09:26:46 useradd[814147]: new user: name=rooter, UID=591, GID=591, home=/root, shell=/bin/bash <86>Oct 26 09:26:46 userdel[814166]: delete user 'builder' <86>Oct 26 09:26:46 userdel[814166]: removed group 'builder' owned by 'builder' <86>Oct 26 09:26:46 userdel[814166]: removed shadow group 'builder' owned by 'builder' <86>Oct 26 09:26:46 groupadd[814180]: group added to /etc/group: name=builder, GID=592 <86>Oct 26 09:26:46 groupadd[814180]: group added to /etc/gshadow: name=builder <86>Oct 26 09:26:46 groupadd[814180]: new group: name=builder, GID=592 <86>Oct 26 09:26:46 useradd[814187]: new user: name=builder, UID=592, GID=592, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/sercd-3.0.0-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL 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.83890 + 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.70015 + 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 + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -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=] 703 | snprintf(LogStr, sizeof(LogStr) - 1, "Received client signature: %s", SigStr); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from sercd.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 28 and 282 bytes into a destination of size 254 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __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=] 696 | snprintf(LogStr, sizeof(LogStr), "Sent signature: %s", SigStr); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from sercd.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 17 and 271 bytes into a destination of size 255 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __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.44285 + 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.VTF2AX 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.SwK9wX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.4gf8l1 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.jxhE7X find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z3cOPZ 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 2.92user 0.67system 0:09.05elapsed 39%CPU (0avgtext+0avgdata 29152maxresident)k 0inputs+0outputs (0major+246132minor)pagefaults 0swaps /.out/sercd-3.0.0-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/sercd-debuginfo-3.0.0-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 4.27user 2.79system 0:12.20elapsed 57%CPU (0avgtext+0avgdata 29152maxresident)k 0inputs+0outputs (0major+426071minor)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 2020-10-26 09:26:56.646821602 +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