D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-hashbrown0.13-0.13.2-0.1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EFZoQv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XTyOAT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + rm -rf hashbrown-0.13.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/hashbrown-0.13.2.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd hashbrown-0.13.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6owcpi + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + cd hashbrown-0.13.2 + /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.1HWmqi + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.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 hashbrown-0.13.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 -j16 -Z avoid-dev-deps --profile rpm Compiling version_check v0.9.4 Compiling zerocopy v0.7.35 Running `/usr/bin/rustc --crate-name version_check --edition=2015 /usr/share/cargo/registry/version_check-0.9.4/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a10ed08fb740984 -C extra-filename=-2a10ed08fb740984 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling once_cell v1.20.0 Compiling cfg-if v1.0.0 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=a75da4dac8bb7c65 -C extra-filename=-a75da4dac8bb7c65 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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.20.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="race"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=237fbae012f40db5 -C extra-filename=-237fbae012f40db5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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 zerocopy --edition=2018 /usr/share/cargo/registry/zerocopy-0.7.35/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=1939c8d3596b81d0 -C extra-filename=-1939c8d3596b81d0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ahash v0.8.11 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/ahash-0.8.11/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("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=391b2b5596dc1751 -C extra-filename=-391b2b5596dc1751 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/ahash-391b2b5596dc1751 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern version_check=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libversion_check-2a10ed08fb740984.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/ahash-391b2b5596dc1751/build-script-build` Running `/usr/bin/rustc --crate-name ahash --edition=2018 /usr/share/cargo/registry/ahash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=867f68a65439fe7c -C extra-filename=-867f68a65439fe7c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcfg_if-a75da4dac8bb7c65.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libonce_cell-237fbae012f40db5.rmeta --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libzerocopy-1939c8d3596b81d0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'feature="folded_multiply"'` Compiling hashbrown v0.13.2 (/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2) Running `/usr/bin/rustc --crate-name hashbrown --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e37e0c4e4f2eec16 -C extra-filename=-e37e0c4e4f2eec16 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 4.54s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XRtwCE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.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 hashbrown-0.13.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=hashbrown ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.13.2 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.13.2 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.13.2 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.13.2 + grep -w -E -v 'Cargo.(lock|toml.orig)' + /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 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.13.2/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT/usr/share/cargo/registry/hashbrown-0.13.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 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.38obea + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.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 hashbrown-0.13.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 -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Fresh cfg-if v1.0.0 Compiling libc v0.2.168 Compiling crossbeam-utils v0.8.18 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=25c1c3be200813b3 -C extra-filename=-25c1c3be200813b3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/libc-25c1c3be200813b3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh version_check v0.9.4 Compiling serde v1.0.210 Compiling rayon-core v1.12.1 Fresh zerocopy v0.7.35 Compiling ppv-lite86 v0.2.17 Compiling doc-comment v0.3.3 Fresh once_cell v1.20.0 Compiling either v1.9.0 Compiling fnv v1.0.7 Compiling lazy_static v1.5.0 Fresh ahash v0.8.11 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=4de4a528512533ea -C extra-filename=-4de4a528512533ea --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/crossbeam-utils-4de4a528512533ea -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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/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=a5f9555500b2f45a -C extra-filename=-a5f9555500b2f45a --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/rayon-core-a5f9555500b2f45a -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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/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=56d133e965a63eab -C extra-filename=-56d133e965a63eab --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/serde-56d133e965a63eab -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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 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=cc8ff1181bf7cb84 -C extra-filename=-cc8ff1181bf7cb84 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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=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=9dcef2fb852392ef -C extra-filename=-9dcef2fb852392ef --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/doc-comment-9dcef2fb852392ef -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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=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=4d633380864a8785 -C extra-filename=-4d633380864a8785 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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 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=d10d683b801a33fe -C extra-filename=-d10d683b801a33fe --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.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 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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00aeb38acad1498e -C extra-filename=-00aeb38acad1498e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/rayon-core-a5f9555500b2f45a/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/serde-56d133e965a63eab/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/crossbeam-utils-4de4a528512533ea/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=f5b965e7bd367899 -C extra-filename=-f5b965e7bd367899 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcfg_if-a75da4dac8bb7c65.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.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=3664dbfbdad5260d -C extra-filename=-3664dbfbdad5260d --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/doc-comment-9dcef2fb852392ef/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=1cc1f5640b88640c -C extra-filename=-1cc1f5640b88640c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/build/libc-25c1c3be200813b3/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=b56a13c920abbd53 -C extra-filename=-b56a13c920abbd53 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/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=84f17dcecc598999 -C extra-filename=-84f17dcecc598999 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcfg_if-a75da4dac8bb7c65.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcrossbeam_utils-f5b965e7bd367899.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=79ce6d17fe46addd -C extra-filename=-79ce6d17fe46addd --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcfg_if-a75da4dac8bb7c65.rmeta --extern crossbeam_epoch=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcrossbeam_epoch-84f17dcecc598999.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcrossbeam_utils-f5b965e7bd367899.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=58f60b83174bcd7c -C extra-filename=-58f60b83174bcd7c --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern crossbeam_deque=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcrossbeam_deque-79ce6d17fe46addd.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcrossbeam_utils-f5b965e7bd367899.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.2.11 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "rdrand", "std"))' -C metadata=3cac3f2389605c4e -C extra-filename=-3cac3f2389605c4e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libcfg_if-a75da4dac8bb7c65.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblibc-b56a13c920abbd53.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ecae7bd70e1a73ed -C extra-filename=-ecae7bd70e1a73ed --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libgetrandom-3cac3f2389605c4e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.3.1 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2018 /usr/share/cargo/registry/rand_chacha-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=83a348773e96daf3 -C extra-filename=-83a348773e96daf3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libppv_lite86-d10d683b801a33fe.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand_core-ecae7bd70e1a73ed.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=ea92028592f4224e -C extra-filename=-ea92028592f4224e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libeither-4d633380864a8785.rmeta --extern rayon_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon_core-58f60b83174bcd7c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=19693b6ba8598551 -C extra-filename=-19693b6ba8598551 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblibc-b56a13c920abbd53.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand_chacha-83a348773e96daf3.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand_core-ecae7bd70e1a73ed.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=b45aecf1ecb6c3f5 -C extra-filename=-b45aecf1ecb6c3f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern serde=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde-3664dbfbdad5260d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hashbrown v0.13.2 (/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2) Running `/usr/bin/rustc --crate-name serde --edition=2021 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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6043acb482deaacf -C extra-filename=-6043acb482deaacf --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name raw --edition=2021 tests/raw.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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2b00047306faf2c6 -C extra-filename=-2b00047306faf2c6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hashbrown --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0bef92c56ac6d42e -C extra-filename=-0bef92c56ac6d42e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rayon --edition=2021 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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d6c50785633b9838 -C extra-filename=-d6c50785633b9838 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name equivalent_trait --edition=2021 tests/equivalent_trait.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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=810172b67f158622 -C extra-filename=-810172b67f158622 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name set --edition=2021 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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d9d8b7fe414ab8d1 -C extra-filename=-d9d8b7fe414ab8d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name hasher --edition=2021 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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=517ace5dd69f36b4 -C extra-filename=-517ace5dd69f36b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: field `1` is never read --> src/set.rs:2765:34 | 2765 | 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: `hashbrown` (lib test) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 31.27s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/hashbrown-0bef92c56ac6d42e` running 88 tests test map::test_map::test_extend_ref_kv_tuple ... ok test map::test_map::test_occupied_entry_ref_replace_entry_with ... ok test map::test_map::test_entry_ref_take_doesnt_corrupt ... ok test map::test_map::test_empty_entry_ref ... ok test map::test_map::test_keys ... ok test map::test_map::test_raw_entry ... ok test map::test_map::test_occupied_entry_ref_key ... ok test map::test_map::test_drops ... ok test map::test_map::test_mut_size_hint ... ok test map::test_map::test_extend_ref_k_ref_v ... ok test map::test_map::test_remove_entry ... ok test map::test_map::test_insert_unique_unchecked ... ok test map::test_map::test_insert ... ok test map::test_map::test_get_each_mut ... ok test map::test_map::test_iterate ... ok test map::test_map::test_find ... ok test map::test_map::test_create_capacity_zero ... ok test map::test_map::test_drain_filter ... ok test map::test_map::test_empty_iter ... ok test map::test_map::test_expand ... ok test map::test_map::test_entry ... ok test map::test_map::test_empty_remove ... ok test map::test_map::test_behavior_resize_policy ... ok test map::test_map::test_into_iter_drops ... ok test map::test_map::test_occupied_entry_replace_entry_with ... ok test map::test_map::test_iter_mut_len ... ok test map::test_map::test_into_values ... ok test map::test_map::test_key_without_hash_impl ... ok test map::test_map::test_eq ... ok test map::test_map::test_remove ... ok test map::test_map::test_clone ... ok test map::test_map::test_clone_from ... ok test map::test_map::test_conflict_remove ... ok test map::test_map::test_entry_and_replace_entry_with ... ok test map::test_map::test_raw_entry_and_replace_entry_with ... ok test map::test_map::test_from_iter ... ok test map::test_map::test_entry_ref ... ok test map::test_map::test_capacity_not_less_than_len ... ok test map::test_map::test_occupied_entry_key ... ok test map::test_map::test_is_empty ... ok test map::test_map::test_clone_from_double_drop - should panic ... ok test map::test_map::test_const_with_hasher ... ok test map::test_map::test_iter_len ... ok test map::test_map::test_into_keys ... ok test map::test_map::test_entry_take_doesnt_corrupt ... ok test map::test_map::test_find_mut ... ok test map::test_map::test_index ... ok test map::test_map::test_raw_occupied_entry_replace_entry_with ... ok test map::test_map::test_index_nonexistent - should panic ... ok test map::test_map::test_empty_entry ... ok test map::test_map::test_entry_ref_and_replace_entry_with ... ok test map::test_map::test_insert_overwrite ... ok test map::test_map::test_insert_conflicts ... ok test set::test_set::test_from_map ... ok test map::test_map::test_values_mut ... ok test map::test_map::test_zero_capacities ... ok test raw::test_map::rehash ... ok test set::test_set::test_move_iter ... ok test map::test_map::test_replace_entry_ref_with_doesnt_corrupt ... ok test set::test_set::test_iterate ... ok test map::test_map::test_vacant_entry_ref_key ... ok test set::test_set::test_from_iter ... ok test map::test_map::test_show ... ok test set::test_set::test_extend_ref ... ok test set::test_set::test_show ... ok test set::test_set::test_drain_filter ... ok test set::test_set::test_replace ... ok test map::test_map::test_values ... ok test set::test_set::test_subset_and_superset ... ok test set::test_set::test_intersection ... ok test set::test_set::test_drain ... ok test set::test_set::test_eq ... ok test set::test_set::test_symmetric_difference ... ok test set::test_set::test_difference ... ok test map::test_map::test_try_reserve ... ok test map::test_map::test_retain ... ok test map::test_map::test_replace_entry_with_doesnt_corrupt ... ok test set::test_set::test_disjoint ... ok test map::test_map::test_size_hint ... ok test set::test_set::rehash_in_place ... ok test map::test_map::test_vacant_entry_key ... ok test set::test_set::test_const_with_hasher ... ok test map::test_map::test_reserve_shrink_to_fit ... ok test set::test_set::test_zero_capacities ... ok test set::test_set::test_retain ... ok test set::test_set::test_trivial_drain ... ok test set::test_set::test_union ... ok test map::test_map::test_lots_of_insertions ... ok test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/equivalent_trait-810172b67f158622` running 2 tests test test_lookup ... ok test test_string_str ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/hasher-517ace5dd69f36b4` running 4 tests test zero ... ok test random_state ... ok test default ... ok test max ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running `/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/raw-2b00047306faf2c6` 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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/rayon-d6c50785633b9838` 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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/serde-6043acb482deaacf` 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.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/set-d9d8b7fe414ab8d1` 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.29s Doc-tests hashbrown Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name hashbrown --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libahash-867f68a65439fe7c.rlib --extern doc_comment=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libdoc_comment-1cc1f5640b88640c.rlib --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libfnv-00aeb38acad1498e.rlib --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libhashbrown-e37e0c4e4f2eec16.rlib --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/liblazy_static-cc8ff1181bf7cb84.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librand-19693b6ba8598551.rlib --extern rayon=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/librayon-ea92028592f4224e.rlib --extern serde_test=/home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/hashbrown-0.13.2/target/rpm/deps/libserde_test-b45aecf1ecb6c3f5.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", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' --error-format human` running 218 tests test src/map.rs - map::HashMap::capacity (line 648) ... ok test src/map.rs - map::HashMap::drain (line 895) ... ok test src/map.rs - map::HashMap::get_key_value (line 1367) ... ok test src/map.rs - map::HashMap::new (line 307) ... ok test src/map.rs - map::HashMap::with_capacity (line 337) ... ok test src/map.rs - map::HashMap::default (line 2234) ... ok test src/map.rs - map::HashMap::entry_ref (line 1290) ... ok test src/map.rs - map::HashMap::clear (line 1033) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::and_modify (line 5851) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::or_insert_with_key (line 5793) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::or_insert (line 5010) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::and_replace_entry_with (line 5886) ... ok test src/map.rs - map::&'aHashMap::into_iter (line 4690) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::or_insert_with_key (line 5074) ... ok test src/map.rs - map::EntryRef::Vacant (line 4450) ... ok test src/map.rs - map::HashMap (line 150) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::or_insert_with (line 5762) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::insert (line 5704) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::or_default (line 5953) ... ok test src/map.rs - map::HashMap::new_in (line 370) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::or_insert (line 5732) ... ok test src/map.rs - map::HashMap::with_capacity_in (line 421) ... ok test src/map.rs - map::HashMap (line 181) ... ok test src/map.rs - map::EntryRef<'a,'b,K,Q,V,S,A>::key (line 5825) ... ok test src/map.rs - map::EntryRef::Occupied (line 4435) ... ok test src/map.rs - map::DrainFilter (line 2722) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::insert (line 4982) ... ok test src/map.rs - map::HashMap::entry (line 1252) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::and_modify (line 5129) ... ok test src/map.rs - map::HashMap (line 111) ... ok test src/map.rs - map::Drain (line 2679) ... ok test src/map.rs - map::HashMap::from (line 2291) ... ok test src/map.rs - map::Entry::Occupied (line 4224) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::key (line 5106) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::and_replace_entry_with (line 5164) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::or_default (line 5230) ... ok test src/map.rs - map::HashMap::extend (line 6615) ... ok test src/map.rs - map::HashMap (line 53) ... ok test src/map.rs - map::&'amutHashMap::into_iter (line 4724) ... ok test src/map.rs - map::Entry<'a,K,V,S,A>::or_insert_with (line 5040) ... ok test src/map.rs - map::Entry (line 4182) ... ok test src/map.rs - map::HashMap::get_key_value_mut (line 1411) ... ok test src/map.rs - map::Entry::Vacant (line 4239) ... ok test src/map.rs - map::HashMap::drain_filter (line 989) ... ok test src/map.rs - map::EntryRef (line 4393) ... ok test src/map.rs - map::HashMap::get (line 1336) ... ok test src/map.rs - map::HashMap::extend (line 6550) ... ok test src/map.rs - map::HashMap::get_many_key_value_mut (line 1625) ... ok test src/map.rs - map::HashMap::contains_key (line 1446) ... ok test src/map.rs - map::HashMap::get_many_mut (line 1518) ... ok test src/map.rs - map::HashMap::hasher (line 628) ... ok test src/map.rs - map::HashMap::iter_mut (line 807) ... ok test src/map.rs - map::HashMap::get_many_unchecked_mut (line 1577) ... ok test src/map.rs - map::HashMap::extend (line 6463) ... ok test src/map.rs - map::HashMap::get_mut (line 1473) ... ok test src/map.rs - map::HashMap::try_reserve (line 1172) ... ok test src/map.rs - map::HashMap::into_iter (line 4755) ... ok test src/map.rs - map::HashMap::get_many_key_value_unchecked_mut (line 1688) ... ok test src/map.rs - map::HashMap::index (line 2268) ... ok test src/map.rs - map::HashMap::into_values (line 1086) ... ok test src/map.rs - map::HashMap::len (line 856) ... ok test src/map.rs - map::HashMap::shrink_to_fit (line 1203) ... ok test src/map.rs - map::HashMap::retain (line 939) ... ok test src/map.rs - map::HashMap::try_reserve (line 1158) ... ok test src/map.rs - map::HashMap::raw_entry (line 2095) ... ok test src/map.rs - map::HashMap::remove (line 1910) ... ok test src/map.rs - map::HashMap::is_empty (line 873) ... ok test src/map.rs - map::HashMap::keys (line 664) ... ok test src/map.rs - map::HashMap::remove_entry (line 1949) ... ok test src/map.rs - map::HashMap::into_keys (line 1058) ... ok test src/map.rs - map::HashMap::reserve (line 1130) ... ok test src/map.rs - map::IterMut (line 2364) ... ok test src/map.rs - map::HashMap::insert_unique_unchecked (line 1822) ... ok test src/map.rs - map::HashMap::try_insert (line 1870) ... ok test src/map.rs - map::HashMap::insert (line 1776) ... ok test src/map.rs - map::OccupiedEntry (line 4267) ... ok test src/map.rs - map::HashMap::iter (line 768) ... ok test src/map.rs - map::HashMap::with_capacity_and_hasher (line 525) ... ok test src/map.rs - map::IntoValues (line 2521) ... ok test src/map.rs - map::HashMap::shrink_to (line 1228) ... ok test src/map.rs - map::HashMap::raw_entry_mut (line 2009) ... ok test src/map.rs - map::HashMap::with_capacity_and_hasher_in (line 606) ... ok test src/map.rs - map::HashMap::values (line 696) ... ok test src/map.rs - map::HashMap::with_hasher (line 483) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::get (line 5311) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::remove (line 5418) ... ok test src/map.rs - map::HashMap::with_hasher_in (line 571) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::insert (line 5395) ... ok test src/map.rs - map::HashMap::values_mut (line 728) ... ok test src/map.rs - map::Keys (line 2583) ... ok test src/map.rs - map::IntoKeys (line 2459) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::into_mut (line 5369) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::get_mut (line 5337) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::key (line 5262) ... ok test src/map.rs - map::IntoIter (line 2415) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::replace_entry (line 5450) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::remove_entry (line 5283) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::get (line 6037) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::replace_key (line 5490) ... ok test src/map.rs - map::OccupiedEntry<'a,K,V,S,A>::replace_entry_with (line 5538) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::insert (line 6119) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::key (line 5985) ... ok test src/map.rs - map::Iter (line 2314) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::replace_entry_with (line 6261) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::remove_entry (line 6009) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::replace_key (line 6216) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::replace_entry (line 6174) ... ok test src/map.rs - map::RawEntryMut::Vacant (line 3011) ... ok test src/map.rs - map::OccupiedEntryRef (line 4506) ... ok test src/map.rs - map::RawEntryBuilder<'a,K,V,S,A>::from_key (line 3310) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::get_mut (line 6063) ... ok test src/map.rs - map::RawEntryBuilder<'a,K,V,S,A>::from_key_hashed_nocheck (line 3332) ... ok test src/map.rs - map::RawEntryBuilderMut<'a,K,V,S,A>::from_key (line 3202) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S,A>::or_insert_with (line 3459) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S,A>::insert (line 3403) ... ok test src/map.rs - map::RawEntryBuilderMut<'a,K,V,S,A>::from_hash (line 3259) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S,A>::and_modify (line 3491) ... ok test src/map.rs - map::RawEntryBuilderMut<'a,K,V,S,A>::from_key_hashed_nocheck (line 3226) ... ok test src/map.rs - map::RawEntryBuilderMut (line 2857) ... ok test src/map.rs - map::RawOccupiedEntryMut (line 3030) ... ok test src/map.rs - map::RawEntryMut::Occupied (line 2997) ... ok test src/map.rs - map::RawEntryBuilder<'a,K,V,S,A>::from_hash (line 3372) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S,A>::and_replace_entry_with (line 3531) ... ok test src/map.rs - map::RawEntryBuilder (line 3167) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::into_mut (line 6095) ... ok test src/map.rs - map::OccupiedEntryRef<'a,'b,K,Q,V,S,A>::remove (line 6142) ... ok test src/map.rs - map::OccupiedError (line 4627) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::get_mut (line 3725) ... ok test src/map.rs - map::RawEntryMut<'a,K,V,S,A>::or_insert (line 3431) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::into_mut (line 3701) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::insert_key (line 3866) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::key (line 3597) ... ok test src/map.rs - map::RawVacantEntryMut (line 3113) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::into_key (line 3648) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::remove (line 3898) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::get_key_value (line 3746) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::get (line 3681) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::into_key_value (line 3805) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::insert (line 3845) ... ok test src/map.rs - map::RawEntryMut (line 2922) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::get_key_value_mut (line 3768) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::key_mut (line 3616) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::remove_entry (line 3918) ... ok test src/map.rs - map::VacantEntryRef<'a,'b,K,Q,V,S,A>::into_key (line 6361) ... ok test src/set.rs - set::HashSet::new_in (line 217) ... ok test src/map.rs - map::VacantEntryRef<'a,'b,K,Q,V,S,A>::insert (line 6385) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S,A>::into_key (line 5633) ... ok test src/map.rs - map::VacantEntryRef (line 4584) ... ok test src/map.rs - map::RawVacantEntryMut<'a,K,V,S,A>::insert (line 3997) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S,A>::insert (line 5653) ... ok test src/map.rs - map::VacantEntry<'a,K,V,S,A>::key (line 5618) ... ok test src/map.rs - map::RawVacantEntryMut<'a,K,V,S,A>::insert_with_hasher (line 4068) ... ok test src/map.rs - map::ValuesMut (line 2829) ... ok test src/set.rs - set::&'_HashSet::bitand (line 1430) ... ok test src/set.rs - set::Entry::Vacant (line 2048) ... ok test src/set.rs - set::Entry (line 1998) ... ok test src/set.rs - set::Entry<'a,T,S,A>::or_insert (line 2182) ... ok test src/map.rs - map::VacantEntry (line 4340) ... ok test src/set.rs - set::Entry<'a,T,S,A>::get (line 2211) ... ok test src/set.rs - set::HashSet::with_capacity (line 183) ... ok test src/set.rs - set::HashSet::with_capacity_in (line 247) ... ok test src/set.rs - set::HashSet::new (line 153) ... ok test src/set.rs - set::&'_HashSet::bitor (line 1397) ... ok test src/map.rs - map::RawOccupiedEntryMut<'a,K,V,S,A>::replace_entry_with (line 3940) ... ok test src/map.rs - map::VacantEntryRef<'a,'b,K,Q,V,S,A>::key (line 6342) ... ok test src/map.rs - map::RawVacantEntryMut<'a,K,V,S,A>::insert_hashed_nocheck (line 4024) ... ok test src/set.rs - set::Entry<'a,T,S,A>::insert (line 2158) ... ok test src/set.rs - set::HashSet (line 79) ... ok test src/map.rs - map::Values (line 2631) ... ok test src/set.rs - set::&'_HashSet::bitxor (line 1462) ... ok test src/set.rs - set::HashSet (line 102) ... ok test src/set.rs - set::Entry::Occupied (line 2033) ... ok test src/set.rs - set::HashSet::insert (line 1102) ... ok test src/set.rs - set::HashSet::from (line 1311) ... ok test src/set.rs - set::HashSet (line 48) ... ok test src/set.rs - set::HashSet::clear (line 420) ... ok test src/set.rs - set::HashSet::capacity (line 265) ... ok test src/set.rs - set::HashSet::is_empty (line 319) ... ok test src/set.rs - set::HashSet::get_or_insert_owned (line 926) ... ok test src/set.rs - set::HashSet::entry (line 990) ... ok test src/set.rs - set::HashSet::hasher (line 604) ... ok test src/set.rs - set::&'_HashSet::sub (line 1494) ... ok test src/set.rs - set::HashSet::get_or_insert_with (line 958) ... ok test src/set.rs - set::HashSet::get_or_insert (line 901) ... ok test src/set.rs - set::HashSet::iter (line 280) ... ok test src/set.rs - set::HashSet::drain (line 336) ... ok test src/set.rs - set::HashSet::difference (line 723) ... ok test src/set.rs - set::HashSet::contains (line 848) ... ok test src/set.rs - set::HashSet::is_disjoint (line 1032) ... ok test src/set.rs - set::HashSet::with_capacity_and_hasher (line 496) ... ok test src/set.rs - set::HashSet::drain_filter (line 388) ... ok test src/set.rs - set::HashSet::into_iter (line 1633) ... ok test src/set.rs - set::OccupiedEntry (line 2076) ... ok test src/set.rs - set::HashSet::retain (line 362) ... ok test src/set.rs - set::HashSet::is_subset (line 1053) ... ok test src/set.rs - set::HashSet::try_reserve (line 661) ... ok test src/set.rs - set::VacantEntry<'a,T,S,A>::into_value (line 2338) ... ok test src/set.rs - set::HashSet::reserve (line 639) ... ok test src/set.rs - set::HashSet::get (line 874) ... ok test src/set.rs - set::OccupiedEntry<'_,T,S,A>::replace (line 2289) ... ok test src/set.rs - set::HashSet::union (line 813) ... ok test src/set.rs - set::HashSet::with_hasher (line 458) ... ok test src/set.rs - set::VacantEntry<'a,T,S,A>::get (line 2323) ... ok test src/set.rs - set::HashSet::intersection (line 782) ... ok test src/set.rs - set::HashSet::take (line 1203) ... ok test src/set.rs - set::HashSet::with_hasher_in (line 545) ... ok test src/set.rs - set::OccupiedEntry<'_,T,S,A>::get (line 2235) ... ok test src/set.rs - set::HashSet::len (line 302) ... ok test src/set.rs - set::HashSet::replace (line 1145) ... ok test src/set.rs - set::HashSet::shrink_to_fit (line 677) ... ok test src/set.rs - set::HashSet::with_capacity_and_hasher_in (line 583) ... ok test src/set.rs - set::HashSet::shrink_to (line 701) ... ok test src/set.rs - set::HashSet::is_superset (line 1074) ... ok test src/set.rs - set::VacantEntry<'a,T,S,A>::insert (line 2357) ... ok test src/set.rs - set::VacantEntry (line 2124) ... ok test src/set.rs - set::HashSet::remove (line 1175) ... ok test src/set.rs - set::OccupiedEntry<'_,T,S,A>::remove (line 2256) ... ok test src/set.rs - set::HashSet::symmetric_difference (line 754) ... ok test result: ok. 218 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.80s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-hashbrown0.13-devel-0.13.2-0.1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/README.md Provides: crate(hashbrown) = 0.13.2 rust-hashbrown0.13-devel = 0.13.2-0.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.61.0 Processing files: rust-hashbrown0.13+default-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/default) = 0.13.2 rust-hashbrown0.13+default-devel = 0.13.2-0.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.13.2 crate(hashbrown/ahash) = 0.13.2 crate(hashbrown/inline-more) = 0.13.2 Processing files: rust-hashbrown0.13+ahash-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/ahash) = 0.13.2 rust-hashbrown0.13+ahash-devel = 0.13.2-0.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.8.0 crate(hashbrown) = 0.13.2 Processing files: rust-hashbrown0.13+bumpalo-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/bumpalo) = 0.13.2 rust-hashbrown0.13+bumpalo-devel = 0.13.2-0.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bumpalo/default) >= 3.5.0 crate(hashbrown) = 0.13.2 Processing files: rust-hashbrown0.13+inline-more-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/inline-more) = 0.13.2 rust-hashbrown0.13+inline-more-devel = 0.13.2-0.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.13.2 Processing files: rust-hashbrown0.13+raw-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/raw) = 0.13.2 rust-hashbrown0.13+raw-devel = 0.13.2-0.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.13.2 Processing files: rust-hashbrown0.13+rayon-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/rayon) = 0.13.2 rust-hashbrown0.13+rayon-devel = 0.13.2-0.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.13.2 crate(rayon/default) >= 1.0.0 Processing files: rust-hashbrown0.13+serde-devel-0.13.2-0.1.mga10.noarch Provides: crate(hashbrown/serde) = 0.13.2 rust-hashbrown0.13+serde-devel = 0.13.2-0.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.13.2 crate(serde) >= 1.0.25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+bumpalo-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+raw-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+ahash-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+default-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+inline-more-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+serde-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13+rayon-devel-0.13.2-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hashbrown0.13-devel-0.13.2-0.1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.myoPKt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hashbrown0.13-0.13.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/CHANGELOG.md File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/LICENSE-MIT File listed twice: /usr/share/cargo/registry/hashbrown-0.13.2/README.md D: [iurt_root_command] Success!