D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-hashbrown0.9-0.9.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bvRNig + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.R4eemx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + rm -rf hashbrown-0.9.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/hashbrown-0.9.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd hashbrown-0.9.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/hashbrown-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3qVGJR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + cd hashbrown-0.9.1 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RmPWjP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + cd hashbrown-0.9.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling ahash v0.4.8 Running `/usr/bin/rustc --crate-name ahash --edition=2018 /usr/share/cargo/registry/ahash-0.4.8/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)' --check-cfg 'cfg(feature, values("compile-time-rng", "const-random", "default", "specialize", "std"))' -C metadata=d903f54455101cd8 -C extra-filename=-d903f54455101cd8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hashbrown v0.9.1 (/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1) Running `/usr/bin/rustc --crate-name hashbrown --edition=2018 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="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=2248dcdf8c5f848b -C extra-filename=-2248dcdf8c5f848b --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `nightly` --> src/lib.rs:14:5 | 14 | feature = "nightly", | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/lib.rs:33:7 | 33 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/lib.rs:60:7 | 60 | #[cfg(feature = "rustc-internal-api")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/macros.rs:58:7 | 58 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/macros.rs:64:11 | 64 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:42:7 | 42 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:44:11 | 44 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:49:11 | 49 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:55:7 | 55 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:60:11 | 60 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:223:7 | 223 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:249:11 | 249 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1258:7 | 1258 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1363:7 | 1363 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1379:11 | 1379 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1739:7 | 1739 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1758:11 | 1758 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unnecessary trailing semicolon --> src/raw/sse2.rs:36:10 | 36 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:2:7 | 2 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:67:11 | 67 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:72:15 | 72 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:484:11 | 484 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/raw/mod.rs:977:32 | 977 | #[cfg(any(feature = "raw", feature = "rustc-internal-api"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused attribute `inline` --> src/raw/mod.rs:1251:41 | 1251 | #[cfg_attr(feature = "inline-more", inline)] | ^^^^^^ | note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` --> src/raw/mod.rs:1252:5 | 1252 | default_fn! { | ^^^^^^^^^^ = note: `#[warn(unused_attributes)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3044:11 | 3044 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3050:11 | 3050 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3077:11 | 3077 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3083:11 | 3083 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1025:11 | 1025 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1031:11 | 1031 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1048:11 | 1048 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1054:11 | 1054 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/lib.rs:69:11 | 69 | #[cfg(feature = "rustc-internal-api")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `hashbrown` (lib) generated 33 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 0.63s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4mvyjF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT + cd hashbrown-0.9.1 + '[' 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=hashbrown ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.9.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.9.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.9.1 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.9.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.9.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.9.1/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hiTcJN + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + cd hashbrown-0.9.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 test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.168 Compiling getrandom v0.1.15 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.168/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)' --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=e0b86a4176dae342 -C extra-filename=-e0b86a4176dae342 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/libc-e0b86a4176dae342 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crossbeam-utils v0.8.18 Compiling cfg-if v0.1.10 Compiling cfg-if v1.0.0 Compiling serde v1.0.210 Compiling rayon-core v1.12.1 Compiling doc-comment v0.3.3 Compiling ppv-lite86 v0.2.17 Compiling either v1.9.0 Fresh ahash v0.4.8 Compiling lazy_static v1.5.0 Compiling rustc-hash v1.1.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/getrandom-0.1.15/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "dummy", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=456576cf1d226c9f -C extra-filename=-456576cf1d226c9f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/getrandom-456576cf1d226c9f -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=adee0b39c2f1a8f5 -C extra-filename=-adee0b39c2f1a8f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/crossbeam-utils-adee0b39c2f1a8f5 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=61ee8793749ffb7a -C extra-filename=-61ee8793749ffb7a --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=25316131be321185 -C extra-filename=-25316131be321185 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/serde-1.0.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9a1ae13fc6318eeb -C extra-filename=-9a1ae13fc6318eeb --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/serde-9a1ae13fc6318eeb -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ba50e047abfb0df -C extra-filename=-6ba50e047abfb0df --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/rayon-core-6ba50e047abfb0df -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/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=2015 /usr/share/cargo/registry/doc-comment-0.3.3/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d0dd3354492d4219 -C extra-filename=-d0dd3354492d4219 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/doc-comment-d0dd3354492d4219 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/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 ppv_lite86 --edition=2018 /usr/share/cargo/registry/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=50133881d16e3cb5 -C extra-filename=-50133881d16e3cb5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/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=2018 /usr/share/cargo/registry/either-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=41c7bbb1b9a223a4 -C extra-filename=-41c7bbb1b9a223a4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `nightly` --> src/lib.rs:14:5 | 14 | feature = "nightly", | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/lib.rs:33:7 | 33 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/lib.rs:60:7 | 60 | #[cfg(feature = "rustc-internal-api")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/macros.rs:58:7 | 58 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/macros.rs:64:11 | 64 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:42:7 | 42 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:44:11 | 44 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:49:11 | 49 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:55:7 | 55 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:60:11 | 60 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:223:7 | 223 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:249:11 | 249 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1258:7 | 1258 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1363:7 | 1363 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1379:11 | 1379 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1739:7 | 1739 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:1758:11 | 1758 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unnecessary trailing semicolon --> src/raw/sse2.rs:36:10 | 36 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:2:7 | 2 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:67:11 | 67 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/bitmask.rs:72:15 | 72 | #[cfg(not(feature = "nightly"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/raw/mod.rs:484:11 | 484 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/raw/mod.rs:977:32 | 977 | #[cfg(any(feature = "raw", feature = "rustc-internal-api"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused attribute `inline` --> src/raw/mod.rs:1251:41 | 1251 | #[cfg_attr(feature = "inline-more", inline)] | ^^^^^^ | note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` --> src/raw/mod.rs:1252:5 | 1252 | default_fn! { | ^^^^^^^^^^ = note: `#[warn(unused_attributes)]` on by default warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3044:11 | 3044 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3050:11 | 3050 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3077:11 | 3077 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/map.rs:3083:11 | 3083 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1025:11 | 1025 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1031:11 | 1031 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1048:11 | 1048 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nightly` --> src/set.rs:1054:11 | 1054 | #[cfg(feature = "nightly")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `nightly` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `rustc-internal-api` --> src/lib.rs:69:11 | 69 | #[cfg(feature = "rustc-internal-api")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `ahash`, `ahash-compile-time-rng`, `default`, `inline-more`, `raw`, `rayon`, and `serde` = help: consider adding `rustc-internal-api` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Running `/usr/bin/rustc --crate-name lazy_static --edition=2015 /usr/share/cargo/registry/lazy_static-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 opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=5dcf38bd33f1530d -C extra-filename=-5dcf38bd33f1530d --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/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 rustc_hash --edition=2015 /usr/share/cargo/registry/rustc-hash-1.1.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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b1cafeef71eed408 -C extra-filename=-b1cafeef71eed408 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `hashbrown` (lib) generated 33 warnings Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/rayon-core-6ba50e047abfb0df/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/getrandom-456576cf1d226c9f/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/serde-9a1ae13fc6318eeb/build-script-build` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.210/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7446a5e674003f8c -C extra-filename=-7446a5e674003f8c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/doc-comment-d0dd3354492d4219/build-script-build` Running `/usr/bin/rustc --crate-name doc_comment --edition=2015 /usr/share/cargo/registry/doc-comment-0.3.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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=8605300d130c5032 -C extra-filename=-8605300d130c5032 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/crossbeam-utils-adee0b39c2f1a8f5/build-script-build` Running `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8a573768e359ee72 -C extra-filename=-8a573768e359ee72 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcfg_if-25316131be321185.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/build/libc-e0b86a4176dae342/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.168/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)' --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=90336115020ad1da -C extra-filename=-90336115020ad1da --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling crossbeam-epoch v0.9.17 Running `/usr/bin/rustc --crate-name crossbeam_epoch --edition=2021 /usr/share/cargo/registry/crossbeam-epoch-0.9.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=e51cfba42bd9ce95 -C extra-filename=-e51cfba42bd9ce95 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcrossbeam_utils-8a573768e359ee72.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling crossbeam-deque v0.8.4 Running `/usr/bin/rustc --crate-name crossbeam_deque --edition=2018 /usr/share/cargo/registry/crossbeam-deque-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=be54d8a5ca2480a3 -C extra-filename=-be54d8a5ca2480a3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern crossbeam_epoch=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcrossbeam_epoch-e51cfba42bd9ce95.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcrossbeam_utils-8a573768e359ee72.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rayon_core --edition=2021 /usr/share/cargo/registry/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ee8075ba4c9dc35 -C extra-filename=-8ee8075ba4c9dc35 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern crossbeam_deque=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcrossbeam_deque-be54d8a5ca2480a3.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcrossbeam_utils-8a573768e359ee72.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=2018 /usr/share/cargo/registry/getrandom-0.1.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "dummy", "log", "rustc-dep-of-std", "std", "stdweb", "test-in-browser", "wasm-bindgen"))' -C metadata=d5e2b6258847c986 -C extra-filename=-d5e2b6258847c986 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libcfg_if-61ee8793749ffb7a.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblibc-90336115020ad1da.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.5.1 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=71f4044150606266 -C extra-filename=-71f4044150606266 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libgetrandom-d5e2b6258847c986.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.2.2 Compiling rand_pcg v0.2.1 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2018 /usr/share/cargo/registry/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=609e7dbb55c4c327 -C extra-filename=-609e7dbb55c4c327 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libppv_lite86-50133881d16e3cb5.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand_core-71f4044150606266.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand_pcg --edition=2018 /usr/share/cargo/registry/rand_pcg-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)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=3fb29257435ff72f -C extra-filename=-3fb29257435ff72f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand_core-71f4044150606266.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.7.3 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="rand_pcg"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "getrandom_package", "libc", "log", "nightly", "packed_simd", "rand_pcg", "serde1", "simd_support", "small_rng", "std", "stdweb", "wasm-bindgen"))' -C metadata=e1f72be2c687beff -C extra-filename=-e1f72be2c687beff --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern getrandom_package=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libgetrandom-d5e2b6258847c986.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblibc-90336115020ad1da.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand_chacha-609e7dbb55c4c327.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand_core-71f4044150606266.rmeta --extern rand_pcg=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand_pcg-3fb29257435ff72f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rayon v1.10.0 Running `/usr/bin/rustc --crate-name rayon --edition=2021 /usr/share/cargo/registry/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd7f9933d1448ea6 -C extra-filename=-fd7f9933d1448ea6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libeither-41c7bbb1b9a223a4.rmeta --extern rayon_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon_core-8ee8075ba4c9dc35.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling serde_test v1.0.177 Running `/usr/bin/rustc --crate-name serde_test --edition=2021 /usr/share/cargo/registry/serde_test-1.0.177/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)' --check-cfg 'cfg(feature, values())' -C metadata=c736039aba373f34 -C extra-filename=-c736039aba373f34 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern serde=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde-7446a5e674003f8c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hashbrown v0.9.1 (/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1) Running `/usr/bin/rustc --crate-name set --edition=2018 tests/set.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=a88995e55424b6a6 -C extra-filename=-a88995e55424b6a6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libhashbrown-2248dcdf8c5f848b.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hashbrown --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=41191d807c0d03fe -C extra-filename=-41191d807c0d03fe --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde --edition=2018 tests/serde.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=a649f73b7c4f2807 -C extra-filename=-a649f73b7c4f2807 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libhashbrown-2248dcdf8c5f848b.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rayon --edition=2018 tests/rayon.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=6f697dee572339f7 -C extra-filename=-6f697dee572339f7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libhashbrown-2248dcdf8c5f848b.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hasher --edition=2018 tests/hasher.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' -C metadata=3149b07087f5d581 -C extra-filename=-3149b07087f5d581 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libhashbrown-2248dcdf8c5f848b.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: field `1` is never read --> src/set.rs:2015:34 | 2015 | struct Foo(&'static str, i32); | --- ^^^ | | | field in this struct | = help: consider removing this field = note: `Foo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: call to `.clone()` on a reference in this situation does nothing --> src/map.rs:3972:21 | 3972 | a.insert(key.clone(), value.clone()); | ^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: call to `.clone()` on a reference in this situation does nothing --> src/map.rs:3972:36 | 3972 | a.insert(key.clone(), value.clone()); | ^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: call to `.clone()` on a reference in this situation does nothing --> src/map.rs:3976:26 | 3976 | match a.entry(key.clone()) { | ^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: call to `.clone()` on a reference in this situation does nothing --> src/map.rs:3991:26 | 3991 | match a.entry(key.clone()) { | ^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: call to `.clone()` on a reference in this situation does nothing --> src/map.rs:3995:31 | 3995 | e.insert(value.clone()); | ^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: `hashbrown` (lib test) generated 39 warnings (33 duplicates) (run `cargo fix --lib -p hashbrown --tests` to apply 5 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 18.79s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/hashbrown-41191d807c0d03fe` running 71 tests test map::test_map::test_const_with_hasher ... ok test map::test_map::test_clone_from ... ok test map::test_map::test_clone ... ok test map::test_map::test_replace_entry_with_doesnt_corrupt ... ok test map::test_map::test_zero_capacities ... ok test set::test_set::test_const_with_hasher ... ok test set::test_set::test_difference ... ok test set::test_set::test_disjoint ... ok test set::test_set::test_drain ... ok test set::test_set::test_drain_filter ... ok test set::test_set::test_eq ... ok test set::test_set::test_extend_ref ... ok test set::test_set::test_from_iter ... ok test set::test_set::test_intersection ... ok test set::test_set::test_iterate ... ok test set::test_set::test_move_iter ... ok test set::test_set::test_replace ... ok test map::test_map::test_reserve_shrink_to_fit ... ok test set::test_set::test_show ... ok test set::test_set::test_subset_and_superset ... ok test set::test_set::test_symmetric_difference ... ok test set::test_set::test_trivial_drain ... ok test map::test_map::test_iter_mut_len ... ok test map::test_map::test_vacant_entry_key ... ok test map::test_map::test_occupied_entry_key ... ok test map::test_map::test_occupied_entry_replace_entry_with ... ok test set::test_set::test_union ... ok test map::test_map::test_remove_entry ... ok test set::test_set::test_retain ... ok test map::test_map::test_raw_entry_and_replace_entry_with ... ok test map::test_map::test_remove ... ok test map::test_map::test_values_mut ... ok test map::test_map::test_raw_occupied_entry_replace_entry_with ... ok test map::test_map::test_show ... ok test map::test_map::test_retain ... ok test map::test_map::test_size_hint ... ok test map::test_map::test_values ... ok test map::test_map::test_try_reserve ... ok test map::test_map::test_raw_entry ... ok test set::test_set::test_zero_capacities ... ok test map::test_map::test_create_capacity_zero ... ok test map::test_map::test_extend_ref ... ok test map::test_map::test_find ... ok test map::test_map::test_drain_filter ... ok test map::test_map::test_insert_overwrite ... ok test map::test_map::test_is_empty ... ok test map::test_map::test_empty_remove ... ok test map::test_map::test_empty_entry ... ok test map::test_map::test_entry_and_replace_entry_with ... ok test map::test_map::test_capacity_not_less_than_len ... ok test map::test_map::test_drops ... ok test map::test_map::test_conflict_remove ... ok test map::test_map::test_iter_len ... ok test map::test_map::test_expand ... ok test map::test_map::test_insert ... ok test map::test_map::test_empty_iter ... ok test map::test_map::test_behavior_resize_policy ... ok test map::test_map::test_index ... ok test map::test_map::test_entry ... ok test map::test_map::test_key_without_hash_impl ... ok test map::test_map::test_index_nonexistent - should panic ... ok test map::test_map::test_insert_conflicts ... ok test map::test_map::test_entry_take_doesnt_corrupt ... ok test map::test_map::test_eq ... ok test map::test_map::test_iterate ... ok test map::test_map::test_keys ... ok test map::test_map::test_find_mut ... ok test map::test_map::test_into_iter_drops ... ok test map::test_map::test_from_iter ... ok test map::test_map::test_mut_size_hint ... ok test map::test_map::test_lots_of_insertions ... ok test result: ok. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/hasher-3149b07087f5d581` running 4 tests test max ... ok test random_state ... ok test default ... ok test zero ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/rayon-6f697dee572339f7` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/serde-a649f73b7c4f2807` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/set-a88995e55424b6a6` running 1 test test test_hashset_insert_remove ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s Doc-tests hashbrown Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name hashbrown --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libahash-d903f54455101cd8.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libdoc_comment-8605300d130c5032.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libhashbrown-2248dcdf8c5f848b.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/liblazy_static-5dcf38bd33f1530d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librand-e1f72be2c687beff.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librayon-fd7f9933d1448ea6.rlib --extern rustc_hash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/librustc_hash-b1cafeef71eed408.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/hashbrown-0.9.1/target/rpm/deps/libserde_test-c736039aba373f34.rlib -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "default", "inline-more", "raw", "rayon", "serde"))' --error-format human` warning: unnecessary trailing semicolon --> src/raw/sse2.rs:36:10 | 36 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: 1 warning emitted running 102 tests test src/map.rs - map::HashMap::drain_filter (line 595) ... ok test src/map.rs - map::Entry<'a,K,V,S>::and_modify (line 2489) ... ok test src/map.rs - map::HashMap::shrink_to_fit (line 700) ... ok test src/map.rs - map::Entry<'a,K,V,S>::or_insert_with (line 2414) ... ok test src/map.rs - map::HashMap::remove_entry (line 1049) ... ok test src/map.rs - map::HashMap::reserve (line 659) ... ok test src/map.rs - map::HashMap::get (line 795) ... ok test src/map.rs - map::Entry<'a,K,V,S>::or_default (line 2590) ... ok test src/map.rs - map::HashMap::hasher (line 325) ... ok test src/map.rs - map::HashMap::with_hasher (line 267) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::into_mut (line 2712) ... ok test src/map.rs - map::HashMap::values_mut (line 404) ... ok test src/map.rs - map::HashMap::iter (line 433) ... ok test src/map.rs - map::HashMap::retain (line 562) ... ok test src/map.rs - map::HashMap::keys (line 360) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::get_mut (line 2680) ... ok test src/map.rs - map::HashMap::drain (line 535) ... ok test src/map.rs - map::HashMap (line 53) ... ok test src/map.rs - map::HashMap::shrink_to (line 725) ... ok test src/map.rs - map::HashMap (line 181) ... ok test src/map.rs - map::HashMap::remove (line 1016) ... ok test src/map.rs - map::HashMap::with_capacity_and_hasher (line 301) ... ok test src/map.rs - map::HashMap::capacity (line 345) ... ok test src/map.rs - map::Entry<'a,K,V,S>::or_insert (line 2386) ... ok test src/map.rs - map::HashMap::get_key_value_mut (line 869) ... ok test src/map.rs - map::HashMap::contains_key (line 905) ... ok test src/map.rs - map::Entry<'a,K,V,S>::insert (line 2358) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::get (line 2655) ... ok test src/map.rs - map::Entry<'a,K,V,S>::key (line 2470) ... ok test src/map.rs - map::HashMap::try_reserve (line 682) ... ok test src/map.rs - map::HashMap::entry (line 750) ... ok test src/map.rs - map::HashMap (line 111) ... ok test src/map.rs - map::HashMap::new (line 225) ... ok test src/map.rs - map::HashMap::get_key_value (line 827) ... ok test src/map.rs - map::HashMap::get_mut (line 933) ... ok test src/map.rs - map::HashMap::len (line 500) ... ok test src/map.rs - map::HashMap::is_empty (line 517) ... ok test src/map.rs - map::HashMap::values (line 382) ... ok test src/map.rs - map::HashMap::insert (line 980) ... ok test src/map.rs - map::Entry<'a,K,V,S>::or_insert_with_key (line 2442) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::remove_entry (line 2632) ... ok test src/map.rs - map::HashMap::iter_mut (line 462) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::insert (line 2735) ... ok test src/map.rs - map::HashMap::with_capacity (line 241) ... ok test src/map.rs - map::HashMap (line 150) ... ok test src/map.rs - map::Entry<'a,K,V,S>::and_replace_entry_with (line 2524) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S>::or_insert_with (line 1674) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::key (line 2616) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S>::insert (line 2958) ... ok test src/map.rs - map::HashMap::into_iter (line 2131) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::replace_key (line 2811) ... ok test src/set.rs - set::&'_HashSet::bitand (line 1116) ... ok test src/set.rs - set::HashSet (line 77) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::remove (line 2759) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S>::and_modify (line 1706) ... ok test src/map.rs - map::HashMap::clear (line 628) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S>::key (line 2923) ... ok test src/set.rs - set::&'_HashSet::bitor (line 1084) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::replace_entry (line 2782) ... ok test src/set.rs - set::&'_HashSet::sub (line 1180) ... ok test src/set.rs - set::HashSet::drain (line 312) ... ok test src/set.rs - set::HashSet::new (line 139) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S>::replace_entry_with (line 2843) ... ok test src/set.rs - set::HashSet (line 46) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S>::insert (line 1618) ... ok test src/set.rs - set::HashSet::hasher (line 415) ... ok test src/set.rs - set::HashSet (line 100) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S>::or_insert (line 1646) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S>::into_key (line 2938) ... ok test src/set.rs - set::HashSet::get_or_insert_owned (line 731) ... ok test src/set.rs - set::HashSet::with_capacity (line 157) ... ok test src/set.rs - set::HashSet::get (line 678) ... ok test src/set.rs - set::HashSet::get_or_insert (line 706) ... ok test src/set.rs - set::HashSet::clear (line 396) ... ok test src/set.rs - set::HashSet::iter (line 256) ... ok test src/set.rs - set::HashSet::get_or_insert_with (line 764) ... ok test src/set.rs - set::HashSet::capacity (line 241) ... ok test src/set.rs - set::HashSet::remove (line 917) ... ok test src/set.rs - set::HashSet::difference (line 528) ... ok test src/set.rs - set::HashSet::is_superset (line 840) ... ok test src/set.rs - set::HashSet::contains (line 651) ... ok test src/set.rs - set::HashSet::insert (line 868) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S>::and_replace_entry_with (line 1746) ... ok test src/set.rs - set::&'_HashSet::bitxor (line 1148) ... ok test src/set.rs - set::HashSet::is_empty (line 295) ... ok test src/set.rs - set::HashSet::replace (line 887) ... ok test src/set.rs - set::HashSet::shrink_to_fit (line 482) ... ok test src/set.rs - set::HashSet::symmetric_difference (line 559) ... ok test src/set.rs - set::HashSet::retain (line 338) ... ok test src/set.rs - set::HashSet::is_disjoint (line 798) ... ok test src/set.rs - set::HashSet::len (line 278) ... ok test src/set.rs - set::HashSet::reserve (line 444) ... ok test src/set.rs - set::HashSet::intersection (line 587) ... ok test src/set.rs - set::HashSet::is_subset (line 819) ... ok test src/set.rs - set::HashSet::take (line 946) ... ok test src/set.rs - set::HashSet::try_reserve (line 466) ... ok test src/set.rs - set::HashSet::with_capacity_and_hasher (line 220) ... ok test src/set.rs - set::HashSet::shrink_to (line 506) ... ok test src/set.rs - set::HashSet::with_hasher (line 187) ... ok test src/set.rs - set::HashSet::union (line 618) ... ok test src/set.rs - set::HashSet::drain_filter (line 364) ... ok test src/set.rs - set::HashSet::into_iter (line 1319) ... ok test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.53s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-hashbrown0.9-devel-0.9.1-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/README.md Provides: crate(hashbrown) = 0.9.1 rust-hashbrown0.9-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-hashbrown0.9+default-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/default) = 0.9.1 rust-hashbrown0.9+default-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown) = 0.9.1 crate(hashbrown/ahash) = 0.9.1 crate(hashbrown/inline-more) = 0.9.1 Processing files: rust-hashbrown0.9+ahash-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/ahash) = 0.9.1 rust-hashbrown0.9+ahash-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ahash) >= 0.4.4 crate(hashbrown) = 0.9.1 Processing files: rust-hashbrown0.9+ahash-compile-time-rng-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/ahash-compile-time-rng) = 0.9.1 rust-hashbrown0.9+ahash-compile-time-rng-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ahash) >= 0.4.4 crate(ahash/compile-time-rng) >= 0.4.4 crate(hashbrown) = 0.9.1 Processing files: rust-hashbrown0.9+inline-more-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/inline-more) = 0.9.1 rust-hashbrown0.9+inline-more-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown) = 0.9.1 Processing files: rust-hashbrown0.9+raw-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/raw) = 0.9.1 rust-hashbrown0.9+raw-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown) = 0.9.1 Processing files: rust-hashbrown0.9+rayon-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/rayon) = 0.9.1 rust-hashbrown0.9+rayon-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown) = 0.9.1 crate(rayon/default) >= 1.0.0 Processing files: rust-hashbrown0.9+serde-devel-0.9.1-1.mga10.noarch Provides: crate(hashbrown/serde) = 0.9.1 rust-hashbrown0.9+serde-devel = 0.9.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown) = 0.9.1 crate(serde) >= 1.0.25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+default-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+ahash-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+raw-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+serde-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+rayon-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+ahash-compile-time-rng-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9+inline-more-devel-0.9.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.9-devel-0.9.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XfDsyW + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.9-0.9.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/CHANGELOG.md File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/LICENSE-MIT File listed twice: /usr/share/cargo/registry/hashbrown-0.9.1/README.md D: [iurt_root_command] Success!