[INFO] cloning repository https://github.com/Qix-/repro-no_std-custom-inner-attr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Qix-/repro-no_std-custom-inner-attr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQix-%2Frepro-no_std-custom-inner-attr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQix-%2Frepro-no_std-custom-inner-attr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e43dcf04cd72ca0cdadbe9aa7f6ff9cfd4f6ea46 [INFO] checking Qix-/repro-no_std-custom-inner-attr/e43dcf04cd72ca0cdadbe9aa7f6ff9cfd4f6ea46 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQix-%2Frepro-no_std-custom-inner-attr" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Qix-/repro-no_std-custom-inner-attr on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Qix-/repro-no_std-custom-inner-attr [INFO] finished tweaking git repo https://github.com/Qix-/repro-no_std-custom-inner-attr [INFO] tweaked toml for git repo https://github.com/Qix-/repro-no_std-custom-inner-attr written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Qix-/repro-no_std-custom-inner-attr 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e227a6735f06f8cda1c19ca9221bc15c7fa562986e47918f85608f143dbd620 [INFO] running `Command { std: "docker" "start" "-a" "6e227a6735f06f8cda1c19ca9221bc15c7fa562986e47918f85608f143dbd620", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e227a6735f06f8cda1c19ca9221bc15c7fa562986e47918f85608f143dbd620", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e227a6735f06f8cda1c19ca9221bc15c7fa562986e47918f85608f143dbd620", kill_on_drop: false }` [INFO] [stdout] 6e227a6735f06f8cda1c19ca9221bc15c7fa562986e47918f85608f143dbd620 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0eda6241650547f175d90621916fddf383248d742dec5fa19dfbeb599aa22e03 [INFO] running `Command { std: "docker" "start" "-a" "0eda6241650547f175d90621916fddf383248d742dec5fa19dfbeb599aa22e03", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling custom-attr v0.1.0 (/opt/rustwide/workdir/custom-attr) [INFO] [stderr] Checking test-exe v0.1.0 (/opt/rustwide/workdir/test-exe) [INFO] [stdout] error[E0658]: `#[prelude_import]` is for use by rustc only [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(prelude_import)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `#![feature(custom_inner_attributes)] [INFO] [stdout] #![::custom_attr::add_no_std] [INFO] [stdout] [INFO] [stdout] fn main() {}` [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `#[prelude_import]` is for use by rustc only [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(prelude_import)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `#![feature(custom_inner_attributes)] [INFO] [stdout] #![::custom_attr::add_no_std] [INFO] [stdout] [INFO] [stdout] fn main() {}` [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> test-exe/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature(custom_inner_attributes)] [INFO] [stdout] 2 | | #![::custom_attr::add_no_std] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | fn main() {} [INFO] [stdout] | |____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `test-exe` (bin "test-exe") due to 2 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `test-exe` (bin "test-exe" test) due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "0eda6241650547f175d90621916fddf383248d742dec5fa19dfbeb599aa22e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eda6241650547f175d90621916fddf383248d742dec5fa19dfbeb599aa22e03", kill_on_drop: false }` [INFO] [stdout] 0eda6241650547f175d90621916fddf383248d742dec5fa19dfbeb599aa22e03