<86>Dec 18 07:38:58 userdel[33079]: delete user 'rooter' <86>Dec 18 07:38:58 userdel[33079]: removed group 'rooter' owned by 'rooter' <86>Dec 18 07:38:58 userdel[33079]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 18 07:38:58 groupadd[33113]: group added to /etc/group: name=rooter, GID=675 <86>Dec 18 07:38:58 groupadd[33113]: group added to /etc/gshadow: name=rooter <86>Dec 18 07:38:58 groupadd[33113]: new group: name=rooter, GID=675 <86>Dec 18 07:38:58 useradd[33162]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Dec 18 07:38:58 userdel[33201]: delete user 'builder' <86>Dec 18 07:38:58 groupadd[33223]: group added to /etc/group: name=builder, GID=676 <86>Dec 18 07:38:58 groupadd[33223]: group added to /etc/gshadow: name=builder <86>Dec 18 07:38:58 groupadd[33223]: new group: name=builder, GID=676 <86>Dec 18 07:38:58 useradd[33240]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash <13>Dec 18 07:39:02 rpmi: gcc-c++-common-1.4.22-alt1 1519183788 installed <13>Dec 18 07:39:03 rpmi: libstdc++8-devel-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 18 07:39:03 rpmi: gcc8-c++-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 18 07:39:03 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664775 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/patchelf-0.9-alt3.nosrc.rpm Installing patchelf-0.9-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60273 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf patchelf-0.9 + echo 'Source #0 (patchelf-0.9.tar):' Source #0 (patchelf-0.9.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/patchelf-0.9.tar + cd patchelf-0.9 + /bin/chmod -c -Rf u+rwX,go-w . + rm src/elf.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42963 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd patchelf-0.9 + 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 --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 style of include used by make... GNU checking for i586-alt-linux-gcc... i586-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking whether i586-alt-linux-gcc understands -c and -o together... yes checking dependency style of i586-alt-linux-gcc... none checking for i586-alt-linux-g++... i586-alt-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether i586-alt-linux-g++ accepts -g... yes checking dependency style of i586-alt-linux-g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 Making all in src make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/src' i586-alt-linux-g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o patchelf.o patchelf.cc make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/src' make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/src' i586-alt-linux-g++ -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o patchelf patchelf.o make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/src' Making all in tests make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all-am'. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.45994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/patchelf-buildroot + : + /bin/rm -rf -- /usr/src/tmp/patchelf-buildroot + cd patchelf-0.9 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/patchelf-buildroot make: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/src' /bin/mkdir -p '/usr/src/tmp/patchelf-buildroot/usr/bin' /bin/install -p patchelf '/usr/src/tmp/patchelf-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/src' Making install in tests make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[2]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9' make[2]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf' /bin/install -p -m 644 README '/usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf' /bin/mkdir -p '/usr/src/tmp/patchelf-buildroot/usr/share/man/man1' /bin/install -p -m 644 patchelf.1 '/usr/src/tmp/patchelf-buildroot/usr/share/man/man1' make[2]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9' make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9' make: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9' + rm -rf /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/patchelf-buildroot (auto) Verifying and fixing files in /usr/src/tmp/patchelf-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/patchelf-buildroot/ (default) Compressing files in /usr/src/tmp/patchelf-buildroot (auto) Verifying ELF objects in /usr/src/tmp/patchelf-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/patchelf: uses non-LFS functions: __xstat open Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.67708 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd patchelf-0.9 + rc=0 + make check make: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9' Making check in src make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/src' Making check in tests make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make simple main main-scoped big-dynstr no-rpath libfoo.so libfoo-scoped.so libbar.so libbar-scoped.so libsimple.so make[2]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o simple-simple.o `test -f 'simple.c' || echo './'`simple.c i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o simple simple-simple.o i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o main.o main.c i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o foo.o foo.c i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bar.o bar.c i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -shared -L. -Wl,-rpath,`pwd`/no-such-path -o libbar.so bar.o i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -shared -L. -o libfoo.so foo.o -lbar i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -o main main.o -lfoo i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -shared -L. -o libbar-scoped.so bar.o i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -shared -L. -o libfoo-scoped.so foo.o -lbar-scoped i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -o main-scoped main.o -lfoo-scoped cat main.c > big-dynstr.c for i in $(seq 1 2000); do echo "void f$i(void) { };" >> big-dynstr.c; done i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o big-dynstr.o big-dynstr.c i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -o big-dynstr big-dynstr.o -lfoo i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o no_rpath-no-rpath.o `test -f 'no-rpath.c' || echo './'`no-rpath.c i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o no-rpath no_rpath-no-rpath.o make[2]: 'libfoo.so' is up to date. make[2]: 'libfoo-scoped.so' is up to date. make[2]: 'libbar.so' is up to date. make[2]: 'libbar-scoped.so' is up to date. i586-alt-linux-gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o simple.o simple.c i586-alt-linux-gcc -fpic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wl,--disable-new-dtags -shared -L. -o libsimple.so simple.o make[2]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make check-TESTS make[2]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[3]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' PASS: plain-fail.sh PASS: plain-run.sh PASS: shrink-rpath.sh PASS: set-interpreter-short.sh PASS: set-interpreter-long.sh PASS: set-rpath.sh PASS: no-rpath.sh PASS: big-dynstr.sh PASS: set-rpath-library.sh PASS: soname.sh PASS: no-rpath-amd64.sh PASS: no-rpath-armel.sh PASS: no-rpath-armhf.sh PASS: no-rpath-hurd-i386.sh PASS: no-rpath-i386.sh PASS: no-rpath-ia64.sh PASS: no-rpath-kfreebsd-amd64.sh PASS: no-rpath-kfreebsd-i386.sh PASS: no-rpath-mips.sh PASS: no-rpath-mipsel.sh PASS: no-rpath-powerpc.sh PASS: no-rpath-s390.sh PASS: no-rpath-sh4.sh PASS: no-rpath-sparc.sh ============================================================================ Testsuite summary for patchelf 0.9 ============================================================================ # TOTAL: 24 # PASS: 24 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[2]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/patchelf-0.9' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9' make: Leaving directory '/usr/src/RPM/BUILD/patchelf-0.9' + '[' 0 = 0 ']' + exit 0 Processing files: patchelf-0.9-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71048 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd patchelf-0.9 + DOCDIR=/usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + export DOCDIR + rm -rf /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + /bin/mkdir -p /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + cp -prL COPYING README /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + chmod -R go-w /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + chmod -R a+rX /usr/src/tmp/patchelf-buildroot/usr/share/doc/patchelf-0.9 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wSwBmp 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.t0RF7V 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.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3SyeyL Creating patchelf-debuginfo package Processing files: patchelf-debuginfo-0.9-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oqbCQN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fJmjMV find-requires: running scripts (debuginfo) Requires: patchelf = 0.9-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/i586/patchelf-0.9-alt3.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/patchelf-debuginfo-0.9-alt3.i586.rpm 12.43user 1.17system 0:19.69elapsed 69%CPU (0avgtext+0avgdata 169964maxresident)k 0inputs+0outputs (0major+451973minor)pagefaults 0swaps 22.37user 3.83system 0:35.39elapsed 74%CPU (0avgtext+0avgdata 169964maxresident)k 0inputs+0outputs (0major+833803minor)pagefaults 0swaps