[INFO] fetching crate stop-token 0.7.0... [INFO] testing stop-token-0.7.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate stop-token 0.7.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate stop-token 0.7.0 [INFO] finished tweaking crates.io crate stop-token 0.7.0 [INFO] tweaked toml for crates.io crate stop-token 0.7.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate stop-token 0.7.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 105 packages to latest compatible versions [INFO] [stderr] Adding async-channel v1.9.0 (available: v2.5.0) [INFO] [stderr] Adding async-global-executor v2.4.1 (available: v3.1.0) [INFO] [stderr] Adding async-io v1.13.0 (available: v2.6.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7417ecc6e2d3e7e2700ba31f15120d2762130fa058fae2fb27a0ea7356faf03f [INFO] running `Command { std: "docker" "start" "-a" "7417ecc6e2d3e7e2700ba31f15120d2762130fa058fae2fb27a0ea7356faf03f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7417ecc6e2d3e7e2700ba31f15120d2762130fa058fae2fb27a0ea7356faf03f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7417ecc6e2d3e7e2700ba31f15120d2762130fa058fae2fb27a0ea7356faf03f", kill_on_drop: false }` [INFO] [stdout] 7417ecc6e2d3e7e2700ba31f15120d2762130fa058fae2fb27a0ea7356faf03f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0726000ea631e3cfab1e473fce156d011e97bc3b47d2b542eb374829c483ec3 [INFO] running `Command { std: "docker" "start" "-a" "a0726000ea631e3cfab1e473fce156d011e97bc3b47d2b542eb374829c483ec3", kill_on_drop: false }` [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling stop-token v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `async_std` [INFO] [stdout] --> src/lib.rs:124:7 [INFO] [stdout] | [INFO] [stdout] 124 | #[cfg(feature = "async_std")] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"async-std"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `async-global-executor`, `async-io`, `async-std`, `docs`, and `tokio` [INFO] [stdout] = help: consider adding `async_std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "a0726000ea631e3cfab1e473fce156d011e97bc3b47d2b542eb374829c483ec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0726000ea631e3cfab1e473fce156d011e97bc3b47d2b542eb374829c483ec3", kill_on_drop: false }` [INFO] [stdout] a0726000ea631e3cfab1e473fce156d011e97bc3b47d2b542eb374829c483ec3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20abf50a1ad74b5007e071d6db98b1070ca73cb7cc146f865fbe98881eb1fc76 [INFO] running `Command { std: "docker" "start" "-a" "20abf50a1ad74b5007e071d6db98b1070ca73cb7cc146f865fbe98881eb1fc76", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling value-bag v1.11.1 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stdout] warning: unexpected `cfg` condition value: `async_std` [INFO] [stdout] --> src/lib.rs:124:7 [INFO] [stdout] | [INFO] [stdout] 124 | #[cfg(feature = "async_std")] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"async-std"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `async-global-executor`, `async-io`, `async-std`, `docs`, and `tokio` [INFO] [stdout] = help: consider adding `async_std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling async-executor v1.13.3 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-std v1.13.2 [INFO] [stderr] Compiling stop-token v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `async_std` [INFO] [stdout] --> src/lib.rs:124:7 [INFO] [stdout] | [INFO] [stdout] 124 | #[cfg(feature = "async_std")] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"async-std"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `async-global-executor`, `async-io`, `async-std`, `docs`, and `tokio` [INFO] [stdout] = help: consider adding `async_std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 15.51s [INFO] running `Command { std: "docker" "inspect" "20abf50a1ad74b5007e071d6db98b1070ca73cb7cc146f865fbe98881eb1fc76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20abf50a1ad74b5007e071d6db98b1070ca73cb7cc146f865fbe98881eb1fc76", kill_on_drop: false }` [INFO] [stdout] 20abf50a1ad74b5007e071d6db98b1070ca73cb7cc146f865fbe98881eb1fc76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa197c41330b8cb605a25706cbe31a612d16f556c47521c8aac2fd798f61b990 [INFO] running `Command { std: "docker" "start" "-a" "fa197c41330b8cb605a25706cbe31a612d16f556c47521c8aac2fd798f61b990", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `async_std` [INFO] [stderr] --> src/lib.rs:124:7 [INFO] [stderr] | [INFO] [stderr] 124 | #[cfg(feature = "async_std")] [INFO] [stderr] | ^^^^^^^^^^----------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"async-std"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `all`, `async-global-executor`, `async-io`, `async-std`, `docs`, and `tokio` [INFO] [stderr] = help: consider adding `async_std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `stop-token` (lib) generated 1 warning [INFO] [stderr] warning: `stop-token` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stop_token-72adef1e6fb600ea) [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-6ad2665341ca64bd) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test smoke ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] [stderr] Doc-tests stop_token [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 25) ... ignored [INFO] [stdout] test src/stop_source.rs - stop_source::StopSource (line 16) ... ignored [INFO] [stdout] test src/lib.rs - (line 77) ... FAILED [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 77) stdout ---- [INFO] [stdout] error[E0277]: the trait bound `Deadline: From` is not satisfied [INFO] [stdout] --> src/lib.rs:95:52 [INFO] [stdout] | [INFO] [stdout] 20 | let mut work = stream::repeat(12u8).timeout_at(stop); [INFO] [stdout] | ---------- ^^^^ the trait `From` is not implemented for `Deadline` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required for `Instant` to implement `Into` [INFO] [stdout] note: required by a bound in `stop_token::stream::StreamExt::timeout_at` [INFO] [stdout] --> /opt/rustwide/workdir/src/stream.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 15 | fn timeout_at(self, target: T) -> TimeoutAt [INFO] [stdout] | ---------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 18 | T: Into, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `StreamExt::timeout_at` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 77) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fa197c41330b8cb605a25706cbe31a612d16f556c47521c8aac2fd798f61b990", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa197c41330b8cb605a25706cbe31a612d16f556c47521c8aac2fd798f61b990", kill_on_drop: false }` [INFO] [stdout] fa197c41330b8cb605a25706cbe31a612d16f556c47521c8aac2fd798f61b990