D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/sha3sum-1.2.3.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iyXwdb Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NIZJXW + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + rm -rf sha3sum + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sha3sum-1.2.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sha3sum + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0001-build-repair-wrong-order-of-link-arguments.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8sj2rY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd sha3sum + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' 'LDFLAGS=-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(384)' > keccak-384sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(256)' > keccak-256sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(512)' > keccak-512sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(224)' > keccak-224sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' set -e; \ f="$(printf '%s\n' "keccaksum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccaksum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccaksum.1; \ fi make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHA3_MAIN(256)' > sha3-256sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHA3_MAIN(224)' > sha3-224sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHA3_MAIN(384)' > sha3-384sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHA3_MAIN(512)' > sha3-512sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(256)' > rawshake256sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(512)' > rawshake512sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(128)' > rawshake128sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(256)' > shake256sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(128)' > shake128sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(512)' > shake512sum.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum' set -e; \ f="$(printf '%s\n' "sha3sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3sum.1; \ fi set -e; \ f="$(printf '%s\n' "keccak-224sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-224sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-224sum.1; \ fi set -e; \ f="$(printf '%s\n' "keccak-256sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-256sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-256sum.1; \ fi set -e; \ f="$(printf '%s\n' "keccak-384sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-384sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-384sum.1; \ fi set -e; \ f="$(printf '%s\n' "keccak-512sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-512sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-512sum.1; \ fi set -e; \ f="$(printf '%s\n' "sha3-224sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-224sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-224sum.1; \ fi set -e; \ f="$(printf '%s\n' "sha3-256sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-256sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-256sum.1; \ fi set -e; \ f="$(printf '%s\n' "sha3-384sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-384sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-384sum.1; \ fi set -e; \ f="$(printf '%s\n' "sha3-512sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-512sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-512sum.1; \ fi set -e; \ f="$(printf '%s\n' "rawshake128sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake128sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake128sum.1; \ fi set -e; \ f="$(printf '%s\n' "rawshake256sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake256sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake256sum.1; \ fi set -e; \ f="$(printf '%s\n' "rawshake512sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake512sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake512sum.1; \ fi set -e; \ f="$(printf '%s\n' "shake128sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake128sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake128sum.1; \ fi set -e; \ f="$(printf '%s\n' "shake256sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake256sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake256sum.1; \ fi set -e; \ f="$(printf '%s\n' "shake512sum.1" | sed 's/\.1$//')"; \ u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \ a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \ if test "$f" = sha3sum; then \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake512sum.1; \ else \ sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake512sum.1; \ fi c99 -c -o common.o common.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld keccak-384sum.c common.o -lkeccak -o keccak-384sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld keccaksum.c common.o -lkeccak -o keccaksum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld shake128sum.c common.o -lkeccak -o shake128sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld keccak-512sum.c common.o -lkeccak -o keccak-512sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sha3-256sum.c common.o -lkeccak -o sha3-256sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sha3-384sum.c common.o -lkeccak -o sha3-384sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld rawshake128sum.c common.o -lkeccak -o rawshake128sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld rawshake512sum.c common.o -lkeccak -o rawshake512sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sha3-512sum.c common.o -lkeccak -o sha3-512sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sha3-224sum.c common.o -lkeccak -o sha3-224sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld rawshake256sum.c common.o -lkeccak -o rawshake256sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld keccak-224sum.c common.o -lkeccak -o keccak-224sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld keccak-256sum.c common.o -lkeccak -o keccak-256sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sha3sum.c common.o -lkeccak -o sha3sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld shake256sum.c common.o -lkeccak -o shake256sum c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld shake512sum.c common.o -lkeccak -o shake512sum + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pmcGrU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + mkdir /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd sha3sum + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT 'INSTALL=/usr/bin/install -p' PREFIX=/usr mkdir -p -- "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/bin" mkdir -p -- "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/man/man1" mkdir -p -- "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/licenses/sha3sum" cp -- keccaksum sha3sum keccak-224sum keccak-256sum keccak-384sum keccak-512sum sha3-224sum sha3-256sum sha3-384sum sha3-512sum rawshake128sum rawshake256sum rawshake512sum shake128sum shake256sum shake512sum "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/bin/" cp -- keccaksum.1 sha3sum.1 keccak-224sum.1 keccak-256sum.1 keccak-384sum.1 keccak-512sum.1 sha3-224sum.1 sha3-256sum.1 sha3-384sum.1 sha3-512sum.1 rawshake128sum.1 rawshake256sum.1 rawshake512sum.1 shake128sum.1 shake256sum.1 shake512sum.1 "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/man/man1/" cp -- LICENSE "/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/licenses/sha3sum/" + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.2.3.1-1.mga10 --unique-debug-suffix -1.2.3.1-1.mga10.x86_64 --unique-debug-src-base sha3sum-1.2.3.1-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum find-debuginfo: starting Extracting debug info from 16 files DWARF-compressing 16 files sepdebugcrcfix: Updated 16 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/sha3sum-1.2.3.1-1.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.handV8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd sha3sum + '[' 1 -eq 1 ']' + make check ./test set -e if test -d .testdir; then rm -r .testdir fi mkdir .testdir test "$(printf '' | ./sha3-224sum)" = '6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 -' test "$(printf '' | ./sha3-256sum)" = 'a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a -' test "$(printf '' | ./sha3-384sum)" = '0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2ac3713831264adb47fb6bd1e058d5f004 -' test "$(printf '' | ./sha3-512sum)" = 'a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26 -' test "$(printf '' | ./sha3sum)" = '6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 -' test "$(printf '' | ./sha3sum -a224)" = '6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 -' test "$(printf '' | ./sha3sum -a256)" = 'a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a -' test "$(printf '' | ./sha3sum -a 384)" = '0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2ac3713831264adb47fb6bd1e058d5f004 -' test "$(printf '' | ./sha3sum -a 512)" = 'a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26 -' test "$(printf '' | ./keccak-224sum)" = 'f71837502ba8e10837bdd8d365adb85591895602fc552b48b7390abd -' test "$(printf '' | ./keccak-256sum)" = 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 -' test "$(printf '' | ./keccak-384sum)" = '2c23146a63a29acf99e73b88f8c24eaa7dc60aa771780ccc006afbfa8fe2479b2dd2b21362337441ac12b515911957ff -' test "$(printf '' | ./keccak-512sum)" = '0eab42de4c3ceb9235fc91acffe746b29c29a8c366b7c60e4e67c466f36a4304c00fa9caf9d87976ba469bcbe06713b435f091ef2769fb160cdab33d3670680e -' test "$(printf '' | ./sha3-224sum -u)" = '6B4E03423667DBB73B6E15454F0EB1ABD4597F9A1B078E3F5B5A6BC7 -' test "$(printf '' | ./sha3-224sum -l)" = '6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 -' test "$(printf '' | ./sha3-224sum -ul)" = '6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 -' test "$(printf '' | ./sha3-224sum -lu)" = '6B4E03423667DBB73B6E15454F0EB1ABD4597F9A1B078E3F5B5A6BC7 -' test "$(printf '' | ./sha3-224sum -b)" = "$(printf '\153\116\003\102\066\147\333\267\073\156\025\105\117\016\261\253\324\131\177\232\033\007\216\077\133\132\153\307')" test "$(printf '' | ./rawshake128sum -N 128)" = 'fa019a3b17630df6014853b5470773f1 -' test "$(printf '' | ./rawshake256sum -N 128)" = '3a1108d4a90a31b85a10bdce77f4bfbd -' test "$(printf '' | ./rawshake256sum -N 8)" = '3a -' test "$(printf '' | ./rawshake512sum -N 128)" = '0ae7dac687c3525d5c2a6c4119ea3968 -' test "$(printf '' | ./shake128sum -N 128)" = '7f9c2ba4e88f827d616045507605853e -' test "$(printf '' | ./shake256sum -N 128)" = '46b9dd2b0ba88d13233b3feb743eeb24 -' test "$(printf '' | ./shake256sum -N 8)" = '46 -' test "$(printf '' | ./shake512sum -N 128)" = 'ae1b4eea1eaf5ea633e66045f03ff11b -' ! test "$(printf '' | ./sha3-224sum)" = "$(printf '\n' | ./sha3-224sum)" test "$(printf '' | ./sha3-224sum -)" = "$(printf '' | ./sha3-224sum)" ! test "$(printf '' | ./sha3-224sum /dev/null)" = "$(printf '' | ./sha3-224sum)" test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3-224sum)" = '22c8017ac8bcf65f59d1b7e92c9d4c6739d25e34ce5cb608b24ff096 -' test "$(printf 'intensifierat sturdiness perl-image-exiftool vingla' | ./sha3-224sum)" = '43808dde2662143dc4eed5dac5e98c74b06711829f02a3b121bd74f3 -' test "$(printf 'timjan avogadro uppdriven lib32-llvm-amdgpu-snapshot' | ./sha3-224sum)" = 'd32b4ac86065774dee5eb5cdd2f67b4e86501086d7373884e8b20a36 -' test "$(printf "grilo-plugins auditorium tull dissimilarity's" | ./sha3-224sum)" = 'efbd76d45bfa952485148f8ad46143897f17c27ffdc8eb7287f9353b -' test "$(printf 'royalty tt yellowstone deficiencies' | ./sha3-224sum)" = '6705aa36ecf58f333e0e6364ac1d0b7931d402e13282127cfd6f876c -' test "$(printf "kdegames-kdiamond tunisisk occurrence's outtalad" | ./sha3-224sum)" = '803a0ff09dda0df306e483a9f91b20a3dbbf9c2ebb8d0a3b28f3b9e0 -' test "$(printf "chevalier slat's spindel representations" | ./sha3-224sum)" = 'a64779aca943a6aef1d2e7c9a0f4e997f4dabd1f77112a22121d3ed5 -' test "$(printf 'archery lexicographical equine veered' | ./sha3-224sum)" = 'f0a3e0587af7723f0aa4719059d3f5107115a5b3667cd5209cc4d867 -' test "$(printf 'splay washbasin opposing there' | ./sha3-224sum)" = '312e7e3c6403ab1a086155fb9a52b22a3d0d257876afd2b93fb7272e -' test "$(printf 'faktum desist thundered klen' | ./sha3-224sum)" = '270ba05b764221ff5b5d94adfb4fdb1f36f07fe7c438904a5f3df071 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum)" = '22c8017ac8bcf65f59d1b7e92c9d4c6739d25e34ce5cb608b24ff096 -' test "$(printf 'intensifierat sturdiness perl-image-exiftool vingla' | ./sha3sum)" = '43808dde2662143dc4eed5dac5e98c74b06711829f02a3b121bd74f3 -' test "$(printf 'timjan avogadro uppdriven lib32-llvm-amdgpu-snapshot' | ./sha3sum)" = 'd32b4ac86065774dee5eb5cdd2f67b4e86501086d7373884e8b20a36 -' test "$(printf "grilo-plugins auditorium tull dissimilarity's" | ./sha3sum)" = 'efbd76d45bfa952485148f8ad46143897f17c27ffdc8eb7287f9353b -' test "$(printf 'royalty tt yellowstone deficiencies' | ./sha3sum)" = '6705aa36ecf58f333e0e6364ac1d0b7931d402e13282127cfd6f876c -' test "$(printf "kdegames-kdiamond tunisisk occurrence's outtalad" | ./sha3sum)" = '803a0ff09dda0df306e483a9f91b20a3dbbf9c2ebb8d0a3b28f3b9e0 -' test "$(printf "chevalier slat's spindel representations" | ./sha3sum)" = 'a64779aca943a6aef1d2e7c9a0f4e997f4dabd1f77112a22121d3ed5 -' test "$(printf 'archery lexicographical equine veered' | ./sha3sum)" = 'f0a3e0587af7723f0aa4719059d3f5107115a5b3667cd5209cc4d867 -' test "$(printf 'splay washbasin opposing there' | ./sha3sum)" = '312e7e3c6403ab1a086155fb9a52b22a3d0d257876afd2b93fb7272e -' test "$(printf 'faktum desist thundered klen' | ./sha3sum)" = '270ba05b764221ff5b5d94adfb4fdb1f36f07fe7c438904a5f3df071 -' printf 'withdrew hypothesis snakebird qmc2' > .testdir/x test "$(./sha3-224sum < .testdir/x)" = '22c8017ac8bcf65f59d1b7e92c9d4c6739d25e34ce5cb608b24ff096 -' test "$(./sha3-224sum .testdir/x)" = '22c8017ac8bcf65f59d1b7e92c9d4c6739d25e34ce5cb608b24ff096 .testdir/x' set +e ./sha3-224sum .testdir/no-such-file 2>/dev/null x=$? set -e test $x = 1 printf "capitol's kvistfri broadly raping" > .testdir/x test "$(./keccaksum -R 1024 -C 576 -N 256 < .testdir/x)" = '65070cdd6f91c0aadcfc470895a2606c828bce7ce3fa723418c9013de9225351 -' test "$(./keccaksum -R 512 -C 1088 -N 256 < .testdir/x)" = 'e6f86ebc15b962f73f36f36fc8a84c3ae84b1c1023bfd4c5f1829389135aecc3 -' test "$(./keccaksum -R 256 -C 1344 -N 256 < .testdir/x)" = '420b97fc88962c87ec2adaa8f48d74d9ff4ea7ae7d691f9c33b8713ca1d3d573 -' test "$(./keccaksum -R 512 -C 288 -N 256 < .testdir/x)" = '524790afbe4706d938b6f753e14104f556890e2a415e211b0564d60499db0333 -' test "$(./keccaksum -R 256 -C 544 -N 256 < .testdir/x)" = '04a6b4ad08b3018eefba0fb756272d949ac0f71c26f836d31dd13b28b884aa0f -' test "$(./keccaksum -R 256 -C 144 -N 256 < .testdir/x)" = 'd56f547791225e54460e6274ed31e57b7085820c11d65f1f322a16a3352c85ed -' test "$(./keccaksum -R 128 -C 272 -N 256 < .testdir/x)" = 'ceec066a57b9b31a5a0661df7bafec4183a26d0ed81e50bc958471f84fa347a7 -' test "$(./keccaksum -R 128 -C 72 -N 256 < .testdir/x)" = 'b18f679c7105a72a993f70fa5adb3f17ef7ccffaffb4dc0f6fed74aa2f565194 -' test "$(./keccaksum -R 64 -C 136 -N 256 < .testdir/x)" = '9b845c1ecc2b1b3a48ba42ef29ccc4b348da8ab15074a870d8e799ca33c15e4b -' test "$(printf '' | ./keccaksum)" = '6753e3380c09e385d0339eb6b050a68f66cfd60a73476e6fd6adeb72f5edd7c6f04a5d017a19cbe291935855b4860f69df04c98aa78b407a9ba9826f7266ef14 -' test "$(printf '' | ./keccaksum -R 1024)" = '6753e3380c09e385d0339eb6b050a68f66cfd60a73476e6fd6adeb72f5edd7c6f04a5d017a19cbe291935855b4860f69df04c98aa78b407a9ba9826f7266ef14ba6d3f90c4fe154d27c2858ea6db8c117411a1bc5c499410c391b298f37bf636b0f5c31dbd6487a7d3d8cf2a97b619697e66d894299b8b4d80e0498538e18544c3a2fa33f0bfb1cfef8da7875c4967f3 -' test "$(printf '' | ./keccaksum -C 512)" = 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4703dbb9a2cd87ca974b9a2b0ec61119bcb5cedf9c0c411221f6141a25f17c60d82d24680abbcbfba815b762b24b751d5b1e85325ba5e6df23c10725bfe986ace3ba2d24535a79f7dbabb153bb0d33c0dfa09cec712ebd7fe3b49a9194e859c82eb -' test "$(printf '' | ./keccaksum -N 100)" = '6753e3380c09e385d0339eb600 -' test "$(printf '' | ./keccaksum -S 800)" = '681c4ecfe190d9625b011baaced04540c73a1ff62def9aee443dea516387fbc8 -' test "$(printf 'a' | ./sha3-224sum)" = "$(printf '61' | ./sha3-224sum -x)" test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3-224sum -Z 2)" = '03fe12b4b51d56d96377d927e5cd498fc4bc3aee389b2f2ff8393aa5 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3-224sum -Z 3)" = '0b8fb64ee5d8836956f49cbe4577afbc638c855c1d553452fc1eceb8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3-224sum -Z 4)" = '1e03b4cd9eef3892a7b5e865fce393c4bc90120d9aea84d0a0dff3b8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3-224sum -Z 5)" = 'aac92fbfd22ce62e83ddaf2e61bd7bf696326e46d1327defa4530e20 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -Z 2)" = '03fe12b4b51d56d96377d927e5cd498fc4bc3aee389b2f2ff8393aa5 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -Z 3)" = '0b8fb64ee5d8836956f49cbe4577afbc638c855c1d553452fc1eceb8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -Z 4)" = '1e03b4cd9eef3892a7b5e865fce393c4bc90120d9aea84d0a0dff3b8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -Z 5)" = 'aac92fbfd22ce62e83ddaf2e61bd7bf696326e46d1327defa4530e20 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -a 224 -Z 2)" = '03fe12b4b51d56d96377d927e5cd498fc4bc3aee389b2f2ff8393aa5 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -a 224 -Z 3)" = '0b8fb64ee5d8836956f49cbe4577afbc638c855c1d553452fc1eceb8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -a 224 -Z 4)" = '1e03b4cd9eef3892a7b5e865fce393c4bc90120d9aea84d0a0dff3b8 -' test "$(printf 'withdrew hypothesis snakebird qmc2' | ./sha3sum -a 224 -Z 5)" = 'aac92fbfd22ce62e83ddaf2e61bd7bf696326e46d1327defa4530e20 -' test "$(printf 'abc xyz' | ./sha3sum -a 256)" = "$(printf 'abc xyz' | ./sha3-256sum)" test "$(printf 'abc xyz' | ./sha3sum -a 384)" = "$(printf 'abc xyz' | ./sha3-384sum)" test "$(printf 'abc xyz' | ./sha3sum -a 512)" = "$(printf 'abc xyz' | ./sha3-512sum)" ! printf '' | ./sha3sum -a 500 >/dev/null 2>/dev/null printf 'alef' > .testdir/a printf 'bet' > .testdir/b printf 'gimel' > .testdir/c printf 'dalet' > .testdir/d ./sha3-224sum -u .testdir/a .testdir/b .testdir/c .testdir/d > .testdir/sums-1 ./sha3-224sum -l .testdir/b .testdir/a .testdir/d .testdir/c > .testdir/sums-2 ./sha3-224sum -c .testdir/sums-1 .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: OK ./sha3-224sum -c .testdir/sums-2 .testdir/b: OK .testdir/a: OK .testdir/d: OK .testdir/c: OK ./sha3-224sum -c < .testdir/sums-1 .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: OK ./sha3-224sum -c < .testdir/sums-2 .testdir/b: OK .testdir/a: OK .testdir/d: OK .testdir/c: OK rm .testdir/d set +e ./sha3-224sum -c .testdir/sums-1 .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: Missing x=$? set -e test $x = 1 printf '' > .testdir/d set +e ./sha3-224sum -c .testdir/sums-1 .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: Fail x=$? set -e test $x = 1 printf 'dalet' > .testdir/d ./sha3-224sum -zu .testdir/a .testdir/b .testdir/c .testdir/d > .testdir/sums-1z ./sha3-224sum -lz .testdir/b .testdir/a .testdir/d .testdir/c > .testdir/sums-2z ./sha3-224sum -cz .testdir/sums-1z .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: OK ./sha3-224sum -zc .testdir/sums-2z .testdir/b: OK .testdir/a: OK .testdir/d: OK .testdir/c: OK ./sha3-224sum -cz < .testdir/sums-1z .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: OK ./sha3-224sum -zc < .testdir/sums-2z .testdir/b: OK .testdir/a: OK .testdir/d: OK .testdir/c: OK rm .testdir/d set +e ./sha3-224sum -cz .testdir/sums-1z .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: Missing x=$? set -e test $x = 1 printf '' > .testdir/d set +e ./sha3-224sum -cz .testdir/sums-1z .testdir/a: OK .testdir/b: OK .testdir/c: OK .testdir/d: Fail x=$? set -e test $x = 1 ! test "$(./sha3-224sum < .testdir/sums-1z)" = "$(./sha3-224sum < .testdir/sums-1)" test "$(./sha3-224sum < .testdir/sums-1z)" = "$(tr '\n' '\0' < .testdir/sums-1 | ./sha3-224sum)" rm -r .testdir + RPM_EC=0 ++ jobs -p + exit 0 Processing files: sha3sum-1.2.3.1-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JXi9z7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + cd sha3sum + DOCDIR=/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/doc/sha3sum + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/doc/sha3sum + cp -pr /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum/README /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/doc/sha3sum + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.q7pMte + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + cd sha3sum + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/licenses/sha3sum + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/licenses/sha3sum + cp -pr /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/sha3sum/LICENSE /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT/usr/share/licenses/sha3sum + RPM_EC=0 ++ jobs -p + exit 0 Provides: sha3sum = 1.2.3.1-1.mga10 sha3sum(x86-64) = 1.2.3.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libkeccak.so.1()(64bit) Processing files: sha3sum-debugsource-1.2.3.1-1.mga10.x86_64 Provides: sha3sum-debugsource = 1.2.3.1-1.mga10 sha3sum-debugsource(x86-64) = 1.2.3.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sha3sum-debuginfo-1.2.3.1-1.mga10.x86_64 Provides: debuginfo(build-id) = 030611144c47ebfca76ceca74b90a57814cbcd75 debuginfo(build-id) = 05f91be276cb317daabb3f1b57848a3657b094cb debuginfo(build-id) = 181c15b1f966e2f4b3ec2ac25920967b25228c58 debuginfo(build-id) = 268c82d202b486a077c9d4d72ed2872712ea9ee4 debuginfo(build-id) = 276055b112730617fd812fe30e8c5ea6c3a26237 debuginfo(build-id) = 3a0dee4a04b37c07b6f53df1d756722f0a2a15ac debuginfo(build-id) = 44e004f3eb420571809bd76c6d1686641e01e947 debuginfo(build-id) = 44e385b63a8867f1a8b20f47b56fc4db7371c91a debuginfo(build-id) = 4c6a892b0fd2607544ff607aa77790628abfa85f debuginfo(build-id) = 54a920a68c0b46318705ccc9e306cd6ddc5673aa debuginfo(build-id) = 782a0ccc8f2a118a2f9e00b2b3cc9be77643dbee debuginfo(build-id) = 897bdae525f20329b7d7f6ffcb3bd7b3dccb4e71 debuginfo(build-id) = b5ce7bdcb24ce79d49c25f6474d3da4345ae01a0 debuginfo(build-id) = ccaa04b44b37a712b1d472844b08e8a01318aa3c debuginfo(build-id) = d904c135ccfd597c727ee2b445ba5b3d65cec1b1 debuginfo(build-id) = e7533523a555f85ef03e786069a208a6d43ccf9a sha3sum-debuginfo = 1.2.3.1-1.mga10 sha3sum-debuginfo(x86-64) = 1.2.3.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sha3sum-debugsource(x86-64) = 1.2.3.1-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sha3sum-debugsource-1.2.3.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sha3sum-1.2.3.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sha3sum-debuginfo-1.2.3.1-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GYFU4c + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + test -d /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/sha3sum-1.2.3.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!