D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/rust-heapsize-0.4.2-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tHnA39 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.riuIR7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + rm -rf heapsize-0.4.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/heapsize-0.4.2.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd heapsize-0.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/heapsize-fix-metadata-auto.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/heapsize-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.SIEjbh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + cd heapsize-0.4.2 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6rrtQn + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + cd heapsize-0.4.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm warning: no edition set: defaulting to the 2015 edition while the latest is 2021 Compiling heapsize v0.4.2 (/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2) Running `/usr/bin/rustc --crate-name build_script_build --edition=2015 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)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' -C metadata=e6387442a691bbb1 -C extra-filename=-e6387442a691bbb1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/build/heapsize-e6387442a691bbb1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unnecessary trailing semicolon --> build.rs:23:63 | 23 | let version = release.unwrap().split('-').next().unwrap();; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: `heapsize` (build script) generated 1 warning Running `/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/build/heapsize-e6387442a691bbb1/build-script-build` Running `/usr/bin/rustc --crate-name heapsize --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("flexible-tests", "unstable"))' -C metadata=7958b034f589fed6 -C extra-filename=-7958b034f589fed6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `prefixed_jemalloc` --> src/lib.rs:44:18 | 44 | #[cfg_attr(any(prefixed_jemalloc, target_os = "macos", target_os = "ios", target_os = "android"), link_name = "je_malloc_usabl... | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(prefixed_jemalloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prefixed_jemalloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `heapsize` (lib) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 1.43s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Wqw0xo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT + cd heapsize-0.4.2 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=heapsize ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.4.2 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT/usr/share/cargo/registry/heapsize-0.4.2 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT/usr/share/cargo/registry/heapsize-0.4.2 + /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-heapsize-0.4.2-build/BUILDROOT/usr/share/cargo/registry/heapsize-0.4.2 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT/usr/share/cargo/registry/heapsize-0.4.2/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT/usr/share/cargo/registry/heapsize-0.4.2/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3btlEF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + cd heapsize-0.4.2 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast --features flexible-tests warning: no edition set: defaulting to the 2015 edition while the latest is 2021 Compiling heapsize v0.4.2 (/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2) Running `/usr/bin/rustc --crate-name build_script_build --edition=2015 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="flexible-tests"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' -C metadata=37f8e9be1cd194aa -C extra-filename=-37f8e9be1cd194aa --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/build/heapsize-37f8e9be1cd194aa -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unnecessary trailing semicolon --> build.rs:23:63 | 23 | let version = release.unwrap().split('-').next().unwrap();; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: `heapsize` (build script) generated 1 warning Running `/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/build/heapsize-37f8e9be1cd194aa/build-script-build` Running `/usr/bin/rustc --crate-name heapsize --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="flexible-tests"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' -C metadata=c00fbc44db36b32e -C extra-filename=-c00fbc44db36b32e --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name heapsize --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="flexible-tests"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' -C metadata=e7cc3d774e886d8b -C extra-filename=-e7cc3d774e886d8b --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `prefixed_jemalloc` --> src/lib.rs:44:18 | 44 | #[cfg_attr(any(prefixed_jemalloc, target_os = "macos", target_os = "ios", target_os = "android"), link_name = "je_malloc_usabl... | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(prefixed_jemalloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prefixed_jemalloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `heapsize` (lib) generated 1 warning (1 duplicate) Running `/usr/bin/rustc --crate-name tests --edition=2015 tests/tests.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="flexible-tests"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' -C metadata=b8c88a207bc52de1 -C extra-filename=-b8c88a207bc52de1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps --extern heapsize=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps/libheapsize-e7cc3d774e886d8b.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `heapsize` (lib test) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 2.28s Running `/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps/heapsize-c00fbc44db36b32e` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps/tests-b8c88a207bc52de1` running 3 tests test test_boxed_slice ... ok test test_heap_size ... ok test test_boxed_str ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests heapsize Running `/usr/bin/rustdoc --edition=2015 --crate-type lib --color auto --crate-name heapsize --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps --extern heapsize=/home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/heapsize-0.4.2/target/rpm/deps/libheapsize-e7cc3d774e886d8b.rlib -C embed-bitcode=no --cfg 'feature="flexible-tests"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("flexible-tests", "unstable"))' --error-format human` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-heapsize-devel-0.4.2-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/README.md Provides: crate(heapsize) = 0.4.2 rust-heapsize-devel = 0.4.2-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-heapsize+default-devel-0.4.2-2.mga10.noarch Provides: crate(heapsize/default) = 0.4.2 rust-heapsize+default-devel = 0.4.2-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(heapsize) = 0.4.2 Processing files: rust-heapsize+flexible-tests-devel-0.4.2-2.mga10.noarch Provides: crate(heapsize/flexible-tests) = 0.4.2 rust-heapsize+flexible-tests-devel = 0.4.2-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(heapsize) = 0.4.2 Processing files: rust-heapsize+unstable-devel-0.4.2-2.mga10.noarch Provides: crate(heapsize/unstable) = 0.4.2 rust-heapsize+unstable-devel = 0.4.2-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(heapsize) = 0.4.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-heapsize+unstable-devel-0.4.2-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-heapsize+default-devel-0.4.2-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-heapsize+flexible-tests-devel-0.4.2-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-heapsize-devel-0.4.2-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Geo3rG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-heapsize-0.4.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/LICENSE-MIT File listed twice: /usr/share/cargo/registry/heapsize-0.4.2/README.md D: [iurt_root_command] Success!