Aug 02 07:24:26.157 INFO checking hashmap_core-0.1.9 against 1.27.2+tmplazy for lazy_static-1 Aug 02 07:24:26.157 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 07:24:26.157 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 07:24:26.158 INFO running `"docker" "create" "-v" "/tmp/crater.ncVgVfQySi0M:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-1/1.27.2+tmplazy:/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:26.352 INFO blam! def8b62d16ed36d15291043d86204ffdce720b815483b7e240e5edd81f1a25df Aug 02 07:24:26.354 INFO running `"docker" "start" "-a" "def8b62d16ed36d15291043d86204ffdce720b815483b7e240e5edd81f1a25df"` Aug 02 07:24:27.405 INFO kablam! Checking hashmap_core v0.1.9 (file:///source) Aug 02 07:24:27.606 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::handle_alloc_error` Aug 02 07:24:27.606 INFO kablam! --> src/lib.rs:24:34 Aug 02 07:24:27.606 INFO kablam! | Aug 02 07:24:27.606 INFO kablam! 24 | pub use alloc_crate::alloc::{handle_alloc_error, Global}; Aug 02 07:24:27.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `handle_alloc_error` in `alloc` Aug 02 07:24:27.606 INFO kablam! Aug 02 07:24:27.607 INFO kablam! error[E0432]: unresolved import `alloc_crate::collections` Aug 02 07:24:27.607 INFO kablam! --> src/lib.rs:32:26 Aug 02 07:24:27.607 INFO kablam! | Aug 02 07:24:27.607 INFO kablam! 32 | pub use alloc_crate::collections::CollectionAllocErr; Aug 02 07:24:27.607 INFO kablam! | ^^^^^^^^^^^ Could not find `collections` in `alloc_crate` Aug 02 07:24:27.607 INFO kablam! Aug 02 07:24:27.620 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.620 INFO kablam! --> src/map.rs:59:24 Aug 02 07:24:27.620 INFO kablam! | Aug 02 07:24:27.620 INFO kablam! 59 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:27.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.620 INFO kablam! Aug 02 07:24:27.621 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.622 INFO kablam! --> src/map.rs:790:17 Aug 02 07:24:27.622 INFO kablam! | Aug 02 07:24:27.622 INFO kablam! 790 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.622 INFO kablam! Aug 02 07:24:27.622 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.622 INFO kablam! --> src/map.rs:791:17 Aug 02 07:24:27.622 INFO kablam! | Aug 02 07:24:27.622 INFO kablam! 791 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.622 INFO kablam! Aug 02 07:24:27.626 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.626 INFO kablam! --> src/map.rs:824:24 Aug 02 07:24:27.627 INFO kablam! | Aug 02 07:24:27.627 INFO kablam! 824 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:27.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.627 INFO kablam! Aug 02 07:24:27.648 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.648 INFO kablam! --> src/table.rs:724:17 Aug 02 07:24:27.648 INFO kablam! | Aug 02 07:24:27.648 INFO kablam! 724 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.648 INFO kablam! Aug 02 07:24:27.648 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.648 INFO kablam! --> src/table.rs:725:17 Aug 02 07:24:27.648 INFO kablam! | Aug 02 07:24:27.648 INFO kablam! 725 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.649 INFO kablam! Aug 02 07:24:27.653 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.653 INFO kablam! --> src/table.rs:765:17 Aug 02 07:24:27.653 INFO kablam! | Aug 02 07:24:27.653 INFO kablam! 765 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.653 INFO kablam! Aug 02 07:24:27.653 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.653 INFO kablam! --> src/table.rs:766:17 Aug 02 07:24:27.653 INFO kablam! | Aug 02 07:24:27.653 INFO kablam! 766 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.653 INFO kablam! Aug 02 07:24:27.655 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.655 INFO kablam! --> src/map.rs:49:61 Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! 49 | fn try_raw_capacity(&self, len: usize) -> Result { Aug 02 07:24:27.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.655 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.655 INFO kablam! | Aug 02 07:24:27.655 INFO kablam! and 1 other candidates Aug 02 07:24:27.655 INFO kablam! Aug 02 07:24:27.656 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.656 INFO kablam! --> src/map.rs:813:68 Aug 02 07:24:27.656 INFO kablam! | Aug 02 07:24:27.656 INFO kablam! 813 | pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.656 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.656 INFO kablam! | Aug 02 07:24:27.656 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.656 INFO kablam! | Aug 02 07:24:27.656 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.656 INFO kablam! | Aug 02 07:24:27.656 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.656 INFO kablam! | Aug 02 07:24:27.656 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.657 INFO kablam! | Aug 02 07:24:27.657 INFO kablam! and 1 other candidates Aug 02 07:24:27.657 INFO kablam! Aug 02 07:24:27.657 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.657 INFO kablam! --> src/map.rs:818:23 Aug 02 07:24:27.657 INFO kablam! | Aug 02 07:24:27.657 INFO kablam! 818 | -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.657 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.657 INFO kablam! | Aug 02 07:24:27.657 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.657 INFO kablam! | Aug 02 07:24:27.657 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! and 1 other candidates Aug 02 07:24:27.658 INFO kablam! Aug 02 07:24:27.658 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.658 INFO kablam! --> src/map.rs:847:21 Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 847 | ) -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.658 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! and 1 other candidates Aug 02 07:24:27.658 INFO kablam! Aug 02 07:24:27.658 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.658 INFO kablam! --> src/table.rs:692:33 Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.658 INFO kablam! 692 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:27.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.658 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.658 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! and 1 other candidates Aug 02 07:24:27.659 INFO kablam! Aug 02 07:24:27.659 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.659 INFO kablam! --> src/table.rs:747:33 Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 747 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.659 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.659 INFO kablam! and 1 other candidates Aug 02 07:24:27.659 INFO kablam! Aug 02 07:24:27.659 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.659 INFO kablam! --> src/table.rs:757:63 Aug 02 07:24:27.659 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 757 | pub fn try_new(capacity: usize) -> Result, CollectionAllocErr> { Aug 02 07:24:27.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.660 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! and 1 other candidates Aug 02 07:24:27.660 INFO kablam! Aug 02 07:24:27.660 INFO kablam! error[E0554]: #![feature] may not be used on the stable release channel Aug 02 07:24:27.660 INFO kablam! --> src/lib.rs:16:5 Aug 02 07:24:27.660 INFO kablam! | Aug 02 07:24:27.660 INFO kablam! 16 | / feature(alloc, dropck_eyepatch, allocator_api, fused, ptr_internals, try_reserve, nonnull_cast) Aug 02 07:24:27.660 INFO kablam! 17 | | )] Aug 02 07:24:27.660 INFO kablam! | |_^ Aug 02 07:24:27.660 INFO kablam! Aug 02 07:24:27.675 INFO kablam! error: aborting due to 18 previous errors Aug 02 07:24:27.675 INFO kablam! Aug 02 07:24:27.675 INFO kablam! Some errors occurred: E0412, E0432, E0433, E0554. Aug 02 07:24:27.675 INFO kablam! For more information about an error, try `rustc --explain E0412`. Aug 02 07:24:27.681 INFO kablam! error: Could not compile `hashmap_core`. Aug 02 07:24:27.681 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 07:24:27.895 INFO kablam! error[E0432]: unresolved import `alloc_crate::alloc::handle_alloc_error` Aug 02 07:24:27.895 INFO kablam! --> src/lib.rs:24:34 Aug 02 07:24:27.895 INFO kablam! | Aug 02 07:24:27.895 INFO kablam! 24 | pub use alloc_crate::alloc::{handle_alloc_error, Global}; Aug 02 07:24:27.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `handle_alloc_error` in `alloc` Aug 02 07:24:27.896 INFO kablam! Aug 02 07:24:27.896 INFO kablam! error[E0432]: unresolved import `alloc_crate::collections` Aug 02 07:24:27.896 INFO kablam! --> src/lib.rs:32:26 Aug 02 07:24:27.896 INFO kablam! | Aug 02 07:24:27.896 INFO kablam! 32 | pub use alloc_crate::collections::CollectionAllocErr; Aug 02 07:24:27.896 INFO kablam! | ^^^^^^^^^^^ Could not find `collections` in `alloc_crate` Aug 02 07:24:27.896 INFO kablam! Aug 02 07:24:27.928 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.928 INFO kablam! --> src/map.rs:59:24 Aug 02 07:24:27.928 INFO kablam! | Aug 02 07:24:27.928 INFO kablam! 59 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.928 INFO kablam! Aug 02 07:24:27.930 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.930 INFO kablam! --> src/map.rs:790:17 Aug 02 07:24:27.930 INFO kablam! | Aug 02 07:24:27.930 INFO kablam! 790 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.930 INFO kablam! Aug 02 07:24:27.930 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.930 INFO kablam! --> src/map.rs:791:17 Aug 02 07:24:27.930 INFO kablam! | Aug 02 07:24:27.930 INFO kablam! 791 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.930 INFO kablam! Aug 02 07:24:27.935 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.935 INFO kablam! --> src/map.rs:824:24 Aug 02 07:24:27.935 INFO kablam! | Aug 02 07:24:27.935 INFO kablam! 824 | .ok_or(CollectionAllocErr::CapacityOverflow)?; Aug 02 07:24:27.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.936 INFO kablam! Aug 02 07:24:27.956 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.956 INFO kablam! --> src/table.rs:724:17 Aug 02 07:24:27.956 INFO kablam! | Aug 02 07:24:27.957 INFO kablam! 724 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.957 INFO kablam! Aug 02 07:24:27.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.957 INFO kablam! --> src/table.rs:725:17 Aug 02 07:24:27.957 INFO kablam! | Aug 02 07:24:27.957 INFO kablam! 725 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.957 INFO kablam! Aug 02 07:24:27.965 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.965 INFO kablam! --> src/table.rs:765:17 Aug 02 07:24:27.965 INFO kablam! | Aug 02 07:24:27.965 INFO kablam! 765 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), Aug 02 07:24:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.965 INFO kablam! Aug 02 07:24:27.966 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.966 INFO kablam! --> src/table.rs:766:17 Aug 02 07:24:27.966 INFO kablam! | Aug 02 07:24:27.966 INFO kablam! 766 | Err(CollectionAllocErr::AllocErr) => unreachable!(), Aug 02 07:24:27.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CollectionAllocErr` Aug 02 07:24:27.966 INFO kablam! Aug 02 07:24:27.970 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.971 INFO kablam! --> src/map.rs:49:61 Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! 49 | fn try_raw_capacity(&self, len: usize) -> Result { Aug 02 07:24:27.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.971 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.971 INFO kablam! | Aug 02 07:24:27.971 INFO kablam! and 1 other candidates Aug 02 07:24:27.971 INFO kablam! Aug 02 07:24:27.972 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.972 INFO kablam! --> src/map.rs:813:68 Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! 813 | pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.972 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.972 INFO kablam! | Aug 02 07:24:27.972 INFO kablam! and 1 other candidates Aug 02 07:24:27.972 INFO kablam! Aug 02 07:24:27.973 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.973 INFO kablam! --> src/map.rs:818:23 Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.973 INFO kablam! 818 | -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.973 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.973 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.973 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.973 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.973 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.973 INFO kablam! | Aug 02 07:24:27.974 INFO kablam! and 1 other candidates Aug 02 07:24:27.974 INFO kablam! Aug 02 07:24:27.975 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.975 INFO kablam! --> src/map.rs:847:21 Aug 02 07:24:27.975 INFO kablam! | Aug 02 07:24:27.975 INFO kablam! 847 | ) -> Result<(), CollectionAllocErr> { Aug 02 07:24:27.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.976 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.976 INFO kablam! | Aug 02 07:24:27.976 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.976 INFO kablam! | Aug 02 07:24:27.976 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.976 INFO kablam! | Aug 02 07:24:27.976 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.976 INFO kablam! | Aug 02 07:24:27.976 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.976 INFO kablam! | Aug 02 07:24:27.976 INFO kablam! and 1 other candidates Aug 02 07:24:27.977 INFO kablam! Aug 02 07:24:27.978 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.978 INFO kablam! --> src/table.rs:692:33 Aug 02 07:24:27.978 INFO kablam! | Aug 02 07:24:27.978 INFO kablam! 692 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:27.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.979 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.979 INFO kablam! | Aug 02 07:24:27.979 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.979 INFO kablam! | Aug 02 07:24:27.979 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.979 INFO kablam! | Aug 02 07:24:27.979 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.979 INFO kablam! | Aug 02 07:24:27.979 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.979 INFO kablam! | Aug 02 07:24:27.979 INFO kablam! and 1 other candidates Aug 02 07:24:27.980 INFO kablam! Aug 02 07:24:27.981 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.981 INFO kablam! --> src/table.rs:747:33 Aug 02 07:24:27.981 INFO kablam! | Aug 02 07:24:27.981 INFO kablam! 747 | ) -> Result, CollectionAllocErr> { Aug 02 07:24:27.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.982 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.982 INFO kablam! | Aug 02 07:24:27.982 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.982 INFO kablam! | Aug 02 07:24:27.982 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.982 INFO kablam! | Aug 02 07:24:27.982 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.982 INFO kablam! | Aug 02 07:24:27.982 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.982 INFO kablam! | Aug 02 07:24:27.982 INFO kablam! and 1 other candidates Aug 02 07:24:27.983 INFO kablam! Aug 02 07:24:27.984 INFO kablam! error[E0412]: cannot find type `CollectionAllocErr` in this scope Aug 02 07:24:27.984 INFO kablam! --> src/table.rs:757:63 Aug 02 07:24:27.984 INFO kablam! | Aug 02 07:24:27.984 INFO kablam! 757 | pub fn try_new(capacity: usize) -> Result, CollectionAllocErr> { Aug 02 07:24:27.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Aug 02 07:24:27.985 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 02 07:24:27.985 INFO kablam! | Aug 02 07:24:27.985 INFO kablam! 11 | use alloc_crate::alloc::CollectionAllocErr; Aug 02 07:24:27.985 INFO kablam! | Aug 02 07:24:27.985 INFO kablam! 11 | use alloc_crate::allocator::CollectionAllocErr; Aug 02 07:24:27.985 INFO kablam! | Aug 02 07:24:27.985 INFO kablam! 11 | use alloc_crate::heap::CollectionAllocErr; Aug 02 07:24:27.985 INFO kablam! | Aug 02 07:24:27.985 INFO kablam! 11 | use core::alloc::CollectionAllocErr; Aug 02 07:24:27.985 INFO kablam! | Aug 02 07:24:27.985 INFO kablam! and 1 other candidates Aug 02 07:24:27.986 INFO kablam! Aug 02 07:24:27.989 INFO kablam! error[E0554]: #![feature] may not be used on the stable release channel Aug 02 07:24:27.989 INFO kablam! --> src/lib.rs:16:5 Aug 02 07:24:27.989 INFO kablam! | Aug 02 07:24:27.989 INFO kablam! 16 | / feature(alloc, dropck_eyepatch, allocator_api, fused, ptr_internals, try_reserve, nonnull_cast) Aug 02 07:24:27.990 INFO kablam! 17 | | )] Aug 02 07:24:27.990 INFO kablam! | |_^ Aug 02 07:24:27.990 INFO kablam! Aug 02 07:24:28.015 INFO kablam! error: aborting due to 18 previous errors Aug 02 07:24:28.016 INFO kablam! Aug 02 07:24:28.016 INFO kablam! Some errors occurred: E0412, E0432, E0433, E0554. Aug 02 07:24:28.017 INFO kablam! For more information about an error, try `rustc --explain E0412`. Aug 02 07:24:28.028 INFO kablam! error: Could not compile `hashmap_core`. Aug 02 07:24:28.028 INFO kablam! Aug 02 07:24:28.028 INFO kablam! To learn more, run the command again with --verbose. Aug 02 07:24:28.030 INFO kablam! su: No module specific data is present Aug 02 07:24:28.949 INFO running `"docker" "rm" "-f" "def8b62d16ed36d15291043d86204ffdce720b815483b7e240e5edd81f1a25df"` Aug 02 07:24:29.147 INFO blam! def8b62d16ed36d15291043d86204ffdce720b815483b7e240e5edd81f1a25df