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.kHghsq Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.B89CSp + 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.dfRI8C + 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.d0QvQr + 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 Compiling pin-project-lite v0.2.16 Compiling rustix v1.1.2 Compiling linux-raw-sys v0.11.0 Compiling autocfg v1.5.0 Compiling futures-core v0.3.31 Compiling bitflags v2.10.0 Compiling libc v0.2.180 Compiling cfg-if v1.0.4 Compiling futures-io v0.3.31 Compiling fastrand v2.3.0 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=47d231a08b41c7ff -C extra-filename=-c8ceb5165869c90a --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 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=594a756b09b84046 -C extra-filename=-8396a29dc9d805cf --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=f0e6354e226b04b2 -C extra-filename=-5442e0c21c252de8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/rustix-5442e0c21c252de8 -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=64be92c55336af59 -C extra-filename=-7b250ba64b7777fc --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 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=3da3d4130c7f067d -C extra-filename=-d9f92939e64234ef --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/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=c3e897361e9c0e98 -C extra-filename=-78dfea2a52b50be5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/crossbeam-utils-78dfea2a52b50be5 -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=833c31afc38a1e7f -C extra-filename=-082b6c7e2c01495d --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.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=16fbcfd0cedd0eb8 -C extra-filename=-0c3d03fcad8fc5e6 --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.180/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=5847cfa6a656dc4c -C extra-filename=-5e3842ffd01dceae --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/libc-5e3842ffd01dceae -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=08b529e5e0e8f31d -C extra-filename=-882b1cd97dcfd39c --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=b223fe1de105a250 -C extra-filename=-4263c2963dbb7cf0 --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.3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac86518898b996a3 -C extra-filename=-a4f46d82932a5b9b --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=c420c6c0fcbfe2ef -C extra-filename=-9c97fc5d0c5e5838 --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=a362a0228662073a -C extra-filename=-f9a2d8056a475a6c --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=71c4f3e753a6759f -C extra-filename=-fc65a6f9348edb20 --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-a4f46d82932a5b9b.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-082b6c7e2c01495d.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-4263c2963dbb7cf0.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-c8ceb5165869c90a.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-8396a29dc9d805cf.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-78dfea2a52b50be5/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=501ad334e9397efc -C extra-filename=-217a2b844c13d8fc --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)'` 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=4d6f6b0df4cb77da -C extra-filename=-e2f74dbd20805632 --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-217a2b844c13d8fc.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/rustix-5442e0c21c252de8/build-script-build` 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=981dc7c5bc120002 -C extra-filename=-3f6b217d8377a436 --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-e2f74dbd20805632.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-c8ceb5165869c90a.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-8396a29dc9d805cf.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/libc-5e3842ffd01dceae/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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=a90c244e0b1f6725 -C extra-filename=-3c016273de920cf5 --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(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 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=a017e6504bc9b895 -C extra-filename=-0814da4035e433ff --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-3f6b217d8377a436.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-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-channel v2.5.0 Compiling async-lock v3.4.1 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=f4665b4755e42739 -C extra-filename=-88b6447a4eb61abb --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-e2f74dbd20805632.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-0814da4035e433ff.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-082b6c7e2c01495d.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-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=24e82f0fda113b90 -C extra-filename=-2f9203e320036a21 --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-3f6b217d8377a436.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-0814da4035e433ff.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-8396a29dc9d805cf.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=ef0ecb9186304184 -C extra-filename=-020013c4b6b1352b --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-0c3d03fcad8fc5e6.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-7b250ba64b7777fc.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 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=44d60b38f4b995a3 -C extra-filename=-acb075c4e0298e72 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/build/async-io-acb075c4e0298e72 -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-d9f92939e64234ef.rlib --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-acb075c4e0298e72/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=5035ed707e8cd07b -C extra-filename=-5bd4635382178be1 --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-3c016273de920cf5.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=761312d8f2dcd571 -C extra-filename=-7623d8dc7945d57a --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-882b1cd97dcfd39c.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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=b60628d653c2a3d7 -C extra-filename=-8ae9ec6802acd246 --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-882b1cd97dcfd39c.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-e2f74dbd20805632.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-4263c2963dbb7cf0.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-fc65a6f9348edb20.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-c8ceb5165869c90a.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpolling-7623d8dc7945d57a.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.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=ad0be45572d62f7e -C extra-filename=-ecb7d3b864b05a1f --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-8ae9ec6802acd246.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-882b1cd97dcfd39c.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-082b6c7e2c01495d.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-4263c2963dbb7cf0.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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-5bd4635382178be1.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=b299c7c54b0ce1bf -C extra-filename=-80629b51ee3397f5 --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-88b6447a4eb61abb.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-8ae9ec6802acd246.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-2f9203e320036a21.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-ecb7d3b864b05a1f.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-fc65a6f9348edb20.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 9.92s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eU33iJ + 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.ylUAPC + 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 autocfg v1.5.0 Fresh bitflags v2.10.0 Fresh futures-io v0.3.31 Compiling fastrand v2.3.0 Fresh linux-raw-sys v0.11.0 Fresh slab v0.4.11 Fresh cfg-if v1.0.4 Fresh async-task v4.7.1 Fresh event-listener v5.3.1 Running `/usr/bin/rustc --crate-name fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=157f72edf53aaf13 -C extra-filename=-bff68224de12f64a --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 rustix v1.1.2 Fresh event-listener-strategy v0.5.4 Fresh libc v0.2.180 Fresh polling v3.10.0 Fresh signal-hook-registry v1.4.6 Fresh async-lock v3.4.1 Fresh async-channel v2.5.0 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=178d910d56021f42 -C extra-filename=-948d201247bcead9 --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-bff68224de12f64a.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-082b6c7e2c01495d.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-4263c2963dbb7cf0.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-c8ceb5165869c90a.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-8396a29dc9d805cf.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=2177a62115f82167 -C extra-filename=-9ca0eb190b94c757 --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-882b1cd97dcfd39c.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-e2f74dbd20805632.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-4263c2963dbb7cf0.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-948d201247bcead9.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libparking-c8ceb5165869c90a.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libpolling-7623d8dc7945d57a.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.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=63e5ae0949fcad85 -C extra-filename=-bd5dd7edd2394eae --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-f9a2d8056a475a6c.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-e2f74dbd20805632.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libfastrand-bff68224de12f64a.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-948d201247bcead9.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-8396a29dc9d805cf.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.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=f9270cd6998e6177 -C extra-filename=-ba06a827fa0a1718 --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-9ca0eb190b94c757.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-882b1cd97dcfd39c.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-082b6c7e2c01495d.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-4263c2963dbb7cf0.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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-5bd4635382178be1.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=c79072dfd128db36 -C extra-filename=-7cba5f8f7d5e899f --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-88b6447a4eb61abb.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-9ca0eb190b94c757.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-2f9203e320036a21.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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=5883503ccd3ce8eb -C extra-filename=-e041cf5c3a3f4907 --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-88b6447a4eb61abb.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-bd5dd7edd2394eae.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-9ca0eb190b94c757.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-2f9203e320036a21.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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=6809385890f7bf4f -C extra-filename=-13c1f137b66f44a2 --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-88b6447a4eb61abb.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-bd5dd7edd2394eae.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-9ca0eb190b94c757.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-2f9203e320036a21.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-7cba5f8f7d5e899f.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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=462d12219be0c9f1 -C extra-filename=-169f4c17e78231b0 --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-88b6447a4eb61abb.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-bd5dd7edd2394eae.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-9ca0eb190b94c757.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-2f9203e320036a21.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-7cba5f8f7d5e899f.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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=cae6bf58c5fe99f8 -C extra-filename=-5a688eeacaf8de1f --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-88b6447a4eb61abb.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-bd5dd7edd2394eae.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-9ca0eb190b94c757.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-2f9203e320036a21.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-7cba5f8f7d5e899f.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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-e041cf5c3a3f4907` 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.01s Running `/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/sleep-13c1f137b66f44a2` 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-5a688eeacaf8de1f` running 21 tests test signal_reported_right ... ok test child_status_preserved_with_kill_on_drop ... ok test smoke_failure ... ok test exit_reported_right ... ok test smoke ... ok test set_current_dir_works ... ok test stdout_works ... ok test smoke_driven ... ok test test_add_to_env ... ok test test_finish_twice ... ok test test_process_output_fail_to_start ... ok test test_finish_once ... ok test stdin_works ... ok test test_capture_env_at_spawn ... ok test test_process_output_error ... ok test test_override_env ... ok test test_wait_with_output_once ... ok test test_process_output_output ... 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-88b6447a4eb61abb.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-bd5dd7edd2394eae.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-9ca0eb190b94c757.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-2f9203e320036a21.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-7cba5f8f7d5e899f.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-ba06a827fa0a1718.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-f9a2d8056a475a6c.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-882b1cd97dcfd39c.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-3f6b217d8377a436.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-948d201247bcead9.rlib --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-async-process-2.5.0-build/async-process-2.5.0/target/rpm/deps/librustix-020013c4b6b1352b.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 - (line 22) - compile ... ok test src/lib.rs - Child::status (line 353) - compile ... ok test src/lib.rs - Child (line 229) - compile ... ok test src/lib.rs - Child::id (line 288) - compile ... ok test src/lib.rs - (line 33) - compile ... ok test src/lib.rs - Child::try_status (line 329) - compile ... ok test src/lib.rs - ChildStdin::into_stdio (line 458) - compile ... ok test src/lib.rs - Command::output (line 1125) - compile ... ok test src/lib.rs - ChildStdout::into_stdio (line 547) - compile ... ok test src/lib.rs - Command (line 747) - compile ... ok test src/lib.rs - Child::kill (line 310) - compile ... ok test src/lib.rs - Command::spawn (line 1075) - compile ... ok test src/lib.rs - Command::status (line 1102) - compile ... ok test src/lib.rs - Child::output (line 383) - 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::env_remove (line 938) ... ok test src/lib.rs - Command::stderr (line 1015) ... ok test src/lib.rs - Command::envs (line 848) ... ok test src/lib.rs - Command::kill_on_drop (line 1058) ... ok test src/lib.rs - Command::arg (line 788) ... ok test src/lib.rs - Command::reap_on_drop (line 1041) ... ok test src/lib.rs - Command::new (line 775) ... ok test src/lib.rs - Command::args (line 804) ... ok test src/lib.rs - Command::stdin (line 983) ... ok test src/lib.rs - Command::current_dir (line 968) ... ok test src/lib.rs - Command::get_program (line 924) ... ok test src/lib.rs - Command::env (line 826) ... ok test src/lib.rs - Command::get_current_dir (line 907) ... ok test src/lib.rs - Command::env_clear (line 953) ... ok test src/lib.rs - Command::get_envs (line 885) ... ok test src/lib.rs - Command::stdout (line 999) ... ok test src/lib.rs - Command::get_args (line 868) ... ok test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s + 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.D48Uxf + 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!