[INFO] fetching crate without-alloc 0.2.2... [INFO] checking without-alloc-0.2.2 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate without-alloc 0.2.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate without-alloc 0.2.2 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate without-alloc 0.2.2 [INFO] finished tweaking crates.io crate without-alloc 0.2.2 [INFO] tweaked toml for crates.io crate without-alloc 0.2.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alloc-traits v0.1.1 [INFO] [stderr] Downloaded unsize v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7669b5f3f64fd46d30ce2f1f603d4a935191145b3736e3b13e3da31618f08ddb [INFO] running `Command { std: "docker" "start" "-a" "7669b5f3f64fd46d30ce2f1f603d4a935191145b3736e3b13e3da31618f08ddb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7669b5f3f64fd46d30ce2f1f603d4a935191145b3736e3b13e3da31618f08ddb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7669b5f3f64fd46d30ce2f1f603d4a935191145b3736e3b13e3da31618f08ddb", kill_on_drop: false }` [INFO] [stdout] 7669b5f3f64fd46d30ce2f1f603d4a935191145b3736e3b13e3da31618f08ddb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d69a6da205dc5b69f9ea2c0898332b6cdb4f79757d943037950019f78dbe9df0 [INFO] running `Command { std: "docker" "start" "-a" "d69a6da205dc5b69f9ea2c0898332b6cdb4f79757d943037950019f78dbe9df0", kill_on_drop: false }` [INFO] [stderr] Compiling unsize v1.1.0 [INFO] [stderr] Checking alloc-traits v0.1.1 [INFO] [stderr] Checking without-alloc v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `static_alloc` [INFO] [stdout] --> src/boxed.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | use static_alloc::Bump; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `static_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_alloc` [INFO] [stdout] --> src/rc.rs:694:9 [INFO] [stdout] | [INFO] [stdout] 694 | use static_alloc::Bump; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `static_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::alloc::LocalAllocLeakExt` [INFO] [stdout] --> src/rc.rs:695:9 [INFO] [stdout] | [INFO] [stdout] 695 | use crate::alloc::LocalAllocLeakExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::alloc::LocalAllocLeakExt` [INFO] [stdout] --> src/boxed.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | use crate::alloc::LocalAllocLeakExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_alloc` [INFO] [stdout] --> tests/box.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use static_alloc::Bump; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `static_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_alloc` [INFO] [stdout] --> tests/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use static_alloc::Bump; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `static_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_alloc` [INFO] [stdout] --> tests/fixed_vec.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use static_alloc::Bump; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `static_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt` [INFO] [stdout] --> tests/box.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use without_alloc::alloc::LocalAllocLeakExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `without-alloc` (lib test) due to 3 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `without-alloc` (test "box") due to 2 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `without-alloc` (test "rc") due to 2 previous errors [INFO] [stdout] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt` [INFO] [stdout] --> tests/fixed_vec.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use without_alloc::alloc::LocalAllocLeakExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `without-alloc` (test "fixed_vec") due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "d69a6da205dc5b69f9ea2c0898332b6cdb4f79757d943037950019f78dbe9df0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69a6da205dc5b69f9ea2c0898332b6cdb4f79757d943037950019f78dbe9df0", kill_on_drop: false }` [INFO] [stdout] d69a6da205dc5b69f9ea2c0898332b6cdb4f79757d943037950019f78dbe9df0