<86>Aug 30 00:03:59 userdel[1123897]: delete user 'rooter'
<86>Aug 30 00:03:59 groupadd[1123935]: group added to /etc/group: name=rooter, GID=555
<86>Aug 30 00:03:59 groupadd[1123935]: group added to /etc/gshadow: name=rooter
<86>Aug 30 00:03:59 groupadd[1123935]: new group: name=rooter, GID=555
<86>Aug 30 00:03:59 useradd[1123955]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash
<86>Aug 30 00:03:59 userdel[1123979]: delete user 'builder'
<86>Aug 30 00:03:59 userdel[1123979]: removed group 'builder' owned by 'builder'
<86>Aug 30 00:03:59 userdel[1123979]: removed shadow group 'builder' owned by 'builder'
<86>Aug 30 00:03:59 groupadd[1123985]: group added to /etc/group: name=builder, GID=556
<86>Aug 30 00:03:59 groupadd[1123985]: group added to /etc/gshadow: name=builder
<86>Aug 30 00:03:59 groupadd[1123985]: new group: name=builder, GID=556
<86>Aug 30 00:03:59 useradd[1123989]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash
<13>Aug 30 00:04:02 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Aug 30 00:04:02 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug 30 00:04:03 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug 30 00:04:03 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/farmhash-1.1-alt2.nosrc.rpm
Installing farmhash-1.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25680
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf farmhash-1.1
+ echo 'Source #0 (farmhash-1.1.tar):'
Source #0 (farmhash-1.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/farmhash-1.1.tar
+ cd farmhash-1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.650
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd farmhash-1.1
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force -I m4
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
libtoolize-default: putting auxiliary files in '.'.
libtoolize-default: linking file './config.guess'
libtoolize-default: linking file './config.sub'
libtoolize-default: linking file './install-sh'
libtoolize-default: linking file './ltmain.sh'
libtoolize-default: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize-default: linking file 'm4/libtool.m4'
libtoolize-default: linking file 'm4/ltoptions.m4'
libtoolize-default: linking file 'm4/ltsugar.m4'
libtoolize-default: linking file 'm4/ltversion.m4'
libtoolize-default: linking file 'm4/lt~obsolete.m4'
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
configure.ac:15: installing './compile'
configure.ac:13: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf-default: Leaving directory `.'
+ export 'CXXFLAGS=-g -maes -mavx -msse4.2 -O3'
+ CXXFLAGS='-g -maes -mavx -msse4.2 -O3'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-g -maes -mavx -msse4.2 -O3'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ '[' -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
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ ./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
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 build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
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 dependency style of x86_64-alt-linux-gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-alt-linux-strip... no
checking for strip... strip
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-alt-linux-gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-gcc static flag -static works... no
checking if x86_64-alt-linux-gcc supports -c -o file.o... yes
checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-alt-linux-g++ accepts -g... yes
checking dependency style of x86_64-alt-linux-g++... none
checking how to run the C++ preprocessor... x86_64-alt-linux-g++ -E
checking for ld used by x86_64-alt-linux-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-alt-linux-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-g++ static flag -static works... no
checking if x86_64-alt-linux-g++ supports -c -o file.o... yes
checking if x86_64-alt-linux-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking if the compiler supports __builtin_expect... yes
checking if the compiler supports __builtin_bswap32... yes
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 config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
-------------------------------------------------

FarmHash Version 1.1.0

Prefix: '/usr'.
Compiler: 'x86_64-alt-linux-g++ -g -maes -mavx -msse4.2 -O3'

Now type 'make [<target>]'
  where the optional <target> is:
    all                - build everything
    check              - build and run tests
    install            - install everything

--------------------------------------------------
+ make
make: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
make  all-recursive
make[1]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I..     -g -maes -mavx -msse4.2 -O3 -c -o farm-test.o farm-test.cc
/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I..     -g -maes -mavx -msse4.2 -O3 -c -o farmhash.lo farmhash.cc
libtool: compile:  x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -g -maes -mavx -msse4.2 -O3 -c farmhash.cc  -fPIC -DPIC -o .libs/farmhash.o
libtool: compile:  x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -g -maes -mavx -msse4.2 -O3 -c farmhash.cc -o farmhash.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CXX   --mode=link x86_64-alt-linux-g++  -g -maes -mavx -msse4.2 -O3   -o libfarmhash.la -rpath /usr/lib64 farmhash.lo  
libtool: link: x86_64-alt-linux-g++  -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-alt-linux/8/crtbeginS.o  .libs/farmhash.o   -L/usr/lib64/gcc/x86_64-alt-linux/8 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-alt-linux/8/crtendS.o /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crtn.o  -g -maes -mavx -msse4.2 -O3   -Wl,-soname -Wl,libfarmhash.so.0 -o .libs/libfarmhash.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libfarmhash.so.0" && ln -s "libfarmhash.so.0.0.0" "libfarmhash.so.0")
libtool: link: (cd ".libs" && rm -f "libfarmhash.so" && ln -s "libfarmhash.so.0.0.0" "libfarmhash.so")
libtool: link: ar cr .libs/libfarmhash.a  farmhash.o
libtool: link: ranlib .libs/libfarmhash.a
libtool: link: ( cd ".libs" && rm -f "libfarmhash.la" && ln -s "../libfarmhash.la" "libfarmhash.la" )
/bin/sh ../libtool  --tag=CXX   --mode=link x86_64-alt-linux-g++  -g -maes -mavx -msse4.2 -O3   -o farmhash_unittest farm-test.o libfarmhash.la 
libtool: link: x86_64-alt-linux-g++ -g -maes -mavx -msse4.2 -O3 -o .libs/farmhash_unittest farm-test.o  ./.libs/libfarmhash.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
make[2]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
make[1]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
make: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10335
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/farmhash-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/farmhash-buildroot
+ cd farmhash-1.1
+ /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/farmhash-buildroot/usr exec_prefix=/usr/src/tmp/farmhash-buildroot/usr bindir=/usr/src/tmp/farmhash-buildroot/usr/bin sbindir=/usr/src/tmp/farmhash-buildroot/usr/sbin sysconfdir=/usr/src/tmp/farmhash-buildroot/etc datadir=/usr/src/tmp/farmhash-buildroot/usr/share includedir=/usr/src/tmp/farmhash-buildroot/usr/include libdir=/usr/src/tmp/farmhash-buildroot/usr/lib64 libexecdir=/usr/src/tmp/farmhash-buildroot/usr/lib localstatedir=/usr/src/tmp/farmhash-buildroot/var/lib sharedstatedir=/usr/src/tmp/farmhash-buildroot/var/lib mandir=/usr/src/tmp/farmhash-buildroot/usr/share/man infodir=/usr/src/tmp/farmhash-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
 /bin/mkdir -p '/usr/src/tmp/farmhash-buildroot/usr/lib64'
 /bin/sh ../libtool   --mode=install /bin/install -p   libfarmhash.la '/usr/src/tmp/farmhash-buildroot/usr/lib64'
libtool: install: /bin/install -p .libs/libfarmhash.so.0.0.0 /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.so.0.0.0
libtool: install: (cd /usr/src/tmp/farmhash-buildroot/usr/lib64 && { ln -s -f libfarmhash.so.0.0.0 libfarmhash.so.0 || { rm -f libfarmhash.so.0 && ln -s libfarmhash.so.0.0.0 libfarmhash.so.0; }; })
libtool: install: (cd /usr/src/tmp/farmhash-buildroot/usr/lib64 && { ln -s -f libfarmhash.so.0.0.0 libfarmhash.so || { rm -f libfarmhash.so && ln -s libfarmhash.so.0.0.0 libfarmhash.so; }; })
libtool: install: /bin/install -p .libs/libfarmhash.lai /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.la
libtool: install: /bin/install -p .libs/libfarmhash.a /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.a
libtool: install: chmod 644 /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.a
libtool: install: ranlib /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.a
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /bin/mkdir -p '/usr/src/tmp/farmhash-buildroot/usr/include'
 /bin/install -p -m 644 farmhash.h '/usr/src/tmp/farmhash-buildroot/usr/include'
make[2]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
make[2]: Entering directory '/usr/src/RPM/BUILD/farmhash-1.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash'
 /bin/install -p -m 644 README NEWS COPYING Understanding_Hash_Functions dev/basics.cc dev/builder.cc dev/cmake_m32 dev/create-self-test dev/do-in-parallel dev/farmhashcc.cc dev/farmhash.h dev/farmhashmk.cc dev/farmhashna.cc dev/farmhashns.cc dev/farmhashnt.cc dev/farmhashsa.cc dev/farmhashsu.cc dev/farmhashte.cc dev/farmhashuo.cc dev/farmhashxo.cc dev/f.cc dev/fix-copyright dev/INSTRUCTIONS dev/PATCH dev/platform.cc dev/remove-from-to dev/SELFTESTCityHash128WithSeed dev/SELFTESTFingerprint128 dev/SELFTESTHash32 dev/SELFTESTHash32WithSeed dev/SELFTESTHash64 dev/SELFTESTHash64WithSeed dev/SELFTESTHash64WithSeeds dev/self-test-skeleton.cc dev/TESTBOILERPLATEHash32 dev/TESTBOILERPLATEHash32WithSeed dev/TESTBOILERPLATEHash64 dev/TESTBOILERPLATEHash64WithSeed dev/TESTBOILERPLATEHash64WithSeeds dev/WRAPPERuint32tconstcharssizetlen '/usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash'
 /bin/install -p -m 644 dev/WRAPPERuint32tconstcharssizetlenuint32tseed dev/WRAPPERuint32tconstcharssizetlenuint64tseed dev/WRAPPERuint32tconstcharssizetlenuint64tseed0uint64tseed1 dev/WRAPPERuint64tconstcharssizetlen dev/WRAPPERuint64tconstcharssizetlenuint64tseed dev/WRAPPERuint64tconstcharssizetlenuint64tseed0uint64tseed1 '/usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash'
make[2]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
make[1]: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
make: Leaving directory '/usr/src/RPM/BUILD/farmhash-1.1'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/farmhash-buildroot (auto)
removed './usr/lib64/libfarmhash.la'
mode of './usr/lib64/libfarmhash.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/farmhash-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/farmhash-buildroot/ (default)
Compressing files in /usr/src/tmp/farmhash-buildroot (auto)
Adjusting library links in /usr/src/tmp/farmhash-buildroot
./usr/lib64:
	libfarmhash.so.0 -> libfarmhash.so.0.0.0
Verifying ELF objects in /usr/src/tmp/farmhash-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: farmhash-1.1-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19593
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd farmhash-1.1
+ DOCDIR=/usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ /bin/mkdir -p /usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ cp -prL README NEWS /usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ chmod -R go-w /usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ chmod -R a+rX /usr/src/tmp/farmhash-buildroot/usr/share/doc/farmhash-1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w3sedp
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/farmhash-buildroot/usr/lib64/libfarmhash.so.0: 35 symbols, 16 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zdxj44
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libfarmhash.so.0()(64bit) = set:jdRCABRCyjHheKkk34HN1DdWcEiEtay0Yy1L5LnyU8zZAK81UECrh5YEabniIMtIgHVJCZyOwC6
Requires: libc.so.6(GLIBC_2.2.5)(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.y7009Q
Creating farmhash-debuginfo package
Processing files: farmhash-devel-1.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.534XvG
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.oTSywz
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/farmhash-buildroot/usr/include/farmhash.h:50:10: fatal error: utility: No such file or directory
 #include <utility>
          ^~~~~~~~~
compilation terminated.
cpp.req: /usr/src/tmp/farmhash-buildroot/usr/include/farmhash.h: cpp failed, trying c++ mode
Requires: farmhash = 1.1, /usr/lib64/libfarmhash.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.niMxNy
Processing files: farmhash-devel-static-1.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SPxdkB
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.Rud7AH
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: farmhash-devel = 1.1, glibc-devel-static
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SOxVFR
Processing files: farmhash-debuginfo-1.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VNOom5
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WXpsRm
find-requires: running scripts (debuginfo)
Provides: debug64(libfarmhash.so.0)
Requires: farmhash = 1.1-alt2, debug64(libc.so.6)
Adding to farmhash-debuginfo a strict dependency on farmhash
Adding to farmhash-devel a strict dependency on farmhash
Adding to farmhash-devel-static a strict dependency on farmhash-devel
Removing 1 extra deps from farmhash-devel due to dependency on farmhash
warning: Installed (but unpackaged) file(s) found:
    /usr/share/doc/farmhash/COPYING
    /usr/share/doc/farmhash/INSTRUCTIONS
    /usr/share/doc/farmhash/NEWS
    /usr/share/doc/farmhash/PATCH
    /usr/share/doc/farmhash/README
    /usr/share/doc/farmhash/SELFTESTCityHash128WithSeed
    /usr/share/doc/farmhash/SELFTESTFingerprint128
    /usr/share/doc/farmhash/SELFTESTHash32
    /usr/share/doc/farmhash/SELFTESTHash32WithSeed
    /usr/share/doc/farmhash/SELFTESTHash64
    /usr/share/doc/farmhash/SELFTESTHash64WithSeed
    /usr/share/doc/farmhash/SELFTESTHash64WithSeeds
    /usr/share/doc/farmhash/TESTBOILERPLATEHash32
    /usr/share/doc/farmhash/TESTBOILERPLATEHash32WithSeed
    /usr/share/doc/farmhash/TESTBOILERPLATEHash64
    /usr/share/doc/farmhash/TESTBOILERPLATEHash64WithSeed
    /usr/share/doc/farmhash/TESTBOILERPLATEHash64WithSeeds
    /usr/share/doc/farmhash/Understanding_Hash_Functions
    /usr/share/doc/farmhash/WRAPPERuint32tconstcharssizetlen
    /usr/share/doc/farmhash/WRAPPERuint32tconstcharssizetlenuint32tseed
    /usr/share/doc/farmhash/WRAPPERuint32tconstcharssizetlenuint64tseed
    /usr/share/doc/farmhash/WRAPPERuint32tconstcharssizetlenuint64tseed0uint64tseed1
    /usr/share/doc/farmhash/WRAPPERuint64tconstcharssizetlen
    /usr/share/doc/farmhash/WRAPPERuint64tconstcharssizetlenuint64tseed
    /usr/share/doc/farmhash/WRAPPERuint64tconstcharssizetlenuint64tseed0uint64tseed1
    /usr/share/doc/farmhash/basics.cc
    /usr/share/doc/farmhash/builder.cc
    /usr/share/doc/farmhash/cmake_m32
    /usr/share/doc/farmhash/create-self-test
    /usr/share/doc/farmhash/do-in-parallel
    /usr/share/doc/farmhash/f.cc
    /usr/share/doc/farmhash/farmhash.h
    /usr/share/doc/farmhash/farmhashcc.cc
    /usr/share/doc/farmhash/farmhashmk.cc
    /usr/share/doc/farmhash/farmhashna.cc
    /usr/share/doc/farmhash/farmhashns.cc
    /usr/share/doc/farmhash/farmhashnt.cc
    /usr/share/doc/farmhash/farmhashsa.cc
    /usr/share/doc/farmhash/farmhashsu.cc
    /usr/share/doc/farmhash/farmhashte.cc
    /usr/share/doc/farmhash/farmhashuo.cc
    /usr/share/doc/farmhash/farmhashxo.cc
    /usr/share/doc/farmhash/fix-copyright
    /usr/share/doc/farmhash/platform.cc
    /usr/share/doc/farmhash/remove-from-to
    /usr/share/doc/farmhash/self-test-skeleton.cc
Wrote: /usr/src/RPM/RPMS/x86_64/farmhash-1.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/farmhash-devel-1.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/farmhash-devel-static-1.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/farmhash-debuginfo-1.1-alt2.x86_64.rpm
17.30user 1.98system 0:43.26elapsed 44%CPU (0avgtext+0avgdata 202216maxresident)k
0inputs+0outputs (0major+1183913minor)pagefaults 0swaps
22.14user 3.97system 0:53.45elapsed 48%CPU (0avgtext+0avgdata 202216maxresident)k
0inputs+0outputs (0major+1522878minor)pagefaults 0swaps