D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/rust-futures-timer-3.0.2-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Re2r7C + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8NgfZC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + rm -rf futures-timer-3.0.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/futures-timer-3.0.2.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd futures-timer-3.0.2 + /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.CPv0bz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + cd futures-timer-3.0.2 + /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.1JNsdy + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + cd futures-timer-3.0.2 + '[' 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.2 (/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2) 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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=6b27f3edffdaf300 -C extra-filename=-6b27f3edffdaf300 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = 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)]` on by default warning: `futures-timer` (lib) generated 3 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 0.93s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IFEERz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT + cd futures-timer-3.0.2 + '[' 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.2 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.2 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.2 + /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.2-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.2 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.2/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT/usr/share/cargo/registry/futures-timer-3.0.2/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 Reading /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tqmkrg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + cd futures-timer-3.0.2 + '[' 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.13 Compiling futures-core v0.3.28 Compiling cfg-if v1.0.0 Compiling crossbeam-utils v0.8.18 Compiling proc-macro2 v1.0.86 Compiling autocfg v1.1.0 Compiling parking v2.2.1 Compiling futures-io v0.3.28 Compiling unicode-ident v1.0.12 Compiling fastrand v2.1.1 Compiling rustix v0.38.42 Compiling futures-task v0.3.28 Compiling linux-raw-sys v0.4.14 Compiling tracing-core v0.1.32 Compiling futures-channel v0.3.28 Compiling bitflags v2.6.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/futures-core-0.3.28/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2b14cc22382400a8 -C extra-filename=-2b14cc22382400a8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-core-2b14cc22382400a8 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdd22f21b9632c67 -C extra-filename=-cdd22f21b9632c67 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=25316131be321185 -C extra-filename=-25316131be321185 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.86/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d1cd9f03e8c32fed -C extra-filename=-d1cd9f03e8c32fed --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/proc-macro2-d1cd9f03e8c32fed -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=e4163c5464d2fd51 -C extra-filename=-e4163c5464d2fd51 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.18/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=adee0b39c2f1a8f5 -C extra-filename=-adee0b39c2f1a8f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/crossbeam-utils-adee0b39c2f1a8f5 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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)' --check-cfg 'cfg(feature, values())' -C metadata=1875365d69ae4853 -C extra-filename=-1875365d69ae4853 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=b04a144166a826d2 -C extra-filename=-b04a144166a826d2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.12/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)' --check-cfg 'cfg(feature, values())' -C metadata=e252c21efb301387 -C extra-filename=-e252c21efb301387 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3ccc5fb0d47dfdef -C extra-filename=-3ccc5fb0d47dfdef --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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-0.38.42/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 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --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(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(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --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(target_arch, values("xtensa"))' -C metadata=4f3a394c43d4048a -C extra-filename=-4f3a394c43d4048a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/rustix-4f3a394c43d4048a -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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/futures-task-0.3.28/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c27a37f299a88e56 -C extra-filename=-c27a37f299a88e56 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-task-c27a37f299a88e56 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.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="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)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=78d8015ff0b95ef6 -C extra-filename=-78d8015ff0b95ef6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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 tracing_core --edition=2018 /usr/share/cargo/registry/tracing-core-0.1.32/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std"))' -C metadata=17bb809587a21ddb -C extra-filename=-17bb809587a21ddb --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=828c9d64620d0755 -C extra-filename=-828c9d64620d0755 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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/futures-channel-0.3.28/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="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=cef944f544d784e2 -C extra-filename=-cef944f544d784e2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-channel-cef944f544d784e2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --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)' --check-cfg 'cfg(feature, values())' -C metadata=03e0e44006a68027 -C extra-filename=-03e0e44006a68027 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-task v4.4.1 Running `/usr/bin/rustc --crate-name async_task --edition=2018 /usr/share/cargo/registry/async-task-4.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0cd1f915a036c463 -C extra-filename=-0cd1f915a036c463 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memchr v2.7.4 Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4a04e0cce5f75b11 -C extra-filename=-4a04e0cce5f75b11 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-sink v0.3.28 Running `/usr/bin/rustc --crate-name futures_sink --edition=2018 /usr/share/cargo/registry/futures-sink-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7ecc9b2dfffbb70d -C extra-filename=-7ecc9b2dfffbb70d --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0e0ba9f8a300736c -C extra-filename=-0e0ba9f8a300736c --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v1.0.109 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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1c8fb4d55dc8a835 -C extra-filename=-1c8fb4d55dc8a835 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/syn-1c8fb4d55dc8a835 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-util v0.3.28 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/futures-util-0.3.28/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="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)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=ee970d0fb5e14d18 -C extra-filename=-ee970d0fb5e14d18 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-util-ee970d0fb5e14d18 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling once_cell v1.20.0 Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.20.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="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=ae2a09de16f1a059 -C extra-filename=-ae2a09de16f1a059 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-task-c27a37f299a88e56/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-core-2b14cc22382400a8/build-script-build` Compiling piper v0.2.4 Compiling log v0.4.22 Running `/usr/bin/rustc --crate-name futures_core --edition=2018 /usr/share/cargo/registry/futures-core-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=6543cf0b4ae467ce -C extra-filename=-6543cf0b4ae467ce --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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 log --edition=2021 /usr/share/cargo/registry/log-0.4.22/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)' --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=bff0295a177faff2 -C extra-filename=-bff0295a177faff2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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_task --edition=2018 /usr/share/cargo/registry/futures-task-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=ed1db0aa37ca2055 -C extra-filename=-ed1db0aa37ca2055 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/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 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)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=7f4fab4bf7c2c673 -C extra-filename=-7f4fab4bf7c2c673 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern atomic_waker=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libatomic_waker-0e0ba9f8a300736c.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfastrand-3ccc5fb0d47dfdef.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tracing v0.1.40 Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/futures-channel-cef944f544d784e2/build-script-build` Running `/usr/bin/rustc --crate-name tracing --edition=2018 /usr/share/cargo/registry/tracing-0.1.40/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)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes"))' -C metadata=6560269091b60090 -C extra-filename=-6560269091b60090 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern tracing_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libtracing_core-17bb809587a21ddb.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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = 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)]` on by default warning: `futures-timer` (lib) generated 3 warnings Compiling futures-lite v2.3.0 Running `/usr/bin/rustc --crate-name futures_lite --edition=2021 /usr/share/cargo/registry/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=18dec39a4ea35a61 -C extra-filename=-18dec39a4ea35a61 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfastrand-3ccc5fb0d47dfdef.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libparking-1875365d69ae4853.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_channel --edition=2018 /usr/share/cargo/registry/futures-channel-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=26bfc65ab809bc21 -C extra-filename=-26bfc65ab809bc21 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_sink-7ecc9b2dfffbb70d.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.2-build/futures-timer-3.0.2/target/rpm/build/futures-util-ee970d0fb5e14d18/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/crossbeam-utils-adee0b39c2f1a8f5/build-script-build` Running `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.18/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)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8a573768e359ee72 -C extra-filename=-8a573768e359ee72 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libcfg_if-25316131be321185.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.2-build/futures-timer-3.0.2/target/rpm/build/proc-macro2-d1cd9f03e8c32fed/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.86/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=dfa4e2011394d779 -C extra-filename=-dfa4e2011394d779 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libunicode_ident-e252c21efb301387.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 --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(procmacro2_backtrace)' --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.2-build/futures-timer-3.0.2/target/rpm/build/syn-1c8fb4d55dc8a835/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/rustix-4f3a394c43d4048a/build-script-build` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-0.38.42/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="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --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(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(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --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(target_arch, values("xtensa"))' -C metadata=223b44e5d66dc2d1 -C extra-filename=-223b44e5d66dc2d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libbitflags-828c9d64620d0755.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/liblinux_raw_sys-78d8015ff0b95ef6.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg linux_raw --cfg linux_like --cfg linux_kernel` 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)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=502c2a6d3bbc7c91 -C extra-filename=-502c2a6d3bbc7c91 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libcrossbeam_utils-8a573768e359ee72.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quote v1.0.37 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.37/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d23c59d6eb2f5a64 -C extra-filename=-d23c59d6eb2f5a64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling slab v0.4.9 Compiling event-listener v5.3.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2620b7490efbbce6 -C extra-filename=-2620b7490efbbce6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/build/slab-2620b7490efbbce6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libautocfg-e4163c5464d2fd51.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=e7d6f60a8bd2a995 -C extra-filename=-e7d6f60a8bd2a995 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libconcurrent_queue-502c2a6d3bbc7c91.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libparking-1875365d69ae4853.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.77 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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=832333277b028de8 -C extra-filename=-832333277b028de8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libquote-d23c59d6eb2f5a64.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libunicode_ident-e252c21efb301387.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.77/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e0e6b4989eaa8e9b -C extra-filename=-e0e6b4989eaa8e9b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libquote-d23c59d6eb2f5a64.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libunicode_ident-e252c21efb301387.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling event-listener-strategy v0.5.2 Running `/usr/bin/rustc --crate-name event_listener_strategy --edition=2021 /usr/share/cargo/registry/event-listener-strategy-0.5.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa63e28c73d72f2b -C extra-filename=-fa63e28c73d72f2b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libevent_listener-e7d6f60a8bd2a995.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-lock v3.4.0 Compiling async-channel v2.3.1 Running `/usr/bin/rustc --crate-name async_lock --edition=2021 /usr/share/cargo/registry/async-lock-3.4.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7c0eca2fd8f4bb09 -C extra-filename=-7c0eca2fd8f4bb09 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libevent_listener-e7d6f60a8bd2a995.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libevent_listener_strategy-fa63e28c73d72f2b.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_channel --edition=2021 /usr/share/cargo/registry/async-channel-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb695dc33da1dd8b -C extra-filename=-fb695dc33da1dd8b --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libconcurrent_queue-502c2a6d3bbc7c91.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libevent_listener_strategy-fa63e28c73d72f2b.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.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.2-build/futures-timer-3.0.2/target/rpm/build/slab-2620b7490efbbce6/build-script-build` Running `/usr/bin/rustc --crate-name slab --edition=2018 /usr/share/cargo/registry/slab-0.4.9/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b2124eb3d172db0c -C extra-filename=-b2124eb3d172db0c --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling blocking v1.6.1 Running `/usr/bin/rustc --crate-name blocking --edition=2021 /usr/share/cargo/registry/blocking-1.6.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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=c27d97df483fa4d0 -C extra-filename=-c27d97df483fa4d0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_channel-fb695dc33da1dd8b.rmeta --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_task-0cd1f915a036c463.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_lite-18dec39a4ea35a61.rmeta --extern piper=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpiper-7f4fab4bf7c2c673.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-executor v1.13.1 Running `/usr/bin/rustc --crate-name async_executor --edition=2021 /usr/share/cargo/registry/async-executor-1.13.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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6be9897e6d96524a -C extra-filename=-6be9897e6d96524a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_task-0cd1f915a036c463.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libconcurrent_queue-502c2a6d3bbc7c91.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfastrand-3ccc5fb0d47dfdef.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_lite-18dec39a4ea35a61.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libslab-b2124eb3d172db0c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling polling v3.7.3 Running `/usr/bin/rustc --crate-name polling --edition=2021 /usr/share/cargo/registry/polling-3.7.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=0a452aacf8c335f3 -C extra-filename=-0a452aacf8c335f3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/librustix-223b44e5d66dc2d1.rmeta --extern tracing=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libtracing-6560269091b60090.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-io v2.3.4 Running `/usr/bin/rustc --crate-name async_io --edition=2021 /usr/share/cargo/registry/async-io-2.3.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=1e41744692a8cc16 -C extra-filename=-1e41744692a8cc16 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_lock-7c0eca2fd8f4bb09.rmeta --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libcfg_if-25316131be321185.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libconcurrent_queue-502c2a6d3bbc7c91.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_lite-18dec39a4ea35a61.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libparking-1875365d69ae4853.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpolling-0a452aacf8c335f3.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/librustix-223b44e5d66dc2d1.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libslab-b2124eb3d172db0c.rmeta --extern tracing=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libtracing-6560269091b60090.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-global-executor v2.4.1 Running `/usr/bin/rustc --crate-name async_global_executor --edition=2021 /usr/share/cargo/registry/async-global-executor-2.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 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate"))' -C metadata=de5fba3a08f4f158 -C extra-filename=-de5fba3a08f4f158 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_channel-fb695dc33da1dd8b.rmeta --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_executor-6be9897e6d96524a.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_io-1e41744692a8cc16.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_lock-7c0eca2fd8f4bb09.rmeta --extern blocking=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libblocking-c27d97df483fa4d0.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_lite-18dec39a4ea35a61.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libonce_cell-ae2a09de16f1a059.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-macro v0.3.28 Running `/usr/bin/rustc --crate-name futures_macro --edition=2018 /usr/share/cargo/registry/futures-macro-0.3.28/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)' --check-cfg 'cfg(feature, values())' -C metadata=170781526092391f -C extra-filename=-170781526092391f --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libproc_macro2-dfa4e2011394d779.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libquote-d23c59d6eb2f5a64.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libsyn-e0e6b4989eaa8e9b.rlib --extern proc_macro --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)' --check-cfg 'cfg(feature, values())' -C metadata=5e93d34f74bd130a -C extra-filename=-5e93d34f74bd130a --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern quote=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libquote-d23c59d6eb2f5a64.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libsyn-832333277b028de8.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.0 Running `/usr/bin/rustc --crate-name async_std --edition=2018 /usr/share/cargo/registry/async-std-1.13.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="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)' --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=ea5d0f2bd89ca370 -C extra-filename=-ea5d0f2bd89ca370 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_attributes=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_attributes-5e93d34f74bd130a.so --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_channel-fb695dc33da1dd8b.rmeta --extern async_global_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_global_executor-de5fba3a08f4f158.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_io-1e41744692a8cc16.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_lock-7c0eca2fd8f4bb09.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libcrossbeam_utils-8a573768e359ee72.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_lite-18dec39a4ea35a61.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/liblog-bff0295a177faff2.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libmemchr-4a04e0cce5f75b11.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libonce_cell-ae2a09de16f1a059.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_utils-03e0e44006a68027.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libslab-b2124eb3d172db0c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_util --edition=2018 /usr/share/cargo/registry/futures-util-0.3.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 --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)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=8ccf37a9dd0221f9 -C extra-filename=-8ccf37a9dd0221f9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_channel-26bfc65ab809bc21.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern futures_macro=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_macro-170781526092391f.so --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_sink-7ecc9b2dfffbb70d.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_task-ed1db0aa37ca2055.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libmemchr-4a04e0cce5f75b11.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_project_lite-cdd22f21b9632c67.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libpin_utils-03e0e44006a68027.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libslab-b2124eb3d172db0c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-executor v0.3.28 Running `/usr/bin/rustc --crate-name futures_executor --edition=2018 /usr/share/cargo/registry/futures-executor-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=3c2f02d4b50355fc -C extra-filename=-3c2f02d4b50355fc --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_task-ed1db0aa37ca2055.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_util-8ccf37a9dd0221f9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures v0.3.28 Running `/usr/bin/rustc --crate-name futures --edition=2018 /usr/share/cargo/registry/futures-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=020d1dc6bf451f09 -C extra-filename=-020d1dc6bf451f09 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_channel-26bfc65ab809bc21.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_core-6543cf0b4ae467ce.rmeta --extern futures_executor=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_executor-3c2f02d4b50355fc.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_io-b04a144166a826d2.rmeta --extern futures_sink=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_sink-7ecc9b2dfffbb70d.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_task-ed1db0aa37ca2055.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_util-8ccf37a9dd0221f9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-timer v3.0.2 (/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2) 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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=2e5d045783cf4c25 -C extra-filename=-2e5d045783cf4c25 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_std-ea5d0f2bd89ca370.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures-020d1dc6bf451f09.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_timer-6b27f3edffdaf300.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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=f0b0ba1829a3e69f -C extra-filename=-f0b0ba1829a3e69f --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_std-ea5d0f2bd89ca370.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures-020d1dc6bf451f09.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_timer-6b27f3edffdaf300.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=4e1f03d833a9e9b0 -C extra-filename=-4e1f03d833a9e9b0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_std-ea5d0f2bd89ca370.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures-020d1dc6bf451f09.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 40.21s Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/futures_timer-4e1f03d833a9e9b0` running 10 tests test native::arc_list::tests::smoke ... ok test native::arc_list::tests::seal ... 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_empty_pop ... ok test native::heap::tests::test_peek_and_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.01s Running `/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/smoke-2e5d045783cf4c25` 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.2-build/futures-timer-3.0.2/target/rpm/deps/timeout-f0b0ba1829a3e69f` 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.03s 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.2-build/futures-timer-3.0.2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libasync_std-ea5d0f2bd89ca370.rlib --extern futures=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures-020d1dc6bf451f09.rlib --extern futures_timer=/home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/futures-timer-3.0.2/target/rpm/deps/libfutures_timer-6b27f3edffdaf300.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --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.2-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/README.md Provides: crate(futures-timer) = 3.0.2 rust-futures-timer-devel = 3.0.2-1.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.2-1.mga10.noarch Provides: crate(futures-timer/default) = 3.0.2 rust-futures-timer+default-devel = 3.0.2-1.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.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-futures-timer+default-devel-3.0.2-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-futures-timer-devel-3.0.2-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PQxl9N + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-futures-timer-3.0.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/LICENSE-MIT File listed twice: /usr/share/cargo/registry/futures-timer-3.0.2/README.md D: [iurt_root_command] Success!