<86>Dec 17 09:52:45 userdel[2705742]: delete user 'rooter'
<86>Dec 17 09:52:45 userdel[2705742]: removed group 'rooter' owned by 'rooter'
<86>Dec 17 09:52:45 userdel[2705742]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 17 09:52:45 groupadd[2705750]: group added to /etc/group: name=rooter, GID=942
<86>Dec 17 09:52:45 groupadd[2705750]: group added to /etc/gshadow: name=rooter
<86>Dec 17 09:52:45 groupadd[2705750]: new group: name=rooter, GID=942
<86>Dec 17 09:52:45 useradd[2705759]: new user: name=rooter, UID=942, GID=942, home=/root, shell=/bin/bash
<86>Dec 17 09:52:45 userdel[2705767]: delete user 'builder'
<86>Dec 17 09:52:45 userdel[2705767]: removed group 'builder' owned by 'builder'
<86>Dec 17 09:52:45 userdel[2705767]: removed shadow group 'builder' owned by 'builder'
<86>Dec 17 09:52:45 groupadd[2705773]: group added to /etc/group: name=builder, GID=943
<86>Dec 17 09:52:45 groupadd[2705773]: group added to /etc/gshadow: name=builder
<86>Dec 17 09:52:45 groupadd[2705773]: new group: name=builder, GID=943
<86>Dec 17 09:52:45 useradd[2705781]: new user: name=builder, UID=943, GID=943, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/haveged-1.9.18-alt1.nosrc.rpm (w1.gzdio)
Installing haveged-1.9.18-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30095
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf haveged-1.9.18
+ echo 'Source #0 (haveged-1.9.18.tar.gz):'
Source #0 (haveged-1.9.18.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/haveged-1.9.18.tar.gz
+ /bin/tar -xf -
+ cd haveged-1.9.18
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30095
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd haveged-1.9.18
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force 
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
libtoolize-default: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize-default: linking file 'config/config.guess'
libtoolize-default: linking file 'config/config.sub'
libtoolize-default: linking file 'config/install-sh'
libtoolize-default: linking file 'config/ltmain.sh'
libtoolize-default: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize-default: and rerunning libtoolize-default and aclocal.
libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
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:8: installing 'config/compile'
configure.ac:10: installing 'config/missing'
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 --enable-daemon --disable-static --enable-olt=no
configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext
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 how to run the C preprocessor... i586-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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 uint32_t... yes
checking for uint8_t... yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i586-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 i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop
checking how to convert i586-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 i586-alt-linux-file... no
checking for file... file
checking for i586-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for i586-alt-linux-strip... no
checking for strip... strip
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from i586-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 i586-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if i586-alt-linux-gcc static flag -static works... no
checking if i586-alt-linux-gcc supports -c -o file.o... yes
checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) 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... no
checking for i586-alt-linux-gcc... (cached) i586-alt-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i586-alt-linux-gcc accepts -g... (cached) yes
checking for i586-alt-linux-gcc option to accept ISO C89... (cached) none needed
checking whether i586-alt-linux-gcc understands -c and -o together... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether i586-alt-linux-gcc needs -traditional... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for __rdtsc... no
checking for accept... yes
checking for accept4... yes
checking for bind... yes
checking for connect... yes
checking for execv... yes
checking for floor... no
checking for getauxval... yes
checking for getsockopt... yes
checking for gettimeofday... yes
checking for listen... yes
checking for memset... yes
checking for pow... no
checking for pselect... yes
checking for recv... yes
checking for sched_yield... yes
checking for select... yes
checking for send... yes
checking for setsockopt... yes
checking for socket... yes
checking for sqrt... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/auxv.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking cpuid.h usability... yes
checking cpuid.h presence... yes
checking for cpuid.h... yes
checking x86intrin.h usability... yes
checking x86intrin.h presence... yes
checking for x86intrin.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking linux/random.h usability... yes
checking linux/random.h presence... yes
checking for linux/random.h... 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 man/Makefile
config.status: creating ent/Makefile
config.status: creating nist/Makefile
config.status: creating config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext
+ make -j16
make  all-recursive
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o havegecmd.o havegecmd.c
havegecmd.c: In function 'new_root':
havegecmd.c:62:20: warning: unused parameter 'params' [-Wunused-parameter]
   62 |    struct pparams *params)         /* IN: input params                      */
      |    ~~~~~~~~~~~~~~~~^~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o libhavege_la-havegetest.lo `test -f 'havegetest.c' || echo './'`havegetest.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c havegetest.c  -fPIC -DPIC -o .libs/libhavege_la-havegetest.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o libhavege_la-havege.lo `test -f 'havege.c' || echo './'`havege.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c havege.c  -fPIC -DPIC -o .libs/libhavege_la-havege.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o haveged.o haveged.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o libhavege_la-havegetune.lo `test -f 'havegetune.c' || echo './'`havegetune.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c havegetune.c  -fPIC -DPIC -o .libs/libhavege_la-havegetune.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o libhavege_la-havegecollect.lo `test -f 'havegecollect.c' || echo './'`havegecollect.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c havegecollect.c  -fPIC -DPIC -o .libs/libhavege_la-havegecollect.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -version-number 2:0:0  -o libhavege.la -rpath /usr/lib libhavege_la-havege.lo libhavege_la-havegetune.lo libhavege_la-havegecollect.lo libhavege_la-havegetest.lo  
libtool: link: i586-alt-linux-gcc -shared  -fPIC -DPIC  .libs/libhavege_la-havege.o .libs/libhavege_la-havegetune.o .libs/libhavege_la-havegecollect.o .libs/libhavege_la-havegetest.o    -g -O2 -flto=auto -march=i586 -mtune=generic   -Wl,-soname -Wl,libhavege.so.2 -o .libs/libhavege.so.2.0.0
libtool: link: (cd ".libs" && rm -f "libhavege.so.2" && ln -s "libhavege.so.2.0.0" "libhavege.so.2")
libtool: link: (cd ".libs" && rm -f "libhavege.so" && ln -s "libhavege.so.2.0.0" "libhavege.so")
libtool: link: ( cd ".libs" && rm -f "libhavege.la" && ln -s "../libhavege.la" "libhavege.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -o haveged haveged.o havegecmd.o libhavege.la 
libtool: link: i586-alt-linux-gcc -Wall -Wextra -Wpedantic -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/haveged haveged.o havegecmd.o  ./.libs/libhavege.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
Making all in man
make[2]: Nothing to be done for 'all'.
Making all in ent
make[2]: Nothing to be done for 'all'.
Making all in nist
make[2]: Nothing to be done for 'all'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.47573
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/haveged-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/haveged-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd haveged-1.9.18
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/haveged-buildroot/usr exec_prefix=/usr/src/tmp/haveged-buildroot/usr bindir=/usr/src/tmp/haveged-buildroot/usr/bin sbindir=/usr/src/tmp/haveged-buildroot/usr/sbin sysconfdir=/usr/src/tmp/haveged-buildroot/etc datadir=/usr/src/tmp/haveged-buildroot/usr/share includedir=/usr/src/tmp/haveged-buildroot/usr/include libdir=/usr/src/tmp/haveged-buildroot/usr/lib libexecdir=/usr/src/tmp/haveged-buildroot/usr/lib localstatedir=/usr/src/tmp/haveged-buildroot/var/lib sharedstatedir=/usr/src/tmp/haveged-buildroot/var/lib mandir=/usr/src/tmp/haveged-buildroot/usr/share/man infodir=/usr/src/tmp/haveged-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
 /bin/mkdir -p '/usr/src/tmp/haveged-buildroot/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p   libhavege.la '/usr/src/tmp/haveged-buildroot/usr/lib'
libtool: install: /usr/libexec/rpm-build/install -p .libs/libhavege.so.2.0.0 /usr/src/tmp/haveged-buildroot/usr/lib/libhavege.so.2.0.0
libtool: install: (cd /usr/src/tmp/haveged-buildroot/usr/lib && { ln -s -f libhavege.so.2.0.0 libhavege.so.2 || { rm -f libhavege.so.2 && ln -s libhavege.so.2.0.0 libhavege.so.2; }; })
libtool: install: (cd /usr/src/tmp/haveged-buildroot/usr/lib && { ln -s -f libhavege.so.2.0.0 libhavege.so || { rm -f libhavege.so && ln -s libhavege.so.2.0.0 libhavege.so; }; })
libtool: install: /usr/libexec/rpm-build/install -p .libs/libhavege.lai /usr/src/tmp/haveged-buildroot/usr/lib/libhavege.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /bin/mkdir -p '/usr/src/tmp/haveged-buildroot/usr/sbin'
  /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p haveged '/usr/src/tmp/haveged-buildroot/usr/sbin'
libtool: warning: 'libhavege.la' has not been installed in '/usr/lib'
libtool: install: /usr/libexec/rpm-build/install -p .libs/haveged /usr/src/tmp/haveged-buildroot/usr/sbin/haveged
 /bin/mkdir -p '/usr/src/tmp/haveged-buildroot/usr/include/haveged'
 /usr/libexec/rpm-build/install -p -m 644 havege.h '/usr/src/tmp/haveged-buildroot/usr/include/haveged'
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
Making install in man
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/haveged-buildroot/usr/share/man/man3'
 /usr/libexec/rpm-build/install -p -m 644 libhavege.3 '/usr/src/tmp/haveged-buildroot/usr/share/man/man3'
 /bin/mkdir -p '/usr/src/tmp/haveged-buildroot/usr/share/man/man8'
 /usr/libexec/rpm-build/install -p -m 644 haveged.8 '/usr/src/tmp/haveged-buildroot/usr/share/man/man8'
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
Making install in ent
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
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/haveged-1.9.18/ent'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
Making install in nist
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
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/haveged-1.9.18/nist'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18'
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18'
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/haveged-1.9.18'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18'
make: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18'
+ sed -e s:@SBIN_DIR@:/usr/sbin:g -i contrib/Fedora/haveged-once.service contrib/Fedora/haveged-switch-root.service contrib/Fedora/haveged.service
+ sed -i '/^ConditionKernelVersion/d' contrib/Fedora/haveged-once.service contrib/Fedora/haveged-switch-root.service contrib/Fedora/haveged.service
+ install -Dpm 0644 contrib/Fedora/haveged.service /usr/src/tmp/haveged-buildroot/lib/systemd/system/haveged.service
+ install -Dpm 0644 contrib/Fedora/haveged-once.service /usr/src/tmp/haveged-buildroot/lib/systemd/system/haveged-once.service
+ install -Dpm 0644 contrib/Fedora/90-haveged.rules /usr/src/tmp/haveged-buildroot/lib/udev/rules.d/90-haveged.rules
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/haveged-buildroot (auto)
removed './usr/lib/libhavege.la'
mode of './usr/lib/libhavege.so.2.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/haveged-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/haveged-buildroot/ (default)
Compressing files in /usr/src/tmp/haveged-buildroot (auto)
Adjusting library links in /usr/src/tmp/haveged-buildroot
./lib: (from <cmdline>:0)
./usr/lib: (from <cmdline>:0)
	libhavege.so.2 -> libhavege.so.2.0.0
Verifying ELF objects in /usr/src/tmp/haveged-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/haveged: uses non-LFS functions: fcntl fopen fstatat lstat open
verify-elf: WARNING: ./usr/lib/libhavege.so.2.0.0: uses non-LFS functions: fopen readdir
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.70879
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd haveged-1.9.18
+ make check
make: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18'
Making check in src
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/src'
Making check in man
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/man'
Making check in ent
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
make  entest
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o entest.o entest.c
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o iso8859.o iso8859.c
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o randtest.o randtest.c
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o chisq.o chisq.c
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -o entest entest.o iso8859.o randtest.o chisq.o -lm 
libtool: link: i586-alt-linux-gcc -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o entest entest.o iso8859.o randtest.o chisq.o  -lm
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
make  check-local
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
./entest -t ./entitle.gif
Self-test good!
./test.sh
Test passed!
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/ent'
Making check in nist
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make  
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make  check-local
make[2]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[2]: Nothing to be done for 'check-local'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18/nist'
make[1]: Entering directory '/usr/src/RPM/BUILD/haveged-1.9.18'
make[1]: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18'
make: Leaving directory '/usr/src/RPM/BUILD/haveged-1.9.18'
+ exit 0
Processing files: haveged-1.9.18-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70879
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd haveged-1.9.18
+ DOCDIR=/usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ export DOCDIR
+ rm -rf /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ /bin/mkdir -p /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ cp -prL AUTHORS COPYING NEWS README.md ChangeLog /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ chmod -R go-w /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ chmod -R a+rX /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-1.9.18
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hCihUd
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/haveged-buildroot/usr/lib/libhavege.so.2: 13 symbols, 14 bpp
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Writing 16 M byte output to stdout
haveged: Cannot write data in file: Broken pipe
fills: 1, generated: 512 K bytes, RNDADDENTROPY: 0 
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WXfQQj
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uijA4M
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9oV6rQ
Provides: libhavege.so.2 = set:hdIgovubNln4KyVHAmO7u1tIAUX4
Requires: /lib/ld-linux.so.2, /lib/udev/rules.d, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.10), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VC7kyo
Creating haveged-debuginfo package
Processing files: haveged-devel-1.9.18-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8678
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd haveged-1.9.18
+ DOCDIR=/usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ export DOCDIR
+ rm -rf /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ /bin/mkdir -p /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ cp -prL contrib/build/havege_sample.c /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ chmod -R go-w /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ chmod -R a+rX /usr/src/tmp/haveged-buildroot/usr/share/doc/haveged-devel-1.9.18
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xDOx6y
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rZTU5j
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /usr/lib/libhavege.so.2.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YwJ93J
Processing files: haveged-debuginfo-1.9.18-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pN9ayI
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IZQ4RU
find-requires: running scripts (debuginfo)
Provides: debug(libhavege.so.2)
Requires: haveged = 1.9.18-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to haveged-debuginfo a strict dependency on haveged
Adding to haveged-devel a strict dependency on haveged
Removing 1 extra deps from haveged-devel due to dependency on haveged
Wrote: /usr/src/RPM/RPMS/i586/haveged-1.9.18-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/haveged-devel-1.9.18-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/haveged-debuginfo-1.9.18-alt1.i586.rpm (w2.lzdio)
9.89user 3.24system 0:22.09elapsed 59%CPU (0avgtext+0avgdata 95464maxresident)k
0inputs+0outputs (0major+1511746minor)pagefaults 0swaps
0.51user 0.86system 0:24.93elapsed 5%CPU (0avgtext+0avgdata 12172maxresident)k
0inputs+0outputs (0major+94944minor)pagefaults 0swaps
--- haveged-1.9.18-alt1.i586.rpm.repo	2022-09-19 21:25:29.000000000 +0000
+++ haveged-1.9.18-alt1.i586.rpm.hasher	2022-12-17 09:53:08.892848094 +0000
@@ -38,4 +38,4 @@
 File: /usr/lib/libhavege.so.2	120777	root:root		libhavege.so.2.0.0
-File: /usr/lib/libhavege.so.2.0.0	100644	root:root	37a7562878f15deff8021cb24ad50e34	
-File: /usr/sbin/haveged	100755	root:root	0588a207c14e6ea1f122eac202771bb0	
+File: /usr/lib/libhavege.so.2.0.0	100644	root:root	3e70fab18ba7280e8bb81a213fc87fc5	
+File: /usr/sbin/haveged	100755	root:root	e2f02e28469c84c7c7cd7ab6a9f9b682	
 File: /usr/share/doc/haveged-1.9.18	40755	root:root		
@@ -47,2 +47,2 @@
 File: /usr/share/man/man8/haveged.8.xz	100644	root:root	cc2fe30ce014382046d7dd0ae658c797	
-RPMIdentity: 4f6a763fc43066b01b8bbdd478128b1cd823355a13d24eedabe441a943ee4af194c0791d66d9c0285ca6c2e49a0db59b5163ea27a9ccc7f75c18673396110df5
+RPMIdentity: 91dc5346ee343db4a584854e536d83e0c18b388f656e317a337765150d6b9a4500b9fb9a21fb803a6e74167b31c6d8184f1ee6a65375eb2977901fe55a2b762a
--- haveged-debuginfo-1.9.18-alt1.i586.rpm.repo	2022-09-19 21:25:29.000000000 +0000
+++ haveged-debuginfo-1.9.18-alt1.i586.rpm.hasher	2022-12-17 09:53:08.956849157 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/5c	40755	root:root	
-/usr/lib/debug/.build-id/5c/7839cf462801911632a01c680045141ed3f32a	120777	root:root	../../../libhavege.so.2.0.0
-/usr/lib/debug/.build-id/5c/7839cf462801911632a01c680045141ed3f32a.debug	120777	root:root	../../usr/lib/libhavege.so.2.0.0.debug
-/usr/lib/debug/.build-id/a2	40755	root:root	
-/usr/lib/debug/.build-id/a2/dcd4003ef925f9248b7a4920af0d63b33cb3f2	120777	root:root	../../../../sbin/haveged
-/usr/lib/debug/.build-id/a2/dcd4003ef925f9248b7a4920af0d63b33cb3f2.debug	120777	root:root	../../usr/sbin/haveged.debug
+/usr/lib/debug/.build-id/69	40755	root:root	
+/usr/lib/debug/.build-id/69/5b1b6da3f53d6fe632160be54c4154edf0a6dc	120777	root:root	../../../libhavege.so.2.0.0
+/usr/lib/debug/.build-id/69/5b1b6da3f53d6fe632160be54c4154edf0a6dc.debug	120777	root:root	../../usr/lib/libhavege.so.2.0.0.debug
+/usr/lib/debug/.build-id/f3	40755	root:root	
+/usr/lib/debug/.build-id/f3/1d716e9adab1ece436c6b7021f8283fc598a5f	120777	root:root	../../../../sbin/haveged
+/usr/lib/debug/.build-id/f3/1d716e9adab1ece436c6b7021f8283fc598a5f.debug	120777	root:root	../../usr/sbin/haveged.debug
 /usr/lib/debug/usr/lib/libhavege.so.2.0.0.debug	100644	root:root	
@@ -30,11 +30,11 @@
 Provides: haveged-debuginfo = 1.9.18-alt1:sisyphus+307095.100.1.1
-File: /usr/lib/debug/.build-id/5c	40755	root:root		
-File: /usr/lib/debug/.build-id/5c/7839cf462801911632a01c680045141ed3f32a	120777	root:root		../../../libhavege.so.2.0.0
-File: /usr/lib/debug/.build-id/5c/7839cf462801911632a01c680045141ed3f32a.debug	120777	root:root		../../usr/lib/libhavege.so.2.0.0.debug
-File: /usr/lib/debug/.build-id/a2	40755	root:root		
-File: /usr/lib/debug/.build-id/a2/dcd4003ef925f9248b7a4920af0d63b33cb3f2	120777	root:root		../../../../sbin/haveged
-File: /usr/lib/debug/.build-id/a2/dcd4003ef925f9248b7a4920af0d63b33cb3f2.debug	120777	root:root		../../usr/sbin/haveged.debug
-File: /usr/lib/debug/usr/lib/libhavege.so.2.0.0.debug	100644	root:root	1b7d7fa996ce49b1307e3751959fcd68	
+File: /usr/lib/debug/.build-id/69	40755	root:root		
+File: /usr/lib/debug/.build-id/69/5b1b6da3f53d6fe632160be54c4154edf0a6dc	120777	root:root		../../../libhavege.so.2.0.0
+File: /usr/lib/debug/.build-id/69/5b1b6da3f53d6fe632160be54c4154edf0a6dc.debug	120777	root:root		../../usr/lib/libhavege.so.2.0.0.debug
+File: /usr/lib/debug/.build-id/f3	40755	root:root		
+File: /usr/lib/debug/.build-id/f3/1d716e9adab1ece436c6b7021f8283fc598a5f	120777	root:root		../../../../sbin/haveged
+File: /usr/lib/debug/.build-id/f3/1d716e9adab1ece436c6b7021f8283fc598a5f.debug	120777	root:root		../../usr/sbin/haveged.debug
+File: /usr/lib/debug/usr/lib/libhavege.so.2.0.0.debug	100644	root:root	bd5d17d6559a6d0aafc913ffb82d2fd7	
 File: /usr/lib/debug/usr/lib/libhavege.so.2.debug	120777	root:root		libhavege.so.2.0.0.debug
-File: /usr/lib/debug/usr/sbin/haveged.debug	100644	root:root	1d918ee662393f330444b0dd14a0bace	
+File: /usr/lib/debug/usr/sbin/haveged.debug	100644	root:root	c51400e5bb7b3c58a23fa72499dfbfae	
 File: /usr/src/debug/haveged-1.9.18	40755	root:root		
@@ -54,2 +54,2 @@
 File: /usr/src/debug/haveged-1.9.18/src/oneiteration.h	100644	root:root	a0d2313b92fa7923bad47b5bfeda5b73	
-RPMIdentity: a4d20a56813591d9d11e4b3948a0192f517c9720492af9646b7528dee89027ba88b942abf979b94aa000b3ba5afdedd5407cfa1beac3fd686467a5680019663f
+RPMIdentity: afb2822eb606439a46b400dfbb0c80867f4f9781ebc701ac581b4268e74e32e0f19725f43a51e866b9f9285b35cd4236faa73b686db9388f0c82e048174e4ca3