[INFO] fetching crate tokio-too-busy 0.1.0...
[INFO] testing tokio-too-busy-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-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 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f7541297f0da9a556406ed2f9e9009fe7b4aae8d854db23bbd53ae0e9f2cf26f
[INFO] running `Command { std: "docker" "start" "-a" "f7541297f0da9a556406ed2f9e9009fe7b4aae8d854db23bbd53ae0e9f2cf26f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7541297f0da9a556406ed2f9e9009fe7b4aae8d854db23bbd53ae0e9f2cf26f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7541297f0da9a556406ed2f9e9009fe7b4aae8d854db23bbd53ae0e9f2cf26f", kill_on_drop: false }`
[INFO] [stdout] f7541297f0da9a556406ed2f9e9009fe7b4aae8d854db23bbd53ae0e9f2cf26f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61321eca4d87b93cff9e4396cb814627cb6bfb191dbd3fc9e2441fcd56dda3b7
[INFO] running `Command { std: "docker" "start" "-a" "61321eca4d87b93cff9e4396cb814627cb6bfb191dbd3fc9e2441fcd56dda3b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[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" "61321eca4d87b93cff9e4396cb814627cb6bfb191dbd3fc9e2441fcd56dda3b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61321eca4d87b93cff9e4396cb814627cb6bfb191dbd3fc9e2441fcd56dda3b7", kill_on_drop: false }`
[INFO] [stdout] 61321eca4d87b93cff9e4396cb814627cb6bfb191dbd3fc9e2441fcd56dda3b7
