D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-async-lock-3.4.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YurRkm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Dl3XsO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + rm -rf async-lock-3.4.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/async-lock-3.4.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd async-lock-3.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/async-lock-fix-metadata-auto.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/async-lock-fix-metadata.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.PdYZEz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + cd async-lock-3.4.1 + /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.xiYfSf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-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-lock-3.4.1 + '[' 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 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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/build/crossbeam-utils-ebe5ac684f7a4bbd -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=86a1bf2ff62d4b9f -C extra-filename=-294cbdec6292f613 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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="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=c8ca3210d5a8ccd3 -C extra-filename=-3d37c2cb09d7def1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libconcurrent_queue-294cbdec6292f613.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 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=d88f9b1ca9cdc317 -C extra-filename=-61930dc9cf359fd0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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-lock v3.4.1 (/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1) Running `/usr/bin/rustc --crate-name async_lock --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(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92f5447ee9e6627c -C extra-filename=-263f30e77735b245 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 2.53s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jtefds + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-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-lock-3.4.1 + '[' 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-lock ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=3.4.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT/usr/share/cargo/registry/async-lock-3.4.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT/usr/share/cargo/registry/async-lock-3.4.1 + /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-lock-3.4.1-build/BUILDROOT/usr/share/cargo/registry/async-lock-3.4.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT/usr/share/cargo/registry/async-lock-3.4.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT/usr/share/cargo/registry/async-lock-3.4.1/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.CreiEp + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-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-lock-3.4.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 test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.177 Fresh crossbeam-utils v0.8.21 Fresh pin-project-lite v0.2.16 Fresh parking v2.2.1 Compiling scopeguard v1.2.0 Compiling cfg-if v1.0.4 Compiling futures-core v0.3.31 Compiling fastrand v2.1.1 Compiling futures-sink v0.3.31 Compiling futures-io v0.3.31 Compiling waker-fn v1.1.0 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 --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=01e973ac36cb0d74 -C extra-filename=-d012eaf11d056d91 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/build/libc-d012eaf11d056d91 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 scopeguard --edition=2015 /usr/share/cargo/registry/scopeguard-1.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5334a1ec7f47a07c -C extra-filename=-0bbb4f785750f174 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=45c405747018d421 -C extra-filename=-33a21a7c0f0551f4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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="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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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_sink --edition=2018 /usr/share/cargo/registry/futures-sink-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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=94e7ada73d562928 -C extra-filename=-6de3914920423c0a --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh concurrent-queue v2.5.0 Fresh event-listener v5.3.1 Fresh event-listener-strategy v0.5.4 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-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 waker_fn --edition=2018 /usr/share/cargo/registry/waker-fn-1.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d296e904389b875 -C extra-filename=-165b8f583cf2e194 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling lock_api v0.4.14 Running `/usr/bin/rustc --crate-name lock_api --edition=2021 /usr/share/cargo/registry/lock_api-0.4.14/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a0534dbfc96f0a45 -C extra-filename=-779a5fced294d951 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern scopeguard=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libscopeguard-0bbb4f785750f174.rmeta --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=3aea1d46a458d441 -C extra-filename=-cc2be18c9061771f --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_core-33a21a7c0f0551f4.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 spin v0.9.8 Running `/usr/bin/rustc --crate-name spin --edition=2015 /usr/share/cargo/registry/spin-0.9.8/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="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=c9d377251f2ca69c -C extra-filename=-c920963a90f00071 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern lock_api_crate=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/liblock_api-779a5fced294d951.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/build/libc-d012eaf11d056d91/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' --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=963ee9aceb2054c8 -C extra-filename=-ade3caa9162a943f --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/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 getrandom v0.2.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/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="rdrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=62140f51c1c4f66f -C extra-filename=-93ad458bc150b820 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/liblibc-ade3caa9162a943f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling nanorand v0.7.0 Running `/usr/bin/rustc --crate-name nanorand --edition=2021 /usr/share/cargo/registry/nanorand-0.7.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="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=b23f488172e24564 -C extra-filename=-1efb99e76bb7d0b1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libgetrandom-93ad458bc150b820.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling flume v0.11.0 Running `/usr/bin/rustc --crate-name flume --edition=2018 /usr/share/cargo/registry/flume-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 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=42bb74c2e6634314 -C extra-filename=-4d57349e0ea8ae6d --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_core-33a21a7c0f0551f4.rmeta --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_sink-6de3914920423c0a.rmeta --extern nanorand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libnanorand-1efb99e76bb7d0b1.rmeta --extern spin1=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libspin-c920963a90f00071.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-lock v3.4.1 (/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1) Running `/usr/bin/rustc --crate-name barrier --edition=2021 tests/barrier.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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1acc4fcbfe67256 -C extra-filename=-f4fc5fc6f81a54f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rwlock --edition=2021 tests/rwlock.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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b7dfe0e22bdaae1 -C extra-filename=-6ebfb9ba5fa7cc40 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name loom --edition=2021 tests/loom.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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=21958e3078c85654 -C extra-filename=-da092be80cf941b2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_lock --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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a028ccd2b8bb40e4 -C extra-filename=-0d44050a345cc92c --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name mutex --edition=2021 tests/mutex.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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ed7482021aa708a6 -C extra-filename=-7d7acd808e6f8768 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name semaphore --edition=2021 tests/semaphore.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(loom)' --test --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fec56834843014f1 -C extra-filename=-9b6d6d3468f54861 --out-dir /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 8.56s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/async_lock-0d44050a345cc92c` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/barrier-f4fc5fc6f81a54f5` running 2 tests test smoke ... ok test smoke_blocking ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/loom-da092be80cf941b2` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/mutex-7d7acd808e6f8768` running 9 tests test into_inner ... ok test smoke ... ok test smoke_arc_blocking ... ok test smoke_blocking ... ok test get_mut ... ok test try_lock ... ok test lifetime ... ok test yields_when_contended ... ok test contention ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/rwlock-6ebfb9ba5fa7cc40` running 21 tests test arc_rwlock_refcounts ... ok test cancellation ... ok test into_inner ... ok test get_mut ... ok test not_upgrade_arc ... ok test smoke ... ok test smoke_arc_blocking ... ok test try_write ... ok test into_inner_and_drop ... ok test upgradable_with_concurrent_writer_arc ... ok test upgrade ... ok test upgrade_arc ... ok test not_upgrade ... ok test smoke_blocking ... ok test yields_when_contended ... ok test contention ... ok test yields_when_contended_arc ... ok test writer_and_readers_arc ... ok test writer_and_readers ... ok test upgradable_with_concurrent_writer ... ok test contention_arc ... ok test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running `/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/semaphore-9b6d6d3468f54861` running 10 tests test add_permits_2 ... ok test as_mutex ... ok test lifetime ... ok test multi_resource ... ok test smoke_arc_blocking ... ok test try_acquire ... ok test smoke_blocking ... ok test yields_when_contended ... ok test add_permits ... ok test stress ... ok test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s Doc-tests async_lock Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name async_lock --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libasync_lock-263f30e77735b245.rlib --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener-3d37c2cb09d7def1.rlib --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libevent_listener_strategy-61930dc9cf359fd0.rlib --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rlib --extern flume=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libflume-4d57349e0ea8ae6d.rlib --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libfutures_lite-cc2be18c9061771f.rlib --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rlib --extern waker_fn=/home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/async-lock-3.4.1/target/rpm/deps/libwaker_fn-165b8f583cf2e194.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' --error-format human` running 76 tests test src/mutex.rs - mutex::Mutex::new (line 64) ... ok test src/once_cell.rs - once_cell::OnceCell::from (line 733) ... ok test src/once_cell.rs - once_cell::OnceCell (line 62) ... ok test src/rwlock.rs - rwlock::RwLock::try_upgradable_read_arc (line 440) ... ok test src/once_cell.rs - once_cell::OnceCell::into_inner (line 248) ... ok test src/barrier.rs - barrier::BarrierWaitResult (line 258) ... ok test src/rwlock.rs - rwlock::RwLock::try_read (line 198) ... ok test src/rwlock.rs - rwlock::RwLock::read (line 231) ... ok test src/rwlock.rs - rwlock::RwLock::try_write_arc (line 584) ... ok test src/barrier.rs - barrier::BarrierWaitResult::is_leader (line 276) ... ok test src/mutex.rs - mutex::Mutex::try_lock_arc (line 270) ... ok test src/rwlock.rs - rwlock::RwLock::into_inner (line 83) ... ok test src/mutex.rs - mutex::Mutex::get_mut (line 183) ... ok test src/mutex.rs - mutex::Mutex::try_lock (line 154) ... ok test src/mutex.rs - mutex::MutexGuardArc::source (line 708) ... ok test src/mutex.rs - mutex::MutexGuard<'a,T>::source (line 646) ... ok test src/mutex.rs - mutex::Mutex::lock_arc (line 217) ... ok test src/rwlock.rs - rwlock::RwLock::try_read_arc (line 102) ... ok test src/once_cell.rs - once_cell::OnceCell::take (line 220) ... ok test src/rwlock.rs - rwlock::RwLock::try_write (line 504) ... ok test src/rwlock.rs - rwlock::RwLock::read_arc_blocking (line 172) ... ok test src/mutex.rs - mutex::Mutex::lock_arc_blocking (line 249) ... ok test src/once_cell.rs - once_cell::OnceCell::get_unchecked (line 710) ... ok test src/once_cell.rs - once_cell::OnceCell::get_mut (line 191) ... ok test src/rwlock.rs - rwlock::RwLock::get_mut (line 664) ... ok test src/rwlock.rs - rwlock::RwLock::new (line 62) ... ok test src/mutex.rs - mutex::Mutex::into_inner (line 84) ... ok test src/barrier.rs - barrier::Barrier::wait (line 63) ... ok test src/once_cell.rs - once_cell::OnceCell::wait_blocking (line 320) ... ok test src/once_cell.rs - once_cell::OnceCell::is_initialized (line 144) ... ok test src/once_cell.rs - once_cell::OnceCell::get (line 163) ... ok test src/once_cell.rs - once_cell::OnceCell::set_blocking (line 578) ... ok test src/mutex.rs - mutex::Mutex (line 28) ... ok test src/once_cell.rs - once_cell::OnceCell::get_or_try_init_blocking (line 420) ... ok test src/rwlock.rs - rwlock::RwLock (line 26) ... ok test src/rwlock.rs - rwlock::RwLock::read_arc (line 136) ... ok test src/once_cell.rs - once_cell::OnceCell::set (line 538) ... ok test src/once_cell.rs - once_cell::OnceCell::get_or_init_blocking (line 509) ... ok test src/mutex.rs - mutex::Mutex::lock_blocking (line 134) ... ok test src/once_cell.rs - once_cell::OnceCell::new (line 118) ... ok test src/rwlock.rs - rwlock::RwLock::read_blocking (line 266) ... ok test src/barrier.rs - barrier::Barrier::new (line 35) ... ok test src/mutex.rs - mutex::Mutex::lock (line 102) ... ok test src/once_cell.rs - once_cell::OnceCell::wait (line 266) ... ok test src/once_cell.rs - once_cell::OnceCell::get_or_init (line 469) ... ok test src/once_cell.rs - once_cell::OnceCell::get_or_try_init (line 365) ... ok test src/rwlock.rs - rwlock::RwLock::try_upgradable_read (line 292) ... ok test src/semaphore.rs - semaphore::Semaphore::try_acquire_arc (line 135) ... ok test src/semaphore.rs - semaphore::Semaphore::new (line 26) ... ok test src/semaphore.rs - semaphore::Semaphore::try_acquire (line 48) ... ok test src/semaphore.rs - semaphore::Semaphore::acquire_arc (line 173) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuardArc::upgrade (line 1146) ... ok test src/rwlock.rs - rwlock::RwLock::write_arc (line 611) ... ok test src/rwlock.rs - rwlock::RwLock::upgradable_read_arc (line 477) ... ok test src/semaphore.rs - semaphore::Semaphore::acquire_arc_blocking (line 205) ... ok test src/rwlock.rs - rwlock::RwLock::upgradable_read_arc_blocking (line 410) ... ok test src/rwlock.rs - rwlock::RwLock::write_blocking (line 563) ... ok test src/rwlock.rs - rwlock::RwLockWriteGuardArc::downgrade (line 1363) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuard<'a,T>::try_upgrade (line 909) ... ok test src/semaphore.rs - semaphore::Semaphore::add_permits (line 222) ... ok test src/semaphore.rs - semaphore::Semaphore::acquire_blocking (line 116) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuardArc::try_upgrade (line 1113) ... ok test src/rwlock.rs - rwlock::RwLockWriteGuard<'a,T>::downgrade_to_upgradable (line 1273) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuard<'a,T>::upgrade (line 945) ... ok test src/rwlock.rs - rwlock::RwLockWriteGuardArc::downgrade_to_upgradable (line 1406) ... ok test src/rwlock.rs - rwlock::RwLock::write (line 533) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuard<'a,T>::upgrade_blocking (line 977) ... ok test src/semaphore.rs - semaphore::Semaphore::acquire (line 85) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuard<'a,T>::downgrade (line 869) ... ok test src/rwlock.rs - rwlock::RwLock::write_arc_blocking (line 642) ... ok test src/rwlock.rs - rwlock::RwLock::upgradable_read (line 330) ... ok test src/rwlock.rs - rwlock::RwLockWriteGuard<'a,T>::downgrade (line 1237) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuardArc::upgrade_blocking (line 1188) ... ok test src/rwlock.rs - rwlock::RwLockUpgradableReadGuardArc::downgrade (line 1066) ... ok test src/rwlock.rs - rwlock::RwLock::upgradable_read_blocking (line 370) ... ok test src/barrier.rs - barrier::Barrier::wait_blocking (line 111) ... ok test result: ok. 76 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-async-lock-devel-3.4.1-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/README.md Provides: crate(async-lock) = 3.4.1 rust-async-lock-devel = 3.4.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(event-listener) >= 5.0.0 crate(event-listener-strategy) >= 0.5.0 crate(pin-project-lite/default) >= 0.2.11 rust >= 1.60 Processing files: rust-async-lock+default-devel-3.4.1-1.mga10.noarch Provides: crate(async-lock/default) = 3.4.1 rust-async-lock+default-devel = 3.4.1-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-lock) = 3.4.1 crate(async-lock/std) = 3.4.1 Processing files: rust-async-lock+std-devel-3.4.1-1.mga10.noarch Provides: crate(async-lock/std) = 3.4.1 rust-async-lock+std-devel = 3.4.1-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-lock) = 3.4.1 crate(event-listener-strategy/std) >= 0.5.0 crate(event-listener/std) >= 5.0.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-lock+default-devel-3.4.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-lock+std-devel-3.4.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-async-lock-devel-3.4.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EKSJZm + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-async-lock-3.4.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/CHANGELOG.md File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/LICENSE-MIT File listed twice: /usr/share/cargo/registry/async-lock-3.4.1/README.md D: [iurt_root_command] Success!