Aug 02 07:24:28.238 INFO checking hashmap_core-0.1.9 against 1.27.2 for lazy_static-1 Aug 02 07:24:28.238 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 07:24:28.238 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 07:24:28.238 INFO running `"docker" "create" "-v" "/tmp/crater.S7aPIrmM1SGw:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-2/1.27.2:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 02 07:24:28.595 INFO blam! 187f0622cc9d2a64d334a4f61f95635081d36cdb33ba0760de804657f2df10e0 Aug 02 07:24:28.615 INFO running `"docker" "start" "-a" "187f0622cc9d2a64d334a4f61f95635081d36cdb33ba0760de804657f2df10e0"` Aug 02 07:24:29.992 INFO kablam! Checking hashmap_core v0.1.9 (file:///source) Aug 02 07:24:30.245 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::handle_alloc_error` Aug 02 07:24:30.246 INFO kablam! --> src/lib.rs:24:34 Aug 02 07:24:30.246 INFO kablam! | Aug 02 07:24:30.246 INFO kablam! 24 | pub use alloc_crate::alloc::{handle_alloc_error, Global}; Aug 02 07:24:30.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `handle_alloc_error` in `alloc` Aug 02 07:24:30.246 INFO kablam! Aug 02 07:24:30.246 INFO kablam! error[E0432]: unresolved import `alloc_crate::collections` Aug 02 07:24:30.246 INFO kablam! --> src/lib.rs:32:26 Aug 02 07:24:30.246 INFO kablam! | Aug 02 07:24:30.246 INFO kablam! 32 | pub use alloc_crate::collections::CollectionAllocErr; Aug 02 07:24:30.246 INFO kablam! | ^^^^^^^^^^^ Could not find `collections` in `alloc_crate` Aug 02 07:24:30.246 INFO kablam! Aug 02 07:24:30.276 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.277 INFO kablam! --> src/map.rs:59:24 Aug 02 07:24:30.277 INFO kablam! | Aug 02 07:24:30.277 INFO kablam! 59 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:30.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.277 INFO kablam! Aug 02 07:24:30.278 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.278 INFO kablam! --> src/map.rs:790:17 Aug 02 07:24:30.278 INFO kablam! | Aug 02 07:24:30.278 INFO kablam! 790 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.278 INFO kablam! Aug 02 07:24:30.278 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.278 INFO kablam! --> src/map.rs:791:17 Aug 02 07:24:30.278 INFO kablam! | Aug 02 07:24:30.278 INFO kablam! 791 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.279 INFO kablam! Aug 02 07:24:30.283 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.283 INFO kablam! --> src/map.rs:824:24 Aug 02 07:24:30.283 INFO kablam! | Aug 02 07:24:30.283 INFO kablam! 824 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:30.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.284 INFO kablam! Aug 02 07:24:30.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! --> src/table.rs:724:17 Aug 02 07:24:30.336 INFO kablam! | Aug 02 07:24:30.336 INFO kablam! 724 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! Aug 02 07:24:30.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! --> src/table.rs:725:17 Aug 02 07:24:30.336 INFO kablam! | Aug 02 07:24:30.336 INFO kablam! 725 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! Aug 02 07:24:30.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! --> src/table.rs:765:17 Aug 02 07:24:30.336 INFO kablam! | Aug 02 07:24:30.336 INFO kablam! 765 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! Aug 02 07:24:30.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.336 INFO kablam! --> src/table.rs:766:17 Aug 02 07:24:30.336 INFO kablam! | Aug 02 07:24:30.336 INFO kablam! 766 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.337 INFO kablam! Aug 02 07:24:30.337 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.337 INFO kablam! --> src/map.rs:49:61 Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 49 | fn try_raw_capacity(&self, len: usize) -> Result { Aug 02 07:24:30.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.337 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! and 1 other candidates Aug 02 07:24:30.337 INFO kablam! Aug 02 07:24:30.337 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.337 INFO kablam! --> src/map.rs:813:68 Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 813 | pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.337 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.337 INFO kablam! | Aug 02 07:24:30.337 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! and 1 other candidates Aug 02 07:24:30.338 INFO kablam! Aug 02 07:24:30.338 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.338 INFO kablam! --> src/map.rs:818:23 Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 818 | -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.338 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! and 1 other candidates Aug 02 07:24:30.338 INFO kablam! Aug 02 07:24:30.338 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.338 INFO kablam! --> src/map.rs:847:21 Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 847 | ) -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.338 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.338 INFO kablam! | Aug 02 07:24:30.338 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! and 1 other candidates Aug 02 07:24:30.339 INFO kablam! Aug 02 07:24:30.339 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.339 INFO kablam! --> src/table.rs:692:33 Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 692 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:30.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.339 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! and 1 other candidates Aug 02 07:24:30.339 INFO kablam! Aug 02 07:24:30.339 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.339 INFO kablam! --> src/table.rs:747:33 Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 747 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:30.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.339 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.339 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.339 INFO kablam! | Aug 02 07:24:30.340 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.340 INFO kablam! | Aug 02 07:24:30.340 INFO kablam! and 1 other candidates Aug 02 07:24:30.340 INFO kablam! Aug 02 07:24:30.340 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.340 INFO kablam! --> src/table.rs:757:63 Aug 02 07:24:30.340 INFO kablam! | Aug 02 07:24:30.340 INFO kablam! 757 | pub fn try_new(capacity: usize) -> Result, CollectionAllocErr> { Aug 02 07:24:30.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.340 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.340 INFO kablam! | Aug 02 07:24:30.340 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.340 INFO kablam! | Aug 02 07:24:30.340 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.340 INFO kablam! | Aug 02 07:24:30.344 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.344 INFO kablam! | Aug 02 07:24:30.345 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.345 INFO kablam! | Aug 02 07:24:30.345 INFO kablam! and 1 other candidates Aug 02 07:24:30.345 INFO kablam! Aug 02 07:24:30.345 INFO kablam! error[E0554]: #![feature] may not be used on the stable release channel Aug 02 07:24:30.345 INFO kablam! --> src/lib.rs:16:5 Aug 02 07:24:30.345 INFO kablam! | Aug 02 07:24:30.345 INFO kablam! 16 | / feature(alloc, dropck_eyepatch, allocator_api, fused, ptr_internals, try_reserve, nonnull_cast) Aug 02 07:24:30.345 INFO kablam! 17 | | )] Aug 02 07:24:30.345 INFO kablam! | |_^ Aug 02 07:24:30.345 INFO kablam! Aug 02 07:24:30.382 INFO kablam! error: aborting due to 18 previous errors Aug 02 07:24:30.387 INFO kablam! Aug 02 07:24:30.387 INFO kablam! Some errors occurred: E0412, E0432, E0433, E0554. Aug 02 07:24:30.387 INFO kablam! For more information about an error, try `rustc --explain E0412`. Aug 02 07:24:30.395 INFO kablam! error: Could not compile `hashmap_core`. Aug 02 07:24:30.395 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 07:24:30.679 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::handle_alloc_error` Aug 02 07:24:30.680 INFO kablam! --> src/lib.rs:24:34 Aug 02 07:24:30.680 INFO kablam! | Aug 02 07:24:30.680 INFO kablam! 24 | pub use alloc_crate::alloc::{handle_alloc_error, Global}; Aug 02 07:24:30.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `handle_alloc_error` in `alloc` Aug 02 07:24:30.680 INFO kablam! Aug 02 07:24:30.680 INFO kablam! error[E0432]: unresolved import `alloc_crate::collections` Aug 02 07:24:30.680 INFO kablam! --> src/lib.rs:32:26 Aug 02 07:24:30.680 INFO kablam! | Aug 02 07:24:30.680 INFO kablam! 32 | pub use alloc_crate::collections::CollectionAllocErr; Aug 02 07:24:30.680 INFO kablam! | ^^^^^^^^^^^ Could not find `collections` in `alloc_crate` Aug 02 07:24:30.680 INFO kablam! Aug 02 07:24:30.710 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.711 INFO kablam! --> src/map.rs:59:24 Aug 02 07:24:30.711 INFO kablam! | Aug 02 07:24:30.711 INFO kablam! 59 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:30.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.711 INFO kablam! Aug 02 07:24:30.712 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.712 INFO kablam! --> src/map.rs:790:17 Aug 02 07:24:30.712 INFO kablam! | Aug 02 07:24:30.712 INFO kablam! 790 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.712 INFO kablam! Aug 02 07:24:30.713 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.713 INFO kablam! --> src/map.rs:791:17 Aug 02 07:24:30.713 INFO kablam! | Aug 02 07:24:30.713 INFO kablam! 791 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.713 INFO kablam! Aug 02 07:24:30.718 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.718 INFO kablam! --> src/map.rs:824:24 Aug 02 07:24:30.718 INFO kablam! | Aug 02 07:24:30.718 INFO kablam! 824 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:30.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.718 INFO kablam! Aug 02 07:24:30.740 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.740 INFO kablam! --> src/table.rs:724:17 Aug 02 07:24:30.740 INFO kablam! | Aug 02 07:24:30.740 INFO kablam! 724 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.740 INFO kablam! Aug 02 07:24:30.740 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.740 INFO kablam! --> src/table.rs:725:17 Aug 02 07:24:30.740 INFO kablam! | Aug 02 07:24:30.740 INFO kablam! 725 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.740 INFO kablam! Aug 02 07:24:30.748 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.748 INFO kablam! --> src/table.rs:765:17 Aug 02 07:24:30.748 INFO kablam! | Aug 02 07:24:30.748 INFO kablam! 765 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:30.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.749 INFO kablam! Aug 02 07:24:30.750 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.750 INFO kablam! --> src/table.rs:766:17 Aug 02 07:24:30.750 INFO kablam! | Aug 02 07:24:30.750 INFO kablam! 766 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:30.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:30.751 INFO kablam! Aug 02 07:24:30.757 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.757 INFO kablam! --> src/map.rs:49:61 Aug 02 07:24:30.757 INFO kablam! | Aug 02 07:24:30.757 INFO kablam! 49 | fn try_raw_capacity(&self, len: usize) -> Result { Aug 02 07:24:30.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.758 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! and 1 other candidates Aug 02 07:24:30.758 INFO kablam! Aug 02 07:24:30.758 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.758 INFO kablam! --> src/map.rs:813:68 Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 813 | pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.758 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.758 INFO kablam! | Aug 02 07:24:30.758 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.759 INFO kablam! | Aug 02 07:24:30.759 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.759 INFO kablam! | Aug 02 07:24:30.759 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.759 INFO kablam! | Aug 02 07:24:30.759 INFO kablam! and 1 other candidates Aug 02 07:24:30.759 INFO kablam! Aug 02 07:24:30.760 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.760 INFO kablam! --> src/map.rs:818:23 Aug 02 07:24:30.760 INFO kablam! | Aug 02 07:24:30.760 INFO kablam! 818 | -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.760 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.760 INFO kablam! | Aug 02 07:24:30.760 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.760 INFO kablam! | Aug 02 07:24:30.760 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.760 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! and 1 other candidates Aug 02 07:24:30.761 INFO kablam! Aug 02 07:24:30.761 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.761 INFO kablam! --> src/map.rs:847:21 Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 847 | ) -> Result<(), CollectionAllocErr> { Aug 02 07:24:30.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.761 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.761 INFO kablam! | Aug 02 07:24:30.761 INFO kablam! and 1 other candidates Aug 02 07:24:30.761 INFO kablam! Aug 02 07:24:30.761 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.761 INFO kablam! --> src/table.rs:692:33 Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 692 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:30.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.762 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! and 1 other candidates Aug 02 07:24:30.762 INFO kablam! Aug 02 07:24:30.762 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.762 INFO kablam! --> src/table.rs:747:33 Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 747 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:30.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.762 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.762 INFO kablam! | Aug 02 07:24:30.762 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! and 1 other candidates Aug 02 07:24:30.763 INFO kablam! Aug 02 07:24:30.763 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:30.763 INFO kablam! --> src/table.rs:757:63 Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 757 | pub fn try_new(capacity: usize) -> Result, CollectionAllocErr> { Aug 02 07:24:30.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:30.763 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:30.763 INFO kablam! | Aug 02 07:24:30.763 INFO kablam! and 1 other candidates Aug 02 07:24:30.763 INFO kablam! Aug 02 07:24:30.766 INFO kablam! error[E0554]: #![feature] may not be used on the stable release channel Aug 02 07:24:30.767 INFO kablam! --> src/lib.rs:16:5 Aug 02 07:24:30.767 INFO kablam! | Aug 02 07:24:30.767 INFO kablam! 16 | / feature(alloc, dropck_eyepatch, allocator_api, fused, ptr_internals, try_reserve, nonnull_cast) Aug 02 07:24:30.767 INFO kablam! 17 | | )] Aug 02 07:24:30.767 INFO kablam! | |_^ Aug 02 07:24:30.767 INFO kablam! Aug 02 07:24:30.795 INFO kablam! error: aborting due to 18 previous errors Aug 02 07:24:30.795 INFO kablam! Aug 02 07:24:30.796 INFO kablam! Some errors occurred: E0412, E0432, E0433, E0554. Aug 02 07:24:30.796 INFO kablam! For more information about an error, try `rustc --explain E0412`. Aug 02 07:24:30.807 INFO kablam! error: Could not compile `hashmap_core`. Aug 02 07:24:30.808 INFO kablam! Aug 02 07:24:30.808 INFO kablam! To learn more, run the command again with --verbose. Aug 02 07:24:30.808 INFO kablam! su: No module specific data is present Aug 02 07:24:31.564 INFO running `"docker" "rm" "-f" "187f0622cc9d2a64d334a4f61f95635081d36cdb33ba0760de804657f2df10e0"` Aug 02 07:24:31.815 INFO blam! 187f0622cc9d2a64d334a4f61f95635081d36cdb33ba0760de804657f2df10e0