D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-futures-timer-3.0.3-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.68iSgr Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DmHNSD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + rm -rf futures-timer-3.0.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/futures-timer-3.0.3.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd futures-timer-3.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o89oce + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + cd futures-timer-3.0.3 + /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.NJJApf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-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 futures-timer-3.0.3 + '[' 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 futures-timer v3.0.3 (/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3) Running `/usr/bin/rustc --crate-name futures_timer --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=950adc5cbe87d2ae -C extra-filename=-73fe59d5fcf16454 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `assert_timer_heap_consistent` --> src/native/heap.rs:164:18 | 164 | if !cfg!(assert_timer_heap_consistent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_timer_heap_consistent)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_timer_heap_consistent)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> src/native/atomic_waker.rs:107:26 | 107 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: trait `AssertSync` is never used --> src/native/atomic_waker.rs:45:15 | 45 | trait AssertSync: Sync {} | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `futures-timer` (lib) generated 3 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 1.15s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zZHxJ1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-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 futures-timer-3.0.3 + '[' 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=futures-timer ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=3.0.3 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.3 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.3 + /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-futures-timer-3.0.3-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.3 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.3/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.3/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.ry0JUL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-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 futures-timer-3.0.3 + '[' 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 pin-project-lite v0.2.16 Compiling crossbeam-utils v0.8.21 Compiling futures-core v0.3.31 Compiling proc-macro2 v1.0.103 Compiling unicode-ident v1.0.22 Compiling quote v1.0.41 Compiling parking v2.2.1 Compiling futures-io v0.3.31 Compiling fastrand v2.1.1 Compiling slab v0.4.11 Compiling rustix v1.1.2 Compiling linux-raw-sys v0.11.0 Compiling autocfg v1.5.0 Compiling bitflags v2.9.0 Compiling cfg-if v1.0.4 Compiling syn v1.0.109 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-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=19d4ea0c6ec54d45 -C extra-filename=-edb524e30b5a1085 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/crossbeam-utils-edb524e30b5a1085 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=44d25e96488a02a8 -C extra-filename=-91e40d289c94f253 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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/proc-macro2-1.0.103/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ee4ba4e71a0786b9 -C extra-filename=-32a4e4d8f137c3f3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/proc-macro2-32a4e4d8f137c3f3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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 unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.22/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=6fce5040485256e3 -C extra-filename=-a3b8a94300f2993b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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=2018 /usr/share/cargo/registry/quote-1.0.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ef623799815ad7dc -C extra-filename=-3f37c74b3c05ce0f --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/quote-3f37c74b3c05ce0f -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_io --edition=2018 /usr/share/cargo/registry/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=35bbc9ea9c18f871 -C extra-filename=-6eaed11051ee5f99 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name slab --edition=2018 /usr/share/cargo/registry/slab-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=07f5bcb19142b7c2 -C extra-filename=-32b04edd2f039be4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=591a1e4f3ba459cf -C extra-filename=-9f19c04bef166a97 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/rustix-9f19c04bef166a97 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=194ffea388a71e07 -C extra-filename=-daa0897de0e2d08f --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30692a400051ab54 -C extra-filename=-7b58e34681fff90e --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=374699fdba2e7132 -C extra-filename=-3e3aaf12f0525762 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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=2018 /usr/share/cargo/registry/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6ea0da104c245446 -C extra-filename=-1a403eedaa55a665 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/syn-1a403eedaa55a665 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-task v4.7.1 Running `/usr/bin/rustc --crate-name async_task --edition=2021 /usr/share/cargo/registry/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=7ab3a24119007654 -C extra-filename=-852f439cfa3b0b58 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling atomic-waker v1.1.2 Running `/usr/bin/rustc --crate-name atomic_waker --edition=2018 /usr/share/cargo/registry/atomic-waker-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7ae1c5014fa02a22 -C extra-filename=-bf0238e082cdc2ca --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memchr v2.7.6 Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3c23bab40b9de27c -C extra-filename=-7b37d6c2219f2ba8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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=311c794761e630a0 -C extra-filename=-16ae31617abc551a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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 pin-utils v0.1.0 Running `/usr/bin/rustc --crate-name pin_utils --edition=2018 /usr/share/cargo/registry/pin-utils-0.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=b266e8e3a628e00a -C extra-filename=-25d2605141fc67da --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-sink v0.3.31 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)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e2eb7a44a5fa98c6 -C extra-filename=-c93ad3806494b353 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling piper v0.2.4 Running `/usr/bin/rustc --crate-name piper --edition=2018 /usr/share/cargo/registry/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=6f39b8796a1ca24b -C extra-filename=-8f02f981170472ed --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern atomic_waker=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libatomic_waker-bf0238e082cdc2ca.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-task v0.3.31 Running `/usr/bin/rustc --crate-name futures_task --edition=2018 /usr/share/cargo/registry/futures-task-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=39d30fc16bda3542 -C extra-filename=-9379f29b59054eda --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling log v0.4.28 Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/log-0.4.28/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("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std"))' -C metadata=1e3be9df091f230e -C extra-filename=-f38a316696fb9eb4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling once_cell v1.21.3 Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=7ae7dff4bb114fe0 -C extra-filename=-8df09a6388f86b7d --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-channel v0.3.31 Running `/usr/bin/rustc --crate-name futures_channel --edition=2018 /usr/share/cargo/registry/futures-channel-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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=6efa16fa680f2267 -C extra-filename=-9525ceaebd53a538 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_sink-c93ad3806494b353.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `assert_timer_heap_consistent` --> src/native/heap.rs:164:18 | 164 | if !cfg!(assert_timer_heap_consistent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_timer_heap_consistent)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_timer_heap_consistent)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> src/native/atomic_waker.rs:107:26 | 107 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: trait `AssertSync` is never used --> src/native/atomic_waker.rs:45:15 | 45 | trait AssertSync: Sync {} | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `futures-timer` (lib) generated 3 warnings Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/quote-3f37c74b3c05ce0f/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/crossbeam-utils-edb524e30b5a1085/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)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=24d9ba0dd8a42a86 -C extra-filename=-cad1f91dd35cc868 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/syn-1a403eedaa55a665/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/proc-macro2-32a4e4d8f137c3f3/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.103/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ee6e747e7a1cd3be -C extra-filename=-033114b63a2c75e7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libunicode_ident-a3b8a94300f2993b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/rustix-9f19c04bef166a97/build-script-build` 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=bad2b45a9f0fe9d3 -C extra-filename=-d34a128a1652b415 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libcrossbeam_utils-cad1f91dd35cc868.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling event-listener v5.3.1 Compiling async-executor v1.13.3 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=8b5f0ae3023e1742 -C extra-filename=-4d86d5bffa1e8817 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libconcurrent_queue-d34a128a1652b415.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_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 --cfg 'feature="static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=197df936535904ed -C extra-filename=-0e592f4f46840fb7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_task-852f439cfa3b0b58.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libconcurrent_queue-d34a128a1652b415.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_lite-16ae31617abc551a.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.41/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=063808e388cea67e -C extra-filename=-2222012c5da7211a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libproc_macro2-033114b63a2c75e7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_diagnostic_namespace)'` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e6eb8114dd078776 -C extra-filename=-cad856f2bd09b970 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libbitflags-3e3aaf12f0525762.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/liblinux_raw_sys-daa0897de0e2d08f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Compiling event-listener-strategy v0.5.4 Running `/usr/bin/rustc --crate-name event_listener_strategy --edition=2021 /usr/share/cargo/registry/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=f62329d819abdcdd -C extra-filename=-24ab66012fd88e30 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libevent_listener-4d86d5bffa1e8817.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/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 syn v2.0.108 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.108/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=890a2aa932dcff98 -C extra-filename=-5be7aecf87ab91ba --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libproc_macro2-033114b63a2c75e7.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libquote-2222012c5da7211a.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libunicode_ident-a3b8a94300f2993b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name syn --edition=2018 /usr/share/cargo/registry/syn-1.0.109/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1a6e97492349bc71 -C extra-filename=-13669e715d017fb3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libproc_macro2-033114b63a2c75e7.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libquote-2222012c5da7211a.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libunicode_ident-a3b8a94300f2993b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` 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=98fd043274dee893 -C extra-filename=-a1e07cb1fbcd872c --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libconcurrent_queue-d34a128a1652b415.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libevent_listener_strategy-24ab66012fd88e30.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_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=dba8e5fe6992f0bc -C extra-filename=-224d5493b3f88471 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libevent_listener-4d86d5bffa1e8817.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libevent_listener_strategy-24ab66012fd88e30.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-io v2.6.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/async-io-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=b973979a11f1cb88 -C extra-filename=-23aaa2b445a9de6a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/async-io-23aaa2b445a9de6a -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libautocfg-7b58e34681fff90e.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling blocking v1.6.2 Running `/usr/bin/rustc --crate-name blocking --edition=2021 /usr/share/cargo/registry/blocking-1.6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=0970996acd1b96ed -C extra-filename=-802c548b86214492 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_channel-a1e07cb1fbcd872c.rmeta --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_task-852f439cfa3b0b58.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_lite-16ae31617abc551a.rmeta --extern piper=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpiper-8f02f981170472ed.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/build/async-io-23aaa2b445a9de6a/build-script-build` Compiling polling v3.10.0 Running `/usr/bin/rustc --crate-name polling --edition=2021 /usr/share/cargo/registry/polling-3.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=0bce8f660810a854 -C extra-filename=-8f81775a46464a1b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_io --edition=2021 /usr/share/cargo/registry/async-io-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=d96e0d06d92388c0 -C extra-filename=-bd9dc2a025a52c46 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libconcurrent_queue-d34a128a1652b415.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_lite-16ae31617abc551a.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libparking-ca513c5681a6b355.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpolling-8f81775a46464a1b.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/librustix-cad856f2bd09b970.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-global-executor v3.1.0 Running `/usr/bin/rustc --crate-name async_global_executor --edition=2021 /usr/share/cargo/registry/async-global-executor-3.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 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio"))' -C metadata=515b99e714775d2d -C extra-filename=-9dba87ca0967b7b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_channel-a1e07cb1fbcd872c.rmeta --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_executor-0e592f4f46840fb7.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_io-bd9dc2a025a52c46.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_lock-224d5493b3f88471.rmeta --extern blocking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libblocking-802c548b86214492.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_lite-16ae31617abc551a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-attributes v1.1.2 Running `/usr/bin/rustc --crate-name async_attributes --edition=2018 /usr/share/cargo/registry/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca14182c0868d17d -C extra-filename=-42c8cda26118a802 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libquote-2222012c5da7211a.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libsyn-13669e715d017fb3.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-macro v0.3.31 Running `/usr/bin/rustc --crate-name futures_macro --edition=2018 /usr/share/cargo/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57a478e7b6a12ad7 -C extra-filename=-d29598d67c01456b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libproc_macro2-033114b63a2c75e7.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libquote-2222012c5da7211a.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libsyn-5be7aecf87ab91ba.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-std v1.13.2 Running `/usr/bin/rustc --crate-name async_std --edition=2018 /usr/share/cargo/registry/async-std-1.13.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 --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-core", "futures-io", "futures-lite", "io_safety", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "tokio1", "unstable"))' -C metadata=fc8b139188638170 -C extra-filename=-d126d4f9080feefc --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_attributes=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_attributes-42c8cda26118a802.so --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_channel-a1e07cb1fbcd872c.rmeta --extern async_global_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_global_executor-9dba87ca0967b7b4.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_io-bd9dc2a025a52c46.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_lock-224d5493b3f88471.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libcrossbeam_utils-cad1f91dd35cc868.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_lite-16ae31617abc551a.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/liblog-f38a316696fb9eb4.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libmemchr-7b37d6c2219f2ba8.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libonce_cell-8df09a6388f86b7d.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_utils-25d2605141fc67da.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-util v0.3.31 Running `/usr/bin/rustc --crate-name futures_util --edition=2018 /usr/share/cargo/registry/futures-util-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="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "portable-atomic", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=0bcac76ce424a612 -C extra-filename=-2e956047516a9333 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_channel-9525ceaebd53a538.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_macro=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_macro-d29598d67c01456b.so --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_sink-c93ad3806494b353.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_task-9379f29b59054eda.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libmemchr-7b37d6c2219f2ba8.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_project_lite-4511a62f89c84856.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libpin_utils-25d2605141fc67da.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libslab-32b04edd2f039be4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-executor v0.3.31 Running `/usr/bin/rustc --crate-name futures_executor --edition=2018 /usr/share/cargo/registry/futures-executor-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=9cf496a8b32fbbd7 -C extra-filename=-75473cff81332057 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_task-9379f29b59054eda.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_util-2e956047516a9333.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures v0.3.31 Running `/usr/bin/rustc --crate-name futures --edition=2018 /usr/share/cargo/registry/futures-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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=d181caeff2f2ecc8 -C extra-filename=-2100334f69cc7185 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_channel-9525ceaebd53a538.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_core-91e40d289c94f253.rmeta --extern futures_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_executor-75473cff81332057.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_io-6eaed11051ee5f99.rmeta --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_sink-c93ad3806494b353.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_task-9379f29b59054eda.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_util-2e956047516a9333.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-timer v3.0.3 (/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3) Running `/usr/bin/rustc --crate-name futures_timer --edition=2018 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 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=d26a70dfe86e6b30 -C extra-filename=-c9f09d65040ec239 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_std-d126d4f9080feefc.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures-2100334f69cc7185.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name timeout --edition=2018 tests/timeout.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 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=58c1e907005732b0 -C extra-filename=-1e0bbec02299c15f --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_std-d126d4f9080feefc.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures-2100334f69cc7185.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_timer-73fe59d5fcf16454.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name smoke --edition=2018 tests/smoke.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 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=362efdb6e0025416 -C extra-filename=-9eb66d676d53a9e9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_std-d126d4f9080feefc.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures-2100334f69cc7185.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_timer-73fe59d5fcf16454.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `futures-timer` (lib test) generated 3 warnings (3 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 36.60s Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/futures_timer-c9f09d65040ec239` running 10 tests test native::arc_list::tests::seal ... ok test native::arc_list::tests::smoke ... ok test native::heap::tests::simple ... ok test native::heap::tests::remove ... ok test native::heap::tests::simple2 ... ok test native::heap::tests::test_empty_peek ... ok test native::heap::tests::test_peek_and_pop ... ok test native::heap::tests::test_empty_pop ... ok test native::heap::tests::test_push ... ok test native::heap::tests::test_to_vec ... ok test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/smoke-9eb66d676d53a9e9` running 2 tests test works ... ok test reset ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/timeout-1e0bbec02299c15f` running 2 tests test smoke ... ok test two ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Doc-tests futures_timer Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name futures_timer --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libasync_std-d126d4f9080feefc.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures-2100334f69cc7185.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/futures-timer-3.0.3/target/rpm/deps/libfutures_timer-73fe59d5fcf16454.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' --error-format human` running 2 tests test src/lib.rs - (line 5) - compile ... ok test src/native/atomic_waker.rs - native::atomic_waker::AtomicWaker::register (line 76) ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-futures-timer-devel-3.0.3-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/README.md Provides: crate(futures-timer) = 3.0.3 rust-futures-timer-devel = 3.0.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-futures-timer+default-devel-3.0.3-2.mga10.noarch Provides: crate(futures-timer/default) = 3.0.3 rust-futures-timer+default-devel = 3.0.3-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(futures-timer) = 3.0.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-futures-timer+default-devel-3.0.3-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-futures-timer-devel-3.0.3-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SK6QB1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + test -d /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.3-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/LICENSE-MIT File listed twice: /usr/share/cargo/registry/futures-timer-3.0.3/README.md D: [iurt_root_command] Success!