[INFO] fetching crate itoap 1.0.1...
[INFO] checking itoap-1.0.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate itoap 1.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate itoap 1.0.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate itoap 1.0.1
[INFO] finished tweaking crates.io crate itoap 1.0.1
[INFO] tweaked toml for crates.io crate itoap 1.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48edc04b97fd26aae52184370e59389f49c936a8c086e3b051fa3012e763b85b
[INFO] running `Command { std: "docker" "start" "-a" "48edc04b97fd26aae52184370e59389f49c936a8c086e3b051fa3012e763b85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48edc04b97fd26aae52184370e59389f49c936a8c086e3b051fa3012e763b85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48edc04b97fd26aae52184370e59389f49c936a8c086e3b051fa3012e763b85b", kill_on_drop: false }`
[INFO] [stdout] 48edc04b97fd26aae52184370e59389f49c936a8c086e3b051fa3012e763b85b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23af1492fab0bcee7a40cacc7b21d2049c0354fa88f9e2457d1dd5d8543af261
[INFO] running `Command { std: "docker" "start" "-a" "23af1492fab0bcee7a40cacc7b21d2049c0354fa88f9e2457d1dd5d8543af261", kill_on_drop: false }`
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking itoap v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `write` in crate `itoa`
[INFO] [stdout]   --> benches/bench.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |                           let _ = itoa::write(&mut buf, black_box($value));
[INFO] [stdout]    |                                         ^^^^^ not found in `itoa`
[INFO] [stdout] ...
[INFO] [stdout] 84 | / benches! {
[INFO] [stdout] 85 | |     bench_u64_0(0u64),
[INFO] [stdout] 86 | |     bench_u64_half(<u32>::max_value() as u64),
[INFO] [stdout] 87 | |     bench_u64_max(<u64>::max_value()),
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |     bench_u128_max(<u128>::max_value())
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/src/lib.rs:84:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn write<W: io::Write, V: Integer>(mut wr: W, value: V) -> io::Result<usize> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    = note: the item is gated behind the `std` feature
[INFO] [stdout]    = help: consider importing one of these items:
[INFO] [stdout]            core::fmt::write
[INFO] [stdout]            core::ptr::write
[INFO] [stdout]            itoap::write
[INFO] [stdout]            std::fmt::write
[INFO] [stdout]            std::fs::write
[INFO] [stdout]            std::ptr::write
[INFO] [stdout]    = note: this error originates in the macro `benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `itoap` (bench "bench") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "23af1492fab0bcee7a40cacc7b21d2049c0354fa88f9e2457d1dd5d8543af261", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23af1492fab0bcee7a40cacc7b21d2049c0354fa88f9e2457d1dd5d8543af261", kill_on_drop: false }`
[INFO] [stdout] 23af1492fab0bcee7a40cacc7b21d2049c0354fa88f9e2457d1dd5d8543af261
[INFO] checking itoap-1.0.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate itoap 1.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate itoap 1.0.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate itoap 1.0.1
[INFO] finished tweaking crates.io crate itoap 1.0.1
[INFO] tweaked toml for crates.io crate itoap 1.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6608808adf6e037367192c50055082eaf9424ad9a8307f0f9323bd5a1077c674
[INFO] running `Command { std: "docker" "start" "-a" "6608808adf6e037367192c50055082eaf9424ad9a8307f0f9323bd5a1077c674", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6608808adf6e037367192c50055082eaf9424ad9a8307f0f9323bd5a1077c674", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6608808adf6e037367192c50055082eaf9424ad9a8307f0f9323bd5a1077c674", kill_on_drop: false }`
[INFO] [stdout] 6608808adf6e037367192c50055082eaf9424ad9a8307f0f9323bd5a1077c674
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca3cd5c7112acd64e5fc570bd5d7fd94f62d2ceae528ecdddc1280371af1b0e6
[INFO] running `Command { std: "docker" "start" "-a" "ca3cd5c7112acd64e5fc570bd5d7fd94f62d2ceae528ecdddc1280371af1b0e6", kill_on_drop: false }`
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking itoap v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `write` in crate `itoa`
[INFO] [stdout]   --> benches/bench.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |                           let _ = itoa::write(&mut buf, black_box($value));
[INFO] [stdout]    |                                         ^^^^^ not found in `itoa`
[INFO] [stdout] ...
[INFO] [stdout] 84 | / benches! {
[INFO] [stdout] 85 | |     bench_u64_0(0u64),
[INFO] [stdout] 86 | |     bench_u64_half(<u32>::max_value() as u64),
[INFO] [stdout] 87 | |     bench_u64_max(<u64>::max_value()),
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |     bench_u128_max(<u128>::max_value())
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/src/lib.rs:84:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn write<W: io::Write, V: Integer>(mut wr: W, value: V) -> io::Result<usize> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    = note: the item is gated behind the `std` feature
[INFO] [stdout]    = help: consider importing one of these items:
[INFO] [stdout]            core::fmt::write
[INFO] [stdout]            core::ptr::write
[INFO] [stdout]            itoap::write
[INFO] [stdout]            std::fmt::write
[INFO] [stdout]            std::fs::write
[INFO] [stdout]            std::ptr::write
[INFO] [stdout]    = note: this error originates in the macro `benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `itoap` (bench "bench") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ca3cd5c7112acd64e5fc570bd5d7fd94f62d2ceae528ecdddc1280371af1b0e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca3cd5c7112acd64e5fc570bd5d7fd94f62d2ceae528ecdddc1280371af1b0e6", kill_on_drop: false }`
[INFO] [stdout] ca3cd5c7112acd64e5fc570bd5d7fd94f62d2ceae528ecdddc1280371af1b0e6
