D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/rust-nom8-0.2.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BymX7s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nkII9Q + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + rm -rf nom8-0.2.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/nom8-0.2.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd nom8-0.2.0 + /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.ql8JBW + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + cd nom8-0.2.0 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qfWqRw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + cd nom8-0.2.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 memchr v2.7.4 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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=bc25218a385aa5f2 -C extra-filename=-bc25218a385aa5f2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling nom8 v0.2.0 (/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0) Running `/usr/bin/rustc --crate-name nom8 --edition=2018 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", "unstable-doc"))' -C metadata=a7e17167856a5f36 -C extra-filename=-a7e17167856a5f36 --out-dir /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0/target/rpm/deps/libmemchr-bc25218a385aa5f2.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `cargo-clippy` --> src/lib.rs:317:13 | 317 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable-doc` = help: consider adding `cargo-clippy` 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 name: `nightly` --> src/lib.rs:319:12 | 319 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/lib.rs:331:12 | 331 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/lib.rs:358:14 | 358 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/error.rs:702:12 | 702 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/error.rs:1001:12 | 1001 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:206:12 | 206 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:255:12 | 255 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:323:12 | 323 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:399:12 | 399 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:468:12 | 468 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:529:12 | 529 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:588:12 | 588 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:611:12 | 611 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:762:12 | 762 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:862:12 | 862 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:928:12 | 928 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1024:12 | 1024 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1127:12 | 1127 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1165:12 | 1165 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1196:12 | 1196 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1335:12 | 1335 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/combinator/mod.rs:1364:12 | 1364 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/parser.rs:128:12 | 128 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> src/parser.rs:175:12 | 175 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = 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(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `nom8` (lib) generated 25 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 3.51s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UB2t0m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT + cd nom8-0.2.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=nom8 ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.2.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT/usr/share/cargo/registry/nom8-0.2.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT/usr/share/cargo/registry/nom8-0.2.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)' + /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-nom8-0.2.0-build/BUILDROOT/usr/share/cargo/registry/nom8-0.2.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/nom8-0.2.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT/usr/share/cargo/registry/nom8-0.2.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT/usr/share/cargo/registry/nom8-0.2.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 Reading /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: rust-nom8-devel-0.2.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/nom8-0.2.0/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/nom8-0.2.0/LICENSE warning: File listed twice: /usr/share/cargo/registry/nom8-0.2.0/README.md Provides: crate(nom8) = 0.2.0 rust-nom8-devel = 0.2.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(memchr) >= 2.3.0 rust >= 1.51.0 Processing files: rust-nom8+default-devel-0.2.0-1.mga10.noarch Provides: crate(nom8/default) = 0.2.0 rust-nom8+default-devel = 0.2.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(nom8) = 0.2.0 crate(nom8/std) = 0.2.0 Processing files: rust-nom8+alloc-devel-0.2.0-1.mga10.noarch Provides: crate(nom8/alloc) = 0.2.0 rust-nom8+alloc-devel = 0.2.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(nom8) = 0.2.0 Processing files: rust-nom8+std-devel-0.2.0-1.mga10.noarch Provides: crate(nom8/std) = 0.2.0 rust-nom8+std-devel = 0.2.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(memchr/std) >= 2.3.0 crate(nom8) = 0.2.0 crate(nom8/alloc) = 0.2.0 Processing files: rust-nom8+unstable-doc-devel-0.2.0-1.mga10.noarch Provides: crate(nom8/unstable-doc) = 0.2.0 rust-nom8+unstable-doc-devel = 0.2.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(nom8) = 0.2.0 crate(nom8/alloc) = 0.2.0 crate(nom8/std) = 0.2.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-nom8+unstable-doc-devel-0.2.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-nom8+default-devel-0.2.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-nom8+std-devel-0.2.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-nom8+alloc-devel-0.2.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-nom8-devel-0.2.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0pDS7J + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-nom8-0.2.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/nom8-0.2.0/CHANGELOG.md File listed twice: /usr/share/cargo/registry/nom8-0.2.0/LICENSE File listed twice: /usr/share/cargo/registry/nom8-0.2.0/README.md D: [iurt_root_command] Success!