D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-xxhash-rust-0.8.7-0.1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yqWoqC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + test -d /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mVsW5e + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + rm -rf xxhash-rust-0.8.7 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xxhash-rust-0.8.7.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd xxhash-rust-0.8.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4RyCD0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + cd xxhash-rust-0.8.7 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --all-features --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hc13iU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + cd xxhash-rust-0.8.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm --all-features Compiling xxhash-rust v0.8.7 (/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7) Running `/usr/bin/rustc --crate-name xxhash_rust --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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=1972ca85340bf9e4 -C extra-filename=-1972ca85340bf9e4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `cargo-clippy` --> src/lib.rs:76:13 | 76 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::style))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const_xxh3`, `const_xxh32`, `const_xxh64`, `xxh3`, `xxh32`, and `xxh64` = help: consider adding `cargo-clippy` 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: `8` --> src/const_xxh3.rs:343:73 | 343 | #[cfg(any(target_pointer_width = "32", target_pointer_width = "16", target_pointer_width = "8"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("8"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `8` --> src/const_xxh3.rs:350:77 | 350 | #[cfg(not(any(target_pointer_width = "32", target_pointer_width = "16", target_pointer_width = "8")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("8"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `xxhash-rust` (lib) generated 3 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 1.47s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.67wYU6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT + cd xxhash-rust-0.8.7 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=xxhash-rust ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.8.7 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT/usr/share/cargo/registry/xxhash-rust-0.8.7 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT/usr/share/cargo/registry/xxhash-rust-0.8.7 + /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-xxhash-rust-0.8.7-build/BUILDROOT/usr/share/cargo/registry/xxhash-rust-0.8.7 + 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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT/usr/share/cargo/registry/xxhash-rust-0.8.7/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT/usr/share/cargo/registry/xxhash-rust-0.8.7/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tWA0Gr + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + cd xxhash-rust-0.8.7 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast --all-features -- --skip test_vectors_xxh3 Compiling libc v0.2.168 Compiling pkg-config v0.3.27 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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/build/libc-e0b86a4176dae342 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling cfg-if v1.0.0 warning: unexpected `cfg` condition value: `cargo-clippy` --> src/lib.rs:76:13 | 76 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::style))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const_xxh3`, `const_xxh32`, `const_xxh64`, `xxh3`, `xxh32`, and `xxh64` = help: consider adding `cargo-clippy` 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: `8` --> src/const_xxh3.rs:343:73 | 343 | #[cfg(any(target_pointer_width = "32", target_pointer_width = "16", target_pointer_width = "8"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("8"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `8` --> src/const_xxh3.rs:350:77 | 350 | #[cfg(not(any(target_pointer_width = "32", target_pointer_width = "16", target_pointer_width = "8")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("8"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `xxhash-rust` (lib) generated 3 warnings Running `/usr/bin/rustc --crate-name pkg_config --edition=2015 /usr/share/cargo/registry/pkg-config-0.3.27/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=1aa3c1c79fecd16c -C extra-filename=-1aa3c1c79fecd16c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_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 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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "rdrand", "std"))' -C metadata=b77d4546a8e30d4f -C extra-filename=-b77d4546a8e30d4f --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/liblibc-90336115020ad1da.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling xxhash-c-sys v0.8.4 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/xxhash-c-sys-0.8.4/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=74e75b51fca39a44 -C extra-filename=-74e75b51fca39a44 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/build/xxhash-c-sys-74e75b51fca39a44 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern pkg_config=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libpkg_config-1aa3c1c79fecd16c.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/build/xxhash-c-sys-74e75b51fca39a44/build-script-build` Running `/usr/bin/rustc --crate-name xxhash_c_sys --edition=2018 /usr/share/cargo/registry/xxhash-c-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4d6414289a7cefb -C extra-filename=-b4d6414289a7cefb --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/liblibc-90336115020ad1da.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64 -l xxhash` Compiling xxhash-rust v0.8.7 (/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7) Running `/usr/bin/rustc --crate-name xxhash_rust --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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=0d7fba91c4a0fc0d -C extra-filename=-0d7fba91c4a0fc0d --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64` Running `/usr/bin/rustc --crate-name assert_correctness --edition=2018 tests/assert_correctness.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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=18a34c6745fa4f59 -C extra-filename=-18a34c6745fa4f59 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib --extern xxhash_rust=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_rust-1972ca85340bf9e4.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64` Running `/usr/bin/rustc --crate-name size --edition=2018 tests/size.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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=90179138b5b50ec1 -C extra-filename=-90179138b5b50ec1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib --extern xxhash_rust=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_rust-1972ca85340bf9e4.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64` Running `/usr/bin/rustc --crate-name test_vectors --edition=2018 tests/test-vectors.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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=5d1de4e344062f7c -C extra-filename=-5d1de4e344062f7c --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib --extern xxhash_rust=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_rust-1972ca85340bf9e4.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64` Running `/usr/bin/rustc --crate-name assert_correctness_miri --edition=2018 tests/assert_correctness_miri.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="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' -C metadata=fe863da6c257a7e8 -C extra-filename=-fe863da6c257a7e8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib --extern xxhash_rust=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_rust-1972ca85340bf9e4.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn -L native=/usr/lib64` warning: `xxhash-rust` (lib test) generated 3 warnings (3 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 4.26s Running `/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/xxhash_rust-0d7fba91c4a0fc0d --skip test_vectors_xxh3` 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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/assert_correctness-18a34c6745fa4f59 --skip test_vectors_xxh3` running 6 tests test assert_xxh64 ... ok test assert_const_xxh32 ... ok test assert_const_xxh64 ... ok test assert_xxh3 ... ok test assert_xxh32 ... ok test assert_const_xxh3 ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/assert_correctness_miri-fe863da6c257a7e8 --skip test_vectors_xxh3` 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-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/size-90179138b5b50ec1 --skip test_vectors_xxh3` running 3 tests test size_xxh64 ... ok test size_xxh32 ... ok test size_xxh3 ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/test_vectors-5d1de4e344062f7c --skip test_vectors_xxh3` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.00s Doc-tests xxhash_rust Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name xxhash_rust --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps -L native=/usr/lib64 --test-args --skip --test-args test_vectors_xxh3 --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libgetrandom-b77d4546a8e30d4f.rlib --extern xxhash_c_sys=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_c_sys-b4d6414289a7cefb.rlib --extern xxhash_rust=/home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/xxhash-rust-0.8.7/target/rpm/deps/libxxhash_rust-1972ca85340bf9e4.rlib -C embed-bitcode=no --cfg 'feature="const_xxh3"' --cfg 'feature="const_xxh32"' --cfg 'feature="const_xxh64"' --cfg 'feature="xxh3"' --cfg 'feature="xxh32"' --cfg 'feature="xxh64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"))' --error-format human` running 1 test test src/lib.rs - (line 19) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-xxhash-rust-devel-0.8.7-0.1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/xxhash-rust-0.8.7/LICENSE warning: File listed twice: /usr/share/cargo/registry/xxhash-rust-0.8.7/README.md Provides: crate(xxhash-rust) = 0.8.7 rust-xxhash-rust-devel = 0.8.7-0.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-xxhash-rust+default-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/default) = 0.8.7 rust-xxhash-rust+default-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+const_xxh3-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/const_xxh3) = 0.8.7 rust-xxhash-rust+const_xxh3-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+const_xxh32-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/const_xxh32) = 0.8.7 rust-xxhash-rust+const_xxh32-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+const_xxh64-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/const_xxh64) = 0.8.7 rust-xxhash-rust+const_xxh64-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+xxh3-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/xxh3) = 0.8.7 rust-xxhash-rust+xxh3-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+xxh32-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/xxh32) = 0.8.7 rust-xxhash-rust+xxh32-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Processing files: rust-xxhash-rust+xxh64-devel-0.8.7-0.1.mga10.noarch Provides: crate(xxhash-rust/xxh64) = 0.8.7 rust-xxhash-rust+xxh64-devel = 0.8.7-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(xxhash-rust) = 0.8.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+default-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+xxh3-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+xxh64-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+const_xxh3-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+const_xxh64-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+const_xxh32-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust+xxh32-devel-0.8.7-0.1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-xxhash-rust-devel-0.8.7-0.1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.M6cf40 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + test -d /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-xxhash-rust-0.8.7-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/xxhash-rust-0.8.7/LICENSE File listed twice: /usr/share/cargo/registry/xxhash-rust-0.8.7/README.md D: [iurt_root_command] Success!