[INFO] fetching crate spry 0.0.4... [INFO] testing spry-0.0.4 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate spry 0.0.4 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate spry 0.0.4 [INFO] finished tweaking crates.io crate spry 0.0.4 [INFO] tweaked toml for crates.io crate spry 0.0.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spry 0.0.4 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 53 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb36e79b80e40641a47a4773d145f0a676b18a1b8eaa829a666dc7c1343b07db [INFO] running `Command { std: "docker" "start" "-a" "bb36e79b80e40641a47a4773d145f0a676b18a1b8eaa829a666dc7c1343b07db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb36e79b80e40641a47a4773d145f0a676b18a1b8eaa829a666dc7c1343b07db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb36e79b80e40641a47a4773d145f0a676b18a1b8eaa829a666dc7c1343b07db", kill_on_drop: false }` [INFO] [stdout] bb36e79b80e40641a47a4773d145f0a676b18a1b8eaa829a666dc7c1343b07db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c45ed2998712a121d7ee40c62772691bc76338c3bbba306cae5721b43e91cf3f [INFO] running `Command { std: "docker" "start" "-a" "c45ed2998712a121d7ee40c62772691bc76338c3bbba306cae5721b43e91cf3f", kill_on_drop: false }` [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling spry v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/nursery.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | Settling(AbortHandle, Instant), [INFO] [stdout] | -------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 - Settling(AbortHandle, Instant), [INFO] [stdout] 22 + Settling(AbortHandle, ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `key`, `config`, `settling_token`, and `handle` are never read [INFO] [stdout] --> src/nursery.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct AlreadyExists { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 120 | pub key: K, [INFO] [stdout] | ^^^ [INFO] [stdout] 121 | pub config: ChildConfig, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 122 | pub settling_token: SettlingToken, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 123 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyExists` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder<'_, K, Permanent, S, RateLimited> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s [INFO] running `Command { std: "docker" "inspect" "c45ed2998712a121d7ee40c62772691bc76338c3bbba306cae5721b43e91cf3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c45ed2998712a121d7ee40c62772691bc76338c3bbba306cae5721b43e91cf3f", kill_on_drop: false }` [INFO] [stdout] c45ed2998712a121d7ee40c62772691bc76338c3bbba306cae5721b43e91cf3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d29300527223243422e54e73310db3e4bb0af402d936dd34273ae284fe0b8a79 [INFO] running `Command { std: "docker" "start" "-a" "d29300527223243422e54e73310db3e4bb0af402d936dd34273ae284fe0b8a79", kill_on_drop: false }` [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/nursery.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | Settling(AbortHandle, Instant), [INFO] [stdout] | -------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 - Settling(AbortHandle, Instant), [INFO] [stdout] 22 + Settling(AbortHandle, ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `key`, `config`, `settling_token`, and `handle` are never read [INFO] [stdout] --> src/nursery.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct AlreadyExists { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 120 | pub key: K, [INFO] [stdout] | ^^^ [INFO] [stdout] 121 | pub config: ChildConfig, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 122 | pub settling_token: SettlingToken, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 123 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyExists` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder<'_, K, Permanent, S, RateLimited> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling spry v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/nursery.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | Settling(AbortHandle, Instant), [INFO] [stdout] | -------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 - Settling(AbortHandle, Instant), [INFO] [stdout] 22 + Settling(AbortHandle, ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `key`, `config`, `settling_token`, and `handle` are never read [INFO] [stdout] --> src/nursery.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct AlreadyExists { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 120 | pub key: K, [INFO] [stdout] | ^^^ [INFO] [stdout] 121 | pub config: ChildConfig, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 122 | pub settling_token: SettlingToken, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 123 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyExists` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder<'_, K, Permanent, S, RateLimited> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "d29300527223243422e54e73310db3e4bb0af402d936dd34273ae284fe0b8a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d29300527223243422e54e73310db3e4bb0af402d936dd34273ae284fe0b8a79", kill_on_drop: false }` [INFO] [stdout] d29300527223243422e54e73310db3e4bb0af402d936dd34273ae284fe0b8a79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b54e32c4fb6e97c597f38e4fbc7e24eec5b4a2cf28520499a4fa8beaf2069dee [INFO] running `Command { std: "docker" "start" "-a" "b54e32c4fb6e97c597f38e4fbc7e24eec5b4a2cf28520499a4fa8beaf2069dee", kill_on_drop: false }` [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> src/nursery.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | Settling(AbortHandle, Instant), [INFO] [stderr] | -------- ^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 22 - Settling(AbortHandle, Instant), [INFO] [stderr] 22 + Settling(AbortHandle, ()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: fields `key`, `config`, `settling_token`, and `handle` are never read [INFO] [stderr] --> src/nursery.rs:120:7 [INFO] [stderr] | [INFO] [stderr] 119 | pub struct AlreadyExists { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] 120 | pub key: K, [INFO] [stderr] | ^^^ [INFO] [stderr] 121 | pub config: ChildConfig, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 122 | pub settling_token: SettlingToken, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 123 | pub handle: JoinHandle<()>, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AlreadyExists` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:94:41 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 94 | pub fn system>(&mut self, key: K, system: S) -> SystemBuilder<'_, K, Permanent, S, RateLimited> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `spry` (lib) generated 3 warnings (run `cargo fix --lib -p spry` to apply 1 suggestion) [INFO] [stderr] warning: `spry` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spry-9aaea16a8f8a8c2b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests spry [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 25) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 25) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 77 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `signal` in `tokio` [INFO] [stdout] --> src/lib.rs:112:20 [INFO] [stdout] | [INFO] [stdout] 89 | _ = tokio::signal::ctrl_c() => {}, [INFO] [stdout] | ^^^^^^ could not find `signal` in `tokio` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:532:13 [INFO] [stdout] | [INFO] [stdout] 531 | / cfg_signal! { [INFO] [stdout] 532 | | pub mod signal; [INFO] [stdout] | | ^^^^^^ [INFO] [stdout] 533 | | } [INFO] [stdout] | |_- the item is gated behind the `signal` feature [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs:539:20 [INFO] [stdout] | [INFO] [stdout] 535 | / cfg_signal_internal! { [INFO] [stdout] 536 | | #[cfg(not(feature = "signal"))] [INFO] [stdout] 537 | | #[allow(dead_code)] [INFO] [stdout] 538 | | #[allow(unreachable_pub)] [INFO] [stdout] 539 | | pub(crate) mod signal; [INFO] [stdout] | | ^^^^^^ [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 25) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "b54e32c4fb6e97c597f38e4fbc7e24eec5b4a2cf28520499a4fa8beaf2069dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b54e32c4fb6e97c597f38e4fbc7e24eec5b4a2cf28520499a4fa8beaf2069dee", kill_on_drop: false }` [INFO] [stdout] b54e32c4fb6e97c597f38e4fbc7e24eec5b4a2cf28520499a4fa8beaf2069dee