D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/rust-owning_ref-0.4.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bC16mK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N9Ljvu + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + rm -rf owning_ref-0.4.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/owning_ref-0.4.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd owning_ref-0.4.1 + /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.BlQGo7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + cd owning_ref-0.4.1 + /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.dE0jZ4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + cd owning_ref-0.4.1 + '[' 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 2021 Compiling stable_deref_trait v1.2.0 Running `/usr/bin/rustc --crate-name stable_deref_trait --edition=2015 /usr/share/cargo/registry/stable_deref_trait-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2376d4bdf19b4304 -C extra-filename=-2376d4bdf19b4304 --out-dir /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling owning_ref v0.4.1 (/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1) Running `/usr/bin/rustc --crate-name owning_ref --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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4804a214f04592a2 -C extra-filename=-4804a214f04592a2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps/libstable_deref_trait-2376d4bdf19b4304.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unnecessary parentheses around type --> src/lib.rs:1074:28 | 1074 | where O: Send, for<'a> (&'a T): Send {} | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 1074 - where O: Send, for<'a> (&'a T): Send {} 1074 + where O: Send, for<'a> &'a T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1076:28 | 1076 | where O: Sync, for<'a> (&'a T): Sync {} | ^ ^ | help: remove these parentheses | 1076 - where O: Sync, for<'a> (&'a T): Sync {} 1076 + where O: Sync, for<'a> &'a T: Sync {} | warning: unnecessary parentheses around type --> src/lib.rs:1079:28 | 1079 | where O: Send, for<'a> (&'a mut T): Send {} | ^ ^ | help: remove these parentheses | 1079 - where O: Send, for<'a> (&'a mut T): Send {} 1079 + where O: Send, for<'a> &'a mut T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1081:28 | 1081 | where O: Sync, for<'a> (&'a mut T): Sync {} | ^ ^ | help: remove these parentheses | 1081 - where O: Sync, for<'a> (&'a mut T): Sync {} 1081 + where O: Sync, for<'a> &'a mut T: Sync {} | warning: `owning_ref` (lib) generated 4 warnings (run `cargo fix --lib -p owning_ref` to apply 4 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.24s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U76ylU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT + cd owning_ref-0.4.1 + '[' 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=owning_ref ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.4.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/cargo/registry/owning_ref-0.4.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/cargo/registry/owning_ref-0.4.1 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/cargo/registry/owning_ref-0.4.1 + grep -w -E -v 'Cargo.(lock|toml.orig)' warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/cargo/registry/owning_ref-0.4.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/cargo/registry/owning_ref-0.4.1/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 Reading /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AhLVyr + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + cd owning_ref-0.4.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 test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast warning: no edition set: defaulting to the 2015 edition while the latest is 2021 Fresh stable_deref_trait v1.2.0 warning: unnecessary parentheses around type --> src/lib.rs:1074:28 | 1074 | where O: Send, for<'a> (&'a T): Send {} | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 1074 - where O: Send, for<'a> (&'a T): Send {} 1074 + where O: Send, for<'a> &'a T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1076:28 | 1076 | where O: Sync, for<'a> (&'a T): Sync {} | ^ ^ | help: remove these parentheses | 1076 - where O: Sync, for<'a> (&'a T): Sync {} 1076 + where O: Sync, for<'a> &'a T: Sync {} | warning: unnecessary parentheses around type --> src/lib.rs:1079:28 | 1079 | where O: Send, for<'a> (&'a mut T): Send {} | ^ ^ | help: remove these parentheses | 1079 - where O: Send, for<'a> (&'a mut T): Send {} 1079 + where O: Send, for<'a> &'a mut T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1081:28 | 1081 | where O: Sync, for<'a> (&'a mut T): Sync {} | ^ ^ | help: remove these parentheses | 1081 - where O: Sync, for<'a> (&'a mut T): Sync {} 1081 + where O: Sync, for<'a> &'a mut T: Sync {} | warning: `owning_ref` (lib) generated 4 warnings (run `cargo fix --lib -p owning_ref` to apply 4 suggestions) Compiling owning_ref v0.4.1 (/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1) Running `/usr/bin/rustc --crate-name owning_ref --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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ea496891f676f77 -C extra-filename=-6ea496891f676f77 --out-dir /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps/libstable_deref_trait-2376d4bdf19b4304.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: creating a mutable reference to mutable static is discouraged --> src/lib.rs:1737:53 | 1737 | let mut_s: &'static mut [u8] = unsafe { &mut MUT_S }; | ^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see issue #114447 = note: this will be a hard error in the 2024 edition = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior = note: `#[warn(static_mut_refs)]` on by default help: use `addr_of_mut!` instead to create a raw pointer | 1737 | let mut_s: &'static mut [u8] = unsafe { addr_of_mut!(MUT_S) }; | ~~~~~~~~~~~~~ + warning: `owning_ref` (lib test) generated 5 warnings (4 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 1.91s Running `/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps/owning_ref-6ea496891f676f77` running 64 tests test tests::owning_handle::owning_handle ... ok test tests::owning_handle::owning_handle_mut_safe ... ok test tests::owning_handle::nested ... ok test tests::owning_handle::owning_handle_safe ... ok test tests::owning_handle::owning_handle_safe_2 ... ok test tests::owning_handle::try_owning_handle_err ... ok test tests::owning_handle::try_owning_handle_ok ... ok test tests::owning_ref::as_owner ... ok test tests::owning_ref::borrow ... ok test tests::owning_ref::cmp ... ok test tests::owning_ref::eq ... ok test tests::owning_ref::fmt_debug ... ok test tests::owning_ref::erased_owner ... ok test tests::owning_ref::hash ... ok test tests::owning_ref::into ... ok test tests::owning_ref::into_owner ... ok test tests::owning_ref::map_chained ... ok test tests::owning_ref::map_chained_inference ... ok test tests::owning_ref::map_heap_ref ... ok test tests::owning_ref::map_offset_ref ... ok test tests::owning_ref::map_static_ref ... ok test tests::owning_ref::map_with_owner ... ok test tests::owning_ref::new_deref ... ok test tests::owning_ref::non_static_erased_owner ... ok test tests::owning_ref::partial_cmp ... ok test tests::owning_ref::raii_locks ... ok test tests::owning_ref::total_erase ... ok test tests::owning_ref::total_erase_box ... ok test tests::owning_ref::try_map1 ... ok test tests::owning_ref::try_map2 ... ok test tests::owning_ref::try_map_with_owner_err ... ok test tests::owning_ref::try_map_with_owner_ok ... ok test tests::owning_ref_mut::as_owner ... ok test tests::owning_ref_mut::borrow ... ok test tests::owning_ref_mut::cmp ... ok test tests::owning_ref_mut::eq ... ok test tests::owning_ref_mut::erased_owner ... ok test tests::owning_ref_mut::fmt_debug ... ok test tests::owning_ref_mut::hash ... ok test tests::owning_ref_mut::into ... ok test tests::owning_ref_mut::into_owner ... ok test tests::owning_ref_mut::map_chained_inference ... ok test tests::owning_ref_mut::map_heap_ref ... ok test tests::owning_ref_mut::map_mut_chained ... ok test tests::owning_ref_mut::map_mut_heap_ref ... ok test tests::owning_ref_mut::into_owning_ref ... ok test tests::owning_ref_mut::map_mut_offset_ref ... ok test tests::owning_ref_mut::map_mut_static_ref ... ok test tests::owning_ref_mut::map_offset_ref ... ok test tests::owning_ref_mut::map_static_ref ... ok test tests::owning_ref_mut::mutate ... ok test tests::owning_ref_mut::non_static_erased_owner ... ok test tests::owning_ref_mut::new_deref ... ok test tests::owning_ref_mut::partial_cmp ... ok test tests::owning_ref_mut::new_deref_mut ... ok test tests::owning_ref_mut::raii_locks ... ok test tests::owning_ref_mut::ref_mut ... ok test tests::owning_ref_mut::try_map1 ... ok test tests::owning_ref_mut::try_map2 ... ok test tests::owning_ref_mut::try_map3 ... ok test tests::owning_ref_mut::try_map4 ... ok test tests::owning_ref_mut::total_erase ... ok test tests::owning_ref_mut::try_map_mut ... ok test tests::owning_ref_mut::total_erase_box ... ok test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests owning_ref Running `/usr/bin/rustdoc --edition=2015 --crate-type lib --color auto --crate-name owning_ref --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps --extern owning_ref=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps/libowning_ref-4804a214f04592a2.rlib --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/target/rpm/deps/libstable_deref_trait-2376d4bdf19b4304.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` warning: unnecessary parentheses around type --> src/lib.rs:1074:28 | 1074 | where O: Send, for<'a> (&'a T): Send {} | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 1074 - where O: Send, for<'a> (&'a T): Send {} 1074 + where O: Send, for<'a> &'a T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1076:28 | 1076 | where O: Sync, for<'a> (&'a T): Sync {} | ^ ^ | help: remove these parentheses | 1076 - where O: Sync, for<'a> (&'a T): Sync {} 1076 + where O: Sync, for<'a> &'a T: Sync {} | warning: unnecessary parentheses around type --> src/lib.rs:1079:28 | 1079 | where O: Send, for<'a> (&'a mut T): Send {} | ^ ^ | help: remove these parentheses | 1079 - where O: Send, for<'a> (&'a mut T): Send {} 1079 + where O: Send, for<'a> &'a mut T: Send {} | warning: unnecessary parentheses around type --> src/lib.rs:1081:28 | 1081 | where O: Sync, for<'a> (&'a mut T): Sync {} | ^ ^ | help: remove these parentheses | 1081 - where O: Sync, for<'a> (&'a mut T): Sync {} 1081 + where O: Sync, for<'a> &'a mut T: Sync {} | warning: 4 warnings emitted running 22 tests test src/lib.rs - (line 12) ... ignored test src/lib.rs - OwningRef::try_map (line 404) ... ok test src/lib.rs - OwningRef::map_with_owner (line 372) ... ok test src/lib.rs - (line 219) ... ok test src/lib.rs - OwningRef::new (line 302) ... ok test src/lib.rs - (line 27) ... ok test src/lib.rs - OwningRefMut::new (line 549) ... ok test src/lib.rs - OwningRefMut::map_mut (line 619) ... ok test src/lib.rs - (line 106) ... ok test src/lib.rs - (line 56) ... ok test src/lib.rs - OwningRefMut::map (line 589) ... ok test src/lib.rs - OwningRefMut::try_map_mut (line 681) ... ok test src/lib.rs - OwningRef::erase_owner (line 495) ... ok test src/lib.rs - (line 132) ... ok test src/lib.rs - OwningRefMut::erase_owner (line 739) ... ok test src/lib.rs - (line 78) ... ok test src/lib.rs - OwningRef::map (line 342) ... ok test src/lib.rs - OwningRefMut::try_map (line 649) ... ok test src/lib.rs - (line 188) ... ok test src/lib.rs - OwningRef::try_map_with_owner (line 436) ... ok test src/lib.rs - (line 118) ... ok test src/lib.rs - (line 155) ... ok test result: ok. 21 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.29s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-owning_ref-devel-0.4.1-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uf47QS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + cd owning_ref-0.4.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/doc/rust-owning_ref-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/doc/rust-owning_ref-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/CHANGELOG.md /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/doc/rust-owning_ref-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/README.md /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/doc/rust-owning_ref-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hLJZlO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + cd owning_ref-0.4.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/licenses/rust-owning_ref-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/licenses/rust-owning_ref-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/owning_ref-0.4.1/LICENSE /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT/usr/share/licenses/rust-owning_ref-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: crate(owning_ref) = 0.4.1 rust-owning_ref-devel = 0.4.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(stable_deref_trait/default) >= 1.0.0 Processing files: rust-owning_ref+default-devel-0.4.1-1.mga10.noarch Provides: crate(owning_ref/default) = 0.4.1 rust-owning_ref+default-devel = 0.4.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(owning_ref) = 0.4.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-owning_ref+default-devel-0.4.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-owning_ref-devel-0.4.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lRtOCy + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-owning_ref-0.4.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!