D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/rust-bencher-0.1.5-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4n7UF2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + test -d /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qdGieB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + rm -rf bencher-0.1.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/bencher-0.1.5.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd bencher-0.1.5 + /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(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.r0hN2Z + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + cd bencher-0.1.5 + '[' 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 bencher v0.1.5 (/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5) Running `/usr/bin/rustc --crate-name bencher --edition=2015 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=7a4e37f7ded90e1d -C extra-filename=-7a4e37f7ded90e1d --out-dir /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:220:36 | 220 | Some(ref path) => Some(try!(File::create(path))), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:254:13 | 254 | try!(self.write_pretty(verbose)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:262:17 | 262 | try!(stdout.write_all(word.as_bytes())); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:271:17 | 271 | try!(stdout.write_all(s.as_bytes())); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:300:17 | 300 | try!(self.write_bench()); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:322:9 | 322 | try!(self.write_plain("\nfailures:\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:339:9 | 339 | try!(self.write_plain("\nfailures:\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:335:13 | 335 | try!(self.write_plain("\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:336:13 | 336 | try!(self.write_plain(&fail_out)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:342:13 | 342 | try!(self.write_plain(&format!(" {}\n", name))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:355:9 | 355 | try!(self.write_plain("\ntest result: ")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:367:9 | 367 | try!(self.write_plain(&s)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:352:13 | 352 | try!(self.write_failures()); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:358:13 | 358 | try!(self.write_pretty("ok")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:360:13 | 360 | try!(self.write_pretty("FAILED")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:444:5 | 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:421:17 | 421 | try!(st.write_log(&test, &result)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:422:17 | 422 | try!(st.write_result(&result)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:434:18 | 434 | let mut st = try!(ConsoleTestState::new(opts)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:503:5 | 503 | try!(callback(TeFiltered(filtered_descs))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:510:9 | 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:512:9 | 512 | try!(callback(TeResult(test, result, stdout))); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> lib.rs:123:20 | 123 | DynBenchFn(Box), | ^^^^^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: if this is an object-safe trait, use `dyn` | 123 | DynBenchFn(Box), | +++ warning: field `2` is never read --> lib.rs:487:36 | 487 | TeResult(TestDesc, TestResult, Vec), | -------- field in this variant ^^^^^^^ | = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 487 | TeResult(TestDesc, TestResult, ()), | ~~ warning: `bencher` (lib) generated 24 warnings (run `cargo fix --lib -p bencher` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 3.97s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2bqhwR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT + cd bencher-0.1.5 + '[' 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=bencher ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.1.5 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/cargo/registry/bencher-0.1.5 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/cargo/registry/bencher-0.1.5 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/cargo/registry/bencher-0.1.5 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/cargo/registry/bencher-0.1.5/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/cargo/registry/bencher-0.1.5/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-bencher-0.1.5-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XSTiqq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + cd bencher-0.1.5 + '[' 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 warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:220:36 | 220 | Some(ref path) => Some(try!(File::create(path))), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:254:13 | 254 | try!(self.write_pretty(verbose)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:262:17 | 262 | try!(stdout.write_all(word.as_bytes())); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:271:17 | 271 | try!(stdout.write_all(s.as_bytes())); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:300:17 | 300 | try!(self.write_bench()); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:322:9 | 322 | try!(self.write_plain("\nfailures:\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:339:9 | 339 | try!(self.write_plain("\nfailures:\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:335:13 | 335 | try!(self.write_plain("\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:336:13 | 336 | try!(self.write_plain(&fail_out)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:342:13 | 342 | try!(self.write_plain(&format!(" {}\n", name))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:355:9 | 355 | try!(self.write_plain("\ntest result: ")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:367:9 | 367 | try!(self.write_plain(&s)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:352:13 | 352 | try!(self.write_failures()); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:358:13 | 358 | try!(self.write_pretty("ok")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:360:13 | 360 | try!(self.write_pretty("FAILED")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:444:5 | 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:421:17 | 421 | try!(st.write_log(&test, &result)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:422:17 | 422 | try!(st.write_result(&result)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:434:18 | 434 | let mut st = try!(ConsoleTestState::new(opts)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:503:5 | 503 | try!(callback(TeFiltered(filtered_descs))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:510:9 | 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> lib.rs:512:9 | 512 | try!(callback(TeResult(test, result, stdout))); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> lib.rs:123:20 | 123 | DynBenchFn(Box), | ^^^^^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: if this is an object-safe trait, use `dyn` | 123 | DynBenchFn(Box), | +++ warning: field `2` is never read --> lib.rs:487:36 | 487 | TeResult(TestDesc, TestResult, Vec), | -------- field in this variant ^^^^^^^ | = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 487 | TeResult(TestDesc, TestResult, ()), | ~~ warning: `bencher` (lib) generated 24 warnings (run `cargo fix --lib -p bencher` to apply 1 suggestion) Compiling bencher v0.1.5 (/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5) Running `/usr/bin/rustc --crate-name bencher --edition=2015 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=319d2a2d918e31d8 -C extra-filename=-319d2a2d918e31d8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `bencher` (lib test) generated 24 warnings (24 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 1.85s Running `/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps/bencher-319d2a2d918e31d8` running 18 tests test stats::tests::test_pois25lambda50 ... ok test stats::tests::test_pois25lambda30 ... ok test stats::tests::test_norm2 ... ok test stats::tests::test_binom25 ... ok test stats::tests::test_norm10medium ... ok test stats::tests::test_exp10c ... ok test stats::tests::test_norm25verynarrow ... ok test stats::tests::test_norm10wide ... ok test stats::tests::test_exp10a ... ok test stats::tests::test_sum_f64_between_ints_that_sum_to_0 ... ok test should_sort_failures_before_printing_them ... ok test stats::tests::test_unif25 ... ok test stats::tests::test_exp25 ... ok test stats::tests::test_exp10b ... ok test stats::tests::test_pois25lambda40 ... ok test stats::tests::test_sum_f64s ... ok test stats::tests::test_norm10narrow ... ok test stats::tests::test_min_max_nan ... ok test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests bencher Running `/usr/bin/rustdoc --edition=2015 --crate-type lib --color auto --crate-name bencher --test lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps --extern bencher=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/target/rpm/deps/libbencher-7a4e37f7ded90e1d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` running 2 tests test lib.rs - (line 26) ... ignored test lib.rs - (line 34) ... ok test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-bencher-devel-0.1.5-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cp7oaJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + cd bencher-0.1.5 + DOCDIR=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/doc/rust-bencher-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/doc/rust-bencher-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/README.rst /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/doc/rust-bencher-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yYcj7l + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + cd bencher-0.1.5 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/licenses/rust-bencher-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/licenses/rust-bencher-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/LICENSE-MIT /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/licenses/rust-bencher-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/bencher-0.1.5/LICENSE-APACHE /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT/usr/share/licenses/rust-bencher-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: crate(bencher) = 0.1.5 rust-bencher-devel = 0.1.5-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-bencher+default-devel-0.1.5-1.mga10.noarch Provides: crate(bencher/default) = 0.1.5 rust-bencher+default-devel = 0.1.5-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bencher) = 0.1.5 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bencher-devel-0.1.5-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bencher+default-devel-0.1.5-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4IPTSJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + test -d /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bencher-0.1.5-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!