D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-async-process-2.5.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.c3yNSg Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WEZuK8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + rm -rf async-process-2.5.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/async-process-2.5.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd async-process-2.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/async-process-fix-metadata-auto.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + 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.mXBbRa + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + cd async-process-2.5.0 + /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.SsY3Ot + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd async-process-2.5.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 crossbeam-utils v0.8.21 Compiling parking v2.2.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=b3d4831e57576457 -C extra-filename=-ebe5ac684f7a4bbd --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/crossbeam-utils-ebe5ac684f7a4bbd -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling pin-project-lite v0.2.16 Compiling rustix v1.1.2 Compiling linux-raw-sys v0.11.0 Compiling libc v0.2.177 Compiling autocfg v1.5.0 Compiling futures-core v0.3.31 Compiling bitflags v2.9.0 Compiling futures-io v0.3.31 Compiling cfg-if v1.0.4 Compiling fastrand v2.1.1 Compiling slab v0.4.11 Compiling async-task v4.7.1 Running `/usr/bin/rustc --crate-name parking --edition=2018 /usr/share/cargo/registry/parking-2.2.1/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b5234f665704a77 -C extra-filename=-ca513c5681a6b355 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=591a1e4f3ba459cf -C extra-filename=-9f19c04bef166a97 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/rustix-9f19c04bef166a97 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name pin_project_lite --edition=2018 /usr/share/cargo/registry/pin-project-lite-0.2.16/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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea95162656b104b4 -C extra-filename=-4511a62f89c84856 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.11.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=194ffea388a71e07 -C extra-filename=-daa0897de0e2d08f --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.177/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6c53a61b680a75b4 -C extra-filename=-247bd7b76ee2d7cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/libc-247bd7b76ee2d7cf -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30692a400051ab54 -C extra-filename=-7b58e34681fff90e --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_core --edition=2018 /usr/share/cargo/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=297720c87168964c -C extra-filename=-71ba526b023d93ed --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=557655ab03dec7b9 -C extra-filename=-e398f09b4be48fa3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_task --edition=2021 /usr/share/cargo/registry/async-task-4.7.1/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=7ab3a24119007654 -C extra-filename=-852f439cfa3b0b58 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.1.1/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=52d84ba1eca830af -C extra-filename=-8859e41a9b475a9d --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name slab --edition=2018 /usr/share/cargo/registry/slab-0.4.11/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=07f5bcb19142b7c2 -C extra-filename=-32b04edd2f039be4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.9.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=374699fdba2e7132 -C extra-filename=-3e3aaf12f0525762 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_io --edition=2018 /usr/share/cargo/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=35bbc9ea9c18f871 -C extra-filename=-6eaed11051ee5f99 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-lite v2.6.0 Running `/usr/bin/rustc --crate-name futures_lite --edition=2021 /usr/share/cargo/registry/futures-lite-2.6.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="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=1ddb03cc1eb01536 -C extra-filename=-a0608f6953a86655 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfastrand-8859e41a9b475a9d.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_core-71ba526b023d93ed.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/crossbeam-utils-ebe5ac684f7a4bbd/build-script-build` Running `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=84e720001cb813a5 -C extra-filename=-f92d336a9af7685d --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/rustix-9f19c04bef166a97/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/libc-247bd7b76ee2d7cf/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.177/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 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a599050c4c5aeb77 -C extra-filename=-4f7180ecd5406f0f --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling concurrent-queue v2.5.0 Running `/usr/bin/rustc --crate-name concurrent_queue --edition=2021 /usr/share/cargo/registry/concurrent-queue-2.5.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=3cb4b9d2af39bf04 -C extra-filename=-f6116cd906688e64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcrossbeam_utils-f92d336a9af7685d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling event-listener v5.3.1 Running `/usr/bin/rustc --crate-name event_listener --edition=2021 /usr/share/cargo/registry/event-listener-5.3.1/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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=e6ce24228623e458 -C extra-filename=-f9ab12f864c9355c --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libconcurrent_queue-f6116cd906688e64.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e6eb8114dd078776 -C extra-filename=-cad856f2bd09b970 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libbitflags-3e3aaf12f0525762.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/liblinux_raw_sys-daa0897de0e2d08f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Compiling event-listener-strategy v0.5.4 Running `/usr/bin/rustc --crate-name event_listener_strategy --edition=2021 /usr/share/cargo/registry/event-listener-strategy-0.5.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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=acbdcdc0185db106 -C extra-filename=-be59d28d56924f09 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-io v2.6.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/async-io-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=b973979a11f1cb88 -C extra-filename=-23aaa2b445a9de6a --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/async-io-23aaa2b445a9de6a -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libautocfg-7b58e34681fff90e.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-lock v3.4.1 Compiling async-channel v2.5.0 Running `/usr/bin/rustc --crate-name async_lock --edition=2021 /usr/share/cargo/registry/async-lock-3.4.1/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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=05fdb7858f20d903 -C extra-filename=-c210162487a74c85 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener_strategy-be59d28d56924f09.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_channel --edition=2021 /usr/share/cargo/registry/async-channel-2.5.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=cc73e91ee1a749e3 -C extra-filename=-19731f9391e743e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libconcurrent_queue-f6116cd906688e64.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener_strategy-be59d28d56924f09.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_core-71ba526b023d93ed.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/async-io-23aaa2b445a9de6a/build-script-build` Compiling signal-hook-registry v1.4.6 Running `/usr/bin/rustc --crate-name signal_hook_registry --edition=2015 /usr/share/cargo/registry/signal-hook-registry-1.4.6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9124f2d38189fb09 -C extra-filename=-72e72985f111b9ae --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/liblibc-4f7180ecd5406f0f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling polling v3.10.0 Running `/usr/bin/rustc --crate-name polling --edition=2021 /usr/share/cargo/registry/polling-3.10.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=0bce8f660810a854 -C extra-filename=-8f81775a46464a1b --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_io --edition=2021 /usr/share/cargo/registry/async-io-2.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=f57349d90cf7edae -C extra-filename=-c8ebf3a565eeb07b --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libconcurrent_queue-f6116cd906688e64.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-a0608f6953a86655.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpolling-8f81775a46464a1b.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-signal v0.2.13 Running `/usr/bin/rustc --crate-name async_signal --edition=2021 /usr/share/cargo/registry/async-signal-0.2.13/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b62ee6c1045c8654 -C extra-filename=-8dace75440b7c77f --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-c8ebf3a565eeb07b.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_core-71ba526b023d93ed.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --extern signal_hook_registry=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libsignal_hook_registry-72e72985f111b9ae.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-process v2.5.0 (/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0) Running `/usr/bin/rustc --crate-name async_process --edition=2021 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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=8aa4e7ba20590382 -C extra-filename=-8ee30dde4f62662a --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-c8ebf3a565eeb07b.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rmeta --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-8dace75440b7c77f.rmeta --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-a0608f6953a86655.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 10.74s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dAbCn7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd async-process-2.5.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=async-process ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=2.5.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT/usr/share/cargo/registry/async-process-2.5.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT/usr/share/cargo/registry/async-process-2.5.0 + /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-async-process-2.5.0-build/BUILDROOT/usr/share/cargo/registry/async-process-2.5.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT/usr/share/cargo/registry/async-process-2.5.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT/usr/share/cargo/registry/async-process-2.5.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 Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jPk7yF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd async-process-2.5.0 + '[' 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 Fresh crossbeam-utils v0.8.21 Fresh parking v2.2.1 Fresh pin-project-lite v0.2.16 Fresh concurrent-queue v2.5.0 Fresh futures-core v0.3.31 Fresh bitflags v2.9.0 Fresh linux-raw-sys v0.11.0 Compiling fastrand v2.1.1 Fresh autocfg v1.5.0 Fresh futures-io v0.3.31 Fresh event-listener v5.3.1 Fresh slab v0.4.11 Fresh cfg-if v1.0.4 Fresh async-task v4.7.1 Fresh rustix v1.1.2 Fresh event-listener-strategy v0.5.4 Running `/usr/bin/rustc --crate-name fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.1.1/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=04f7c14bbae2a236 -C extra-filename=-ef1cfd00bf09e535 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh polling v3.10.0 Fresh libc v0.2.177 Fresh async-lock v3.4.1 Fresh async-channel v2.5.0 Fresh signal-hook-registry v1.4.6 Compiling futures-lite v2.6.0 Running `/usr/bin/rustc --crate-name futures_lite --edition=2021 /usr/share/cargo/registry/futures-lite-2.6.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="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=4317b579d61c8a0e -C extra-filename=-b1c5cf54c8252368 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_core-71ba526b023d93ed.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-io v2.6.0 Compiling async-executor v1.13.3 Running `/usr/bin/rustc --crate-name async_io --edition=2021 /usr/share/cargo/registry/async-io-2.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=6316814dc3a9ff4f -C extra-filename=-1b62e9606e9edb70 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libconcurrent_queue-f6116cd906688e64.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpolling-8f81775a46464a1b.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_executor --edition=2021 /usr/share/cargo/registry/async-executor-1.13.3/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=7542cfa4376018b6 -C extra-filename=-e4183969e4074876 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libconcurrent_queue-f6116cd906688e64.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-signal v0.2.13 Running `/usr/bin/rustc --crate-name async_signal --edition=2021 /usr/share/cargo/registry/async-signal-0.2.13/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=48607cba3412182f -C extra-filename=-67b60244dd540f93 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_core-71ba526b023d93ed.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --extern signal_hook_registry=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libsignal_hook_registry-72e72985f111b9ae.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-process v2.5.0 (/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0) Running `/usr/bin/rustc --crate-name async_process --edition=2021 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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=1a90f350bb988af6 -C extra-filename=-9cebaec27c7b77d5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rmeta --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rmeta --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_process --edition=2021 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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=cf9b670247a815a9 -C extra-filename=-fc0d3b39d9699d0b --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rlib --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_executor-e4183969e4074876.rlib --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rlib --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rlib --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rlib --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rlib --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name sleep --edition=2021 tests/sleep.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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=716fd0959d3176b1 -C extra-filename=-316a0111e5a524a7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rlib --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_executor-e4183969e4074876.rlib --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rlib --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rlib --extern async_process=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_process-9cebaec27c7b77d5.rlib --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rlib --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rlib --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name std --edition=2021 tests/std.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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=4e31e5ae94c9db53 -C extra-filename=-375b02e9ee2512fe --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rlib --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_executor-e4183969e4074876.rlib --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rlib --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rlib --extern async_process=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_process-9cebaec27c7b77d5.rlib --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rlib --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rlib --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name timeout --edition=2021 examples/timeout.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=66218245aa5fec9f -C extra-filename=-9c3b2b8005778abf --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rlib --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_executor-e4183969e4074876.rlib --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rlib --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rlib --extern async_process=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_process-9cebaec27c7b77d5.rlib --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rlib --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rlib --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 9.59s Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/async_process-fc0d3b39d9699d0b` running 1 test test test::polled_driver ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/sleep-316a0111e5a524a7` running 1 test test unix_sleep ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/std-375b02e9ee2512fe` running 21 tests test signal_reported_right ... ok test child_status_preserved_with_kill_on_drop ... ok test exit_reported_right ... ok test smoke ... ok test smoke_failure ... ok test test_process_output_fail_to_start ... ok test test_finish_once ... ok test smoke_driven ... ok test set_current_dir_works ... ok test test_finish_twice ... ok test test_add_to_env ... ok test stdin_works ... ok test stdout_works ... ok test test_override_env ... ok test test_capture_env_at_spawn ... ok test test_process_output_output ... ok test test_process_output_error ... ok test test_wait_with_output_once ... ok test test_into_inner ... ok test test_process_status ... ok test test_spawn_multiple_with_stdio ... ok test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests async_process Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name async_process --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_channel-19731f9391e743e1.rlib --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_executor-e4183969e4074876.rlib --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_io-1b62e9606e9edb70.rlib --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_lock-c210162487a74c85.rlib --extern async_process=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_process-9cebaec27c7b77d5.rlib --extern async_signal=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_signal-67b60244dd540f93.rlib --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libasync_task-852f439cfa3b0b58.rlib --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libevent_listener-f9ab12f864c9355c.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfutures_lite-b1c5cf54c8252368.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-cad856f2bd09b970.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' --error-format human` running 33 tests test src/lib.rs - Child::try_status (line 329) - compile ... ok test src/lib.rs - Child (line 229) - compile ... ok test src/lib.rs - (line 33) - compile ... ok test src/lib.rs - Child::id (line 288) - compile ... ok test src/lib.rs - Child::output (line 383) - compile ... ok test src/lib.rs - Child::status (line 353) - compile ... ok test src/lib.rs - Child::kill (line 310) - compile ... ok test src/lib.rs - ChildStdin::into_stdio (line 458) - compile ... ok test src/lib.rs - (line 22) - compile ... ok test src/lib.rs - Command (line 747) - compile ... ok test src/lib.rs - ChildStdout::into_stdio (line 547) - compile ... ok test src/lib.rs - ChildStderr::into_stdio (line 624) - compile ... ok test src/lib.rs - driver (line 698) - compile ... ok test src/lib.rs - Command::status (line 1102) - compile ... ok test src/lib.rs - Command::spawn (line 1075) - compile ... ok test src/lib.rs - Command::output (line 1125) - compile ... ok test src/lib.rs - Command::args (line 804) ... ok test src/lib.rs - Command::env (line 826) ... ok test src/lib.rs - Command::arg (line 788) ... ok test src/lib.rs - Command::kill_on_drop (line 1058) ... ok test src/lib.rs - Command::current_dir (line 968) ... ok test src/lib.rs - Command::envs (line 848) ... ok test src/lib.rs - Command::stderr (line 1015) ... ok test src/lib.rs - Command::stdin (line 983) ... ok test src/lib.rs - Command::reap_on_drop (line 1041) ... ok test src/lib.rs - Command::get_program (line 924) ... ok test src/lib.rs - Command::stdout (line 999) ... ok test src/lib.rs - Command::get_envs (line 885) ... ok test src/lib.rs - Command::env_clear (line 953) ... ok test src/lib.rs - Command::env_remove (line 938) ... ok test src/lib.rs - Command::get_current_dir (line 907) ... ok test src/lib.rs - Command::get_args (line 868) ... ok test src/lib.rs - Command::new (line 775) ... ok test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-async-process-devel-2.5.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/async-process-2.5.0/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/async-process-2.5.0/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/async-process-2.5.0/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/async-process-2.5.0/README.md Provides: crate(async-process) = 2.5.0 rust-async-process-devel = 2.5.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(async-channel/default) >= 2.0.0 crate(async-io/default) >= 2.3.0 crate(async-lock/default) >= 3.0.0 crate(async-signal/default) >= 0.2.3 crate(async-task/default) >= 4.7.0 crate(cfg-if/default) >= 1.0.0 crate(event-listener/default) >= 5.1.0 crate(futures-lite/default) >= 2.0.0 crate(rustix) >= 1.0.0 crate(rustix/fs) >= 1.0.0 crate(rustix/process) >= 1.0.0 crate(rustix/std) >= 1.0.0 rust >= 1.71 Processing files: rust-async-process+default-devel-2.5.0-1.mga10.noarch Provides: crate(async-process/default) = 2.5.0 rust-async-process+default-devel = 2.5.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(async-process) = 2.5.0 Processing files: rust-async-process+tracing-devel-2.5.0-1.mga10.noarch Provides: crate(async-process/tracing) = 2.5.0 rust-async-process+tracing-devel = 2.5.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(async-process) = 2.5.0 crate(tracing) >= 0.1.40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-process+tracing-devel-2.5.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-process+default-devel-2.5.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-process-devel-2.5.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EOy4xh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/async-process-2.5.0/CHANGELOG.md File listed twice: /usr/share/cargo/registry/async-process-2.5.0/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/async-process-2.5.0/LICENSE-MIT File listed twice: /usr/share/cargo/registry/async-process-2.5.0/README.md D: [iurt_root_command] Success!