D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-half1-1.8.2-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mwz1JG Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.R0DdXx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + rm -rf half-1.8.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/half-1.8.2.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd half-1.8.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/half-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IY1Fbu + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + cd half-1.8.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.fXt7NR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.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 half-1.8.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 half v1.8.2 (/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2) Running `/usr/bin/rustc --crate-name half --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics"))' -C metadata=5699b0388fb17945 -C extra-filename=-c29e1a49e633928f --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `zerocopy` --> src/lib.rs:139:5 | 139 | feature = "zerocopy", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` 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: `zerocopy` --> src/lib.rs:145:9 | 145 | not(feature = "zerocopy"), | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/bfloat.rs:15:7 | 15 | #[cfg(feature = "zerocopy")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/bfloat.rs:37:12 | 37 | #[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/binary16.rs:15:7 | 15 | #[cfg(feature = "zerocopy")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/binary16.rs:35:12 | 35 | #[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `half` (lib) generated 6 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 1.26s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6wpD5m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.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 half-1.8.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=half ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=1.8.2 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT/usr/share/cargo/registry/half-1.8.2 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT/usr/share/cargo/registry/half-1.8.2 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT/usr/share/cargo/registry/half-1.8.2 + grep -w -E -v 'Cargo.(lock|toml.orig)' warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT/usr/share/cargo/registry/half-1.8.2/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT/usr/share/cargo/registry/half-1.8.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.fY8hqj + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.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 half-1.8.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 -- --exact --skip bfloat::test::test_nan_conversion_to_larger --skip bfloat::test::test_nan_conversion_to_smaller --skip binary16::test::test_nan_conversion_to_larger --skip binary16::test::test_nan_conversion_to_smaller Compiling libc v0.2.175 Compiling zerocopy v0.8.26 Compiling memchr v2.7.5 Compiling cfg-if v1.0.1 Compiling proc-macro2 v1.0.95 Compiling regex-syntax v0.8.5 Compiling unicode-ident v1.0.18 Compiling syn v1.0.109 Compiling log v0.4.27 warning: unexpected `cfg` condition value: `zerocopy` --> src/lib.rs:139:5 | 139 | feature = "zerocopy", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` 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: `zerocopy` --> src/lib.rs:145:9 | 145 | not(feature = "zerocopy"), | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/bfloat.rs:15:7 | 15 | #[cfg(feature = "zerocopy")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/bfloat.rs:37:12 | 37 | #[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/binary16.rs:15:7 | 15 | #[cfg(feature = "zerocopy")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `zerocopy` --> src/binary16.rs:35:12 | 35 | #[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `bytemuck`, `num-traits`, `serde`, `serialize`, `std`, and `use-intrinsics` = help: consider adding `zerocopy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `half` (lib) generated 6 warnings Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=c00e661943832b51 -C extra-filename=-dfe855f48e62aac8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=95b3522b224fcd40 -C extra-filename=-569bc9be85de9b98 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/zerocopy-569bc9be85de9b98 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=69db84a876ea34d1 -C extra-filename=-3689981c9c015de7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/libc-3689981c9c015de7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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 unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d056c812c33466a6 -C extra-filename=-7e20d0fe5993d5bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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 cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=d15e1610e28af61d -C extra-filename=-248c37a1e6f75f0e --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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 log --edition=2021 /usr/share/cargo/registry/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std"))' -C metadata=dd3d09a54ce8e4c2 -C extra-filename=-c24fb6f12d2e4004 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=b3837258f82c6b78 -C extra-filename=-bbd4689e0db684cb --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d8604a40ef8c95ef -C extra-filename=-631f8a4660273899 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/syn-631f8a4660273899 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=43145de99fbc3c75 -C extra-filename=-6df0e9deb46d145b --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/proc-macro2-6df0e9deb46d145b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling aho-corasick v1.1.3 Running `/usr/bin/rustc --crate-name aho_corasick --edition=2021 /usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=82b2138f5825247a -C extra-filename=-262184ea65a1d37d --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/syn-631f8a4660273899/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/proc-macro2-6df0e9deb46d145b/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3e6f3cc5b29782d7 -C extra-filename=-607625e050d9e33a --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/libc-3689981c9c015de7/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/build/zerocopy-569bc9be85de9b98/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=25c2ba817ba0ec2b -C extra-filename=-71f4bfc73a4884e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.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_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=741061ac64b173e5 -C extra-filename=-009b732695f7d327 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Compiling quote v1.0.40 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=997ad78a03a5a391 -C extra-filename=-b3b585a787befe69 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=5df9528e3ac69a88 -C extra-filename=-9339ac65abf863c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name syn --edition=2018 /usr/share/cargo/registry/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6c53410915c660be -C extra-filename=-e6495eeffbfe3032 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquote-b3b585a787befe69.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` Compiling getrandom v0.2.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=4fffd9c8b99735df -C extra-filename=-479d0234651f4eb1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/liblibc-71f4bfc73a4884e1.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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=64634a4c943761b8 -C extra-filename=-a1aebea2204dcefa --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libgetrandom-479d0234651f4eb1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ppv-lite86 v0.2.21 Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2021 /usr/share/cargo/registry/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9d013efeea412786 -C extra-filename=-3b832c622f004fca --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libzerocopy-009b732695f7d327.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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=96f55a6b61ecae00 -C extra-filename=-ab7b20b0502fc577 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libppv_lite86-3b832c622f004fca.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand_core-a1aebea2204dcefa.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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=d9e223bbf8e40ea8 -C extra-filename=-7e09aee3a116eafa --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/liblibc-71f4bfc73a4884e1.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand_chacha-ab7b20b0502fc577.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand_core-a1aebea2204dcefa.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a726f2831816efda -C extra-filename=-1e9030f3af2f5390 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libregex_automata-9339ac65abf863c8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.8.4 Running `/usr/bin/rustc --crate-name env_logger --edition=2018 /usr/share/cargo/registry/env_logger-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=e9d92c5cbde8b7ae -C extra-filename=-ed58a260ab87175f --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libregex-1e9030f3af2f5390.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck v1.0.3 Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 /usr/share/cargo/registry/quickcheck-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=807468244377c3be -C extra-filename=-8793d4a6235b8c5e --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libenv_logger-ed58a260ab87175f.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand-7e09aee3a116eafa.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck_macros v1.0.0 Running `/usr/bin/rustc --crate-name quickcheck_macros --edition=2015 /usr/share/cargo/registry/quickcheck_macros-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a51d126b5f6d49 -C extra-filename=-422cd644f09a5ee2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libsyn-e6495eeffbfe3032.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling half v1.8.2 (/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2) Running `/usr/bin/rustc --crate-name half --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics"))' -C metadata=ab350f45de9ce518 -C extra-filename=-9ae1b516457c6b6d --out-dir /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquickcheck-8793d4a6235b8c5e.rlib --extern quickcheck_macros=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquickcheck_macros-422cd644f09a5ee2.so --extern rand=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand-7e09aee3a116eafa.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `half` (lib test) generated 6 warnings (6 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 35.68s Running `/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/half-9ae1b516457c6b6d --exact --skip 'bfloat::test::test_nan_conversion_to_larger' --skip 'bfloat::test::test_nan_conversion_to_smaller' --skip 'binary16::test::test_nan_conversion_to_larger' --skip 'binary16::test::test_nan_conversion_to_smaller'` running 31 tests test bfloat::test::qc_roundtrip_bf16_f64_is_identity ... ok test bfloat::test::qc_roundtrip_bf16_f32_is_identity ... ok test bfloat::test::round_to_even_f64 ... ok test bfloat::test::round_to_even_f32 ... ok test bfloat::test::test_bf16_consts_from_f64 ... ok test bfloat::test::test_bf16_to_f32 ... ok test bfloat::test::test_bf16_consts_from_f32 ... ok test bfloat::test::test_comparisons ... ok test bfloat::test::test_bf16_to_f64 ... ok test binary16::test::qc_roundtrip_f16_f32_is_identity ... ok test binary16::test::qc_roundtrip_f16_f64_is_identity ... ok test binary16::test::round_to_even_f32 ... ok test binary16::test::round_to_even_f64 ... ok test binary16::test::test_comparisons ... ok test binary16::test::test_f16_consts ... ok test binary16::test::test_f16_consts_from_f32 ... ok test binary16::test::test_f16_consts_from_f64 ... ok test binary16::test::test_f16_to_f32 ... ok test binary16::test::test_f16_to_f64 ... ok test slice::test::convert_from_f32_slice_len_mismatch_panics - should panic ... ok test slice::test::convert_from_f64_slice_len_mismatch_panics - should panic ... ok test slice::test::convert_to_f32_slice_len_mismatch_panics - should panic ... ok test slice::test::convert_to_f64_slice_len_mismatch_panics - should panic ... ok test slice::test::slice_convert_bf16_f32 ... ok test slice::test::slice_convert_bf16_f64 ... ok test slice::test::slice_convert_f16_f32 ... ok test slice::test::test_mutablility_bf16 ... ok test slice::test::test_mutablility_f16 ... ok test slice::test::slice_convert_f16_f64 ... ok test slice::test::test_slice_conversions_bf16 ... ok test slice::test::test_slice_conversions_f16 ... ok test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s Doc-tests half Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name half --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps --test-args --exact --test-args --skip --test-args 'bfloat::test::test_nan_conversion_to_larger' --test-args --skip --test-args 'bfloat::test::test_nan_conversion_to_smaller' --test-args --skip --test-args 'binary16::test::test_nan_conversion_to_larger' --test-args --skip --test-args 'binary16::test::test_nan_conversion_to_smaller' --extern half=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libhalf-c29e1a49e633928f.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquickcheck-8793d4a6235b8c5e.rlib --extern quickcheck_macros=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/libquickcheck_macros-422cd644f09a5ee2.so --extern rand=/home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/half-1.8.2/target/rpm/deps/librand-7e09aee3a116eafa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics"))' --error-format human` running 45 tests test src/bfloat.rs - bfloat::bf16::max (line 414) ... ok test src/bfloat.rs - bfloat::bf16::is_normal (line 261) ... ok test src/binary16.rs - binary16::f16::from_be_bytes (line 229) ... ok test src/bfloat.rs - bfloat::bf16::min (line 436) ... ok test src/binary16.rs - binary16::f16::max (line 508) ... ok test src/binary16.rs - binary16::f16::classify (line 385) ... ok test src/bfloat.rs - bfloat::bf16::to_ne_bytes (line 113) ... ok test src/bfloat.rs - bfloat::bf16::clamp (line 464) ... ok test src/binary16.rs - binary16::f16::to_be_bytes (line 178) ... ok test src/bfloat.rs - bfloat::bf16::signum (line 321) ... ok test src/binary16.rs - binary16::f16::signum (line 415) ... ok test src/binary16.rs - binary16::f16::is_sign_negative (line 462) ... ok test src/bfloat.rs - bfloat::bf16::is_finite (line 238) ... ok test src/bfloat.rs - bfloat::bf16::from_ne_bytes (line 163) ... ok test src/slice.rs - slice::HalfFloatSliceExt::reinterpret_cast_mut (line 43) ... ok test src/bfloat.rs - bfloat::bf16::is_nan (line 197) ... ok test src/binary16.rs - binary16::f16::is_finite (line 332) ... ok test src/bfloat.rs - bfloat::bf16::is_sign_positive (line 346) ... ok test src/bfloat.rs - bfloat::bf16::classify (line 291) ... ok test src/bfloat.rs - bfloat::bf16::is_infinite (line 215) ... ok test src/bfloat.rs - bfloat::bf16::is_sign_negative (line 368) ... ok test src/binary16.rs - binary16::f16::from_ne_bytes (line 247) ... ok test src/bfloat.rs - bfloat::bf16::to_be_bytes (line 94) ... ok test src/binary16.rs - binary16::f16::is_normal (line 355) ... ok test src/binary16.rs - binary16::f16::from_le_bytes (line 215) ... ok test src/bfloat.rs - bfloat::bf16::to_le_bytes (line 79) ... ok test src/bfloat.rs - bfloat::bf16::from_le_bytes (line 131) ... ok test src/slice.rs - slice::HalfFloatSliceExt::convert_to_f32_slice (line 133) ... ok test src/binary16.rs - binary16::f16::min (line 530) ... ok test src/binary16.rs - binary16::f16::copysign (line 486) ... ok test src/bfloat.rs - bfloat::bf16::copysign (line 392) ... ok test src/binary16.rs - binary16::f16::is_nan (line 290) ... ok test src/binary16.rs - binary16::f16::is_sign_positive (line 440) ... ok test src/bfloat.rs - bfloat::bf16::from_be_bytes (line 145) ... ok test src/binary16.rs - binary16::f16::clamp (line 558) ... ok test src/slice.rs - slice::HalfFloatSliceExt::convert_to_f64_slice (line 161) ... ok test src/binary16.rs - binary16::f16::to_le_bytes (line 163) ... ok test src/binary16.rs - binary16::f16::is_infinite (line 309) ... ok test src/lib.rs - prelude (line 193) ... ok test src/binary16.rs - binary16::f16::to_ne_bytes (line 197) ... ok test src/slice.rs - slice::HalfBitsSliceExt::reinterpret_cast_mut (line 260) ... ok test src/slice.rs - slice::HalfFloatSliceExt::reinterpret_cast (line 26) ... ok test src/slice.rs - slice::HalfFloatSliceExt::convert_from_f32_slice (line 75) ... ok test src/slice.rs - slice::HalfBitsSliceExt::reinterpret_cast (line 235) ... ok test src/slice.rs - slice::HalfFloatSliceExt::convert_from_f64_slice (line 104) ... ok test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-half1-devel-1.8.2-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/half-1.8.2/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/half-1.8.2/LICENSE warning: File listed twice: /usr/share/cargo/registry/half-1.8.2/README.md Provides: crate(half) = 1.8.2 rust-half1-devel = 1.8.2-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-half1+default-devel-1.8.2-1.mga10.noarch Provides: crate(half/default) = 1.8.2 rust-half1+default-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 Processing files: rust-half1+alloc-devel-1.8.2-1.mga10.noarch Provides: crate(half/alloc) = 1.8.2 rust-half1+alloc-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 Processing files: rust-half1+bytemuck-devel-1.8.2-1.mga10.noarch Provides: crate(half/bytemuck) = 1.8.2 rust-half1+bytemuck-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytemuck) >= 1.4.1 crate(bytemuck/derive) >= 1.4.1 crate(half) = 1.8.2 Processing files: rust-half1+num-traits-devel-1.8.2-1.mga10.noarch Provides: crate(half/num-traits) = 1.8.2 rust-half1+num-traits-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 crate(num-traits) >= 0.2.14 crate(num-traits/libm) >= 0.2.14 Processing files: rust-half1+serde-devel-1.8.2-1.mga10.noarch Provides: crate(half/serde) = 1.8.2 rust-half1+serde-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 crate(serde) >= 1.0.0 crate(serde/derive) >= 1.0.0 Processing files: rust-half1+serialize-devel-1.8.2-1.mga10.noarch Provides: crate(half/serialize) = 1.8.2 rust-half1+serialize-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 crate(half/serde) = 1.8.2 Processing files: rust-half1+std-devel-1.8.2-1.mga10.noarch Provides: crate(half/std) = 1.8.2 rust-half1+std-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 crate(half/alloc) = 1.8.2 Processing files: rust-half1+use-intrinsics-devel-1.8.2-1.mga10.noarch Provides: crate(half/use-intrinsics) = 1.8.2 rust-half1+use-intrinsics-devel = 1.8.2-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(half) = 1.8.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+default-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+bytemuck-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+num-traits-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+serde-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+alloc-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+std-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+use-intrinsics-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1+serialize-devel-1.8.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-half1-devel-1.8.2-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7QtVkl + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-half1-1.8.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/half-1.8.2/CHANGELOG.md File listed twice: /usr/share/cargo/registry/half-1.8.2/LICENSE File listed twice: /usr/share/cargo/registry/half-1.8.2/README.md D: [iurt_root_command] Success!