[INFO] fetching crate array-macro 2.1.8...
[INFO] checking array-macro-2.1.8 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate array-macro 2.1.8 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate array-macro 2.1.8 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4a8418c45bfccefd3e6eafead4826ba8b52533164ca5c8b0f46de7a75b536c7
[INFO] running `Command { std: "docker" "start" "-a" "f4a8418c45bfccefd3e6eafead4826ba8b52533164ca5c8b0f46de7a75b536c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4a8418c45bfccefd3e6eafead4826ba8b52533164ca5c8b0f46de7a75b536c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4a8418c45bfccefd3e6eafead4826ba8b52533164ca5c8b0f46de7a75b536c7", kill_on_drop: false }`
[INFO] [stdout] f4a8418c45bfccefd3e6eafead4826ba8b52533164ca5c8b0f46de7a75b536c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 284e6186cff8751eeaa4fb3eeec500843699e79354ac112db27869b1ae9dd40b
[INFO] running `Command { std: "docker" "start" "-a" "284e6186cff8751eeaa4fb3eeec500843699e79354ac112db27869b1ae9dd40b", kill_on_drop: false }`
[INFO] [stderr]     Checking array-macro v2.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.37.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] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> tests/test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[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; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "284e6186cff8751eeaa4fb3eeec500843699e79354ac112db27869b1ae9dd40b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "284e6186cff8751eeaa4fb3eeec500843699e79354ac112db27869b1ae9dd40b", kill_on_drop: false }`
[INFO] [stdout] 284e6186cff8751eeaa4fb3eeec500843699e79354ac112db27869b1ae9dd40b
[INFO] checking array-macro-2.1.8 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate array-macro 2.1.8 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate array-macro 2.1.8 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f4d6a8e30e2fb74a258ca0a5828e6b71f9239d88aee9007edb14cdfbffa91f1
[INFO] running `Command { std: "docker" "start" "-a" "7f4d6a8e30e2fb74a258ca0a5828e6b71f9239d88aee9007edb14cdfbffa91f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f4d6a8e30e2fb74a258ca0a5828e6b71f9239d88aee9007edb14cdfbffa91f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f4d6a8e30e2fb74a258ca0a5828e6b71f9239d88aee9007edb14cdfbffa91f1", kill_on_drop: false }`
[INFO] [stdout] 7f4d6a8e30e2fb74a258ca0a5828e6b71f9239d88aee9007edb14cdfbffa91f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ffbbb9705044f1dce543e0ced2576c39c97f9bdc9ae5cdeec89b90de58e4a50
[INFO] running `Command { std: "docker" "start" "-a" "4ffbbb9705044f1dce543e0ced2576c39c97f9bdc9ae5cdeec89b90de58e4a50", kill_on_drop: false }`
[INFO] [stderr]     Checking array-macro v2.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.37.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] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> tests/test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[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; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4ffbbb9705044f1dce543e0ced2576c39c97f9bdc9ae5cdeec89b90de58e4a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ffbbb9705044f1dce543e0ced2576c39c97f9bdc9ae5cdeec89b90de58e4a50", kill_on_drop: false }`
[INFO] [stdout] 4ffbbb9705044f1dce543e0ced2576c39c97f9bdc9ae5cdeec89b90de58e4a50
