<86>May 15 07:32:34 userdel[2271553]: delete user 'rooter' <86>May 15 07:32:34 userdel[2271553]: removed group 'rooter' owned by 'rooter' <86>May 15 07:32:34 userdel[2271553]: removed shadow group 'rooter' owned by 'rooter' <86>May 15 07:32:34 groupadd[2271768]: group added to /etc/group: name=rooter, GID=984 <86>May 15 07:32:34 groupadd[2271768]: group added to /etc/gshadow: name=rooter <86>May 15 07:32:34 groupadd[2271768]: new group: name=rooter, GID=984 <86>May 15 07:32:34 useradd[2271923]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>May 15 07:32:34 userdel[2272511]: delete user 'builder' <86>May 15 07:32:34 userdel[2272511]: removed shadow group 'builder' owned by 'builder' <86>May 15 07:32:34 groupadd[2272639]: group added to /etc/group: name=builder, GID=985 <86>May 15 07:32:34 groupadd[2272639]: group added to /etc/gshadow: name=builder <86>May 15 07:32:34 groupadd[2272639]: new group: name=builder, GID=985 <86>May 15 07:32:34 useradd[2272784]: new user: name=builder, UID=985, GID=985, home=/usr/src, shell=/bin/bash <13>May 15 07:32:38 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed <13>May 15 07:32:38 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed <13>May 15 07:32:38 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>May 15 07:32:38 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>May 15 07:32:38 rpmi: ca-certificates-2021.10.06-alt1 p9+289862.100.1.1 1637033643 installed <13>May 15 07:32:38 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed <13>May 15 07:32:38 rpmi: p11-kit-trust-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed <13>May 15 07:32:38 rpmi: libcrypto1.1-1.1.1n-alt2 p9+297595.100.1.1 1648753395 installed <13>May 15 07:32:38 rpmi: libssl1.1-1.1.1n-alt2 p9+297595.100.1.1 1648753395 installed <13>May 15 07:32:38 rpmi: libssl-devel-1.1.1n-alt2 p9+297595.100.1.1 1648753395 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/rhash-1.3.5-alt2.nosrc.rpm (w1.gzdio) Installing rhash-1.3.5-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21302 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rhash-1.3.5 + echo 'Source #0 (rhash-1.3.5.tar):' Source #0 (rhash-1.3.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rhash-1.3.5.tar + cd rhash-1.3.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (rhash-1.3.5.patch):' Patch #0 (rhash-1.3.5.patch): + /usr/bin/patch -p1 patching file .gear/rhash.spec patching file .gear/rules patching file .gear/tags/e26e4e1cc7e73c3342f24bfab5ba84f773a29fa1 patching file .gear/tags/list patching file ChangeLog patching file Makefile patching file bindings/perl/META.json patching file bindings/perl/META.yml patching file bindings/perl/Rhash.pm patching file calc_sums.c patching file common_func.c patching file common_func.h patching file hash_print.c patching file librhash/Makefile patching file librhash/byte_order.h patching file librhash/config.h patching file parse_cmdline.c patching file rhash_main.c patching file tests/test_rhash.sh patching file win_utils.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21302 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rhash-1.3.5 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic' LDFLAGS=-ldl lib-shared build-shared all make: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5' make -C librhash lib-shared make[1]: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' sed -n '1s/.*/{ global:/p; s/^RHASH_API.* \([a-z0-9_]\+\)(.*/ \1;/p; $s/.*/local: *; };/p' rhash.h rhash_torrent.h rhash_timing.h > exports.sym cc -fpic -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations -shared algorithms.c byte_order.c plug_openssl.c rhash.c rhash_timing.c rhash_torrent.c aich.c crc32.c ed2k.c edonr.c hex.c md4.c md5.c sha1.c sha256.c sha512.c sha3.c ripemd-160.c gost.c has160.c snefru.c tiger.c tiger_sbox.c tth.c torrent.c whirlpool.c whirlpool_sbox.c -Wl,--version-script,exports.sym,-soname,librhash.so.0 -ldl -o librhash.so.0 rm -f librhash.so ln -s librhash.so.0 librhash.so make[1]: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations calc_sums.c -o calc_sums.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_print.c -o hash_print.o echo "#define VERSION \"1.3.5\"" > version.h cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations common_func.c -o common_func.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_update.c -o hash_update.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations file_mask.c -o file_mask.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations file_set.c -o file_set.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations find_file.c -o find_file.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_check.c -o hash_check.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations output.c -o output.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations parse_cmdline.c -o parse_cmdline.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations rhash_main.c -o rhash_main.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations win_utils.c -o win_utils.o cc calc_sums.o hash_print.o common_func.o hash_update.o file_mask.o file_set.o find_file.o hash_check.o output.o parse_cmdline.o rhash_main.o win_utils.o -ldl -o rhash_shared librhash/librhash.so.0 make -C librhash lib-static make[1]: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations algorithms.c -o algorithms.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations byte_order.c -o byte_order.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations plug_openssl.c -o plug_openssl.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations rhash.c -o rhash.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations rhash_timing.c -o rhash_timing.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations rhash_torrent.c -o rhash_torrent.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations aich.c -o aich.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations crc32.c -o crc32.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations ed2k.c -o ed2k.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations edonr.c -o edonr.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hex.c -o hex.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations md4.c -o md4.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations md5.c -o md5.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations sha1.c -o sha1.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations sha256.c -o sha256.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations sha512.c -o sha512.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations sha3.c -o sha3.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations ripemd-160.c -o ripemd-160.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations gost.c -o gost.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations has160.c -o has160.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations snefru.c -o snefru.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations tiger.c -o tiger.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations tiger_sbox.c -o tiger_sbox.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations tth.c -o tth.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations torrent.c -o torrent.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations whirlpool.c -o whirlpool.o cc -c -pipe -pipe -frecord-gcc-switches -Wall -g -O2 -DNDEBUG -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations whirlpool_sbox.c -o whirlpool_sbox.o ar cqs librhash.a algorithms.o byte_order.o plug_openssl.o rhash.o rhash_timing.o rhash_torrent.o aich.o crc32.o ed2k.o edonr.o hex.o md4.o md5.o sha1.o sha256.o sha512.o sha3.o ripemd-160.o gost.o has160.o snefru.o tiger.o tiger_sbox.o tth.o torrent.o whirlpool.o whirlpool_sbox.o make[1]: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' cc calc_sums.o hash_print.o common_func.o hash_update.o file_mask.o file_set.o find_file.o hash_check.o output.o parse_cmdline.o rhash_main.o win_utils.o -o rhash -Llibrhash -lrhash -ldl make: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16642 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rhash-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rhash-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd rhash-1.3.5 + make PREFIX=/usr DESTDIR=/usr/src/tmp/rhash-buildroot MANDIR=/usr/share/man LIBDIR=/usr/lib64 install install-lib-static install-lib-shared install-shared-binary make: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5' make install-binary make[1]: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5' install -d /usr/src/tmp/rhash-buildroot/usr/bin install -m 755 rhash /usr/src/tmp/rhash-buildroot/usr/bin/rhash make[1]: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5' install -d /usr/src/tmp/rhash-buildroot/usr/share/man/man1 install -m 644 dist/rhash.1 /usr/src/tmp/rhash-buildroot/usr/share/man/man1/rhash.1 install -d /usr/src/tmp/rhash-buildroot/etc tr -d \\r < dist/rhashrc.sample > rc.tmp && install -m 644 rc.tmp /usr/src/tmp/rhash-buildroot/etc/rhashrc rm -f rc.tmp install -d /usr/src/tmp/rhash-buildroot/usr/bin for f in sfv-hash tiger-hash tth-hash whirlpool-hash has160-hash gost-hash ed2k-link magnet-link; do ln -fs rhash /usr/src/tmp/rhash-buildroot/usr/bin/$f; done cd /usr/src/tmp/rhash-buildroot/usr/share/man/man1 && for f in sfv-hash tiger-hash tth-hash whirlpool-hash has160-hash gost-hash ed2k-link magnet-link; do ln -fs rhash.1* $f.1; done make -C librhash install-lib-static make[1]: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' install -d /usr/src/tmp/rhash-buildroot/usr/include install -m 644 rhash.h rhash_torrent.h /usr/src/tmp/rhash-buildroot/usr/include/ install -d /usr/src/tmp/rhash-buildroot/usr/lib64 install -m 644 librhash.a /usr/src/tmp/rhash-buildroot/usr/lib64/ make[1]: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' make -C librhash install-lib-shared make[1]: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' install -d /usr/src/tmp/rhash-buildroot/usr/lib64 install -m 644 librhash.so.0 /usr/src/tmp/rhash-buildroot/usr/lib64/ make[1]: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' install -m 755 rhash_shared /usr/src/tmp/rhash-buildroot/usr/bin/rhash make: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5' + make PREFIX=/usr DESTDIR=/usr/src/tmp/rhash-buildroot MANDIR=/usr/share/man LIBDIR=/usr/lib64 -C librhash install-so-link install-headers make: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' install -d /usr/src/tmp/rhash-buildroot/usr/lib64 ln -s librhash.so.0 /usr/src/tmp/rhash-buildroot/usr/lib64/librhash.so install -d /usr/src/tmp/rhash-buildroot/usr/include install -m 644 rhash.h rhash_torrent.h /usr/src/tmp/rhash-buildroot/usr/include/ make: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5/librhash' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rhash-buildroot (auto) Verifying and fixing files in /usr/src/tmp/rhash-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rhash-buildroot/ (default) Compressing files in /usr/src/tmp/rhash-buildroot (auto) removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/magnet-link.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/magnet-link.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/ed2k-link.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/ed2k-link.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/gost-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/gost-hash.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/has160-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/has160-hash.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/whirlpool-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/whirlpool-hash.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/tth-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/tth-hash.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/tiger-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/tiger-hash.1.xz' -> 'rhash.1.xz' removed '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/sfv-hash.1' '/usr/src/tmp/rhash-buildroot/usr/share/man/man1/sfv-hash.1.xz' -> 'rhash.1.xz' Adjusting library links in /usr/src/tmp/rhash-buildroot ./usr/lib64: librhash.so.0 -> librhash.so.0 Verifying ELF objects in /usr/src/tmp/rhash-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.87286 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rhash-1.3.5 + make test-shared make: Entering directory '/usr/src/RPM/BUILD/rhash-1.3.5' chmod +x tests/test_rhash.sh tests/test_rhash.sh --shared ./rhash_shared Testing /usr/src/RPM/BUILD/rhash-1.3.5/rhash_shared 1. test with text string: Ok 2. test with 1Kb data file: Ok 3. test handling empty files: Ok 4. test default format: Ok 5. test %x, %b, %B modifiers: Ok 6. test special characters: Ok 7. test eDonkey link: Ok 8. test checking all hashes: Ok 9. test checking magnet link: Ok 10. test bsd format checking: Ok 11. test checking w/o filename: Ok 12. test checking embedded crc: Ok 13. test wrong sums detection: Ok 14. test *accept options: Ok 15. test ignoring of log files: Ok 16. test creating torrent file: Ok 17. test exit code: Ok make: Leaving directory '/usr/src/RPM/BUILD/rhash-1.3.5' + exit 0 Processing files: rhash-1.3.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q5NuLt find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ieaUHb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), librhash.so.0()(64bit) >= set:idUkMu3lFgxbW5ixfSEwx4RmqhyPOEmE8UZ163bZLkAbg, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ke1TL9 Creating rhash-debuginfo package Processing files: librhash-1.3.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1640 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rhash-1.3.5 + DOCDIR=/usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + export DOCDIR + rm -rf /usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + /bin/mkdir -p /usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + cp -prL COPYING README ChangeLog /usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + chmod -R go-w /usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + chmod -R a+rX /usr/src/tmp/rhash-buildroot/usr/share/doc/librhash-1.3.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IrFCkc find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/rhash-buildroot/usr/lib64/librhash.so.0: 30 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.el5fKi find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: librhash.so.0()(64bit) = set:idUkMu3lFgxjnsV2FMf1ZsEwN3tLKBmAUIcGLzjHIiMX3zxlN8XemT3dWvu12 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4aEqWs Creating librhash-debuginfo package Processing files: librhash-devel-1.3.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yhlWUG find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GIWXBY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librhash = 1.3.5-alt2, /usr/lib64/librhash.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ACZ01j Processing files: librhash-devel-static-1.3.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.86zXeJ find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.24pFfc find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librhash-devel = 1.3.5-alt2, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6TE30I Processing files: rhash-debuginfo-1.3.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cw6Qmj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2TmTnX find-requires: running scripts (debuginfo) Requires: rhash = 1.3.5-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(librhash.so.0) Processing files: librhash-debuginfo-1.3.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QWsiRE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u8q1Jp find-requires: running scripts (debuginfo) Provides: debug64(librhash.so.0) Requires: librhash = 1.3.5-alt2, debug64(libc.so.6), debug64(libdl.so.2) Adding to rhash a strict dependency on librhash Adding to rhash-debuginfo a strict dependency on librhash-debuginfo Removing from rhash-debuginfo 2 sources provided by librhash-debuginfo also prunning dir /usr/src/debug/rhash-1.3.5/librhash Removing 2 extra deps from rhash due to dependency on librhash Removing 1 extra deps from librhash-devel due to dependency on librhash Removing 1 extra deps from rhash-debuginfo due to dependency on librhash-debuginfo Removing 6 extra deps from rhash due to repentancy on librhash Removing 1 extra deps from rhash-debuginfo due to repentancy on librhash-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/rhash-1.3.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librhash-1.3.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librhash-devel-1.3.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librhash-devel-static-1.3.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rhash-debuginfo-1.3.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librhash-debuginfo-1.3.5-alt2.x86_64.rpm (w2.lzdio) 13.27user 5.16system 0:37.18elapsed 49%CPU (0avgtext+0avgdata 44344maxresident)k 0inputs+0outputs (0major+1164116minor)pagefaults 0swaps 18.03user 11.10system 0:52.87elapsed 55%CPU (0avgtext+0avgdata 120428maxresident)k 0inputs+0outputs (34974major+1559003minor)pagefaults 0swaps --- librhash-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ librhash-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:22.864299287 +0000 @@ -15,3 +15,3 @@ Provides: librhash = 1.3.5-alt2 -File: /usr/lib64/librhash.so.0 100644 root:root 774009dc5a6b1aa4dcfe5493b6c3351f +File: /usr/lib64/librhash.so.0 100644 root:root 14c9de0ad716e834ce3c6275f1c21d99 File: /usr/share/doc/librhash-1.3.5 40755 root:root @@ -20,2 +20,2 @@ File: /usr/share/doc/librhash-1.3.5/README 100644 root:root f5022c69f7d7f23de32e42f22bec5593 -RPMIdentity: 8f60f3f29e064de7aa94de01d8e22e3842f27ff80789d6d63175873651b01c730b6b83dcd9396433c2210bc98914c4ba6c1e454a6545413dbd45ff55b13dca44 +RPMIdentity: 0eb1801d62264a627ee76b9a22cc4763fed32e9112a2464d1606a9dd7a4995aeb5da8ab1f29df3b144ea4c4657cf6cc9b2305d8677cd8ed044789222f6b6227b --- librhash-debuginfo-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ librhash-debuginfo-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:23.039302303 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/2c 40755 root:root -/usr/lib/debug/.build-id/2c/ffad29a993a86307d163dbfc6997a1a00c2632 120777 root:root ../../../../lib64/librhash.so.0 -/usr/lib/debug/.build-id/2c/ffad29a993a86307d163dbfc6997a1a00c2632.debug 120777 root:root ../../usr/lib64/librhash.so.0.debug +/usr/lib/debug/.build-id/46 40755 root:root +/usr/lib/debug/.build-id/46/2e984dc77f40e8835bbcb2b25f7201036bc68f 120777 root:root ../../../../lib64/librhash.so.0 +/usr/lib/debug/.build-id/46/2e984dc77f40e8835bbcb2b25f7201036bc68f.debug 120777 root:root ../../usr/lib64/librhash.so.0.debug /usr/lib/debug/usr/lib64/librhash.so.0.debug 100644 root:root @@ -64,6 +64,6 @@ Provides: librhash-debuginfo = 1.3.5-alt2 -File: /usr/lib/debug/.build-id/2c 40755 root:root -File: /usr/lib/debug/.build-id/2c/ffad29a993a86307d163dbfc6997a1a00c2632 120777 root:root ../../../../lib64/librhash.so.0 -File: /usr/lib/debug/.build-id/2c/ffad29a993a86307d163dbfc6997a1a00c2632.debug 120777 root:root ../../usr/lib64/librhash.so.0.debug -File: /usr/lib/debug/usr/lib64/librhash.so.0.debug 100644 root:root 35d3ab5dbd98f6792927e19fd2b9629a +File: /usr/lib/debug/.build-id/46 40755 root:root +File: /usr/lib/debug/.build-id/46/2e984dc77f40e8835bbcb2b25f7201036bc68f 120777 root:root ../../../../lib64/librhash.so.0 +File: /usr/lib/debug/.build-id/46/2e984dc77f40e8835bbcb2b25f7201036bc68f.debug 120777 root:root ../../usr/lib64/librhash.so.0.debug +File: /usr/lib/debug/usr/lib64/librhash.so.0.debug 100644 root:root 3fac5f8468ba8f38dcf1ce0f948ee578 File: /usr/src/debug/rhash-1.3.5 40755 root:root @@ -122,2 +122,2 @@ File: /usr/src/debug/rhash-1.3.5/librhash/whirlpool_sbox.c 100644 root:root 128d6d54893a979212ed4d0efe57d165 -RPMIdentity: 7013745e46ab5070c2d6ab1191e50d9653aadef6d3eeb17df1e6be85b3a55ca0c88ab33b2ae6a8efa34ff61a7285e2e5fc818339e1dfe8cde2bbff56e9230c90 +RPMIdentity: 3aa4fd2ce54a672152988ec6c2134b035bba5262e239427ac56a18ba7b30127fa7cf78b8edc751c573443cc17f7cc66372590b1d59ab1634bed4bdba0856dd3a --- librhash-devel-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ librhash-devel-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:23.172304594 +0000 @@ -9,2 +9,2 @@ File: /usr/lib64/librhash.so 120777 root:root librhash.so.0 -RPMIdentity: dd697040d7f2a69b9387a73ff19f783a8e0c79723b51b6544a1a9c30fc3801973fc0c7b1807401aaa1b68bdb4ef66590fa623e6298b21f8ff269bdf90b7e6395 +RPMIdentity: f8feb19db30583a1f556769f3d16284eb92ff63474376aa336e71fc61428a62ccbe6d179bcba298f273014ee4dad03830e6f6e21e2a526a61197783fcf9d2592 --- librhash-devel-static-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ librhash-devel-static-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:23.337307437 +0000 @@ -5,3 +5,3 @@ Provides: librhash-devel-static = 1.3.5-alt2 -File: /usr/lib64/librhash.a 100644 root:root 9d99de7eccba1b8839cfb195addf0c50 -RPMIdentity: c3baabf208306d8c13bd8018c70eb30e86f8d6e5800fb316d129b169d162c77abfcd93006dff2263252bdcb156de24341c9afd57e86d26ae063a4edea3935bc8 +File: /usr/lib64/librhash.a 100644 root:root 3104e132a2e3d003877949de49e7887f +RPMIdentity: 63d2c5c2d83e8cfc6b3f6065c55a8336e5a1043f880c730ad7590906b94184ad635aa72243e86857ac91715055611570220be83da84e3db33a6815d1641bee6e --- rhash-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ rhash-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:23.529310745 +0000 @@ -28,3 +28,3 @@ File: /usr/bin/magnet-link 120777 root:root rhash -File: /usr/bin/rhash 100755 root:root 18b628aaf0ec75e117999eba8a494f29 +File: /usr/bin/rhash 100755 root:root abe95e85ba1633811aa3b4e175c492c9 File: /usr/bin/sfv-hash 120777 root:root rhash @@ -42,2 +42,2 @@ File: /usr/share/man/man1/whirlpool-hash.1.xz 120777 root:root rhash.1.xz -RPMIdentity: fad8f997958cb6d15eee915c608e7a3b78299f99ee4e71bc53c7352c00dc20cae5d4ef244d9d684d696424a7e7e9d2ccfc0061f21ecba4c3374ceea296651167 +RPMIdentity: ce99560ab666de8374d7e015ca962b5b682612032b8e143288fe625f9c2a1b396359fe5713be8c710953aa1db138d406160b19eae0bb88b501b68d4d6d21e3b8 --- rhash-debuginfo-1.3.5-alt2.x86_64.rpm.repo 2017-09-11 18:58:01.000000000 +0000 +++ rhash-debuginfo-1.3.5-alt2.x86_64.rpm.hasher 2022-05-15 07:33:23.665313089 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/0a 40755 root:root -/usr/lib/debug/.build-id/0a/175c4b508936aba6143bb4275f4ca6c1a84b98 120777 root:root ../../../../bin/rhash -/usr/lib/debug/.build-id/0a/175c4b508936aba6143bb4275f4ca6c1a84b98.debug 120777 root:root ../../usr/bin/rhash.debug +/usr/lib/debug/.build-id/50 40755 root:root +/usr/lib/debug/.build-id/50/4335a86bb14756c00d5628b70e4e42bb4bff0e 120777 root:root ../../../../bin/rhash +/usr/lib/debug/.build-id/50/4335a86bb14756c00d5628b70e4e42bb4bff0e.debug 120777 root:root ../../usr/bin/rhash.debug /usr/lib/debug/usr/bin/ed2k-link.debug 120777 root:root rhash.debug @@ -40,5 +40,5 @@ Provides: rhash-debuginfo = 1.3.5-alt2 -File: /usr/lib/debug/.build-id/0a 40755 root:root -File: /usr/lib/debug/.build-id/0a/175c4b508936aba6143bb4275f4ca6c1a84b98 120777 root:root ../../../../bin/rhash -File: /usr/lib/debug/.build-id/0a/175c4b508936aba6143bb4275f4ca6c1a84b98.debug 120777 root:root ../../usr/bin/rhash.debug +File: /usr/lib/debug/.build-id/50 40755 root:root +File: /usr/lib/debug/.build-id/50/4335a86bb14756c00d5628b70e4e42bb4bff0e 120777 root:root ../../../../bin/rhash +File: /usr/lib/debug/.build-id/50/4335a86bb14756c00d5628b70e4e42bb4bff0e.debug 120777 root:root ../../usr/bin/rhash.debug File: /usr/lib/debug/usr/bin/ed2k-link.debug 120777 root:root rhash.debug @@ -47,3 +47,3 @@ File: /usr/lib/debug/usr/bin/magnet-link.debug 120777 root:root rhash.debug -File: /usr/lib/debug/usr/bin/rhash.debug 100644 root:root 7efc7fce58a4112e47374bac4b053a83 +File: /usr/lib/debug/usr/bin/rhash.debug 100644 root:root 6a8c4411c7f0a0c7d08f7a55d6bf6442 File: /usr/lib/debug/usr/bin/sfv-hash.debug 120777 root:root rhash.debug @@ -75,2 +75,2 @@ File: /usr/src/debug/rhash-1.3.5/rhash_main.h 100644 root:root 7d2282ed7018e8bcee92f595867ed1e4 -RPMIdentity: 092e35bc9a789cae7ab358676039592f39d80122686b84b63dc13ce59b927eed8359321ed9f79ba622a07c9ac628611f08fb220c4f7415a07167cc02093bf4df +RPMIdentity: 5ff4262409a539346db14e91f9d4cb561b4a82bf2e47f51c4ba5a9007c43be97b18f8d348966b3436fb22839b89629a6c08555f5f1a61b448f7237ff11c9a94c