[INFO] fetching crate array-macro 2.1.8... [INFO] checking array-macro-2.1.8 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate array-macro 2.1.8 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate array-macro 2.1.8 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "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-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d12f9e61a7769c9dd98aab8c49b72f29dd02ab0f9c2264b525823d5fda55c86 [INFO] running `Command { std: "docker" "start" "-a" "6d12f9e61a7769c9dd98aab8c49b72f29dd02ab0f9c2264b525823d5fda55c86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d12f9e61a7769c9dd98aab8c49b72f29dd02ab0f9c2264b525823d5fda55c86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d12f9e61a7769c9dd98aab8c49b72f29dd02ab0f9c2264b525823d5fda55c86", kill_on_drop: false }` [INFO] [stdout] 6d12f9e61a7769c9dd98aab8c49b72f29dd02ab0f9c2264b525823d5fda55c86 [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55401487a8a9646631ee30ac0a9e271b4f274fbc0b2b0dfaeb234fee6f52b33e [INFO] running `Command { std: "docker" "start" "-a" "55401487a8a9646631ee30ac0a9e271b4f274fbc0b2b0dfaeb234fee6f52b33e", kill_on_drop: false }` [INFO] [stderr] Checking array-macro v2.1.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `impure_proc_macro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `impure_proc_macro` [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 2 previous errors [INFO] running `Command { std: "docker" "inspect" "55401487a8a9646631ee30ac0a9e271b4f274fbc0b2b0dfaeb234fee6f52b33e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55401487a8a9646631ee30ac0a9e271b4f274fbc0b2b0dfaeb234fee6f52b33e", kill_on_drop: false }` [INFO] [stdout] 55401487a8a9646631ee30ac0a9e271b4f274fbc0b2b0dfaeb234fee6f52b33e