D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-bit-vec0.6-0.6.3-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5PlUfV Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4hdwNF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + rm -rf bit-vec-0.6.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/bit-vec-0.6.3.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd bit-vec-0.6.3 + /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.lsVGle + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + cd bit-vec-0.6.3 + /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.qPlaZt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-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 bit-vec-0.6.3 + '[' 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 warning: no edition set: defaulting to the 2015 edition while the latest is 2024 Compiling bit-vec v0.6.3 (/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3) Running `/usr/bin/rustc --crate-name bit_vec --edition=2015 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=dfec1125f0124080 -C extra-filename=-928cdec3b0617270 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unnecessary parentheses around closure body --> src/lib.rs:686:38 | 686 | self.process(other, |w1, w2| (w1 | w2)) | ^ ^ | = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default help: remove these parentheses | 686 - self.process(other, |w1, w2| (w1 | w2)) 686 + self.process(other, |w1, w2| w1 | w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:717:38 | 717 | self.process(other, |w1, w2| (w1 & w2)) | ^ ^ | help: remove these parentheses | 717 - self.process(other, |w1, w2| (w1 & w2)) 717 + self.process(other, |w1, w2| w1 & w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:756:38 | 756 | self.process(other, |w1, w2| (w1 & !w2)) | ^ ^ | help: remove these parentheses | 756 - self.process(other, |w1, w2| (w1 & !w2)) 756 + self.process(other, |w1, w2| w1 & !w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:787:38 | 787 | self.process(other, |w1, w2| (w1 ^ w2)) | ^ ^ | help: remove these parentheses | 787 - self.process(other, |w1, w2| (w1 ^ w2)) 787 + self.process(other, |w1, w2| w1 ^ w2) | warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:400:19 | 400 | fn blocks_mut(&mut self) -> MutBlocks { | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 400 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:407:19 | 407 | pub fn blocks(&self) -> Blocks { | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 407 | pub fn blocks(&self) -> Blocks<'_, B> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:929:17 | 929 | pub fn iter(&self) -> Iter { | ^^^^^ ^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 929 | pub fn iter(&self) -> Iter<'_, B> { | +++ warning: `bit-vec` (lib) generated 7 warnings (run `cargo fix --lib -p bit-vec` to apply 7 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 1.00s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ONO8m0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-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 bit-vec-0.6.3 + '[' 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=bit-vec ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.6.3 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.6.3 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.6.3 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.6.3 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.6.3/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.6.3/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 mangling shebang in /usr/share/cargo/registry/bit-vec-0.6.3/crusader.sh from /bin/bash to #!/usr/bin/bash + 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.AFE3OD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-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 bit-vec-0.6.3 + '[' 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 warning: no edition set: defaulting to the 2015 edition while the latest is 2024 Compiling libc v0.2.180 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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=92411a416ecbc327 -C extra-filename=-d139e536c4388098 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/libc-d139e536c4388098 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.1.16 Compiling cfg-if v1.0.4 Compiling zerocopy v0.8.26 Compiling serde_core v1.0.228 Compiling serde_json v1.0.145 Compiling memchr v2.7.6 Compiling ryu v1.0.20 Compiling itoa v1.0.15 warning: unnecessary parentheses around closure body --> src/lib.rs:686:38 | 686 | self.process(other, |w1, w2| (w1 | w2)) | ^ ^ | = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default help: remove these parentheses | 686 - self.process(other, |w1, w2| (w1 | w2)) 686 + self.process(other, |w1, w2| w1 | w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:717:38 | 717 | self.process(other, |w1, w2| (w1 & w2)) | ^ ^ | help: remove these parentheses | 717 - self.process(other, |w1, w2| (w1 & w2)) 717 + self.process(other, |w1, w2| w1 & w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:756:38 | 756 | self.process(other, |w1, w2| (w1 & !w2)) | ^ ^ | help: remove these parentheses | 756 - self.process(other, |w1, w2| (w1 & !w2)) 756 + self.process(other, |w1, w2| w1 & !w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:787:38 | 787 | self.process(other, |w1, w2| (w1 ^ w2)) | ^ ^ | help: remove these parentheses | 787 - self.process(other, |w1, w2| (w1 ^ w2)) 787 + self.process(other, |w1, w2| w1 ^ w2) | warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:400:19 | 400 | fn blocks_mut(&mut self) -> MutBlocks { | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 400 | fn blocks_mut(&mut self) -> MutBlocks<'_, B> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:407:19 | 407 | pub fn blocks(&self) -> Blocks { | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 407 | pub fn blocks(&self) -> Blocks<'_, B> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:929:17 | 929 | pub fn iter(&self) -> Iter { | ^^^^^ ^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 929 | pub fn iter(&self) -> Iter<'_, B> { | +++ Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=308b9d7726f3066f -C extra-filename=-2d14eb444e845067 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/serde_core-2d14eb444e845067 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "dummy", "log", "rustc-dep-of-std", "std"))' -C metadata=32b65d4ae5751c29 -C extra-filename=-c7c39a0eafb148fd --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/getrandom-c7c39a0eafb148fd -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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/serde_json-1.0.145/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=d35b245d16952c70 -C extra-filename=-34ec34f7e6acb8c6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/serde_json-34ec34f7e6acb8c6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=08b529e5e0e8f31d -C extra-filename=-882b1cd97dcfd39c --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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=039fb398f35b9c46 -C extra-filename=-7c90d3069f38e1ca --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/zerocopy-7c90d3069f38e1ca -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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 memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.6/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=945b98d750cbbfd2 -C extra-filename=-ea23da70d03ba017 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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 ryu --edition=2018 /usr/share/cargo/registry/ryu-1.0.20/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("no-panic", "small"))' -C metadata=0235d907225ffb70 -C extra-filename=-d2d05061a9441134 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/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 itoa --edition=2018 /usr/share/cargo/registry/itoa-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=c55d9d2978295758 -C extra-filename=-71540b4ba28b2000 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `bit-vec` (lib) generated 7 warnings (run `cargo fix --lib -p bit-vec` to apply 7 suggestions) Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/serde_json-34ec34f7e6acb8c6/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/getrandom-c7c39a0eafb148fd/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/serde_core-2d14eb444e845067/build-script-build` Running `/usr/bin/rustc --crate-name serde_core --edition=2021 /usr/share/cargo/registry/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=731d2b18cc4eb5f8 -C extra-filename=-f6a423b8b918e323 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/libc-d139e536c4388098/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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=5429833b3143d375 -C extra-filename=-99d0b11ae01f7d56 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/build/zerocopy-7c90d3069f38e1ca/build-script-build` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3523682d6bc7cd3 -C extra-filename=-e9c80e7b3fc77c4d --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.1.16/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("compiler_builtins", "core", "dummy", "log", "rustc-dep-of-std", "std"))' -C metadata=9fb3a307942a9fbc -C extra-filename=-94d4539119cc6dec --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/liblibc-99d0b11ae01f7d56.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.5.1 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=49d11c3c64d61712 -C extra-filename=-477d4ca1fb6a318e --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libgetrandom-94d4539119cc6dec.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_xorshift v0.2.0 Running `/usr/bin/rustc --crate-name rand_xorshift --edition=2018 /usr/share/cargo/registry/rand_xorshift-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=b6cf6d392f69c503 -C extra-filename=-a7c772fcf76ed966 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_core-477d4ca1fb6a318e.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=bab576c3077a1479 -C extra-filename=-6309d791f7d873cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libzerocopy-e9c80e7b3fc77c4d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde_json --edition=2021 /usr/share/cargo/registry/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9ef02b99d9217b73 -C extra-filename=-4f21c0bd885bf069 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libmemchr-ea23da70d03ba017.rmeta --extern ryu=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libryu-d2d05061a9441134.rmeta --extern serde_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libserde_core-f6a423b8b918e323.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Compiling rand_chacha v0.2.2 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2018 /usr/share/cargo/registry/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=95fcbde21377e69b -C extra-filename=-6ad5fd5fe8ac4e89 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libppv_lite86-6309d791f7d873cf.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_core-477d4ca1fb6a318e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.7.3 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "getrandom_package", "libc", "log", "nightly", "packed_simd", "rand_pcg", "serde1", "simd_support", "small_rng", "std", "stdweb", "wasm-bindgen"))' -C metadata=b2b9fbee8f10905e -C extra-filename=-4f656cfdfb5d72a2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern getrandom_package=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libgetrandom-94d4539119cc6dec.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/liblibc-99d0b11ae01f7d56.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_chacha-6ad5fd5fe8ac4e89.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_core-477d4ca1fb6a318e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling bit-vec v0.6.3 (/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3) Running `/usr/bin/rustc --crate-name bit_vec --edition=2015 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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=bbc48f112ae2a6c4 -C extra-filename=-257c8573d261a50a --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand-4f656cfdfb5d72a2.rlib --extern rand_xorshift=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_xorshift-a7c772fcf76ed966.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libserde_json-4f21c0bd885bf069.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `bit-vec` (lib test) generated 7 warnings (7 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 13.99s Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/bit_vec-257c8573d261a50a` running 43 tests test tests::iter ... ok test tests::test_10_elements ... ok test tests::test_big_bit_vec_tests ... ok test tests::test_1_element ... ok test tests::test_32_elements ... ok test tests::test_bit_vec_lt ... ok test tests::test_bit_vec_reserve ... ok test tests::test_bit_vec_unaligned_small_append ... ok test tests::test_bit_vec_truncate ... ok test tests::test_big_clear ... ok test tests::test_bit_vec_append ... ok test tests::test_0_elements ... ok test tests::test_31_elements ... ok test tests::test_bit_vec_iterator ... ok test tests::test_big_difference ... ok test tests::test_bit_vec_split_off ... ok test tests::test_bit_vec_push_pop ... ok test tests::test_bit_vec_grow ... ok test tests::test_big_xnor ... ok test tests::test_big_xor ... ok test tests::test_33_elements ... ok test tests::test_equal_sneaky_big ... ok test tests::test_from_bools ... ok test tests::test_equal_greatly_differing_sizes ... ok test tests::test_equal_sneaky_small ... ok test tests::test_bit_vec_unaligned_large_append ... ok test tests::test_2_elements ... ok test tests::test_equal_differing_sizes ... ok test tests::test_bit_vec_extend ... ok test tests::test_small_bit_vec_tests ... ok test tests::test_bit_vec_append_aligned_to_unaligned ... ok test tests::test_from_bytes ... ok test tests::test_small_clear ... ok test tests::test_ord ... ok test tests::test_into_iter ... ok test tests::test_small_nand ... ok test tests::test_small_difference ... ok test tests::test_small_nor ... ok test tests::test_small_xnor ... ok test tests::test_small_xor ... ok test tests::test_to_bytes ... ok test tests::test_to_str ... ok test tests::test_to_bools ... ok test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s Doc-tests bit_vec Running `/usr/bin/rustdoc --edition=2015 --crate-type lib --color auto --crate-name bit_vec --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps --extern bit_vec=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libbit_vec-928cdec3b0617270.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand-4f656cfdfb5d72a2.rlib --extern rand_xorshift=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/librand_xorshift-a7c772fcf76ed966.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/bit-vec-0.6.3/target/rpm/deps/libserde_json-4f21c0bd885bf069.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' --error-format human` warning: unnecessary parentheses around closure body --> src/lib.rs:686:38 | 686 | self.process(other, |w1, w2| (w1 | w2)) | ^ ^ | = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default help: remove these parentheses | 686 - self.process(other, |w1, w2| (w1 | w2)) 686 + self.process(other, |w1, w2| w1 | w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:717:38 | 717 | self.process(other, |w1, w2| (w1 & w2)) | ^ ^ | help: remove these parentheses | 717 - self.process(other, |w1, w2| (w1 & w2)) 717 + self.process(other, |w1, w2| w1 & w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:756:38 | 756 | self.process(other, |w1, w2| (w1 & !w2)) | ^ ^ | help: remove these parentheses | 756 - self.process(other, |w1, w2| (w1 & !w2)) 756 + self.process(other, |w1, w2| w1 & !w2) | warning: unnecessary parentheses around closure body --> src/lib.rs:787:38 | 787 | self.process(other, |w1, w2| (w1 ^ w2)) | ^ ^ | help: remove these parentheses | 787 - self.process(other, |w1, w2| (w1 ^ w2)) 787 + self.process(other, |w1, w2| w1 ^ w2) | warning: 4 warnings emitted running 34 tests test src/lib.rs - BitVec::capacity (line 1238) ... ok test src/lib.rs - BitVec::get (line 497) ... ok test src/lib.rs - BitVec::nor (line 835) ... ok test src/lib.rs - BitVec::grow (line 1258) ... ok test src/lib.rs - BitVec::and (line 700) ... ok test src/lib.rs - BitVec::eq_vec (line 1138) ... ok test src/lib.rs - BitVec (line 188) ... ok test src/lib.rs - BitVec::or (line 669) ... ok test src/lib.rs - BitVec::reserve_exact (line 1216) ... ok test src/lib.rs - BitVec::append (line 938) ... ok test src/lib.rs - BitVec::all (line 896) ... ok test src/lib.rs - BitVec::difference (line 732) ... ok test src/lib.rs - BitVec::intersect (line 636) ... ok test src/lib.rs - BitVec::reserve (line 1186) ... ok test src/lib.rs - BitVec::split_off (line 991) ... ok test src/lib.rs - BitVec::from_fn (line 362) ... ok test src/lib.rs - BitVec::set (line 529) ... ok test src/lib.rs - (line 37) ... ok test src/lib.rs - BitVec::any (line 1068) ... ok test src/lib.rs - BitVec::to_bytes (line 1089) ... ok test src/lib.rs - BitVec::xnor (line 869) ... ok test src/lib.rs - BitVec::push (line 1343) ... ok test src/lib.rs - BitVec::truncate (line 1159) ... ok test src/lib.rs - BitVec::nand (line 801) ... ok test src/lib.rs - BitVec::iter (line 922) ... ok test src/lib.rs - BitVec::pop (line 1311) ... ok test src/lib.rs - BitVec::none (line 1050) ... ok test src/lib.rs - BitVec::from_elem (line 278) ... ok test src/lib.rs - BitVec::negate (line 573) ... ok test src/lib.rs - BitVec::from_bytes (line 319) ... ok test src/lib.rs - BitVec::new (line 264) ... ok test src/lib.rs - BitVec::set_all (line 552) ... ok test src/lib.rs - BitVec::union (line 602) ... ok test src/lib.rs - BitVec::xor (line 770) ... ok test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.82s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-bit-vec0.6-devel-0.6.3-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/README.md Provides: crate(bit-vec) = 0.6.3 rust-bit-vec0.6-devel = 0.6.3-2.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-bit-vec0.6+default-devel-0.6.3-2.mga10.noarch Provides: crate(bit-vec/default) = 0.6.3 rust-bit-vec0.6+default-devel = 0.6.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.6.3 crate(bit-vec/std) = 0.6.3 Processing files: rust-bit-vec0.6+serde-devel-0.6.3-2.mga10.noarch Provides: crate(bit-vec/serde) = 0.6.3 rust-bit-vec0.6+serde-devel = 0.6.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.6.3 crate(serde) >= 1.0.0 crate(serde/derive) >= 1.0.0 Processing files: rust-bit-vec0.6+serde_no_std-devel-0.6.3-2.mga10.noarch Provides: crate(bit-vec/serde_no_std) = 0.6.3 rust-bit-vec0.6+serde_no_std-devel = 0.6.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.6.3 crate(serde) >= 1.0.0 crate(serde/alloc) >= 1.0.0 crate(serde/derive) >= 1.0.0 Processing files: rust-bit-vec0.6+serde_std-devel-0.6.3-2.mga10.noarch Provides: crate(bit-vec/serde_std) = 0.6.3 rust-bit-vec0.6+serde_std-devel = 0.6.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.6.3 crate(bit-vec/std) = 0.6.3 crate(serde) >= 1.0.0 crate(serde/derive) >= 1.0.0 crate(serde/std) >= 1.0.0 Processing files: rust-bit-vec0.6+std-devel-0.6.3-2.mga10.noarch Provides: crate(bit-vec/std) = 0.6.3 rust-bit-vec0.6+std-devel = 0.6.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.6.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6+serde-devel-0.6.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6+default-devel-0.6.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6+serde_no_std-devel-0.6.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6+serde_std-devel-0.6.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6-devel-0.6.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec0.6+std-devel-0.6.3-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.929kbL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + test -d /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bit-vec0.6-0.6.3-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/LICENSE-MIT File listed twice: /usr/share/cargo/registry/bit-vec-0.6.3/README.md D: [iurt_root_command] Success!