D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-bit-vec-0.8.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.flphyF Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WUTXnI + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + rm -rf bit-vec-0.8.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/bit-vec-0.8.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd bit-vec-0.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/bit-vec-fix-metadata.diff + 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.jDZspl + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + cd bit-vec-0.8.0 + /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.4iQVTL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-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.8.0 + '[' 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 bit-vec v0.8.0 (/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0) 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=05c0180323968fd6 -C extra-filename=-79b1a477d8cad60d --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `borsh` --> src/lib.rs:102:7 | 102 | #[cfg(feature = "borsh")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `borsh` 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: `miniserde` --> src/lib.rs:104:7 | 104 | #[cfg(feature = "miniserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `miniserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:106:7 | 106 | #[cfg(feature = "nanoserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:108:7 | 108 | #[cfg(feature = "nanoserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `borsh` --> src/lib.rs:238:5 | 238 | feature = "borsh", | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `borsh` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `miniserde` --> src/lib.rs:242:5 | 242 | feature = "miniserde", | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `miniserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:246:5 | 246 | feature = "nanoserde", | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bit-vec` (lib) generated 7 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 0.56s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uwQLcy + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-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.8.0 + '[' 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.8.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.8.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.8.0 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.8.0 + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.8.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT/usr/share/cargo/registry/bit-vec-0.8.0/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.bD3JOZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-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.8.0 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.171 Compiling cfg-if v1.0.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,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=78dfc2c836562524 -C extra-filename=-2014d9a2c60152e2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/libc-2014d9a2c60152e2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling serde v1.0.217 Compiling ppv-lite86 v0.2.17 Compiling serde_json v1.0.139 Compiling itoa v1.0.14 Compiling memchr v2.7.4 Compiling ryu v1.0.18 warning: unexpected `cfg` condition value: `borsh` --> src/lib.rs:102:7 | 102 | #[cfg(feature = "borsh")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `borsh` 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: `miniserde` --> src/lib.rs:104:7 | 104 | #[cfg(feature = "miniserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `miniserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:106:7 | 106 | #[cfg(feature = "nanoserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:108:7 | 108 | #[cfg(feature = "nanoserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `borsh` --> src/lib.rs:238:5 | 238 | feature = "borsh", | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `borsh` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `miniserde` --> src/lib.rs:242:5 | 242 | feature = "miniserde", | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `miniserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:246:5 | 246 | feature = "nanoserde", | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bit-vec` (lib) generated 7 warnings Running `/usr/bin/rustc --crate-name ryu --edition=2018 /usr/share/cargo/registry/ryu-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 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=5dbb236c7baabfa0 -C extra-filename=-9c577a59cbc8fcfd --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/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.14/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=acb045136fdfa993 -C extra-filename=-97b4d61f51835f4e --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9228fa86758e8c03 -C extra-filename=-3b1147e61686bb87 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=d0d5fe105289cea2 -C extra-filename=-ec6a769025b5f44f --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2018 /usr/share/cargo/registry/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8191e95c6e74c43a -C extra-filename=-72dd139700fae6d7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/serde-1.0.217/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("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1c4146f58c3de436 -C extra-filename=-ad0a7c3fedf2c95b --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/serde-ad0a7c3fedf2c95b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/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.139/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=f673b363dfdcfd79 -C extra-filename=-b3e61cc900119dd3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/serde_json-b3e61cc900119dd3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/serde_json-b3e61cc900119dd3/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/serde-ad0a7c3fedf2c95b/build-script-build` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.217/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("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=898ffdd579bc7492 -C extra-filename=-1dc5088c4b615f2b --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/build/libc-2014d9a2c60152e2/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6a148af2e207b573 -C extra-filename=-dd505a5ba0bad04e --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 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=ab8683d1b179a21e -C extra-filename=-9792f0e64407f4b7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/liblibc-dd505a5ba0bad04e.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=f02171f29a3a550b -C extra-filename=-754d48fa32878947 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libgetrandom-9792f0e64407f4b7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.3.1 Compiling rand_xorshift v0.3.0 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=c48b5b8f5a2cbec6 -C extra-filename=-b84759aec9e73191 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libppv_lite86-72dd139700fae6d7.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_core-754d48fa32878947.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand_xorshift --edition=2018 /usr/share/cargo/registry/rand_xorshift-0.3.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=7d390a94e5e58719 -C extra-filename=-c3405fa6beb16657 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_core-754d48fa32878947.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="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=61bccb37e45ead5c -C extra-filename=-118f00cdebe34273 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/liblibc-dd505a5ba0bad04e.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_chacha-b84759aec9e73191.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_core-754d48fa32878947.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.139/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=010814ace0650fc2 -C extra-filename=-6d99cba3d348c187 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libitoa-97b4d61f51835f4e.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libmemchr-3b1147e61686bb87.rmeta --extern ryu=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libryu-9c577a59cbc8fcfd.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libserde-1dc5088c4b615f2b.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 bit-vec v0.8.0 (/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0) 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=ac8dba439f69a13d -C extra-filename=-a954bc590dc0497a --out-dir /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand-118f00cdebe34273.rlib --extern rand_xorshift=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_xorshift-c3405fa6beb16657.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libserde_json-6d99cba3d348c187.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `miniserde` --> src/lib.rs:2959:11 | 2959 | #[cfg(feature = "miniserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `miniserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nanoserde` --> src/lib.rs:2974:11 | 2974 | #[cfg(feature = "nanoserde")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `nanoserde` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `borsh` --> src/lib.rs:2991:11 | 2991 | #[cfg(feature = "borsh")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` = help: consider adding `borsh` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bit-vec` (lib test) generated 10 warnings (7 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 12.53s Running `/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/bit_vec-a954bc590dc0497a` running 52 tests test tests::test_0_elements ... ok test tests::test_2_elements ... ok test tests::test_1_element ... ok test tests::test_10_elements ... ok test tests::test_bit_vec_iterator ... ok test tests::test_bit_vec_split_off ... ok test tests::test_32_elements ... ok test tests::iter ... ok test tests::test_debug_output ... ok test tests::test_bit_vec_unaligned_small_append ... ok test tests::test_count_zeros ... ok test tests::test_bit_vec_truncate ... ok test tests::test_bit_vec_unaligned_large_append ... ok test tests::test_equal_greatly_differing_sizes ... ok test tests::test_equal_differing_sizes ... ok test tests::test_bit_vec_append_aligned_to_unaligned ... ok test tests::test_equal_sneaky_big ... ok test tests::test_get_mut ... ok test tests::test_bit_vec_grow ... ok test tests::test_from_bools ... ok test tests::test_insert_at_block_boundaries_1 ... ok test tests::test_insert_at_zero ... ok test tests::test_insert_at_block_boundaries ... ok test tests::test_count_ones ... ok test tests::test_bit_vec_append ... ok test tests::test_bit_vec_extend ... ok test tests::test_bit_vec_push_pop ... ok test tests::test_big_xnor ... ok test tests::test_to_bytes ... ok test tests::test_big_xor ... ok test tests::test_big_clear ... ok test tests::test_big_difference ... ok test tests::test_into_iter ... ok test tests::test_ord ... ok test tests::test_small_bit_vec_tests ... ok test tests::test_small_xor ... ok test tests::test_small_nand ... ok test tests::test_from_bytes ... ok test tests::test_insert_at_end ... ok test tests::test_display_output ... ok test tests::test_big_bit_vec_tests ... ok test tests::test_bit_vec_reserve ... ok test tests::test_small_difference ... ok test tests::test_small_nor ... ok test tests::test_iter_mut ... ok test tests::test_small_xnor ... ok test tests::test_to_bools ... ok test tests::test_small_clear ... ok test tests::test_equal_sneaky_small ... ok test tests::test_31_elements ... ok test tests::test_bit_vec_lt ... ok test tests::test_33_elements ... ok test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s 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-vec-0.8.0-build/bit-vec-0.8.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps --extern bit_vec=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libbit_vec-79b1a477d8cad60d.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand-118f00cdebe34273.rlib --extern rand_xorshift=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/librand_xorshift-c3405fa6beb16657.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/bit-vec-0.8.0/target/rpm/deps/libserde_json-6d99cba3d348c187.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` running 41 tests test src/lib.rs - (line 39) ... ok test src/lib.rs - BitVec::or (line 803) ... ok test src/lib.rs - BitVec::insert (line 1629) ... ok test src/lib.rs - BitVec::new (line 300) ... ok test src/lib.rs - BitVec::truncate (line 1372) ... ok test src/lib.rs - BitVec::intersect (line 773) ... ok test src/lib.rs - BitVec::reserve_exact (line 1433) ... ok test src/lib.rs - BitVec::none (line 1262) ... ok test src/lib.rs - BitVec::iter_mut (line 1125) ... ok test src/lib.rs - BitVec::capacity (line 1459) ... ok test src/lib.rs - BitVec::difference (line 866) ... ok test src/lib.rs - BitVec::push (line 1564) ... ok test src/lib.rs - BitVec::count_ones (line 1059) ... ok test src/lib.rs - BitVec::from_bytes (line 355) ... ok test src/lib.rs - BitVec::set (line 657) ... ok test src/lib.rs - BitVec::append (line 1150) ... ok test src/lib.rs - BitVec::count_zeros (line 1082) ... ok test src/lib.rs - BitVec::pop (line 1532) ... ok test src/lib.rs - BitVec::nor (line 969) ... ok test src/lib.rs - BitVec::split_off (line 1203) ... ok test src/lib.rs - BitVec::get_unchecked_mut (line 627) ... ok test src/lib.rs - BitVec::get_unchecked (line 576) ... ok test src/lib.rs - BitVec::from_elem (line 314) ... ok test src/lib.rs - BitVec::to_bytes (line 1301) ... ok test src/lib.rs - BitVec (line 213) ... ok test src/lib.rs - BitVec::union (line 742) ... ok test src/lib.rs - BitVec::get (line 541) ... ok test src/lib.rs - BitVec::iter (line 1106) ... ok test src/lib.rs - BitVec::all (line 1030) ... ok test src/lib.rs - BitVec::grow (line 1479) ... ok test src/lib.rs - BitVec::eq_vec (line 1351) ... ok test src/lib.rs - BitVec::any (line 1280) ... ok test src/lib.rs - BitVec::reserve (line 1399) ... ok test src/lib.rs - BitVec::negate (line 711) ... ok test src/lib.rs - BitVec::nand (line 935) ... ok test src/lib.rs - BitVec::set_all (line 688) ... ok test src/lib.rs - BitVec::and (line 834) ... ok test src/lib.rs - BitVec::get_mut (line 598) ... ok test src/lib.rs - BitVec::from_fn (line 399) ... ok test src/lib.rs - BitVec::xnor (line 1003) ... ok test src/lib.rs - BitVec::xor (line 904) ... ok test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-bit-vec-devel-0.8.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/README.md warning: File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/RELEASES.md Provides: crate(bit-vec) = 0.8.0 rust-bit-vec-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-bit-vec+default-devel-0.8.0-1.mga10.noarch Provides: crate(bit-vec/default) = 0.8.0 rust-bit-vec+default-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.8.0 crate(bit-vec/std) = 0.8.0 Processing files: rust-bit-vec+serde-devel-0.8.0-1.mga10.noarch Provides: crate(bit-vec/serde) = 0.8.0 rust-bit-vec+serde-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.8.0 crate(serde) >= 1.0.0 crate(serde/derive) >= 1.0.0 Processing files: rust-bit-vec+serde_no_std-devel-0.8.0-1.mga10.noarch Provides: crate(bit-vec/serde_no_std) = 0.8.0 rust-bit-vec+serde_no_std-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.8.0 crate(serde) >= 1.0.0 crate(serde/alloc) >= 1.0.0 crate(serde/derive) >= 1.0.0 Processing files: rust-bit-vec+serde_std-devel-0.8.0-1.mga10.noarch Provides: crate(bit-vec/serde_std) = 0.8.0 rust-bit-vec+serde_std-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.8.0 crate(bit-vec/std) = 0.8.0 crate(serde) >= 1.0.0 crate(serde/derive) >= 1.0.0 crate(serde/std) >= 1.0.0 Processing files: rust-bit-vec+std-devel-0.8.0-1.mga10.noarch Provides: crate(bit-vec/std) = 0.8.0 rust-bit-vec+std-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bit-vec) = 0.8.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec+default-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec+std-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec+serde_std-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec+serde-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec+serde_no_std-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bit-vec-devel-0.8.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eLOHrX + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bit-vec-0.8.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/LICENSE-MIT File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/README.md File listed twice: /usr/share/cargo/registry/bit-vec-0.8.0/RELEASES.md D: [iurt_root_command] Success!