[INFO] fetching crate hashmap_core 0.1.11... [INFO] checking hashmap_core-0.1.11 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate hashmap_core 0.1.11 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate hashmap_core 0.1.11 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 hashmap_core 0.1.11 [INFO] finished tweaking crates.io crate hashmap_core 0.1.11 [INFO] tweaked toml for crates.io crate hashmap_core 0.1.11 written to /workspace/builds/worker-5-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] 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] 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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 428a72ed64d941b2f6ed68e98cfa956c58f6434aece00c96c1ce2a7e1045786e [INFO] running `Command { std: "docker" "start" "-a" "428a72ed64d941b2f6ed68e98cfa956c58f6434aece00c96c1ce2a7e1045786e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "428a72ed64d941b2f6ed68e98cfa956c58f6434aece00c96c1ce2a7e1045786e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "428a72ed64d941b2f6ed68e98cfa956c58f6434aece00c96c1ce2a7e1045786e", kill_on_drop: false }` [INFO] [stdout] 428a72ed64d941b2f6ed68e98cfa956c58f6434aece00c96c1ce2a7e1045786e [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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] 7e0525cd4e4f3505d42f9dc5ed54ab777069d63fcf517cc8887a08e13b351806 [INFO] running `Command { std: "docker" "start" "-a" "7e0525cd4e4f3505d42f9dc5ed54ab777069d63fcf517cc8887a08e13b351806", kill_on_drop: false }` [INFO] [stderr] Checking hashmap_core v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `alloc_crate::collections::CollectionAllocErr` [INFO] [stdout] --> src/lib.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | pub use alloc_crate::collections::CollectionAllocErr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `alloc::Alloc` [INFO] [stdout] --> src/table.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::{handle_alloc_error, Alloc, Global, Layout, LayoutErr}; [INFO] [stdout] | ^^^^^ no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `alloc_crate::collections::CollectionAllocErr` [INFO] [stdout] --> src/lib.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | pub use alloc_crate::collections::CollectionAllocErr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `alloc::Alloc` [INFO] [stdout] --> src/table.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::{handle_alloc_error, Alloc, Global, Layout, LayoutErr}; [INFO] [stdout] | ^^^^^ no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `alloc` found for struct `alloc_crate::alloc::Global` in the current scope [INFO] [stdout] --> src/table.rs:707:29 [INFO] [stdout] | [INFO] [stdout] 707 | let buffer = Global.alloc(layout).map_err(|e| match fallibility { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `allocate` with a similar name [INFO] [stdout] | [INFO] [stdout] 707 | let buffer = Global.allocate(layout).map_err(|e| match fallibility { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dealloc` found for struct `alloc_crate::alloc::Global` in the current scope [INFO] [stdout] --> src/table.rs:1140:20 [INFO] [stdout] | [INFO] [stdout] 1140 | Global.dealloc(NonNull::new_unchecked(self.hashes.ptr()).cast(), layout); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `deallocate` with a similar name [INFO] [stdout] | [INFO] [stdout] 1140 | Global.deallocate(NonNull::new_unchecked(self.hashes.ptr()).cast(), layout); [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `alloc` found for struct `alloc_crate::alloc::Global` in the current scope [INFO] [stdout] --> src/table.rs:707:29 [INFO] [stdout] | [INFO] [stdout] 707 | let buffer = Global.alloc(layout).map_err(|e| match fallibility { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `allocate` with a similar name [INFO] [stdout] | [INFO] [stdout] 707 | let buffer = Global.allocate(layout).map_err(|e| match fallibility { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hashmap_core` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `dealloc` found for struct `alloc_crate::alloc::Global` in the current scope [INFO] [stdout] --> src/table.rs:1140:20 [INFO] [stdout] | [INFO] [stdout] 1140 | Global.dealloc(NonNull::new_unchecked(self.hashes.ptr()).cast(), layout); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `deallocate` with a similar name [INFO] [stdout] | [INFO] [stdout] 1140 | Global.deallocate(NonNull::new_unchecked(self.hashes.ptr()).cast(), layout); [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hashmap_core` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "7e0525cd4e4f3505d42f9dc5ed54ab777069d63fcf517cc8887a08e13b351806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e0525cd4e4f3505d42f9dc5ed54ab777069d63fcf517cc8887a08e13b351806", kill_on_drop: false }` [INFO] [stdout] 7e0525cd4e4f3505d42f9dc5ed54ab777069d63fcf517cc8887a08e13b351806