Sep 17 16:06:24.494 INFO checking thin-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:06:24.494 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:06:24.494 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:06:24.777 INFO blam! 42835587171bdf27d67ff622615c97189a500feeb0732f907a8edb2c4c25b062 Sep 17 16:06:24.779 INFO running `"docker" "start" "-a" "42835587171bdf27d67ff622615c97189a500feeb0732f907a8edb2c4c25b062"` Sep 17 16:06:26.135 INFO kablam! usermod: no changes Sep 17 16:06:26.174 INFO kablam! Checking fn_move v0.1.0 Sep 17 16:06:26.257 INFO kablam! Checking dyn_sized v0.2.0 Sep 17 16:06:26.452 INFO kablam! Checking thin v0.2.0 (/source) Sep 17 16:06:26.586 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 17 16:06:26.586 INFO kablam! --> src/boxed.rs:11:12 Sep 17 16:06:26.586 INFO kablam! | Sep 17 16:06:26.586 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 17 16:06:26.586 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 17 16:06:26.586 INFO kablam! Sep 17 16:06:26.592 INFO kablam! warning: unused import: `Alloc` Sep 17 16:06:26.592 INFO kablam! --> src/boxed.rs:11:25 Sep 17 16:06:26.592 INFO kablam! | Sep 17 16:06:26.592 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 17 16:06:26.592 INFO kablam! | ^^^^^ Sep 17 16:06:26.592 INFO kablam! | Sep 17 16:06:26.592 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:06:26.592 INFO kablam! Sep 17 16:06:26.592 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.592 INFO kablam! --> src/boxed.rs:6:22 Sep 17 16:06:26.592 INFO kablam! | Sep 17 16:06:26.592 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 17 16:06:26.592 INFO kablam! | ^^^^^^ Sep 17 16:06:26.592 INFO kablam! | Sep 17 16:06:26.592 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.592 INFO kablam! Sep 17 16:06:26.592 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.592 INFO kablam! --> src/boxed.rs:17:18 Sep 17 16:06:26.592 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 17 16:06:26.593 INFO kablam! | ^^^^^^^^^^ Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.593 INFO kablam! Sep 17 16:06:26.593 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.593 INFO kablam! --> src/boxed.rs:189:9 Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.593 INFO kablam! Sep 17 16:06:26.593 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.593 INFO kablam! --> src/boxed.rs:49:35 Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 17 16:06:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.593 INFO kablam! Sep 17 16:06:26.593 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.593 INFO kablam! --> src/boxed.rs:97:13 Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.593 INFO kablam! Sep 17 16:06:26.593 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.593 INFO kablam! --> src/boxed.rs:116:26 Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 17 16:06:26.593 INFO kablam! | ^^^^^^^^^^^ Sep 17 16:06:26.593 INFO kablam! | Sep 17 16:06:26.593 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.593 INFO kablam! Sep 17 16:06:26.643 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.643 INFO kablam! --> src/boxed.rs:49:35 Sep 17 16:06:26.643 INFO kablam! | Sep 17 16:06:26.643 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 17 16:06:26.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.643 INFO kablam! | Sep 17 16:06:26.643 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.643 INFO kablam! Sep 17 16:06:26.646 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.646 INFO kablam! --> src/boxed.rs:56:94 Sep 17 16:06:26.646 INFO kablam! | Sep 17 16:06:26.646 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 17 16:06:26.646 INFO kablam! | ^^^^^^ Sep 17 16:06:26.646 INFO kablam! | Sep 17 16:06:26.646 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.646 INFO kablam! Sep 17 16:06:26.646 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.646 INFO kablam! --> src/boxed.rs:74:75 Sep 17 16:06:26.646 INFO kablam! | Sep 17 16:06:26.646 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 17 16:06:26.646 INFO kablam! | ^^^^^^ Sep 17 16:06:26.646 INFO kablam! | Sep 17 16:06:26.646 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.646 INFO kablam! Sep 17 16:06:26.646 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.646 INFO kablam! --> src/boxed.rs:81:79 Sep 17 16:06:26.646 INFO kablam! | Sep 17 16:06:26.646 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 17 16:06:26.647 INFO kablam! | ^^^^^^ Sep 17 16:06:26.647 INFO kablam! | Sep 17 16:06:26.647 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.647 INFO kablam! Sep 17 16:06:26.647 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.647 INFO kablam! --> src/boxed.rs:97:13 Sep 17 16:06:26.647 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.648 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.648 INFO kablam! Sep 17 16:06:26.648 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.648 INFO kablam! --> src/boxed.rs:97:35 Sep 17 16:06:26.648 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.648 INFO kablam! | ^^^^^^ Sep 17 16:06:26.648 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.648 INFO kablam! Sep 17 16:06:26.648 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 17 16:06:26.648 INFO kablam! --> src/boxed.rs:11:12 Sep 17 16:06:26.648 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 17 16:06:26.648 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 17 16:06:26.648 INFO kablam! Sep 17 16:06:26.648 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.648 INFO kablam! --> src/boxed.rs:116:26 Sep 17 16:06:26.648 INFO kablam! | Sep 17 16:06:26.648 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 17 16:06:26.649 INFO kablam! | ^^^^^^^^^^^ Sep 17 16:06:26.649 INFO kablam! | Sep 17 16:06:26.649 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.649 INFO kablam! Sep 17 16:06:26.651 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.651 INFO kablam! --> src/boxed.rs:189:9 Sep 17 16:06:26.651 INFO kablam! | Sep 17 16:06:26.651 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.652 INFO kablam! | Sep 17 16:06:26.652 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.652 INFO kablam! Sep 17 16:06:26.652 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.652 INFO kablam! --> src/boxed.rs:189:31 Sep 17 16:06:26.652 INFO kablam! | Sep 17 16:06:26.652 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.652 INFO kablam! | ^^^^^^ Sep 17 16:06:26.652 INFO kablam! | Sep 17 16:06:26.652 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.652 INFO kablam! Sep 17 16:06:26.655 INFO kablam! warning: unused import: `Alloc` Sep 17 16:06:26.655 INFO kablam! --> src/boxed.rs:11:25 Sep 17 16:06:26.655 INFO kablam! | Sep 17 16:06:26.655 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 17 16:06:26.655 INFO kablam! | ^^^^^ Sep 17 16:06:26.655 INFO kablam! | Sep 17 16:06:26.655 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:06:26.655 INFO kablam! Sep 17 16:06:26.656 INFO kablam! error: aborting due to 16 previous errors Sep 17 16:06:26.656 INFO kablam! Sep 17 16:06:26.656 INFO kablam! Some errors occurred: E0432, E0658. Sep 17 16:06:26.656 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 16:06:26.661 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.661 INFO kablam! --> src/boxed.rs:6:22 Sep 17 16:06:26.661 INFO kablam! | Sep 17 16:06:26.661 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 17 16:06:26.661 INFO kablam! | ^^^^^^ Sep 17 16:06:26.661 INFO kablam! | Sep 17 16:06:26.661 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.661 INFO kablam! Sep 17 16:06:26.661 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.661 INFO kablam! --> src/boxed.rs:17:18 Sep 17 16:06:26.661 INFO kablam! | Sep 17 16:06:26.661 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 17 16:06:26.661 INFO kablam! | ^^^^^^^^^^ Sep 17 16:06:26.661 INFO kablam! | Sep 17 16:06:26.661 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.661 INFO kablam! Sep 17 16:06:26.661 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.661 INFO kablam! --> src/boxed.rs:189:9 Sep 17 16:06:26.661 INFO kablam! | Sep 17 16:06:26.661 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.662 INFO kablam! Sep 17 16:06:26.662 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.662 INFO kablam! --> src/boxed.rs:49:35 Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 17 16:06:26.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.662 INFO kablam! Sep 17 16:06:26.662 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.662 INFO kablam! --> src/boxed.rs:97:13 Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.662 INFO kablam! Sep 17 16:06:26.662 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 17 16:06:26.662 INFO kablam! --> src/boxed.rs:116:26 Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 17 16:06:26.662 INFO kablam! | ^^^^^^^^^^^ Sep 17 16:06:26.662 INFO kablam! | Sep 17 16:06:26.662 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.662 INFO kablam! Sep 17 16:06:26.662 INFO kablam! error: Could not compile `thin`. Sep 17 16:06:26.662 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:06:26.712 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.712 INFO kablam! --> src/boxed.rs:49:35 Sep 17 16:06:26.712 INFO kablam! | Sep 17 16:06:26.712 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 17 16:06:26.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.712 INFO kablam! | Sep 17 16:06:26.713 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.713 INFO kablam! Sep 17 16:06:26.713 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.713 INFO kablam! --> src/boxed.rs:56:94 Sep 17 16:06:26.713 INFO kablam! | Sep 17 16:06:26.713 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 17 16:06:26.713 INFO kablam! | ^^^^^^ Sep 17 16:06:26.713 INFO kablam! | Sep 17 16:06:26.713 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.713 INFO kablam! Sep 17 16:06:26.714 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.714 INFO kablam! --> src/boxed.rs:74:75 Sep 17 16:06:26.714 INFO kablam! | Sep 17 16:06:26.714 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 17 16:06:26.714 INFO kablam! | ^^^^^^ Sep 17 16:06:26.714 INFO kablam! | Sep 17 16:06:26.714 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.714 INFO kablam! Sep 17 16:06:26.714 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.714 INFO kablam! --> src/boxed.rs:81:79 Sep 17 16:06:26.714 INFO kablam! | Sep 17 16:06:26.714 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 17 16:06:26.714 INFO kablam! | ^^^^^^ Sep 17 16:06:26.714 INFO kablam! | Sep 17 16:06:26.714 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.714 INFO kablam! Sep 17 16:06:26.717 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.717 INFO kablam! --> src/boxed.rs:97:13 Sep 17 16:06:26.717 INFO kablam! | Sep 17 16:06:26.717 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.717 INFO kablam! | Sep 17 16:06:26.717 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.717 INFO kablam! Sep 17 16:06:26.717 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.717 INFO kablam! --> src/boxed.rs:97:35 Sep 17 16:06:26.717 INFO kablam! | Sep 17 16:06:26.717 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.717 INFO kablam! | ^^^^^^ Sep 17 16:06:26.717 INFO kablam! | Sep 17 16:06:26.717 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.717 INFO kablam! Sep 17 16:06:26.718 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.718 INFO kablam! --> src/boxed.rs:116:26 Sep 17 16:06:26.718 INFO kablam! | Sep 17 16:06:26.718 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 17 16:06:26.718 INFO kablam! | ^^^^^^^^^^^ Sep 17 16:06:26.718 INFO kablam! | Sep 17 16:06:26.718 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.718 INFO kablam! Sep 17 16:06:26.720 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.721 INFO kablam! --> src/boxed.rs:189:9 Sep 17 16:06:26.721 INFO kablam! | Sep 17 16:06:26.721 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:06:26.721 INFO kablam! | Sep 17 16:06:26.721 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.721 INFO kablam! Sep 17 16:06:26.721 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 17 16:06:26.721 INFO kablam! --> src/boxed.rs:189:31 Sep 17 16:06:26.721 INFO kablam! | Sep 17 16:06:26.721 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 17 16:06:26.721 INFO kablam! | ^^^^^^ Sep 17 16:06:26.721 INFO kablam! | Sep 17 16:06:26.721 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 16:06:26.721 INFO kablam! Sep 17 16:06:26.762 INFO kablam! error: aborting due to 16 previous errors Sep 17 16:06:26.762 INFO kablam! Sep 17 16:06:26.762 INFO kablam! Some errors occurred: E0432, E0658. Sep 17 16:06:26.762 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 16:06:26.769 INFO kablam! error: Could not compile `thin`. Sep 17 16:06:26.769 INFO kablam! Sep 17 16:06:26.769 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:06:26.770 INFO kablam! su: No module specific data is present Sep 17 16:06:27.575 INFO running `"docker" "rm" "-f" "42835587171bdf27d67ff622615c97189a500feeb0732f907a8edb2c4c25b062"` Sep 17 16:06:27.637 INFO blam! 42835587171bdf27d67ff622615c97189a500feeb0732f907a8edb2c4c25b062