D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-orion-0.17.7-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QPMvoc Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TOBahP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + rm -rf orion-0.17.7 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/orion-0.17.7.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd orion-0.17.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0TPbiL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + cd orion-0.17.7 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.A8OYaU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-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/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd orion-0.17.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling libc v0.2.174 Compiling cfg-if v1.0.1 Compiling ct-codecs v1.1.2 Compiling fiat-crypto v0.2.9 Compiling subtle v2.6.1 Compiling zeroize v1.8.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=15a889c209b393cc -C extra-filename=-cb4dc4b1d11a51d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/libc-cb4dc4b1d11a51d1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=e36c5635509685b1 -C extra-filename=-ef87fd9400bde0bc --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name fiat_crypto --edition=2018 /usr/share/cargo/registry/fiat-crypto-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=89130a010edaf7b5 -C extra-filename=-d40586fd6e03987f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name ct_codecs --edition=2018 /usr/share/cargo/registry/ct-codecs-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e329266297408bf9 -C extra-filename=-c0016246c9fc30e4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name zeroize --edition=2021 /usr/share/cargo/registry/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=338ca76b3b690f66 -C extra-filename=-7e386f539c1c0861 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name subtle --edition=2018 /usr/share/cargo/registry/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=84d9889733ddc981 -C extra-filename=-77f4a15880de0b84 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/libc-cb4dc4b1d11a51d1/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0325413c5799f0a5 -C extra-filename=-c4166686ded8827b --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling getrandom v0.2.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=ef64916bd2c6bbe8 -C extra-filename=-03d75be6bfb04333 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liblibc-c4166686ded8827b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling orion v0.17.7 (/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7) Running `/usr/bin/rustc --crate-name orion --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="ct-codecs"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="safe_api"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' -C metadata=a3142b1c61848a12 -C extra-filename=-5c9bef4184deaaf9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern ct_codecs=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libct_codecs-c0016246c9fc30e4.rmeta --extern fiat_crypto=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libfiat_crypto-d40586fd6e03987f.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libgetrandom-03d75be6bfb04333.rmeta --extern subtle=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsubtle-77f4a15880de0b84.rmeta --extern zeroize=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libzeroize-7e386f539c1c0861.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `#[must_use]` has no effect when applied to a provided trait method --> src/util/u32x4.rs:34:5 | 34 | #[must_use] | ^^^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[must_use]` has no effect when applied to a provided trait method --> src/util/u64x4.rs:34:5 | 34 | #[must_use] | ^^^^^^^^^^^ warning: `orion` (lib) generated 2 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 11.12s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rKad7m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-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/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd orion-0.17.7 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=orion ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.17.7 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT/usr/share/cargo/registry/orion-0.17.7 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT/usr/share/cargo/registry/orion-0.17.7 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT/usr/share/cargo/registry/orion-0.17.7 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT/usr/share/cargo/registry/orion-0.17.7/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT/usr/share/cargo/registry/orion-0.17.7/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /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/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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 Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zTF848 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-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/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd orion-0.17.7 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Fresh cfg-if v1.0.1 Compiling proc-macro2 v1.0.94 Compiling unicode-ident v1.0.18 Compiling libc v0.2.174 Compiling memchr v2.7.4 Compiling crossbeam-utils v0.8.21 Compiling serde v1.0.217 Compiling autocfg v1.4.0 Compiling regex-syntax v0.8.5 Compiling serde_json v1.0.139 Compiling either v1.15.0 Compiling rayon-core v1.12.1 Compiling half v2.4.1 Compiling syn v1.0.109 Compiling ryu v1.0.18 Compiling itoa v1.0.14 Compiling plotters-backend v0.3.5 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ad575533c81940ce -C extra-filename=-8d4ae8af141a60ea --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/proc-macro2-8d4ae8af141a60ea -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c5e47faa086107f -C extra-filename=-fcaf6472650f810d --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d63bb44177e92056 -C extra-filename=-408e1a1c4df57744 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/libc-408e1a1c4df57744 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=aa9aef32ceba5784 -C extra-filename=-94d5eee55dba9dc4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=105dc9e0b2cebe6a -C extra-filename=-9bd120ced662eae8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/crossbeam-utils-9bd120ced662eae8 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=14ed782a9b14e001 -C extra-filename=-8f0126c9aed31ab2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/serde-8f0126c9aed31ab2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e586754bf2dbe624 -C extra-filename=-67aefdbaf18d84b0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e30e98be06445a62 -C extra-filename=-348b8c11a282b604 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde_json-1.0.139/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=87c7530e7dc4291e -C extra-filename=-dfb456274db1f21f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/serde_json-dfb456274db1f21f -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name either --edition=2021 /usr/share/cargo/registry/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=28695f73bfdd7546 -C extra-filename=-31e1f97edf8edd12 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a2634d8adf0bd76 -C extra-filename=-8557a7d8b319e3a1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/rayon-core-8557a7d8b319e3a1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=5d52eb08f937e62e -C extra-filename=-10c7cccebc06a99e --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/syn-10c7cccebc06a99e -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name half --edition=2021 /usr/share/cargo/registry/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=19e98cd515c7f90e -C extra-filename=-c5237c232327e463 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name ryu --edition=2018 /usr/share/cargo/registry/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3cd7554efb087547 -C extra-filename=-0ff36ae41f2518d5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name itoa --edition=2018 /usr/share/cargo/registry/itoa-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=87f3c4ed00644e71 -C extra-filename=-bea0609846d5b2c0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name plotters_backend --edition=2018 /usr/share/cargo/registry/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff72cbc8671dc20f -C extra-filename=-be5fd2341f3cd48c --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ciborium-io v0.2.2 Running `/usr/bin/rustc --crate-name ciborium_io --edition=2021 /usr/share/cargo/registry/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=bfbf998dde8342ae -C extra-filename=-ee8f42e88f05c2dd --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling anstyle v1.0.10 Running `/usr/bin/rustc --crate-name anstyle --edition=2021 /usr/share/cargo/registry/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d46cf6cadad93fd -C extra-filename=-e7f06ec58d279a7e --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling clap_lex v0.7.4 Running `/usr/bin/rustc --crate-name clap_lex --edition=2021 /usr/share/cargo/registry/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29d1b58565896ea5 -C extra-filename=-d29af7a2a4f9ce6f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling itertools v0.10.5 Running `/usr/bin/rustc --crate-name itertools --edition=2018 /usr/share/cargo/registry/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=35d9c8622f41072f -C extra-filename=-26c4671b4a3b3a0e --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libeither-31e1f97edf8edd12.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/rayon-core-8557a7d8b319e3a1/build-script-build` Compiling plotters-svg v0.3.5 Running `/usr/bin/rustc --crate-name plotters_svg --edition=2018 /usr/share/cargo/registry/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=cc4f4c134e78a335 -C extra-filename=-0f1148d22d583ed4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern plotters_backend=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libplotters_backend-be5fd2341f3cd48c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/serde_json-dfb456274db1f21f/build-script-build` Compiling ciborium-ll v0.2.2 Running `/usr/bin/rustc --crate-name ciborium_ll --edition=2021 /usr/share/cargo/registry/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f8b437f8e1d3468a -C extra-filename=-a9d70751dcb64143 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern ciborium_io=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libciborium_io-ee8f42e88f05c2dd.rmeta --extern half=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libhalf-c5237c232327e463.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling clap_builder v4.5.31 Running `/usr/bin/rustc --crate-name clap_builder --edition=2021 /usr/share/cargo/registry/clap_builder-4.5.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2574656e2d2ffa4d -C extra-filename=-07e43c58c5116205 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern anstyle=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libanstyle-e7f06ec58d279a7e.rmeta --extern clap_lex=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libclap_lex-d29af7a2a4f9ce6f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling log v0.4.26 Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/log-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std"))' -C metadata=17ddd4d40e7b436a -C extra-filename=-5c6cc94aa53e9501 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling same-file v1.0.6 Running `/usr/bin/rustc --crate-name same_file --edition=2018 /usr/share/cargo/registry/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=796f21d602dec79b -C extra-filename=-80e642eccaa69a1f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling cast v0.3.0 Running `/usr/bin/rustc --crate-name cast --edition=2018 /usr/share/cargo/registry/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=71894913f6509e8c -C extra-filename=-6e2a5d8075273e6e --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling aho-corasick v1.1.3 Running `/usr/bin/rustc --crate-name aho_corasick --edition=2021 /usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c554f9704ede90d6 -C extra-filename=-8384288f40aa8be4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling walkdir v2.5.0 Running `/usr/bin/rustc --crate-name walkdir --edition=2018 /usr/share/cargo/registry/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a804254af85e64d -C extra-filename=-817a9e9001eea025 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern same_file=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsame_file-80e642eccaa69a1f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/serde-8f0126c9aed31ab2/build-script-build` Fresh subtle v2.6.1 Compiling once_cell v1.20.3 Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4251a4e58cd57165 -C extra-filename=-ea18a6e9bb32e70e --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling oorandom v11.1.3 Running `/usr/bin/rustc --crate-name oorandom --edition=2018 /usr/share/cargo/registry/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bed3d25e9f88bbae -C extra-filename=-56ce590028c2bac1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/crossbeam-utils-9bd120ced662eae8/build-script-build` Running `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=3d903d09f88fc801 -C extra-filename=-eaa310f1f9625aa3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Fresh ct-codecs v1.1.2 Fresh fiat-crypto v0.2.9 Fresh zeroize v1.8.1 Compiling anes v0.1.6 Running `/usr/bin/rustc --crate-name anes --edition=2018 /usr/share/cargo/registry/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=f1deaabc9fb48218 -C extra-filename=-f6faca294292be5b --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hex v0.4.3 Running `/usr/bin/rustc --crate-name hex --edition=2018 /usr/share/cargo/registry/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=6fd15277b51e04b2 -C extra-filename=-69310190c4c975d8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/syn-10c7cccebc06a99e/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/proc-macro2-8d4ae8af141a60ea/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0722f1165fb68103 -C extra-filename=-5962c37ac8c20d24 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libunicode_ident-fcaf6472650f810d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Compiling crossbeam-epoch v0.9.17 Running `/usr/bin/rustc --crate-name crossbeam_epoch --edition=2021 /usr/share/cargo/registry/crossbeam-epoch-0.9.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=ec81fa89b5ca5713 -C extra-filename=-1e42390210233aca --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcrossbeam_utils-eaa310f1f9625aa3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/libc-408e1a1c4df57744/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=57b78cf8d70f5b29 -C extra-filename=-92addd9783a68e3f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling quote v1.0.40 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=bf00c1fa7b7877ae -C extra-filename=-d80821020dbdb978 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libproc_macro2-5962c37ac8c20d24.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crossbeam-deque v0.8.4 Running `/usr/bin/rustc --crate-name crossbeam_deque --edition=2018 /usr/share/cargo/registry/crossbeam-deque-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=5b130ca782ad528a -C extra-filename=-09f24ac29f495728 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --extern crossbeam_epoch=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcrossbeam_epoch-1e42390210233aca.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcrossbeam_utils-eaa310f1f9625aa3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rayon_core --edition=2021 /usr/share/cargo/registry/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e84bfaaa35e84a09 -C extra-filename=-45afdc3b18283531 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern crossbeam_deque=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcrossbeam_deque-09f24ac29f495728.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcrossbeam_utils-eaa310f1f9625aa3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.100 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=7ddcd07b4a296ffe -C extra-filename=-25d411d459bcfd17 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libproc_macro2-5962c37ac8c20d24.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquote-d80821020dbdb978.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libunicode_ident-fcaf6472650f810d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name syn --edition=2018 /usr/share/cargo/registry/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f04ab251178eb458 -C extra-filename=-2c36314f73c6b48a --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libproc_macro2-5962c37ac8c20d24.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquote-d80821020dbdb978.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libunicode_ident-fcaf6472650f810d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` Compiling criterion-plot v0.5.0 Running `/usr/bin/rustc --crate-name criterion_plot --edition=2018 /usr/share/cargo/registry/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f72be0b2ff4721 -C extra-filename=-e97a756dbe5e6d09 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cast=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcast-6e2a5d8075273e6e.rmeta --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libitertools-26c4671b4a3b3a0e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f3c1bfc58493b583 -C extra-filename=-6c0e6a3c2d6c3f5d --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libaho_corasick-8384288f40aa8be4.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libregex_syntax-348b8c11a282b604.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.2.15 Compiling is-terminal v0.4.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=8267cd23be4110be -C extra-filename=-092f3f399d462ccb --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liblibc-92addd9783a68e3f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name is_terminal --edition=2018 /usr/share/cargo/registry/is-terminal-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db1f2734f465711d -C extra-filename=-915379d83bddc693 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liblibc-92addd9783a68e3f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling num-traits v0.2.19 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=18624d17272f9d14 -C extra-filename=-a00d6410db0320e6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/num-traits-a00d6410db0320e6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libautocfg-67aefdbaf18d84b0.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Compiling orion v0.17.7 (/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7) Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=1c024ae07b076586 -C extra-filename=-e44f9a86c889f148 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libgetrandom-092f3f399d462ccb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name orion --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="ct-codecs"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="safe_api"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' -C metadata=421654e15e233fd7 -C extra-filename=-2af1b67fa568db97 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern ct_codecs=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libct_codecs-c0016246c9fc30e4.rmeta --extern fiat_crypto=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libfiat_crypto-d40586fd6e03987f.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libgetrandom-092f3f399d462ccb.rmeta --extern subtle=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsubtle-77f4a15880de0b84.rmeta --extern zeroize=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libzeroize-7e386f539c1c0861.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rayon v1.10.0 Running `/usr/bin/rustc --crate-name rayon --edition=2021 /usr/share/cargo/registry/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db0b88387cde4a9 -C extra-filename=-6d4dd3efb64d3bb0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libeither-31e1f97edf8edd12.rmeta --extern rayon_core=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/librayon_core-45afdc3b18283531.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=8f342a9960d844cd -C extra-filename=-1a39234123b37ec2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/librand_core-e44f9a86c889f148.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `#[must_use]` has no effect when applied to a provided trait method --> src/util/u32x4.rs:34:5 | 34 | #[must_use] | ^^^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[must_use]` has no effect when applied to a provided trait method --> src/util/u64x4.rs:34:5 | 34 | #[must_use] | ^^^^^^^^^^^ Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/build/num-traits-a00d6410db0320e6/build-script-build` Running `/usr/bin/rustc --crate-name num_traits --edition=2021 /usr/share/cargo/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c30ec5d89d5c4a55 -C extra-filename=-92e872fbef25c61a --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` Compiling clap v4.5.31 Running `/usr/bin/rustc --crate-name clap --edition=2021 /usr/share/cargo/registry/clap-4.5.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=8d7b00c207b9689f -C extra-filename=-367cda4bff579c15 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern clap_builder=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libclap_builder-07e43c58c5116205.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling plotters v0.3.5 Running `/usr/bin/rustc --crate-name plotters --edition=2018 /usr/share/cargo/registry/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=1aa4586cf91104f7 -C extra-filename=-f2010f9bc19972b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern num_traits=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libnum_traits-92e872fbef25c61a.rmeta --extern plotters_backend=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libplotters_backend-be5fd2341f3cd48c.rmeta --extern plotters_svg=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libplotters_svg-0f1148d22d583ed4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a9c7fadbf7089ea5 -C extra-filename=-6be3f59e4cba67c5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libaho_corasick-8384288f40aa8be4.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libregex_automata-6c0e6a3c2d6c3f5d.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libregex_syntax-348b8c11a282b604.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.8.4 Running `/usr/bin/rustc --crate-name env_logger --edition=2018 /usr/share/cargo/registry/env_logger-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=5fc0d3f3848d5889 -C extra-filename=-750f714819492a5f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liblog-5c6cc94aa53e9501.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libregex-6be3f59e4cba67c5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck v1.0.3 Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 /usr/share/cargo/registry/quickcheck-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=41ddb88e1380c3af -C extra-filename=-274d20fda7ef9a1f --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libenv_logger-750f714819492a5f.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liblog-5c6cc94aa53e9501.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/librand-1a39234123b37ec2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `orion` (lib) generated 2 warnings Compiling serde_derive v1.0.217 Running `/usr/bin/rustc --crate-name serde_derive --edition=2015 /usr/share/cargo/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=0fa5a7ff0ac1f25a -C extra-filename=-1ecb908475cf6324 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libproc_macro2-5962c37ac8c20d24.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquote-d80821020dbdb978.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsyn-25d411d459bcfd17.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck_macros v1.0.0 Running `/usr/bin/rustc --crate-name quickcheck_macros --edition=2015 /usr/share/cargo/registry/quickcheck_macros-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a281758f3f57577 -C extra-filename=-7670608ef08128a3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libproc_macro2-5962c37ac8c20d24.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquote-d80821020dbdb978.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsyn-2c36314f73c6b48a.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a2d9871bb60c9fab -C extra-filename=-9d39d39016be3983 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_derive-1ecb908475cf6324.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling ciborium v0.2.2 Running `/usr/bin/rustc --crate-name serde_json --edition=2021 /usr/share/cargo/registry/serde_json-1.0.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bbee6d3b5708d270 -C extra-filename=-c3108fc6d15bbe67 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libitoa-bea0609846d5b2c0.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --extern ryu=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libryu-0ff36ae41f2518d5.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Running `/usr/bin/rustc --crate-name ciborium --edition=2021 /usr/share/cargo/registry/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=129faf6e6ff9a4fd -C extra-filename=-0c973949355c656c --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern ciborium_io=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libciborium_io-ee8f42e88f05c2dd.rmeta --extern ciborium_ll=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libciborium_ll-a9d70751dcb64143.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tinytemplate v1.2.1 Running `/usr/bin/rustc --crate-name tinytemplate --edition=2015 /usr/share/cargo/registry/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3ccfbb2bd52fd84 -C extra-filename=-0b079e32069e5f43 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rmeta --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_json-c3108fc6d15bbe67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling criterion v0.5.0 Running `/usr/bin/rustc --crate-name criterion --edition=2018 /usr/share/cargo/registry/criterion-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "stable", "tokio"))' -C metadata=404caff811a90177 -C extra-filename=-edf5faa58366c99c --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern anes=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libanes-f6faca294292be5b.rmeta --extern cast=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcast-6e2a5d8075273e6e.rmeta --extern ciborium=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libciborium-0c973949355c656c.rmeta --extern clap=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libclap-367cda4bff579c15.rmeta --extern criterion_plot=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcriterion_plot-e97a756dbe5e6d09.rmeta --extern is_terminal=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libis_terminal-915379d83bddc693.rmeta --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libitertools-26c4671b4a3b3a0e.rmeta --extern num_traits=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libnum_traits-92e872fbef25c61a.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libonce_cell-ea18a6e9bb32e70e.rmeta --extern oorandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liboorandom-56ce590028c2bac1.rmeta --extern plotters=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libplotters-f2010f9bc19972b9.rmeta --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/librayon-6d4dd3efb64d3bb0.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libregex-6be3f59e4cba67c5.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rmeta --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_derive-1ecb908475cf6324.so --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_json-c3108fc6d15bbe67.rmeta --extern tinytemplate=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libtinytemplate-0b079e32069e5f43.rmeta --extern walkdir=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libwalkdir-817a9e9001eea025.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name orion --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ct-codecs"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="safe_api"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' -C metadata=89d7d408fbf51115 -C extra-filename=-7be637345dde5b17 --out-dir /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcriterion-edf5faa58366c99c.rlib --extern ct_codecs=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libct_codecs-c0016246c9fc30e4.rlib --extern fiat_crypto=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libfiat_crypto-d40586fd6e03987f.rlib --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libgetrandom-092f3f399d462ccb.rlib --extern hex=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libhex-69310190c4c975d8.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquickcheck-274d20fda7ef9a1f.rlib --extern quickcheck_macros=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquickcheck_macros-7670608ef08128a3.so --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_json-c3108fc6d15bbe67.rlib --extern subtle=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsubtle-77f4a15880de0b84.rlib --extern zeroize=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libzeroize-7e386f539c1c0861.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `orion` (lib test) generated 2 warnings (2 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 34s Running `/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/orion-7be637345dde5b17` running 548 tests test errors::test_source ... ok test errors::test_unknown_crypto_error_debug_display ... ok test errors::test_unknown_crypto_from_getrandom ... ok test hazardous::aead::chacha20poly1305::test_vectors::rfc8439_poly1305_key_gen_1 ... ok test errors::test_unknown_crypto_from_parseint_error ... ok test hazardous::aead::chacha20poly1305::test_vectors::rfc8439_poly1305_key_gen_2 ... ok test errors::test_unknown_crypto_from_decode_error ... ok test hazardous::aead::chacha20poly1305::test_vectors::rfc8439_poly1305_key_gen_3 ... ok test hazardous::aead::streaming::private::test_counter_overflow_with_tag_final ... ok test hazardous::aead::streaming::private::test_counter_overflow_with_tag_msg ... ok test hazardous::aead::streaming::private::test_counter_overflow_with_tag_push ... ok test hazardous::aead::streaming::private::test_counter_overflow_with_tag_rekey ... ok test hazardous::aead::streaming::private::test_encrypting_same_message_different_output ... ok test hazardous::aead::streaming::private::test_encrypting_same_message_explicit_rekey ... ok test hazardous::aead::streaming::private::test_err_on_diff_ad ... ok test hazardous::aead::streaming::private::test_err_on_diff_nonce ... ok test hazardous::aead::streaming::private::test_err_on_diff_secret_key ... ok test hazardous::aead::streaming::private::test_err_on_diff_tag ... ok test hazardous::aead::streaming::private::test_err_on_modified_cipher ... ok test hazardous::aead::streaming::private::test_err_on_modified_mac ... ok test hazardous::aead::streaming::private::test_err_on_modified_message_tag ... ok test hazardous::aead::streaming::private::test_inputsize_79 ... ok test hazardous::aead::streaming::private::test_new_to_msg_with_tag_final ... ok test hazardous::aead::streaming::private::test_new_to_msg_with_tag_final_twice ... ok test hazardous::aead::streaming::private::test_new_to_msg_with_tag_push ... ok test hazardous::aead::streaming::private::test_new_to_msg_with_tag_rekey ... ok test hazardous::aead::streaming::private::test_new_to_msg_with_tag_rekey_twice ... ok test hazardous::aead::streaming::private::test_padding::prop_padding_result ... ok test hazardous::aead::streaming::private::test_padding::prop_result_never_above_15 ... ok test hazardous::aead::streaming::private::test_padding::test_length_padding ... ok test hazardous::aead::streaming::private::test_reorder_or_drop_msg ... ok test hazardous::aead::streaming::private::test_seal_empty_and_open ... ok test hazardous::aead::streaming::private::test_seal_open_with_explicit_rekey ... ok test hazardous::aead::streaming::private::test_seal_open_zero_length_both ... ok test hazardous::aead::streaming::private::test_tag ... ok test hazardous::aead::streaming::public::proptest::prop_tag ... ok test hazardous::aead::streaming::public::test_debug_impl ... ok test hazardous::ecc::x25519::public::test_public_key_ignores_highbit ... ok test hazardous::ecc::x25519::public::test_highbit_ignored ... ok test hazardous::ecc::x25519::public::test_rfc_section_5 ... ok test hazardous::aead::chacha20poly1305::public::prop_aead_interface ... ok test hazardous::ecc::x25519::test_shared_key::test_as_bytes ... ok test hazardous::ecc::x25519::test_shared_key::test_bound_params ... ok test hazardous::ecc::x25519::test_shared_key::test_from_slice ... ok test hazardous::ecc::x25519::test_shared_key::test_partial_eq ... ok test hazardous::ecc::x25519::public::test_rfc_section_6_pub_priv_basepoint ... ok test hazardous::ecc::x25519::test_shared_key::tests_with_std::test_omitted_debug ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_init_no_panic ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::test_hasher_interface_no_panic_and_same_result ... ok test hazardous::hash::blake2::blake2b::public::test_new::test_init_size ... ok test hazardous::hash::blake2::blake2b::test_digest::test_as_bytes ... ok test hazardous::hash::blake2::blake2b::test_digest::test_bound_params ... ok test hazardous::hash::blake2::blake2b::test_digest::test_from_slice ... ok test hazardous::hash::blake2::blake2b::test_digest::test_partial_eq ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_digest_256_same_as_streaming ... ok test hazardous::hash::blake2::private::test_debug_impl ... ok test hazardous::hash::blake2::blake2b::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::blake2::private::test_increment_offset::test_offset_increase_values ... ok test hazardous::hash::blake2::private::test_switching_keyed_modes_fails ... ok test hazardous::hash::sha2::sha256::private::test_increment_mlen::test_mlen_increase_values ... ok test hazardous::hash::blake2::private::test_increment_offset::test_panic_on_second_overflow - should panic ... ok test hazardous::aead::streaming::public::proptest::prop_same_input_twice_diff_output ... ok test hazardous::hash::sha2::sha256::private::test_increment_mlen::test_panic_on_second_overflow - should panic ... ok test hazardous::hash::blake2::blake2b::public::test_streaming_interface_no_key::default_consistency_tests ... ok test hazardous::hash::sha2::sha256::public::test_debug_impl ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_digest_384_same_as_streaming ... ok test hazardous::hash::sha2::sha256::public::test_default_equals_new ... ok test hazardous::hash::sha2::sha256::test_digest::test_as_bytes ... ok test hazardous::hash::sha2::sha256::test_digest::test_bound_params ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_digest_512_same_as_streaming ... ok test hazardous::hash::sha2::sha256::test_digest::test_from_slice ... ok test hazardous::hash::blake2::blake2b::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha2::sha256::test_digest::test_partial_eq ... ok test hazardous::hash::sha2::sha256::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha2::sha384::private::test_increment_mlen::test_mlen_increase_values ... ok test hazardous::hash::sha2::sha384::private::test_increment_mlen::test_panic_on_second_overflow - should panic ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_digest_no_panic_and_same_result ... ok test hazardous::hash::sha2::sha384::public::test_debug_impl ... ok test hazardous::hash::sha2::sha384::public::test_default_equals_new ... ok test hazardous::hash::blake2::blake2b::public::test_streaming_interface_no_key::prop_input_to_consistency ... ok test hazardous::hash::blake2::blake2b::public::test_hasher::prop_hasher_digest_diff_input_diff_result ... ok test hazardous::hash::sha2::sha256::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::hash::sha2::sha384::test_digest::test_as_bytes ... ok test hazardous::hash::sha2::sha384::test_digest::test_bound_params ... ok test hazardous::hash::sha2::sha384::test_digest::test_from_slice ... ok test hazardous::hash::sha2::sha384::test_digest::test_partial_eq ... ok test hazardous::hash::sha2::sha384::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha2::sha256::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha2::sha512::private::test_increment_mlen::test_mlen_increase_values ... ok test hazardous::hash::sha2::sha512::private::test_increment_mlen::test_panic_on_second_overflow - should panic ... ok test hazardous::hash::sha2::sha512::public::test_debug_impl ... ok test hazardous::hash::sha2::sha512::public::test_default_equals_new ... ok test hazardous::hash::sha2::sha512::test_digest::test_as_bytes ... ok test hazardous::hash::sha2::sha512::test_digest::test_bound_params ... ok test hazardous::hash::sha2::sha512::test_digest::test_from_slice ... ok test hazardous::hash::sha2::sha512::test_digest::test_partial_eq ... ok test hazardous::hash::sha2::test_word::equiv_default ... ok test hazardous::hash::sha2::test_word::equiv_max ... ok test hazardous::hash::sha2::test_word::equiv_one ... ok test hazardous::hash::sha2::sha512::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha2::test_word::equiv_sizeof ... ok test hazardous::hash::sha2::test_word::proptests::equiv_checked_add ... ok test hazardous::hash::sha2::sha384::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha2::test_word::proptests::equiv_checked_mul ... ok test hazardous::hash::sha2::test_word::proptests::equiv_from ... ok test hazardous::hash::sha2::test_word::proptests::equiv_into_from_be ... ok test hazardous::hash::sha2::test_word::proptests::equiv_ops ... ok test hazardous::hash::sha2::test_word::proptests::equiv_rotate_right ... ok test hazardous::hash::sha2::test_word::proptests::equiv_overflowing_add ... ok test hazardous::hash::sha2::test_word::proptests::equiv_wrapping_add ... ok test hazardous::hash::sha2::test_word::test_results_store_and_load_u32_into_be ... ok test hazardous::hash::sha2::test_word::test_results_store_and_load_u64_into_be ... ok test hazardous::hash::sha2::test_word::w32_panic_on_above_from - should panic ... ok test hazardous::hash::sha2::sha512::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha3::sha3_224::public::test_debug_impl ... ok test hazardous::hash::sha3::sha3_224::public::test_default_equals_new ... ok test hazardous::hash::sha3::sha3_224::test_digest::test_as_bytes ... ok test hazardous::hash::sha2::sha384::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::hash::sha3::sha3_224::test_digest::test_bound_params ... ok test hazardous::hash::sha3::sha3_224::test_digest::test_from_slice ... ok test hazardous::hash::sha3::sha3_224::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha2::sha256::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::aead::xchacha20poly1305::public::prop_aead_interface ... ok test hazardous::hash::sha3::sha3_224::test_digest::test_partial_eq ... ok test hazardous::hash::sha3::sha3_256::public::test_default_equals_new ... ok test hazardous::hash::sha3::sha3_224::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha3::sha3_256::test_digest::test_from_slice ... ok test hazardous::hash::sha2::sha384::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::hash::sha3::sha3_256::public::test_debug_impl ... ok test hazardous::hash::sha3::sha3_256::test_digest::test_partial_eq ... ok test hazardous::hash::sha3::sha3_384::public::test_debug_impl ... ok test hazardous::hash::sha3::sha3_256::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha3::sha3_384::public::test_default_equals_new ... ok test hazardous::hash::sha2::sha512::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::hash::sha3::sha3_384::test_digest::test_as_bytes ... ok test hazardous::aead::streaming::public::proptest::prop_aead_interface ... ok test hazardous::hash::sha3::sha3_512::public::test_default_equals_new ... ok test hazardous::hash::sha3::sha3_256::public::test_zig_cryptofuzz ... ok test hazardous::hash::sha2::sha512::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::hash::sha3::sha3_512::test_digest::test_as_bytes ... ok test hazardous::hash::sha3::sha3_384::test_digest::test_bound_params ... ok test hazardous::hash::sha3::sha3_512::test_digest::test_from_slice ... ok test hazardous::hash::sha3::sha3_512::test_digest::test_bound_params ... ok test hazardous::hash::sha3::sha3_384::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha3::sha3_512::test_digest::test_partial_eq ... ok test hazardous::hash::sha3::sha3_256::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha3::shake256::public::test_debug_impl ... ok test hazardous::hash::sha3::shake256::public::test_default_equals_new ... ok test hazardous::hash::sha3::sha3_256::test_digest::test_bound_params ... ok test hazardous::hash::sha3::sha3_512::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::kdf::argon2i::private::test_extended_hash::err_on_empty_dst ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_1 ... ok test hazardous::hash::sha3::sha3_384::test_digest::test_partial_eq ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_2 ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_3 ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_4 ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_5 ... ok test hazardous::kdf::argon2i::private::test_extended_hash::extended_hash_test_6 ... ok test hazardous::hash::sha3::sha3_256::test_digest::test_as_bytes ... ok test hazardous::kdf::argon2i::private::test_g::g_test ... ok test hazardous::hash::sha3::sha3_512::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::hash::sha3::sha3_384::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::kdf::argon2i::private::test_initial_hash::initial_hash_test_1 ... ok test hazardous::hash::sha3::sha3_224::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::kdf::argon2i::private::test_initial_hash::initial_hash_test_2 ... ok test hazardous::kdf::argon2i::private::test_gidx::gidx_test ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_invalid_mem ... ok test hazardous::hash::sha3::sha3_512::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha3::shake128::public::test_debug_impl ... ok test hazardous::hash::sha3::shake128::public::test_default_equals_new ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_some_or_none_same_result ... ok test hazardous::hash::sha3::sha3_384::test_digest::test_from_slice ... ok test hazardous::kdf::hkdf::public::hkdf_above_maximum_length_err ... ok test hazardous::kdf::argon2i::private::test_initial_hash::initial_hash_test_3 ... ok test hazardous::hash::sha3::sha3_384::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_invalid_salt ... ok test hazardous::kdf::argon2i::private::test_p::p_test ... ok test hazardous::kdf::hkdf::public::hkdf_info_param ... ok test hazardous::kdf::hkdf::public::hkdf_verify_wrong_ikm ... ok test hazardous::hash::sha3::sha3_256::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::hash::sha3::test_full_round ... ok test hazardous::kdf::hkdf::public::hkdf_wrong_salt ... ok test hazardous::kdf::hkdf::public::hkdf_zero_length_err ... ok test hazardous::hash::sha3::sha3_512::public::test_debug_impl ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_dst_out ... ok test hazardous::kdf::hkdf::public::verify_diff_length ... ok test hazardous::kdf::pbkdf2::public::test_derive_key::zero_dklen_err ... ok test hazardous::kdf::pbkdf2::public::test_derive_key::zero_iterations_err ... ok test hazardous::hash::sha3::sha3_512::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::hash::sha3::sha3_384::test_digest::tests_with_std::test_normal_debug ... ok test hazardous::hash::sha3::sha3_224::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::kdf::argon2i::private::test_extended_hash::prop_test_diff_result ... ok test hazardous::hash::sha3::sha3_256::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::hash::sha3::shake256::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::kdf::argon2i::private::test_extended_hash::prop_test_same_result ... ok test hazardous::kdf::pbkdf2::sha256::test_pbkdf2_password::test_key_size ... ok test hazardous::kdf::pbkdf2::sha256::test_pbkdf2_password::test_partial_eq ... ok test hazardous::kdf::pbkdf2::sha256::test_pbkdf2_password::tests_with_std::test_generate ... ok test hazardous::kdf::pbkdf2::sha256::test_pbkdf2_password::tests_with_std::test_omitted_debug ... ok test hazardous::kdf::hkdf::public::hkdf_exact_maximum_length_ok ... ok test hazardous::kdf::pbkdf2::sha384::test_pbkdf2_password::test_as_bytes ... ok test hazardous::kdf::pbkdf2::sha384::test_pbkdf2_password::test_key_size ... ok test hazardous::kdf::pbkdf2::sha384::test_pbkdf2_password::test_partial_eq ... ok test hazardous::kdf::pbkdf2::sha384::test_pbkdf2_password::tests_with_std::test_generate ... ok test hazardous::kdf::pbkdf2::public::test_verify::verify_diff_iter_error ... ok test hazardous::kdf::pbkdf2::public::test_verify::verify_diff_dklen_error ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_invalid_passes ... ok test hazardous::kdf::argon2i::private::test_initial_hash::prop_test_same_result ... ok test hazardous::kdf::pbkdf2::sha512::test_pbkdf2_password::test_key_size ... ok test hazardous::kdf::pbkdf2::sha512::test_pbkdf2_password::test_partial_eq ... ok test hazardous::hash::sha3::shake128::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::kem::x25519_hkdf_sha256::test_shared_key::test_bound_params ... ok test hazardous::kdf::pbkdf2::public::test_verify::verify_false_wrong_password ... ok test hazardous::kdf::pbkdf2::public::test_verify::verify_false_wrong_salt ... ok test hazardous::kem::x25519_hkdf_sha256::test_shared_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::blake2b::public::test_streaming_interface::test_produce_same_hash ... ok test hazardous::mac::blake2b::public::test_streaming_interface::test_produce_same_state ... ok test hazardous::kdf::pbkdf2::public::test_verify::verify_true ... ok test hazardous::kdf::hkdf::sha256::test_derive_key::prop_test_derive_key_same_separate ... ok test hazardous::kdf::pbkdf2::sha384::test_pbkdf2_password::tests_with_std::test_omitted_debug ... ok test hazardous::kdf::pbkdf2::sha512::test_pbkdf2_password::test_as_bytes ... ok test hazardous::mac::blake2b::test_secret_key::test_as_bytes ... ok test hazardous::mac::blake2b::test_secret_key::test_bound_params ... ok test hazardous::kdf::pbkdf2::sha512::test_pbkdf2_password::tests_with_std::test_generate ... ok test hazardous::kdf::hkdf::sha384::test_derive_key::prop_test_derive_key_same_separate ... ok test hazardous::mac::blake2b::test_secret_key::test_from_slice ... ok test hazardous::kdf::hkdf::sha512::test_derive_key::prop_test_derive_key_same_separate ... ok test hazardous::kdf::pbkdf2::sha512::test_pbkdf2_password::tests_with_std::test_omitted_debug ... ok test hazardous::kem::x25519_hkdf_sha256::test_shared_key::test_as_bytes ... ok test hazardous::kem::x25519_hkdf_sha256::test_shared_key::test_from_slice ... ok test hazardous::kem::x25519_hkdf_sha256::test_shared_key::test_partial_eq ... ok test hazardous::kdf::pbkdf2::sha256::test_pbkdf2_password::test_as_bytes ... ok test hazardous::kem::x25519_hkdf_sha256::public::encap_decap_roundtrip ... ok test hazardous::mac::blake2b::test_secret_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::blake2b::public::test_verify::prop_verify_diff_size_false ... ok test hazardous::mac::blake2b::test_secret_key::test_partial_eq ... ok test hazardous::mac::blake2b::test_secret_key::tests_with_std::test_generate ... ok test hazardous::mac::blake2b::test_tag::test_as_bytes ... ok test hazardous::hash::sha3::shake128::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::mac::blake2b::test_tag::test_bound_params ... ok test hazardous::mac::blake2b::public::test_new::test_init_size ... ok test hazardous::mac::blake2b::test_tag::test_from_slice ... ok test hazardous::mac::blake2b::public::test_streaming_interface_no_key::default_consistency_tests ... ok test hazardous::kem::x25519_hkdf_sha256::public::auth_encap_decap_roundtrip ... ok test hazardous::mac::blake2b::test_tag::test_partial_eq ... ok test hazardous::mac::blake2b::public::test_verify::prop_verify_diff_key_false ... ok test hazardous::mac::blake2b::public::test_streaming_interface::prop_same_hash_different_usage ... ok test hazardous::mac::blake2b::public::test_streaming_interface::prop_same_state_different_usage ... ok test hazardous::mac::hmac::sha256::test_hmac_key::test_as_bytes ... ok test hazardous::mac::hmac::sha256::test_hmac_key::test_key_size ... ok test hazardous::mac::blake2b::test_tag::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha256::test_hmac_key::test_partial_eq ... ok test hazardous::mac::hmac::sha256::test_hmac_key::tests_with_std::test_generate ... ok test hazardous::hash::sha3::shake256::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::mac::hmac::sha256::test_tag::test_from_slice ... ok test hazardous::mac::hmac::sha256::public::test_debug_impl ... ok test hazardous::mac::hmac::sha256::test_tag::test_partial_eq ... ok test hazardous::mac::hmac::sha256::test_tag::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha384::public::test_debug_impl ... ok test hazardous::mac::hmac::sha256::test_hmac_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha256::test_tag::test_as_bytes ... ok test hazardous::mac::hmac::sha384::test_hmac_key::test_as_bytes ... ok test hazardous::mac::hmac::sha384::test_hmac_key::tests_with_std::test_generate ... ok test hazardous::mac::hmac::sha256::test_tag::test_bound_params ... ok test hazardous::mac::hmac::sha384::test_hmac_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha384::test_tag::test_as_bytes ... ok test hazardous::mac::hmac::sha384::test_tag::test_bound_params ... ok test hazardous::mac::hmac::sha384::test_tag::test_from_slice ... ok test hazardous::mac::hmac::sha384::test_tag::test_partial_eq ... ok test hazardous::mac::hmac::sha384::test_hmac_key::test_key_size ... ok test hazardous::mac::hmac::sha384::test_tag::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha384::test_hmac_key::test_partial_eq ... ok test hazardous::mac::hmac::sha512::test_hmac_key::test_key_size ... ok test hazardous::mac::hmac::sha512::public::test_debug_impl ... ok test hazardous::mac::hmac::sha512::test_hmac_key::test_partial_eq ... ok test hazardous::mac::hmac::sha512::test_hmac_key::tests_with_std::test_generate ... ok test hazardous::mac::hmac::sha512::test_tag::test_as_bytes ... ok test hazardous::mac::hmac::sha256::public::test_verify::prop_verify_diff_key_false ... ok test hazardous::mac::hmac::sha512::test_tag::test_bound_params ... ok test hazardous::mac::hmac::sha512::test_tag::test_from_slice ... ok test hazardous::mac::blake2b::public::test_streaming_interface_no_key::prop_input_to_consistency ... ok test hazardous::mac::hmac::sha256::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::mac::hmac::sha512::test_hmac_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::poly1305::private::test_process_pad_to_blocksize::test_process_err_on_finalized ... ok test hazardous::mac::poly1305::private::test_process_pad_to_blocksize::test_process_pad_no_pad ... ok test hazardous::mac::hmac::sha512::test_hmac_key::test_as_bytes ... ok test hazardous::mac::hmac::sha512::test_tag::test_partial_eq ... ok test hazardous::mac::hmac::sha512::test_tag::tests_with_std::test_omitted_debug ... ok test hazardous::mac::hmac::sha384::public::test_verify::prop_verify_diff_key_false ... ok test hazardous::mac::poly1305::public::test_debug_impl ... ok test hazardous::mac::poly1305::private::test_process_block::test_process_block_len ... ok test hazardous::mac::poly1305::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::mac::poly1305::test_one_time_key::test_partial_eq ... ok test hazardous::mac::poly1305::test_one_time_key::tests_with_std::test_generate ... ok test hazardous::mac::poly1305::test_one_time_key::tests_with_std::test_omitted_debug ... ok test hazardous::mac::poly1305::test_one_time_key::test_as_bytes ... ok test hazardous::mac::poly1305::test_tag::test_as_bytes ... ok test hazardous::mac::poly1305::private::test_process_end_of_stream::test_process_no_panic ... ok test hazardous::mac::poly1305::test_tag::test_bound_params ... ok test hazardous::mac::poly1305::test_one_time_key::test_bound_params ... ok test hazardous::mac::poly1305::test_tag::test_from_slice ... ok test hazardous::stream::chacha20::private::test_encrypt_in_place::test_xor_keystream_err_empty_input ... ok test hazardous::mac::poly1305::test_one_time_key::test_from_slice ... ok test hazardous::stream::chacha20::private::test_init_state::test_nonce_length ... ok test hazardous::mac::hmac::sha512::public::test_verify::prop_verify_diff_key_false ... ok test hazardous::mac::poly1305::test_tag::tests_with_std::test_omitted_debug ... ok test hazardous::stream::chacha20::private::test_keystream_block::test_error_if_internal_counter_would_overflow ... ok test hazardous::stream::chacha20::private::test_encrypt_in_place::test_enc_in_place_err_empty_input ... ok test hazardous::mac::poly1305::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::mac::poly1305::test_tag::test_partial_eq ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_1 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_10 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_11 ... ok test hazardous::stream::chacha20::private::test_keystream_block::test_xor_keystream_panic_on_too_much_keystream_data_hchacha - should panic ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_12 ... ok test hazardous::mac::poly1305::public::test_verify::prop_verify_diff_key_false ... ok test hazardous::stream::chacha20::private::test_keystream_block::test_xor_keystream_block_ignore_counter_when_hchacha ... ok test hazardous::stream::chacha20::private::test_keystream_block::test_xor_keystream_panic_on_too_much_keystream_data_ietf - should panic ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_13 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_14 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_19 ... ok test hazardous::stream::chacha20::private::test_init_state::prop_test_nonce_length_hchacha ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_20 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_2 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_0 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_21 ... ok test hazardous::stream::chacha20::private::test_init_state::prop_test_nonce_length_ietf ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_15 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_22 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_23 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_16 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_24 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_17 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_25 ... ok test hazardous::mac::hmac::sha384::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::stream::chacha20::public::test_encrypt_decrypt::prop_streamcipher_interface ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_32 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_35 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_36 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_27 ... ok test hazardous::mac::hmac::sha256::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_37 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_28 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_38 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_39 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_18 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_4 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_40 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_41 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_26 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_42 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_29 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_43 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_44 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_3 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_45 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_46 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_30 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_47 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_48 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_31 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_49 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_33 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_5 ... ok test hazardous::mac::hmac::sha512::public::test_streaming_interface::default_consistency_tests ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_6 ... ok test hazardous::mac::hmac::sha384::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_34 ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_7 ... ok test hazardous::stream::chacha20::public::test_plaintext_left_in_dst_out ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_8 ... ok test hazardous::stream::chacha20::test_nonce::test_as_bytes ... ok test hazardous::stream::chacha20::test_nonce::test_bound_params ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_case_9 ... ok test hazardous::stream::chacha20::test_nonce::test_partial_eq ... ok test hazardous::stream::chacha20::test_nonce::test_from_slice ... ok test hazardous::stream::chacha20::test_nonce::tests_with_std::test_normal_debug ... ok test hazardous::stream::chacha20::test_secret_key::test_as_bytes ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_diff_keys_diff_output ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_diff_nonce_diff_output ... ok test hazardous::stream::chacha20::test_secret_key::test_bound_params ... ok test hazardous::stream::chacha20::test_secret_key::test_from_slice ... ok test hazardous::stream::chacha20::test_secret_key::test_partial_eq ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_test_3 ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_test_4 ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_test_5 ... ok test hazardous::stream::xchacha20::test_nonce::test_as_bytes ... ok test hazardous::stream::chacha20::public::test_hchacha20::test_nonce_length ... ok test hazardous::stream::xchacha20::test_nonce::test_bound_params ... ok test hazardous::stream::chacha20::test_secret_key::tests_with_std::test_omitted_debug ... ok test hazardous::stream::xchacha20::test_nonce::test_from_slice ... ok test hazardous::stream::xchacha20::test_nonce::test_partial_eq ... ok test hazardous::stream::xchacha20::test_nonce::tests_with_std::test_generate ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_results ... ok test hazardous::mac::hmac::sha512::public::test_streaming_interface::prop_input_to_consistency ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_test_1 ... ok test hazardous::stream::xchacha20::test_nonce::tests_with_std::test_normal_debug ... ok test high_level::aead::public::test_seal_open::test_auth_enc_ciphertext_less_than_41_err ... ok test high_level::aead::public::test_seal_open::test_auth_enc_encryption_decryption ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_chacha20_block_test_2 ... ok test high_level::aead::public::test_seal_open::test_auth_enc_plaintext_empty_err ... ok test hazardous::stream::chacha20::test_secret_key::tests_with_std::test_generate ... ok test high_level::aead::public::test_seal_open::test_diff_secret_key_err ... ok test high_level::aead::public::test_seal_open::test_modified_ciphertext_err ... ok test hazardous::stream::chacha20::test_vectors::rfc8439_key_schedule ... ok test high_level::aead::public::test_seal_open::test_modified_nonce_err ... ok test high_level::aead::public::test_seal_open::test_modified_tag_err ... ok test high_level::aead::public::test_stream_seal_open::same_input_on_same_init_different_ct ... ok test high_level::aead::public::test_stream_seal_open::test_auth_enc_encryption_decryption ... ok test high_level::aead::public::test_stream_seal_open::test_modified_tag_err ... ok test high_level::aead::public::test_stream_seal_open::test_open_chunk_abytes_exact_ok ... ok test high_level::aead::public::test_stream_seal_open::test_open_chunk_less_than_abytes_err ... ok test high_level::aead::public::test_stream_seal_open::test_seal_chunk_plaintext_empty_ok ... ok test high_level::aead::public::test_stream_seal_open::test_secret_length_err ... ok test high_level::aead::public::test_stream_seal_open::same_input_generates_different_ciphertext ... ok test high_level::aead::public::test_stream_seal_open::test_stream_seal_and_open ... ok test high_level::aead::public::test_seal_open::test_secret_length_err ... ok test high_level::aead::public::test_stream_seal_open::test_diff_secret_key_err ... ok test high_level::auth::public::test_auth_and_verify::test_authenticate_verify_bad_msg ... ok test high_level::aead::public::test_stream_seal_open::test_modified_mac_err ... ok test high_level::auth::public::test_auth_and_verify::test_authenticate_verify_key_too_small ... ok test high_level::aead::public::test_stream_seal_open::test_modified_ciphertext_err ... ok test high_level::auth::public::test_auth_and_verify::test_authenticate_key_too_small ... ok test high_level::auth::public::test_auth_and_verify::test_authenticate_verify_bad_key ... ok test high_level::hltypes::test_password::test_from_slice_variable ... ok test high_level::hltypes::test_password::test_as_bytes ... ok test high_level::hltypes::test_password::test_generate_variable ... ok test high_level::hltypes::test_password::test_omitted_debug ... ok test high_level::hltypes::test_password::test_partial_eq ... ok test high_level::auth::public::prop_authenticate_key_size ... ok test high_level::hltypes::test_salt::test_as_bytes ... ok test high_level::auth::public::prop_authenticate_verify ... ok test high_level::hltypes::test_salt::test_from_slice_variable ... ok test high_level::hltypes::test_salt::test_generate_variable ... ok test high_level::hltypes::test_salt::test_partial_eq ... ok test high_level::hltypes::test_secret_key::test_as_bytes ... ok test high_level::hltypes::test_secret_key::test_from_slice_variable ... ok test high_level::hltypes::test_salt::test_normal_debug ... ok test high_level::aead::public::test_stream_seal_open::prop_seal_open_same_input ... ok test high_level::hltypes::test_secret_key::test_generate_variable ... ok test high_level::hltypes::test_secret_key::test_omitted_debug ... ok test high_level::hltypes::test_secret_key::test_partial_eq ... ok test high_level::aead::public::test_stream_seal_open::prop_stream_seal_open_same_input ... ok test high_level::aead::public::test_stream_seal_open::prop_fail_on_diff_key ... ok test high_level::hash::public::prop_digest_same_as_digest_from_reader ... ok test high_level::auth::public::prop_verify_fail_diff_input ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_bad_mem ... ok test hazardous::stream::xchacha20::public::test_encrypt_decrypt::prop_streamcipher_interface ... ok test high_level::hash::public::prop_digest_diff_result ... ok test high_level::hash::public::prop_digest_same_result ... ok test high_level::auth::public::prop_verify_fail_diff_key ... ok test high_level::kex::public::libsodium_compat_test_2 ... ok test high_level::kex::public::libsodium_compat_test_3 ... ok test high_level::kex::public::libsodium_compat_test_4 ... ok test high_level::kex::public::libsodium_compat_test_5 ... ok test high_level::pwhash::public::test_debug_impl ... ok test high_level::kex::public::libsodium_compat_test_1 ... ok test high_level::kex::public::test_error_on_low_order_public ... ok test high_level::kex::public::test_basic_key_exchange ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_bad_p ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_bad_parsing_integers ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_first_not_empty ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_algo ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_iterations ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_memory ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_threads ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_salt ... ok test high_level::pwhash::public::test_password_hash::prop_always_produce_valid_encoding ... ok test high_level::pwhash::public::test_encoding_from_ref::test_encoding_and_verify_4 ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_hash_2 ... ok test high_level::pwhash::public::test_encoding_from_ref::test_encoding_and_verify_5 ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_order ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_version ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_missing_comma ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_hash_5 ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_missing_dollar ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_missing_equals ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_hash_3 ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_whitespace ... ok test high_level::pwhash::public::test_password_hash::test_bounds_max_min_encoded_len ... ok test high_level::pwhash::public::test_password_hash::test_decimal_value_reject_leading_zeroes ... ok test high_level::pwhash::public::test_password_hash::test_from_slice_bad_iter ... ok test high_level::pwhash::public::test_password_hash::test_from_slice_mem ... ok test high_level::pwhash::public::test_password_hash::test_from_slice_password ... ok test high_level::pwhash::public::test_password_hash::test_from_slice_salt ... ok test high_level::pwhash::public::test_password_hash::test_password_hash_ne ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_invalid_iterations ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_hash_1 ... ok test high_level::pwhash::public::test_password_hash::test_bad_encoding_invalid_password ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_invalid_memory ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_err_diff_mem ... ok test hazardous::kdf::argon2i::public::test_derive_key::test_hash_4 ... ok test util::endianness::public::test_dst_length_store_u32_le_ok ... ok test util::endianness::public::test_dst_length_store_u64_le_high - should panic ... ok test util::endianness::public::test_dst_length_store_u64_le_low - should panic ... ok test util::endianness::public::test_load_single_src_ok ... ok test high_level::pwhash::public::test_password_hash::test_valid_encoded_password ... ok test util::endianness::public::test_panic_empty_load_u32_le - should panic ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key ... ok test util::endianness::public::test_panic_empty_load_u64_le - should panic ... ok test high_level::pwhash::public::test_password_hash::test_password_hash_eq ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_bad_length ... ok test util::endianness::public::test_dst_length_load_u32_le_high - should panic ... ok test util::endianness::public::test_dst_length_load_u32_le_low - should panic ... ok test util::endianness::public::test_dst_length_load_u32_le_ok ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_err_diff_pass ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_err_diff_salt ... ok test util::endianness::public::test_dst_length_load_u64_le_high - should panic ... ok test util::endianness::public::test_dst_length_load_u64_le_low - should panic ... ok test util::endianness::public::prop_load_store_u32_le ... ok test util::endianness::public::prop_load_store_u64_le ... ok test util::endianness::public::prop_store_load_u64_le ... ok test util::endianness::public::prop_store_load_u32_le ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_err_diff_len ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_bad_iter ... ok test util::endianness::public::test_dst_length_load_u64_le_ok ... ok test util::endianness::public::test_dst_length_store_u32_le_high - should panic ... ok test util::endianness::public::test_dst_length_store_u32_le_low - should panic ... ok test util::endianness::public::test_dst_length_store_u64_le_ok ... ok test high_level::kdf::public::test_derive_key_and_verify::test_derive_key_err_diff_iter ... ok test util::endianness::public::test_results_load_u32 ... ok test util::endianness::public::test_load_single_src_high - should panic ... ok test util::endianness::public::test_results_store_and_load_u32_into_le ... ok test util::endianness::public::test_results_store_and_load_u64_into_le ... ok test util::tests::rand_key_len_error ... ok test util::endianness::public::test_panic_empty_store_u32_le - should panic ... ok test util::tests::rand_key_len_ok ... ok test util::endianness::public::test_load_single_src_low - should panic ... ok test util::tests::test_ct_eq_diff_len ... ok test util::tests::test_ct_eq_ok ... ok test util::tests::test_ct_ne ... ok test util::endianness::public::test_panic_empty_store_u64_le - should panic ... ok test util::tests::test_ct_ne_reg ... ok test util::tests::prop_secure_cmp ... ok test hazardous::hash::sha3::shake256::public::test_io_impls::prop_hasher_write_same_as_update ... ok test hazardous::hash::sha3::shake128::public::test_io_impls::prop_hasher_write_same_as_update ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_memory_and_iterations ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_memory ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_password ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_salt_and_password ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_salt ... ok test high_level::pwhash::public::test_pwhash_and_verify::test_argon2i_verify_err_modified_iterations ... ok test hazardous::ecc::x25519::public::test_rfc_section_5_iter ... ok test hazardous::kdf::argon2i::public::test_verify::prop_test_same_input_verify_true ... ok test high_level::pwhash::public::test_encoding_from_ref::test_encoding_and_verify_1 ... ok test high_level::pwhash::public::test_encoding_from_ref::test_encoding_and_verify_3 ... ok test high_level::pwhash::public::test_encoding_from_ref::test_encoding_and_verify_2 ... ok test result: ok. 548 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s Doc-tests orion Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name orion --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps --extern criterion=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libcriterion-edf5faa58366c99c.rlib --extern ct_codecs=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libct_codecs-c0016246c9fc30e4.rlib --extern fiat_crypto=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libfiat_crypto-d40586fd6e03987f.rlib --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libgetrandom-092f3f399d462ccb.rlib --extern hex=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libhex-69310190c4c975d8.rlib --extern orion=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/liborion-2af1b67fa568db97.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquickcheck-274d20fda7ef9a1f.rlib --extern quickcheck_macros=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libquickcheck_macros-7670608ef08128a3.so --extern serde=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde-9d39d39016be3983.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libserde_json-c3108fc6d15bbe67.rlib --extern subtle=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libsubtle-77f4a15880de0b84.rlib --extern zeroize=/home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/orion-0.17.7/target/rpm/deps/libzeroize-7e386f539c1c0861.rlib -C embed-bitcode=no --cfg 'feature="ct-codecs"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="safe_api"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' --error-format human` running 64 tests test src/hazardous/hash/sha2/mod.rs - hazardous::hash::sha2::sha256 (line 44) ... ok test src/hazardous/hash/blake2/mod.rs - hazardous::hash::blake2::blake2b (line 46) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::shake256 (line 51) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha256::Tag (line 264) ... ok test src/hazardous/mac/mod.rs - hazardous::mac::blake2b (line 57) ... ok test src/hazardous/kdf/pbkdf2.rs - hazardous::kdf::pbkdf2::sha512::Password (line 314) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha512::Tag (line 726) ... ok test src/hazardous/kdf/mod.rs - hazardous::kdf::hkdf (line 45) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha256::SecretKey (line 255) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::sha3_256 (line 37) ... ok test src/hazardous/ecc/x25519.rs - hazardous::ecc::x25519::PrivateKey (line 511) ... ok test src/hazardous/hash/sha2/mod.rs - hazardous::hash::sha2::sha384 (line 47) ... ok test src/hazardous/kem/mod.rs - hazardous::kem::x25519_hkdf_sha256 (line 49) ... ok test src/hazardous/aead/mod.rs - hazardous::aead::streaming (line 74) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::sha3_224 (line 34) ... ok test src/hazardous/aead/mod.rs - hazardous::aead::xchacha20poly1305 (line 71) ... ok test src/hazardous/aead/mod.rs - hazardous::aead::chacha20poly1305 (line 77) ... ok test src/hazardous/kem/x25519_hkdf_sha256.rs - hazardous::kem::x25519_hkdf_sha256::SharedSecret (line 97) ... ok test src/hazardous/mac/poly1305.rs - hazardous::mac::poly1305::Tag (line 123) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha512::SecretKey (line 717) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::sha3_512 (line 43) ... ok test src/hazardous/kdf/pbkdf2.rs - hazardous::kdf::pbkdf2::sha256::Password (line 200) ... ok test src/hazardous/mac/mod.rs - hazardous::mac::hmac (line 46) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::sha3_384 (line 40) ... ok test src/hazardous/hash/sha2/sha384.rs - hazardous::hash::sha2::sha384::Sha384 (line 215) ... ok test src/hazardous/hash/sha3/sha3_256.rs - hazardous::hash::sha3::sha3_256::Sha3_256 (line 88) ... ok test src/hazardous/stream/chacha20.rs - hazardous::stream::chacha20::SecretKey (line 134) ... ok test src/hazardous/ecc/mod.rs - hazardous::ecc::x25519 (line 42) ... ok test src/hazardous/mac/mod.rs - hazardous::mac::poly1305 (line 54) ... ok test src/hazardous/hash/sha2/sha512.rs - hazardous::hash::sha2::sha512::Sha512 (line 238) ... ok test src/hazardous/hash/sha3/shake256.rs - hazardous::hash::sha3::shake256::Shake256 (line 73) ... ok test src/hazardous/hash/sha3/sha3_224.rs - hazardous::hash::sha3::sha3_224::Sha3_224 (line 88) ... ok test src/hazardous/hash/sha2/sha256.rs - hazardous::hash::sha2::sha256::Sha256 (line 235) ... ok test src/hazardous/kdf/pbkdf2.rs - hazardous::kdf::pbkdf2::sha384::Password (line 257) ... ok test src/hazardous/hash/blake2/blake2b.rs - hazardous::hash::blake2::blake2b::Blake2b (line 158) ... ok test src/hazardous/mac/poly1305.rs - hazardous::mac::poly1305::OneTimeKey (line 112) ... ok test src/hazardous/hash/sha3/mod.rs - hazardous::hash::sha3::shake128 (line 48) ... ok test src/hazardous/hash/sha3/shake128.rs - hazardous::hash::sha3::shake128::Shake128 (line 73) ... ok test src/hazardous/hash/sha2/mod.rs - hazardous::hash::sha2::sha512 (line 50) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha384::SecretKey (line 486) ... ok test src/hazardous/ecc/x25519.rs - hazardous::ecc::x25519::SharedKey (line 618) ... ok test src/hazardous/mac/blake2b.rs - hazardous::mac::blake2b::SecretKey (line 95) ... ok test src/hazardous/hash/sha3/sha3_512.rs - hazardous::hash::sha3::sha3_512::Sha3_512 (line 88) ... ok test src/hazardous/hash/sha3/sha3_384.rs - hazardous::hash::sha3::sha3_384::Sha3_384 (line 88) ... ok test src/hazardous/mac/hmac.rs - hazardous::mac::hmac::sha384::Tag (line 495) ... ok test src/hazardous/kdf/mod.rs - hazardous::kdf::pbkdf2 (line 59) ... ok test src/hazardous/mac/blake2b.rs - hazardous::mac::blake2b::Tag (line 105) ... ok test src/high_level/hash.rs - high_level::hash (line 54) ... ok test src/hazardous/stream/mod.rs - hazardous::stream::xchacha20 (line 68) ... ok test src/high_level/aead.rs - high_level::aead (line 69) ... ok test src/hazardous/stream/mod.rs - hazardous::stream::chacha20 (line 72) ... ok test src/high_level/hltypes.rs - high_level::hltypes::Password (line 84) ... ok test src/util/mod.rs - util::secure_rand_bytes (line 67) ... ok test src/high_level/auth.rs - high_level::auth (line 58) ... ok test src/util/mod.rs - util::secure_cmp (line 102) ... ok test src/high_level/hltypes.rs - high_level::hltypes::SecretKey (line 50) ... ok test src/high_level/hash.rs - high_level::hash (line 62) ... ok test src/high_level/pwhash.rs - high_level::pwhash::PasswordHash (line 155) ... ok test src/high_level/aead.rs - high_level::aead::streaming (line 193) ... ok test src/high_level/kex.rs - high_level::kex (line 52) ... ok test src/high_level/kdf.rs - high_level::kdf (line 64) ... ok test src/hazardous/kdf/mod.rs - hazardous::kdf::argon2i (line 78) ... ok test src/high_level/pwhash.rs - high_level::pwhash (line 80) ... ok test src/high_level/pwhash.rs - high_level::pwhash::hash_password_verify (line 441) ... ok test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-orion-devel-0.17.7-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/orion-0.17.7/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/orion-0.17.7/CONTRIBUTING.md warning: File listed twice: /usr/share/cargo/registry/orion-0.17.7/LICENSE warning: File listed twice: /usr/share/cargo/registry/orion-0.17.7/README.md warning: File listed twice: /usr/share/cargo/registry/orion-0.17.7/SECURITY.md Provides: crate(orion) = 0.17.7 rust-orion-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(fiat-crypto) >= 0.2.1 crate(subtle) >= 2.2.2 crate(zeroize) >= 1.1.0 rust >= 1.80 Processing files: rust-orion+default-devel-0.17.7-1.mga10.noarch Provides: crate(orion/default) = 0.17.7 rust-orion+default-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(orion) = 0.17.7 crate(orion/safe_api) = 0.17.7 Processing files: rust-orion+alloc-devel-0.17.7-1.mga10.noarch Provides: crate(orion/alloc) = 0.17.7 rust-orion+alloc-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(orion) = 0.17.7 Processing files: rust-orion+ct-codecs-devel-0.17.7-1.mga10.noarch Provides: crate(orion/ct-codecs) = 0.17.7 rust-orion+ct-codecs-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ct-codecs/default) >= 1.1.1 crate(orion) = 0.17.7 Processing files: rust-orion+experimental-devel-0.17.7-1.mga10.noarch Provides: crate(orion/experimental) = 0.17.7 rust-orion+experimental-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(orion) = 0.17.7 Processing files: rust-orion+getrandom-devel-0.17.7-1.mga10.noarch Provides: crate(orion/getrandom) = 0.17.7 rust-orion+getrandom-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(getrandom/default) >= 0.2.0 crate(orion) = 0.17.7 Processing files: rust-orion+safe_api-devel-0.17.7-1.mga10.noarch Provides: crate(orion/safe_api) = 0.17.7 rust-orion+safe_api-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(orion) = 0.17.7 crate(orion/ct-codecs) = 0.17.7 crate(orion/getrandom) = 0.17.7 Processing files: rust-orion+serde-devel-0.17.7-1.mga10.noarch Provides: crate(orion/serde) = 0.17.7 rust-orion+serde-devel = 0.17.7-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(orion) = 0.17.7 crate(serde) >= 1.0.124 crate(serde/alloc) >= 1.0.124 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+default-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+ct-codecs-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+experimental-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+safe_api-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+alloc-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+serde-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion+getrandom-devel-0.17.7-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-orion-devel-0.17.7-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Ttesrd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + test -d /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-orion-0.17.7-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/orion-0.17.7/CHANGELOG.md File listed twice: /usr/share/cargo/registry/orion-0.17.7/CONTRIBUTING.md File listed twice: /usr/share/cargo/registry/orion-0.17.7/LICENSE File listed twice: /usr/share/cargo/registry/orion-0.17.7/README.md File listed twice: /usr/share/cargo/registry/orion-0.17.7/SECURITY.md D: [iurt_root_command] Success!