[INFO] fetching crate tokio-too-busy 0.1.0... [INFO] testing tokio-too-busy-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate tokio-too-busy 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate tokio-too-busy 0.1.0 [INFO] finished tweaking crates.io crate tokio-too-busy 0.1.0 [INFO] tweaked toml for crates.io crate tokio-too-busy 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tokio-too-busy 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tokio-too-busy 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 996a29840bc31e86759e38f46209824c588c17a9ec8c10f051e10b312516dde4 [INFO] running `Command { std: "docker" "start" "-a" "996a29840bc31e86759e38f46209824c588c17a9ec8c10f051e10b312516dde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "996a29840bc31e86759e38f46209824c588c17a9ec8c10f051e10b312516dde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "996a29840bc31e86759e38f46209824c588c17a9ec8c10f051e10b312516dde4", kill_on_drop: false }` [INFO] [stdout] 996a29840bc31e86759e38f46209824c588c17a9ec8c10f051e10b312516dde4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6cfd6f0b8c9106fc306b6ada06aa49a8789eaf24acc484071137da328bbcf31 [INFO] running `Command { std: "docker" "start" "-a" "a6cfd6f0b8c9106fc306b6ada06aa49a8789eaf24acc484071137da328bbcf31", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio-too-busy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `metrics` found for struct `Handle` in the current scope [INFO] [stdout] --> src/inner.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | let metrics = tokio::runtime::Handle::current().metrics(); [INFO] [stdout] | ^^^^^^^ method not found in `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-too-busy` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a6cfd6f0b8c9106fc306b6ada06aa49a8789eaf24acc484071137da328bbcf31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6cfd6f0b8c9106fc306b6ada06aa49a8789eaf24acc484071137da328bbcf31", kill_on_drop: false }` [INFO] [stdout] a6cfd6f0b8c9106fc306b6ada06aa49a8789eaf24acc484071137da328bbcf31