D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/iurt/rpmbuild/SRPMS/@2355687:rust-crypto-primes-0.7.2-2.mga11.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aJqi8Z Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UMgb8B + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + rm -rf crypto-primes-0.7.2 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/crypto-primes-0.7.2.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd crypto-primes-0.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/iurt/rpmbuild/SOURCES/crypto-primes-fix-metadata.diff + 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/iurt/rpmbuild/tmp/rpm-tmp.obPXeD + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + cd crypto-primes-0.7.2 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.utNUQb + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-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 crypto-primes-0.7.2 + '[' 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 -j24 -Z avoid-dev-deps --profile rpm Compiling autocfg v1.5.0 Compiling cmov v0.5.4 Compiling rand_core v0.10.1 Compiling cpubits v0.1.1 Running `/usr/bin/rustc --crate-name cmov --edition=2024 /usr/share/cargo/registry/cmov-0.5.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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07d9cf651a022c3d -C extra-filename=-790fda7662a35ad0 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 rand_core --edition=2024 /usr/share/cargo/registry/rand_core-0.10.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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7cb5cf8afa02c6e -C extra-filename=-5756bda36a378b1e --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 cpubits --edition=2024 /usr/share/cargo/registry/cpubits-0.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a2c77a23722ca26 -C extra-filename=-58d3c34603cd0551 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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.5.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=f0f884913dcc9f19 -C extra-filename=-7217c336bf096c80 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ctutils v0.4.2 Running `/usr/bin/rustc --crate-name ctutils --edition=2024 /usr/share/cargo/registry/ctutils-0.4.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=316671e8b7a14447 -C extra-filename=-25d9e467ec6c3a0b --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern cmov=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcmov-790fda7662a35ad0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=86e138adf9502b49 -C extra-filename=-5d11e9cca3860aa6 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/num-traits-5d11e9cca3860aa6 -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern autocfg=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libautocfg-7217c336bf096c80.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/num-traits-5d11e9cca3860aa6/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5d36982c74070b86 -C extra-filename=-b619d8d71719c556 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 crypto-bigint v0.7.5 Running `/usr/bin/rustc --crate-name crypto_bigint --edition=2024 /usr/share/cargo/registry/crypto-bigint-0.7.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 '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "serde", "subtle", "zeroize"))' -C metadata=752b08388ad4fcc8 -C extra-filename=-a6fc76c5f00a0161 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern cpubits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcpubits-58d3c34603cd0551.rmeta --extern ctutils=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libctutils-25d9e467ec6c3a0b.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b619d8d71719c556.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crypto-primes v0.7.2 (/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2) Running `/usr/bin/rustc --crate-name crypto_primes --edition=2024 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=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=e10ca3b13b9dee50 -C extra-filename=-b63aded9364e4b5c --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern crypto_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcrypto_bigint-a6fc76c5f00a0161.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 21.90s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wI9uMk + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + mkdir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-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 crypto-primes-0.7.2 + '[' 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=crypto-primes ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.7.2 + REG_DIR=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT/usr/share/cargo/registry/crypto-primes-0.7.2 + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT/usr/share/cargo/registry/crypto-primes-0.7.2 + /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/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT/usr/share/cargo/registry/crypto-primes-0.7.2 warning: no (git) VCS found for `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT/usr/share/cargo/registry/crypto-primes-0.7.2/Cargo.toml + /usr/bin/rm -f /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT/usr/share/cargo/registry/crypto-primes-0.7.2/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 -j24 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OkiyG4 + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-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 crypto-primes-0.7.2 + '[' 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 -j24 -Z avoid-dev-deps --profile rpm --no-fail-fast Fresh rand_core v0.10.1 Compiling libc v0.2.186 Compiling cfg-if v1.0.4 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.186/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=3f88883bd07ae146 -C extra-filename=-ce0212eefe8c19ac --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/libc-ce0212eefe8c19ac -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.4.3 Fresh autocfg v1.5.0 Compiling zerocopy v0.8.26 Compiling rustix v1.1.4 Compiling radium v0.7.0 Compiling bitflags v2.13.0 Compiling linux-raw-sys v0.12.1 Compiling fastrand v2.3.0 Compiling once_cell v1.21.3 Compiling equivalent v1.0.2 Compiling allocator-api2 v0.2.21 Compiling foldhash v0.2.0 Compiling cpufeatures v0.3.0 Compiling tap v1.0.1 Fresh cmov v0.5.4 Compiling quick-error v1.2.3 Compiling bit-vec v0.9.1 Fresh cpubits v0.1.1 Compiling funty v2.0.0 Compiling libm v0.2.15 Compiling fnv v1.0.7 Compiling rand_xorshift v0.5.0 Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=51ca7682a2b45489 -C extra-filename=-1848ef98b028bef9 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.13.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=39ccd53bdfd397d3 -C extra-filename=-f9c48b70a6b8a13d --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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/zerocopy-0.8.26/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=96a1b2169c76406d -C extra-filename=-df8150d9f7b80160 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/zerocopy-df8150d9f7b80160 -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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=2024 /usr/share/cargo/registry/getrandom-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng"))' -C metadata=c411712b39193e34 -C extra-filename=-baedbedd8441831b --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/getrandom-baedbedd8441831b -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 equivalent --edition=2015 /usr/share/cargo/registry/equivalent-1.0.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())' -C metadata=d9453248c6838d0f -C extra-filename=-fbade661a414743a --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.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="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=017b6d24b63db706 -C extra-filename=-3c75573028764fbf --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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/radium-0.7.0/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=6b48d98f586d20dd -C extra-filename=-6b66eef83b634807 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/radium-6b66eef83b634807 -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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/rustix-1.1.4/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 --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7362e96ff402ab48 -C extra-filename=-c750f3206e363555 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/rustix-c750f3206e363555 -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 allocator_api2 --edition=2018 /usr/share/cargo/registry/allocator-api2-0.2.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 --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=c99841f7574d0ba4 -C extra-filename=-567faa2aff79a2e5 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 tap --edition=2015 /usr/share/cargo/registry/tap-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())' -C metadata=43d5bc68506435c0 -C extra-filename=-24c4fba82050f2b1 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 cpufeatures --edition=2024 /usr/share/cargo/registry/cpufeatures-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d5eeb9b0e8e710 -C extra-filename=-78482592cf5a1d1e --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 bit_vec --edition=2021 /usr/share/cargo/registry/bit-vec-0.9.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=9aa536389dc04e58 -C extra-filename=-0a3ceccaa88191cb --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 foldhash --edition=2021 /usr/share/cargo/registry/foldhash-0.2.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("default", "nightly", "std"))' -C metadata=17f18e11cbe9e893 -C extra-filename=-f91dc246cf093b6a --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ce4b0cc73a7f35bf -C extra-filename=-96a1df4de4ccca14 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "if_tun", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "vm_sockets", "xdp"))' -C metadata=2e87981965c74711 -C extra-filename=-52b27b13ada35cf3 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling num-traits v0.2.19 Fresh ctutils v0.4.2 Compiling regex-syntax v0.8.11 Running `/usr/bin/rustc --crate-name funty --edition=2018 /usr/share/cargo/registry/funty-2.0.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("default", "std"))' -C metadata=d6babbbe8fe12587 -C extra-filename=-cdd6166b504be8f5 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling either v1.15.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libm-0.2.15/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 --check-cfg 'cfg(feature, values("compiler-builtins"))' -C debug-assertions=off --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=43b2858bf359a8fb -C extra-filename=-bb1d07e34f992765 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/libm-bb1d07e34f992765 -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=fc825de6d057b823 -C extra-filename=-80c254b973609e0d --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/num-traits-80c254b973609e0d -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern autocfg=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libautocfg-7217c336bf096c80.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand_xorshift --edition=2024 /usr/share/cargo/registry/rand_xorshift-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("serde"))' -C metadata=e30d7061630e72b3 -C extra-filename=-d58ae211a5044f94 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name fnv --edition=2015 /usr/share/cargo/registry/fnv-1.0.7/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=27f2e485db5f4dda -C extra-filename=-ec2add9ba12e800d --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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 quick_error --edition=2015 /usr/share/cargo/registry/quick-error-1.2.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=93a25de33001a4d7 -C extra-filename=-51a3b8e2fdd49c50 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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.11/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=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=31a95bdc8d1e098a -C extra-filename=-eb72761d0200f383 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=3f2955946a64c995 -C extra-filename=-2114643a27023502 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling unarray v0.1.4 Running `/usr/bin/rustc --crate-name unarray --edition=2018 /usr/share/cargo/registry/unarray-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6272754d216ae186 -C extra-filename=-199d3f8c503602a2 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling chacha20 v0.10.1 Running `/usr/bin/rustc --crate-name chacha20 --edition=2024 /usr/share/cargo/registry/chacha20-0.10.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8087fe5e83b2ba86 -C extra-filename=-611bbfa2c3b3bea5 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern cfg_if=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcfg_if-1848ef98b028bef9.rmeta --extern cpufeatures=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcpufeatures-78482592cf5a1d1e.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling wyz v0.5.1 Running `/usr/bin/rustc --crate-name wyz --edition=2018 /usr/share/cargo/registry/wyz-0.5.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", "default", "std"))' -C metadata=864b8041b9e356f1 -C extra-filename=-7356dc30a03f2a5d --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern tap=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libtap-24c4fba82050f2b1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling bit-set v0.9.1 Running `/usr/bin/rustc --crate-name bit_set --edition=2021 /usr/share/cargo/registry/bit-set-0.9.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=82a9d323ad4715e4 -C extra-filename=-4eeec1ada2f6b972 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern bit_vec=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbit_vec-0a3ceccaa88191cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/num-traits-80c254b973609e0d/build-script-build` Compiling hashbrown v0.17.1 Running `/usr/bin/rustc --crate-name hashbrown --edition=2024 /usr/share/cargo/registry/hashbrown-0.17.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 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6daf136105e34aec -C extra-filename=-f12d0b4627998800 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern allocator_api2=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liballocator_api2-567faa2aff79a2e5.rmeta --extern equivalent=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libequivalent-fbade661a414743a.rmeta --extern foldhash=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfoldhash-f91dc246cf093b6a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6704218b2f291401 -C extra-filename=-b1b9d34b71ddeba4 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/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)'` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/getrandom-baedbedd8441831b/build-script-build` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/radium-6b66eef83b634807/build-script-build` Running `/usr/bin/rustc --crate-name radium --edition=2018 /usr/share/cargo/registry/radium-0.7.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=2c44de87fb8f7f3a -C extra-filename=-ff6fe08816bb827c --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/rustix-c750f3206e363555/build-script-build` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/libm-bb1d07e34f992765/build-script-build` Running `/usr/bin/rustc --crate-name libm --edition=2021 /usr/share/cargo/registry/libm-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 --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=c0cd4805268aed48 -C extra-filename=-f2998ae1d39d29bc --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg arch_enabled --cfg optimizations_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=4c3ce1c8dc0c7d7b -C extra-filename=-d1231b023ec12f1f --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern bitflags=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbitflags-f9c48b70a6b8a13d.rmeta --extern linux_raw_sys=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblinux_raw_sys-52b27b13ada35cf3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Compiling bitvec v1.0.1 Running `/usr/bin/rustc --crate-name bitvec --edition=2021 /usr/share/cargo/registry/bitvec-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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=2a55e58fa0358a18 -C extra-filename=-077df178625ebd04 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern funty=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfunty-cdd6166b504be8f5.rmeta --extern radium=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libradium-ff6fe08816bb827c.rmeta --extern tap=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libtap-24c4fba82050f2b1.rmeta --extern wyz=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libwyz-7356dc30a03f2a5d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/zerocopy-df8150d9f7b80160/build-script-build` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=014973d2100ab4d7 -C extra-filename=-0bcf2d719fe11f47 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/build/libc-ce0212eefe8c19ac/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.186/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=e2ec462e63c8374d -C extra-filename=-7fc90be98851e215 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --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_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling num-integer v0.1.46 Compiling crypto-bigint v0.7.5 Compiling float-cmp v0.10.0 Running `/usr/bin/rustc --crate-name num_integer --edition=2018 /usr/share/cargo/registry/num-integer-0.1.46/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=91d76250c147e554 -C extra-filename=-f519b827eaa4741f --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name float_cmp --edition=2018 /usr/share/cargo/registry/float-cmp-0.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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=3940916f2d454cb8 -C extra-filename=-ebcd2d17ce149263 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name crypto_bigint --edition=2024 /usr/share/cargo/registry/crypto-bigint-0.7.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 '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "serde", "subtle", "zeroize"))' -C metadata=b2a18d84e22f42c2 -C extra-filename=-3cab56ebd0448972 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern cpubits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcpubits-58d3c34603cd0551.rmeta --extern ctutils=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libctutils-25d9e467ec6c3a0b.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling lru v0.16.4 Running `/usr/bin/rustc --crate-name lru --edition=2015 /usr/share/cargo/registry/lru-0.16.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="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a8945ab6f8ef6d15 -C extra-filename=-e292d06b2cbb9edd --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern hashbrown=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libhashbrown-f12d0b4627998800.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling wait-timeout v0.2.1 Compiling num_cpus v1.17.0 Running `/usr/bin/rustc --crate-name num_cpus --edition=2015 /usr/share/cargo/registry/num_cpus-1.17.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=7d01521621a29a29 -C extra-filename=-a0cce6047fd0d71a --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern libc=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblibc-7fc90be98851e215.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name wait_timeout --edition=2015 /usr/share/cargo/registry/wait-timeout-0.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=2a1e8378512ad145 -C extra-filename=-0d6b398706f188d2 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern libc=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblibc-7fc90be98851e215.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name getrandom --edition=2024 /usr/share/cargo/registry/getrandom-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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng"))' -C metadata=85ee6dd17a53820f -C extra-filename=-250ea0f0c4f8e624 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern cfg_if=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcfg_if-1848ef98b028bef9.rmeta --extern libc=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblibc-7fc90be98851e215.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.9.5 Compiling rand v0.10.2 Running `/usr/bin/rustc --crate-name rand_core --edition=2021 /usr/share/cargo/registry/rand_core-0.9.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=847fe6c8b5f51d80 -C extra-filename=-3cc114f1a27894f2 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern getrandom=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libgetrandom-250ea0f0c4f8e624.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand --edition=2024 /usr/share/cargo/registry/rand-0.10.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="chacha"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=d65043c35040d9ee -C extra-filename=-d41651dba0585c07 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern chacha20=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libchacha20-611bbfa2c3b3bea5.rmeta --extern getrandom=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libgetrandom-250ea0f0c4f8e624.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ppv-lite86 v0.2.21 Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2021 /usr/share/cargo/registry/ppv-lite86-0.2.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d47e4d00a05d009c -C extra-filename=-95db48247e655c39 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern zerocopy=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libzerocopy-0bcf2d719fe11f47.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tempfile v3.27.0 Running `/usr/bin/rustc --crate-name tempfile --edition=2021 /usr/share/cargo/registry/tempfile-3.27.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="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=ab5e2735abbcbadb -C extra-filename=-8549c4e94caa6470 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern fastrand=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfastrand-96a1df4de4ccca14.rmeta --extern getrandom=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libgetrandom-250ea0f0c4f8e624.rmeta --extern once_cell=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libonce_cell-3c75573028764fbf.rmeta --extern rustix=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librustix-d1231b023ec12f1f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.9.0 Compiling rand_chacha v0.10.0 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2021 /usr/share/cargo/registry/rand_chacha-0.9.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=2417add9ac4969d1 -C extra-filename=-d1f290f9e960583a --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern ppv_lite86=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libppv_lite86-95db48247e655c39.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-3cc114f1a27894f2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand_chacha --edition=2024 /usr/share/cargo/registry/rand_chacha-0.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("default", "serde", "std"))' -C metadata=5d822115e8138959 -C extra-filename=-0f825a959f4a00e2 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern ppv_lite86=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libppv_lite86-95db48247e655c39.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rusty-fork v0.3.0 Running `/usr/bin/rustc --crate-name rusty_fork --edition=2018 /usr/share/cargo/registry/rusty-fork-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 --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=8ef55b6f8822bdd4 -C extra-filename=-9733fb1f4beab998 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern fnv=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfnv-ec2add9ba12e800d.rmeta --extern quick_error=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libquick_error-51a3b8e2fdd49c50.rmeta --extern tempfile=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libtempfile-8549c4e94caa6470.rmeta --extern wait_timeout=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libwait_timeout-0d6b398706f188d2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.9.5 Running `/usr/bin/rustc --crate-name rand --edition=2021 /usr/share/cargo/registry/rand-0.9.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="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=19f1cf884e82e16f -C extra-filename=-9817fb536e133c01 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern rand_chacha=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_chacha-d1f290f9e960583a.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-3cc114f1a27894f2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling proptest v1.11.0 Running `/usr/bin/rustc --crate-name proptest --edition=2021 /usr/share/cargo/registry/proptest-1.11.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="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=9c3a314cc8179fae -C extra-filename=-41376a0376568322 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern bit_set=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbit_set-4eeec1ada2f6b972.rmeta --extern bit_vec=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbit_vec-0a3ceccaa88191cb.rmeta --extern bitflags=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbitflags-f9c48b70a6b8a13d.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --extern rand=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand-d41651dba0585c07.rmeta --extern rand_chacha=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_chacha-0f825a959f4a00e2.rmeta --extern rand_xorshift=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_xorshift-d58ae211a5044f94.rmeta --extern regex_syntax=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libregex_syntax-eb72761d0200f383.rmeta --extern rusty_fork=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librusty_fork-9733fb1f4beab998.rmeta --extern tempfile=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libtempfile-8549c4e94caa6470.rmeta --extern unarray=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libunarray-199d3f8c503602a2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling num-bigint v0.5.1 Running `/usr/bin/rustc --crate-name num_bigint --edition=2021 /usr/share/cargo/registry/num-bigint-0.5.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="default"' --cfg 'feature="rand_0_9"' --cfg 'feature="rand_core_0_9"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=3b50c22e4588d145 -C extra-filename=-90ffb1911e625e76 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern num_integer=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_integer-f519b827eaa4741f.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --extern rand_0_9=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand-9817fb536e133c01.rmeta --extern rand_core_0_9=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-3cc114f1a27894f2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crypto-primes v0.7.2 (/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2) Running `/usr/bin/rustc --crate-name crypto_primes --edition=2024 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=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=1274a8f2b0feedd7 -C extra-filename=-841f768cf9f3a52e --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern crypto_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcrypto_bigint-3cab56ebd0448972.rmeta --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling num-modular v0.6.4 Running `/usr/bin/rustc --crate-name num_modular --edition=2018 /usr/share/cargo/registry/num-modular-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="num-bigint"' --cfg 'feature="num-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("num-bigint", "num-traits", "std"))' -C metadata=a58de1b04f9be0ee -C extra-filename=-58382dab7582c779 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern num_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_bigint-90ffb1911e625e76.rmeta --extern num_integer=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_integer-f519b827eaa4741f.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling num-prime v0.5.0 Running `/usr/bin/rustc --crate-name num_prime --edition=2018 /usr/share/cargo/registry/num-prime-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="big-int"' --cfg 'feature="big-table"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("big-int", "big-table", "default", "num-bigint"))' -C metadata=f5abfd8ed1ffbefc -C extra-filename=-8281078bcf47a880 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern bitvec=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libbitvec-077df178625ebd04.rmeta --extern either=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libeither-2114643a27023502.rmeta --extern lru=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblru-e292d06b2cbb9edd.rmeta --extern num_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_bigint-90ffb1911e625e76.rmeta --extern num_integer=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_integer-f519b827eaa4741f.rmeta --extern num_modular=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_modular-58382dab7582c779.rmeta --extern num_traits=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_traits-b1b9d34b71ddeba4.rmeta --extern rand=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand-9817fb536e133c01.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name crypto_primes --edition=2024 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 '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=5a833ba2bf957be2 -C extra-filename=-a3e24698cfa8f041 --out-dir /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps --extern crypto_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcrypto_bigint-3cab56ebd0448972.rlib --extern float_cmp=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfloat_cmp-ebcd2d17ce149263.rlib --extern libm=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblibm-f2998ae1d39d29bc.rlib --extern num_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_bigint-90ffb1911e625e76.rlib --extern num_integer=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_integer-f519b827eaa4741f.rlib --extern num_modular=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_modular-58382dab7582c779.rlib --extern num_prime=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_prime-8281078bcf47a880.rlib --extern num_cpus=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_cpus-a0cce6047fd0d71a.rlib --extern proptest=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libproptest-41376a0376568322.rlib --extern rand=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand-d41651dba0585c07.rlib --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 35s Running `/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/crypto_primes-a3e24698cfa8f041` running 88 tests test generic::tests::test_exhaustable_sieve_factory ... ok test fips::tests::trial_division_only ... ok test fips::tests::lucas_test_only ... ok test fips::tests::no_tests ... ok test hazmat::float::tests::sqrt_corner_cases ... ok test hazmat::float::tests::fuzzy_floor_sqrt ... ok test hazmat::float::tests::test_ln_x_small ... ok test hazmat::float::tests::fuzzy_pow ... ok test hazmat::float::tests::test_ln_x_large ... ok test hazmat::float::tests::fuzzy_two_powf_upper_bound ... ok test hazmat::gcd::tests::corner_cases ... ok test hazmat::jacobi::tests::big_values ... ok test hazmat::jacobi::tests::jacobi_symbol_derived_traits ... ok test hazmat::jacobi::tests::jacobi_symbol_neg_zero ... ok test hazmat::jacobi::tests::small_values ... ok test hazmat::libm::tests::fuzzy_floor ... ok test hazmat::libm::tests::fuzzy_log2 ... ok test hazmat::lucas::tests::bases_derived_traits ... ok test hazmat::lucas::tests::base_for_square ... ok test hazmat::lucas::tests::base_early_quit ... ok test hazmat::lucas::tests::gcd_check ... ok test hazmat::lucas::tests::decomposition ... ok test hazmat::libm::tests::fuzzy_round ... ok test hazmat::lucas::tests::strong_fibonacci_pseudoprimes ... ok test hazmat::gcd::tests::fuzzy ... ok test hazmat::lucas::tests::almost_extra_strong_lucas_pseudoprimes ... ok test hazmat::lucas::tests::test_lucas_v_pseudoprimes ... ok test hazmat::lucas::tests::fibonacci_pseudoprimes ... ok test hazmat::lucas::tests::corner_cases ... ok test hazmat::miller_rabin::tests::miller_rabin_derived_traits ... ok test hazmat::jacobi::tests::fuzzy ... ok test hazmat::miller_rabin::tests::random_base_corner_cases ... ok test hazmat::lucas::tests::bruckman_lucas_pseudoprimes ... ok test hazmat::lucas::tests::strong_pseudoprimes_base_2 ... ok test hazmat::primecount::tests::pi_x_estimates_for_known_values ... ok test hazmat::primecount::tests::pi_x_u64 ... ok test hazmat::primecount::tests::pi_x_u128 ... ok test hazmat::sieve::tests::empty_sequence ... ok test hazmat::miller_rabin::tests::mersenne_prime ... ok test hazmat::sieve::tests::platform_independence ... ok test hazmat::primecount::tests::pi_x_2_500 ... ok test hazmat::sieve::tests::conventions ... ok test hazmat::primecount::tests::pi_x_random ... ok test hazmat::sieve::tests::random_below_max_length ... ok test hazmat::sieve::tests::random_odd_uint_too_many_bits ... ok test hazmat::lucas::tests::strong_lucas_pseudoprimes ... ok test hazmat::lucas::tests::extra_strong_lucas_pseudoprimes ... ok test hazmat::primecount::tests::pi_x_max ... ok test hazmat::sieve::tests::set_two_msb_small_bit_length ... ok test hazmat::sieve::tests::sieve_derived_traits ... ok test hazmat::sieve::tests::set_bits ... ok test hazmat::sieve::tests::sieve_too_many_bits ... ok test hazmat::miller_rabin::tests::strong_fibonacci_pseudoprimes ... ok test hazmat::sieve::tests::small_factors ... ok test hazmat::sieve::tests::sieve_with_max_start ... ok test hazmat::sieve::tests::small_range ... ok test hazmat::sieve::tests::too_few_bits_regular_primes ... ok test hazmat::sieve::tests::too_few_bits_safe_primes ... ok test hazmat::sieve::tests::trial_primes_num_corner_cases ... ok test hazmat::tests::primality_derived_traits ... ok test hazmat::tests::primality_to_bool ... ok test hazmat::miller_rabin::tests::strong_pseudoprimes_base_2 ... ok test presets::tests::generate_prime_too_many_bits - should panic ... ok test presets::tests::generate_safe_prime_too_few_bits - should panic ... ok test presets::tests::generate_safe_prime_too_many_bits - should panic ... ok test presets::tests::corner_cases_generate_safe_prime ... ok test presets::tests::corner_cases_generate_prime ... ok test hazmat::sieve::tests::random ... ok test hazmat::lucas::tests::lucas_pseudoprimes ... ok test hazmat::sieve::tests::random_boxed ... ok test presets::tests::inconclusive_sieving_result ... ok test hazmat::precomputed::tests::correctness ... ok test hazmat::miller_rabin::tests::lucas_pseudoprimes ... ok test fips::tests::cannot_create_options ... ok test hazmat::miller_rabin::tests::large_carmichael_number ... ok test hazmat::miller_rabin::tests::trivial ... ok test presets::tests::prime_generation ... ok test presets::tests::prime_generation_boxed ... ok test presets::tests::safe_prime_generation ... ok test hazmat::miller_rabin::tests::mr_iterations ... ok test hazmat::lucas::tests::large_carmichael_number ... ok test hazmat::miller_rabin::tests::large_primes ... ok test presets::tests::safe_prime_generation_boxed ... ok test hazmat::lucas::tests::large_primes ... ok test presets::tests::corner_cases_is_prime ... ok test presets::tests::large_primes ... ok test presets::tests::cunningham_chains ... ok test presets::tests::pseudoprimes ... ok test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s Doc-tests crypto_primes Running `/usr/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name crypto_primes --test src/lib.rs --test-run-directory /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2 '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --extern crypto_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcrypto_bigint-3cab56ebd0448972.rlib --extern crypto_primes=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libcrypto_primes-841f768cf9f3a52e.rlib --extern float_cmp=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libfloat_cmp-ebcd2d17ce149263.rlib --extern libm=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/liblibm-f2998ae1d39d29bc.rlib --extern num_bigint=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_bigint-90ffb1911e625e76.rlib --extern num_integer=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_integer-f519b827eaa4741f.rlib --extern num_modular=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_modular-58382dab7582c779.rlib --extern num_prime=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_prime-8281078bcf47a880.rlib --extern num_cpus=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libnum_cpus-a0cce6047fd0d71a.rlib --extern proptest=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/libproptest-41376a0376568322.rlib --extern rand=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand-d41651dba0585c07.rlib --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps/librand_core-5756bda36a378b1e.rlib -L dependency=/home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/crypto-primes-0.7.2/target/rpm/deps -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' --error-format human` running 3 tests test src/../README.md - (line 50) ... ok test src/../README.md - (line 29) ... ok test src/../README.md - (line 39) ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s all doctests ran in 1.13s; merged doctests compilation took 1.11s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-crypto-primes-devel-0.7.2-2.mga11.noarch warning: File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/README.md Provides: crate(crypto-primes) = 0.7.2 purl(pkg:cargo/crypto-primes@0.7.2) rust-crypto-primes-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-bigint) >= 0.7.0 crate(crypto-bigint/rand_core) >= 0.7.0 crate(rand_core) >= 0.10.0 rust >= 1.85 Processing files: rust-crypto-primes+default-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/default) = 0.7.2 rust-crypto-primes+default-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(crypto-primes/alloc) = 0.7.2 Processing files: rust-crypto-primes+alloc-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/alloc) = 0.7.2 rust-crypto-primes+alloc-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 Processing files: rust-crypto-primes+multicore-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/multicore) = 0.7.2 rust-crypto-primes+multicore-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(crypto-primes/rayon) = 0.7.2 Processing files: rust-crypto-primes+openssl-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/openssl) = 0.7.2 rust-crypto-primes+openssl-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(openssl/default) >= 0.10.39 Processing files: rust-crypto-primes+rayon-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/rayon) = 0.7.2 rust-crypto-primes+rayon-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(rayon) >= 1.0.0 Processing files: rust-crypto-primes+tests-all-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/tests-all) = 0.7.2 rust-crypto-primes+tests-all-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(crypto-primes/tests-exhaustive) = 0.7.2 crate(crypto-primes/tests-openssl) = 0.7.2 Processing files: rust-crypto-primes+tests-exhaustive-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/tests-exhaustive) = 0.7.2 rust-crypto-primes+tests-exhaustive-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 Processing files: rust-crypto-primes+tests-openssl-devel-0.7.2-2.mga11.noarch Provides: crate(crypto-primes/tests-openssl) = 0.7.2 rust-crypto-primes+tests-openssl-devel = 0.7.2-2.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(crypto-primes) = 0.7.2 crate(crypto-primes/openssl) = 0.7.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+rayon-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+tests-all-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+multicore-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+tests-openssl-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+openssl-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+tests-exhaustive-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+alloc-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes+default-devel-0.7.2-2.mga11.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-crypto-primes-devel-0.7.2-2.mga11.noarch.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KnkqZJ + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + test -d /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + rm -rf /home/iurt/rpmbuild/BUILD/rust-crypto-primes-0.7.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/CHANGELOG.md File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/LICENSE-MIT File listed twice: /usr/share/cargo/registry/crypto-primes-0.7.2/README.md D: [iurt_root_command] Success!