D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/rust-bitflags-1.0.1-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7goroa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf bitflags-1.0.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bitflags-1.0.1.crate + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bitflags-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -eu + /usr/bin/mkdir -p .cargo + cat + /usr/bin/rm -f Cargo.lock + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DMjbE8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bitflags-1.0.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 /usr/bin/cargo build -j8 -Z avoid-dev-deps --release Compiling bitflags v1.0.1 (/home/iurt/rpmbuild/BUILD/bitflags-1.0.1) Running `/usr/bin/rustc --crate-name bitflags src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="example_generated"' -C metadata=686cde3db19865ed -C extra-filename=-686cde3db19865ed --out-dir /home/iurt/rpmbuild/BUILD/bitflags-1.0.1/target/release/deps -L dependency=/home/iurt/rpmbuild/BUILD/bitflags-1.0.1/target/release/deps -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now -Ccodegen-units=1 --cap-lints=warn` warning: use of deprecated item 'try': use the `?` operator instead --> src/lib.rs:437:29 | 437 | ... try!(f.write_str(" | ")); | ^^^ | ::: src/example_generated.rs:4:1 | 4 | / bitflags! { 5 | | /// This is the same `Flags` struct defined in the [crate level example](../index.html#example). 6 | | /// Note that this struct is just for documentation purposes only, it must not be used outside 7 | | /// this crate. ... | 13 | | } 14 | | } | |_- in this macro invocation | = note: `#[warn(deprecated)]` on by default warning: use of deprecated item 'try': use the `?` operator instead --> src/lib.rs:440:25 | 440 | try!(f.write_str(stringify!($Flag))); | ^^^ | ::: src/example_generated.rs:4:1 | 4 | / bitflags! { 5 | | /// This is the same `Flags` struct defined in the [crate level example](../index.html#example). 6 | | /// Note that this struct is just for documentation purposes only, it must not be used outside 7 | | /// this crate. ... | 13 | | } 14 | | } | |_- in this macro invocation warning: use of deprecated item 'try': use the `?` operator instead --> src/lib.rs:444:21 | 444 | try!(f.write_str("(empty)")); | ^^^ | ::: src/example_generated.rs:4:1 | 4 | / bitflags! { 5 | | /// This is the same `Flags` struct defined in the [crate level example](../index.html#example). 6 | | /// Note that this struct is just for documentation purposes only, it must not be used outside 7 | | /// this crate. ... | 13 | | } 14 | | } | |_- in this macro invocation Finished release [optimized] target(s) in 0.49s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ohqiIa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64 + cd bitflags-1.0.1 + '[' 1 -eq 1 ']' + set -eu + /usr/bin/cargo-inspector --target-kinds Cargo.toml ++ printf 'lib\nrlib\nproc-macro' + grep -q -F -x 'lib rlib proc-macro' ++ /usr/bin/cargo-inspector --name Cargo.toml + CRATE_NAME=bitflags ++ /usr/bin/cargo-inspector --version Cargo.toml + CRATE_VERSION=1.0.1 + REG_DIR=/home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64/usr/share/cargo/registry/bitflags-1.0.1 + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64/usr/share/cargo/registry/bitflags-1.0.1 + gawk -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 /usr/bin/cargo package -l + grep -w -v Cargo.lock + xargs -d '\n' /usr/bin/cp --parents -a -t /home/iurt/rpmbuild/BUILDROOT/rust-bitflags-1.0.1-3.mga8.aarch64/usr/share/cargo/registry/bitflags-1.0.1 warning: No (git) VCS found for `/home/iurt/rpmbuild/BUILD/bitflags-1.0.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml /usr/bin/mv: cannot stat 'Cargo.toml.deps': No such file or directory error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.ohqiIa (%install) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.ohqiIa (%install) I: [iurt_root_command] ERROR: chroot