Jul 12 07:09:26.457 INFO checking hashmap_core2-0.0.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 07:09:26.457 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 07:09:26.457 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 07:09:26.457 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 07:09:26.692 INFO blam! d8b45ab296c49bc32b1f8ed85e28fa450847f6f81838ba949255b8670992f281 Jul 12 07:09:26.693 INFO running `"docker" "start" "-a" "d8b45ab296c49bc32b1f8ed85e28fa450847f6f81838ba949255b8670992f281"` Jul 12 07:09:27.600 INFO kablam! Checking hashmap_core2 v0.0.1 (file:///source) Jul 12 07:09:28.079 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::oom` Jul 12 07:09:28.079 INFO kablam! --> src/lib.rs:19:34 Jul 12 07:09:28.079 INFO kablam! | Jul 12 07:09:28.079 INFO kablam! 19 | pub use alloc_crate::alloc::{oom, Global}; Jul 12 07:09:28.079 INFO kablam! | ^^^ no `oom` in `alloc` Jul 12 07:09:28.079 INFO kablam! Jul 12 07:09:28.079 INFO kablam! error[E0432]: unresolved import `alloc::CollectionAllocErr` Jul 12 07:09:28.080 INFO kablam! --> src/map.rs:14:5 Jul 12 07:09:28.080 INFO kablam! | Jul 12 07:09:28.080 INFO kablam! 14 | use alloc::CollectionAllocErr; Jul 12 07:09:28.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `alloc` Jul 12 07:09:28.080 INFO kablam! Jul 12 07:09:28.080 INFO kablam! error[E0432]: unresolved import `alloc::CollectionAllocErr` Jul 12 07:09:28.080 INFO kablam! --> src/table.rs:11:20 Jul 12 07:09:28.080 INFO kablam! | Jul 12 07:09:28.080 INFO kablam! 11 | use alloc::{Alloc, CollectionAllocErr, Global, Layout}; Jul 12 07:09:28.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `alloc` Jul 12 07:09:28.080 INFO kablam! Jul 12 07:09:28.832 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::oom` Jul 12 07:09:28.832 INFO kablam! --> src/lib.rs:19:34 Jul 12 07:09:28.832 INFO kablam! | Jul 12 07:09:28.832 INFO kablam! 19 | pub use alloc_crate::alloc::{oom, Global}; Jul 12 07:09:28.832 INFO kablam! | ^^^ no `oom` in `alloc` Jul 12 07:09:28.832 INFO kablam! Jul 12 07:09:28.833 INFO kablam! error[E0432]: unresolved import `alloc::Vec` Jul 12 07:09:28.833 INFO kablam! --> src/fnv.rs:124:9 Jul 12 07:09:28.833 INFO kablam! | Jul 12 07:09:28.833 INFO kablam! 124 | use alloc::Vec; Jul 12 07:09:28.833 INFO kablam! | ^^^^^^^^^^ no `Vec` in `alloc` Jul 12 07:09:28.833 INFO kablam! Jul 12 07:09:28.833 INFO kablam! error[E0432]: unresolved import `alloc::CollectionAllocErr` Jul 12 07:09:28.833 INFO kablam! --> src/map.rs:14:5 Jul 12 07:09:28.833 INFO kablam! | Jul 12 07:09:28.833 INFO kablam! 14 | use alloc::CollectionAllocErr; Jul 12 07:09:28.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `alloc` Jul 12 07:09:28.833 INFO kablam! Jul 12 07:09:28.833 INFO kablam! error[E0432]: unresolved import `alloc::CollectionAllocErr` Jul 12 07:09:28.833 INFO kablam! --> src/table.rs:11:20 Jul 12 07:09:28.833 INFO kablam! | Jul 12 07:09:28.833 INFO kablam! 11 | use alloc::{Alloc, CollectionAllocErr, Global, Layout}; Jul 12 07:09:28.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `CollectionAllocErr` in `alloc` Jul 12 07:09:28.833 INFO kablam! Jul 12 07:09:29.974 INFO kablam! error[E0599]: no method named `as_opaque` found for type `core::ptr::NonNull` in the current scope Jul 12 07:09:29.974 INFO kablam! --> src/table.rs:1205:59 Jul 12 07:09:29.974 INFO kablam! | Jul 12 07:09:29.974 INFO kablam! 1205 | NonNull::new_unchecked(self.hashes.ptr()).as_opaque(), Jul 12 07:09:29.974 INFO kablam! | ^^^^^^^^^ Jul 12 07:09:29.974 INFO kablam! Jul 12 07:09:29.986 INFO kablam! error: aborting due to 4 previous errors Jul 12 07:09:29.986 INFO kablam! Jul 12 07:09:29.986 INFO kablam! Some errors occurred: E0432, E0599. Jul 12 07:09:29.987 INFO kablam! For more information about an error, try `rustc --explain E0432`. Jul 12 07:09:30.000 INFO kablam! error: Could not compile `hashmap_core2`. Jul 12 07:09:30.001 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 07:09:31.701 INFO kablam! error[E0599]: no method named `as_opaque` found for type `core::ptr::NonNull` in the current scope Jul 12 07:09:31.702 INFO kablam! --> src/table.rs:1205:59 Jul 12 07:09:31.702 INFO kablam! | Jul 12 07:09:31.702 INFO kablam! 1205 | NonNull::new_unchecked(self.hashes.ptr()).as_opaque(), Jul 12 07:09:31.702 INFO kablam! | ^^^^^^^^^ Jul 12 07:09:31.702 INFO kablam! Jul 12 07:09:31.717 INFO kablam! error: aborting due to 5 previous errors Jul 12 07:09:31.717 INFO kablam! Jul 12 07:09:31.718 INFO kablam! Some errors occurred: E0432, E0599. Jul 12 07:09:31.718 INFO kablam! For more information about an error, try `rustc --explain E0432`. Jul 12 07:09:31.729 INFO kablam! error: Could not compile `hashmap_core2`. Jul 12 07:09:31.730 INFO kablam! Jul 12 07:09:31.730 INFO kablam! To learn more, run the command again with --verbose. Jul 12 07:09:31.732 INFO kablam! su: No module specific data is present Jul 12 07:09:32.302 INFO running `"docker" "rm" "-f" "d8b45ab296c49bc32b1f8ed85e28fa450847f6f81838ba949255b8670992f281"` Jul 12 07:09:32.464 INFO blam! d8b45ab296c49bc32b1f8ed85e28fa450847f6f81838ba949255b8670992f281