D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-sdd-3.0.3-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fW5Fer + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + test -d /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mgXbeQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + rm -rf sdd-3.0.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sdd-3.0.3.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd sdd-3.0.3 + /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/sdd-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.VNMd6d + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + cd sdd-3.0.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.kG378s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + cd sdd-3.0.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 Compiling sdd v3.0.3 (/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3) Running `/usr/bin/rustc --crate-name sdd --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1baf0f4b0cd9e10c -C extra-filename=-1baf0f4b0cd9e10c --out-dir /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `loom` --> src/lib.rs:58:7 | 58 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration note: the lint level is defined here --> src/lib.rs:1:23 | 1 | #![deny(missing_docs, warnings, clippy::all, clippy::pedantic)] | ^^^^^^^^ = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` warning: unexpected `cfg` condition value: `loom` --> src/lib.rs:63:11 | 63 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:54:15 | 54 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:66:11 | 66 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:86:15 | 86 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:95:11 | 95 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:54:15 | 54 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:66:11 | 66 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:86:15 | 86 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:95:11 | 95 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/collector.rs:74:21 | 74 | if cfg!(feature = "loom") || cfg!(not(any(target_arch = "x86", target_arch = "x86_64"))) | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `sdd` (lib) generated 11 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 1.24s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZgCy7y + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT + cd sdd-3.0.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=sdd ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=3.0.3 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT/usr/share/cargo/registry/sdd-3.0.3 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT/usr/share/cargo/registry/sdd-3.0.3 + /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)' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT/usr/share/cargo/registry/sdd-3.0.3 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT/usr/share/cargo/registry/sdd-3.0.3/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT/usr/share/cargo/registry/sdd-3.0.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 + 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.pFxUPo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + cd sdd-3.0.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 Compiling static_assertions v1.1.0 Running `/usr/bin/rustc --crate-name static_assertions --edition=2015 /usr/share/cargo/registry/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=49eb6b4a6d367f08 -C extra-filename=-49eb6b4a6d367f08 --out-dir /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `loom` --> src/lib.rs:58:7 | 58 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration note: the lint level is defined here --> src/lib.rs:1:23 | 1 | #![deny(missing_docs, warnings, clippy::all, clippy::pedantic)] | ^^^^^^^^ = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` warning: unexpected `cfg` condition value: `loom` --> src/lib.rs:63:11 | 63 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:54:15 | 54 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:66:11 | 66 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:86:15 | 86 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_owned.rs:95:11 | 95 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:54:15 | 54 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:66:11 | 66 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:86:15 | 86 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/atomic_shared.rs:95:11 | 95 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/collector.rs:74:21 | 74 | if cfg!(feature = "loom") || cfg!(not(any(target_arch = "x86", target_arch = "x86_64"))) | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `sdd` (lib) generated 11 warnings Compiling sdd v3.0.3 (/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3) Running `/usr/bin/rustc --crate-name sdd --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b4b6ec80cff43a1 -C extra-filename=-6b4b6ec80cff43a1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps --extern static_assertions=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps/libstatic_assertions-49eb6b4a6d367f08.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `loom` --> src/tests/correctness.rs:2:11 | 2 | #[cfg(not(feature = "loom"))] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `loom` --> src/tests/model.rs:1:7 | 1 | #[cfg(feature = "loom")] | ^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `loom` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `sdd` (lib test) generated 13 warnings (11 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 6.26s Running `/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps/sdd-6b4b6ec80cff43a1` running 16 tests test tests::correctness::test_correctness::shared_nested ... ok test tests::correctness::test_correctness::shared ... ok test tests::correctness::test_correctness::atomic_shared_creation ... ok test tests::correctness::test_correctness::atomic_shared_send ... ok test tests::correctness::test_correctness::owned_nested_unchecked ... ok test tests::correctness::test_correctness::owned ... ok test tests::correctness::test_correctness::deferred ... ok test tests::correctness::test_correctness::atomic_owned ... ok test tests::correctness::test_correctness::atomic_shared ... ok test tests::correctness::test_correctness::atomic_shared_clone ... ok test tests::correctness::test_correctness::atomic_shared_conversion ... ok test tests::correctness::test_correctness::shared_send ... ok test tests::correctness::test_correctness::atomic_shared_parallel ... ok test tests::correctness::test_correctness::sendable ... ok test tests::correctness::test_correctness::reclaim_collector_nested ... ok test tests::correctness::test_correctness::reclaim_collector ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s Doc-tests sdd Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdd --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps --extern sdd=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps/libsdd-1baf0f4b0cd9e10c.rlib --extern static_assertions=/home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/sdd-3.0.3/target/rpm/deps/libstatic_assertions-49eb6b4a6d367f08.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` running 58 tests test src/epoch.rs - epoch::Epoch::next_generation (line 22) ... ok test src/guard.rs - guard::Guard::defer_execute (line 132) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::clone (line 361) ... ok test src/epoch.rs - epoch::Epoch::next (line 38) ... ok test src/epoch.rs - epoch::Epoch::prev (line 59) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::is_null (line 38) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::load (line 125) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::unset_tag (line 136) ... ok test src/lib.rs - suspend (line 40) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::compare_exchange_weak (line 303) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::is_null (line 107) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::as_ptr (line 77) ... ok test src/owned.rs - owned::Owned::as_ptr (line 129) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::null (line 81) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::as_ref (line 54) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::null (line 81) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::compare_exchange (line 234) ... ok test src/guard.rs - guard::Guard::new (line 26) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::new (line 30) ... ok test src/owned.rs - owned::Owned::get_mut (line 111) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::new (line 30) ... ok test src/owned.rs - owned::Owned::get_guarded_ptr (line 67) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::update_tag_if (line 197) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::null (line 20) ... ok test src/owned.rs - owned::Owned::drop_in_place (line 152) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::into_shared (line 412) ... ok test src/owned.rs - owned::Owned::get_guarded_ref (line 87) ... ok test src/guard.rs - guard::Guard::epoch (line 58) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::tag (line 98) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::swap (line 144) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::from (line 48) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::tag (line 178) ... ok test src/lib.rs - (line 21) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::swap (line 144) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::get_shared (line 384) ... ok test src/owned.rs - owned::Owned::new (line 27) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::into_owned (line 356) ... ok test src/shared.rs - shared::Shared::get_guarded_ptr (line 71) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::set_tag (line 116) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::is_null (line 107) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::load (line 125) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::with_tag (line 153) ... ok test src/owned.rs - owned::Owned::new_unchecked (line 50) ... ok test src/shared.rs - shared::Shared::drop_in_place (line 192) ... ok test src/guard.rs - guard::Guard::accelerate (line 105) ... ok test src/shared.rs - shared::Shared::as_ptr (line 138) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::without_tag (line 172) ... ok test src/shared.rs - shared::Shared::get_guarded_ref (line 91) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::tag (line 178) ... ok test src/ptr.rs - ptr::Ptr<'g,T>::get_shared (line 192) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::compare_exchange_weak (line 299) ... ok test src/shared.rs - shared::Shared::new (line 27) ... ok test src/shared.rs - shared::Shared::get_mut (line 117) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::from (line 48) ... ok test src/atomic_owned.rs - atomic_owned::AtomicOwned::compare_exchange (line 234) ... ok test src/atomic_shared.rs - atomic_shared::AtomicShared::update_tag_if (line 197) ... ok test src/shared.rs - shared::Shared::new_unchecked (line 52) ... ok test src/shared.rs - shared::Shared::release (line 161) ... ok test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.56s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-sdd-devel-3.0.3-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/sdd-3.0.3/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/sdd-3.0.3/LICENSE warning: File listed twice: /usr/share/cargo/registry/sdd-3.0.3/README.md Provides: crate(sdd) = 3.0.3 rust-sdd-devel = 3.0.3-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.65.0 Processing files: rust-sdd+default-devel-3.0.3-1.mga10.noarch Provides: crate(sdd/default) = 3.0.3 rust-sdd+default-devel = 3.0.3-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(sdd) = 3.0.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-sdd+default-devel-3.0.3-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-sdd-devel-3.0.3-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9y0RMf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + test -d /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-sdd-3.0.3-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/sdd-3.0.3/CHANGELOG.md File listed twice: /usr/share/cargo/registry/sdd-3.0.3/LICENSE File listed twice: /usr/share/cargo/registry/sdd-3.0.3/README.md D: [iurt_root_command] Success!