[INFO] fetching crate array-macro 2.1.8...
[INFO] checking array-macro-2.1.8 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate array-macro 2.1.8 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate array-macro 2.1.8 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate array-macro 2.1.8
[INFO] finished tweaking crates.io crate array-macro 2.1.8
[INFO] tweaked toml for crates.io crate array-macro 2.1.8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] [stderr]       Adding addr2line v0.22.0 (latest: v0.23.0)
[INFO] [stderr]       Adding gimli v0.29.0 (latest: v0.30.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17408069e936724b744d5cac81f9c988c98374b46f5f6cd4171fbac2a9b58ff1
[INFO] running `Command { std: "docker" "start" "-a" "17408069e936724b744d5cac81f9c988c98374b46f5f6cd4171fbac2a9b58ff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17408069e936724b744d5cac81f9c988c98374b46f5f6cd4171fbac2a9b58ff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17408069e936724b744d5cac81f9c988c98374b46f5f6cd4171fbac2a9b58ff1", kill_on_drop: false }`
[INFO] [stdout] 17408069e936724b744d5cac81f9c988c98374b46f5f6cd4171fbac2a9b58ff1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8dc1d882b7d8c1ce23be123f88cfcf0d9f36d0ee004303dbf56ba87dbb2ac8fb
[INFO] running `Command { std: "docker" "start" "-a" "8dc1d882b7d8c1ce23be123f88cfcf0d9f36d0ee004303dbf56ba87dbb2ac8fb", kill_on_drop: false }`
[INFO] [stderr]     Checking array-macro v2.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `impure_proc_macro`
[INFO] [stdout]    --> tests/test.rs:232:43
[INFO] [stdout]     |
[INFO] [stdout] 232 |     array![String::from("Hello, world!"); impure_proc_macro::count_backwards!()];
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `impure_proc_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `impure_proc_macro`
[INFO] [stdout]    --> tests/test.rs:227:43
[INFO] [stdout]     |
[INFO] [stdout] 227 |     array![String::from("Hello, world!"); impure_proc_macro::count!()];
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `impure_proc_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `array-macro` (test "test") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "8dc1d882b7d8c1ce23be123f88cfcf0d9f36d0ee004303dbf56ba87dbb2ac8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dc1d882b7d8c1ce23be123f88cfcf0d9f36d0ee004303dbf56ba87dbb2ac8fb", kill_on_drop: false }`
[INFO] [stdout] 8dc1d882b7d8c1ce23be123f88cfcf0d9f36d0ee004303dbf56ba87dbb2ac8fb
