Sep 21 01:52:32.193 INFO checking thin-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:52:32.193 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:52:32.193 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:52:32.354 INFO blam! 9b0efb18873391c3e4854a8c4d7d8b513026a4a0a8b7a1674954a5fa16d735fe Sep 21 01:52:32.356 INFO running `"docker" "start" "-a" "9b0efb18873391c3e4854a8c4d7d8b513026a4a0a8b7a1674954a5fa16d735fe"` Sep 21 01:52:33.325 INFO kablam! usermod: no changes Sep 21 01:52:33.357 INFO kablam! Checking fn_move v0.1.0 Sep 21 01:52:33.435 INFO kablam! Checking dyn_sized v0.2.0 Sep 21 01:52:33.612 INFO kablam! Checking thin v0.2.0 (/source) Sep 21 01:52:33.727 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 21 01:52:33.727 INFO kablam! --> src/boxed.rs:11:12 Sep 21 01:52:33.727 INFO kablam! | Sep 21 01:52:33.727 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 21 01:52:33.727 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 21 01:52:33.727 INFO kablam! Sep 21 01:52:33.729 INFO kablam! warning: unused import: `Alloc` Sep 21 01:52:33.729 INFO kablam! --> src/boxed.rs:11:25 Sep 21 01:52:33.729 INFO kablam! | Sep 21 01:52:33.729 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 21 01:52:33.729 INFO kablam! | ^^^^^ Sep 21 01:52:33.729 INFO kablam! | Sep 21 01:52:33.729 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 01:52:33.729 INFO kablam! Sep 21 01:52:33.731 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 21 01:52:33.731 INFO kablam! --> src/boxed.rs:6:22 Sep 21 01:52:33.731 INFO kablam! | Sep 21 01:52:33.731 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 21 01:52:33.731 INFO kablam! | ^^^^^^ Sep 21 01:52:33.731 INFO kablam! | Sep 21 01:52:33.731 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.731 INFO kablam! Sep 21 01:52:33.732 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 21 01:52:33.732 INFO kablam! --> src/boxed.rs:17:18 Sep 21 01:52:33.732 INFO kablam! | Sep 21 01:52:33.732 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 21 01:52:33.732 INFO kablam! | ^^^^^^^^^^ Sep 21 01:52:33.732 INFO kablam! | Sep 21 01:52:33.732 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.732 INFO kablam! Sep 21 01:52:33.732 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 21 01:52:33.732 INFO kablam! --> src/boxed.rs:189:9 Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.733 INFO kablam! Sep 21 01:52:33.733 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 21 01:52:33.733 INFO kablam! --> src/boxed.rs:49:35 Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 21 01:52:33.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.733 INFO kablam! Sep 21 01:52:33.733 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 21 01:52:33.733 INFO kablam! --> src/boxed.rs:97:13 Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.733 INFO kablam! Sep 21 01:52:33.733 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 21 01:52:33.733 INFO kablam! --> src/boxed.rs:116:26 Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 21 01:52:33.733 INFO kablam! | ^^^^^^^^^^^ Sep 21 01:52:33.733 INFO kablam! | Sep 21 01:52:33.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.733 INFO kablam! Sep 21 01:52:33.765 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.765 INFO kablam! --> src/boxed.rs:49:35 Sep 21 01:52:33.765 INFO kablam! | Sep 21 01:52:33.765 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 21 01:52:33.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.765 INFO kablam! | Sep 21 01:52:33.765 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.765 INFO kablam! Sep 21 01:52:33.765 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 21 01:52:33.765 INFO kablam! --> src/boxed.rs:11:12 Sep 21 01:52:33.765 INFO kablam! | Sep 21 01:52:33.765 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 21 01:52:33.765 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 21 01:52:33.765 INFO kablam! Sep 21 01:52:33.765 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.765 INFO kablam! --> src/boxed.rs:56:94 Sep 21 01:52:33.765 INFO kablam! | Sep 21 01:52:33.765 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 21 01:52:33.765 INFO kablam! | ^^^^^^ Sep 21 01:52:33.765 INFO kablam! | Sep 21 01:52:33.765 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.765 INFO kablam! Sep 21 01:52:33.766 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.766 INFO kablam! --> src/boxed.rs:74:75 Sep 21 01:52:33.766 INFO kablam! | Sep 21 01:52:33.766 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 21 01:52:33.766 INFO kablam! | ^^^^^^ Sep 21 01:52:33.766 INFO kablam! | Sep 21 01:52:33.766 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.766 INFO kablam! Sep 21 01:52:33.767 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.767 INFO kablam! --> src/boxed.rs:81:79 Sep 21 01:52:33.767 INFO kablam! | Sep 21 01:52:33.767 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 21 01:52:33.767 INFO kablam! | ^^^^^^ Sep 21 01:52:33.767 INFO kablam! | Sep 21 01:52:33.767 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.767 INFO kablam! Sep 21 01:52:33.767 INFO kablam! warning: unused import: `Alloc` Sep 21 01:52:33.767 INFO kablam! --> src/boxed.rs:11:25 Sep 21 01:52:33.767 INFO kablam! | Sep 21 01:52:33.767 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 21 01:52:33.767 INFO kablam! | ^^^^^ Sep 21 01:52:33.767 INFO kablam! | Sep 21 01:52:33.767 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 01:52:33.767 INFO kablam! Sep 21 01:52:33.769 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.769 INFO kablam! --> src/boxed.rs:97:13 Sep 21 01:52:33.769 INFO kablam! | Sep 21 01:52:33.769 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.769 INFO kablam! | Sep 21 01:52:33.769 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.769 INFO kablam! Sep 21 01:52:33.769 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.769 INFO kablam! --> src/boxed.rs:97:35 Sep 21 01:52:33.769 INFO kablam! | Sep 21 01:52:33.769 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.769 INFO kablam! | ^^^^^^ Sep 21 01:52:33.769 INFO kablam! | Sep 21 01:52:33.769 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.769 INFO kablam! Sep 21 01:52:33.769 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 21 01:52:33.769 INFO kablam! --> src/boxed.rs:6:22 Sep 21 01:52:33.769 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 21 01:52:33.770 INFO kablam! | ^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 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 21 01:52:33.770 INFO kablam! --> src/boxed.rs:17:18 Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 21 01:52:33.770 INFO kablam! | ^^^^^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.770 INFO kablam! --> src/boxed.rs:116:26 Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 21 01:52:33.770 INFO kablam! | ^^^^^^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 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 21 01:52:33.770 INFO kablam! --> src/boxed.rs:189:9 Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 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 21 01:52:33.770 INFO kablam! --> src/boxed.rs:49:35 Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 21 01:52:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 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 21 01:52:33.770 INFO kablam! --> src/boxed.rs:97:13 Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.770 INFO kablam! | Sep 21 01:52:33.770 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.770 INFO kablam! Sep 21 01:52:33.770 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 21 01:52:33.771 INFO kablam! --> src/boxed.rs:116:26 Sep 21 01:52:33.771 INFO kablam! | Sep 21 01:52:33.771 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 21 01:52:33.771 INFO kablam! | ^^^^^^^^^^^ Sep 21 01:52:33.771 INFO kablam! | Sep 21 01:52:33.771 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.771 INFO kablam! Sep 21 01:52:33.772 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.772 INFO kablam! --> src/boxed.rs:189:9 Sep 21 01:52:33.772 INFO kablam! | Sep 21 01:52:33.772 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.772 INFO kablam! | Sep 21 01:52:33.772 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.773 INFO kablam! Sep 21 01:52:33.773 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.773 INFO kablam! --> src/boxed.rs:189:31 Sep 21 01:52:33.773 INFO kablam! | Sep 21 01:52:33.773 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.773 INFO kablam! | ^^^^^^ Sep 21 01:52:33.773 INFO kablam! | Sep 21 01:52:33.773 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.773 INFO kablam! Sep 21 01:52:33.775 INFO kablam! error: aborting due to 16 previous errors Sep 21 01:52:33.775 INFO kablam! Sep 21 01:52:33.775 INFO kablam! Some errors occurred: E0432, E0658. Sep 21 01:52:33.775 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 01:52:33.781 INFO kablam! error: Could not compile `thin`. Sep 21 01:52:33.781 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 01:52:33.811 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.811 INFO kablam! --> src/boxed.rs:49:35 Sep 21 01:52:33.811 INFO kablam! | Sep 21 01:52:33.811 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 21 01:52:33.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.811 INFO kablam! | Sep 21 01:52:33.811 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.812 INFO kablam! Sep 21 01:52:33.812 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.812 INFO kablam! --> src/boxed.rs:56:94 Sep 21 01:52:33.812 INFO kablam! | Sep 21 01:52:33.812 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 21 01:52:33.812 INFO kablam! | ^^^^^^ Sep 21 01:52:33.812 INFO kablam! | Sep 21 01:52:33.812 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.812 INFO kablam! Sep 21 01:52:33.813 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.813 INFO kablam! --> src/boxed.rs:74:75 Sep 21 01:52:33.813 INFO kablam! | Sep 21 01:52:33.813 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 21 01:52:33.813 INFO kablam! | ^^^^^^ Sep 21 01:52:33.813 INFO kablam! | Sep 21 01:52:33.813 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.813 INFO kablam! Sep 21 01:52:33.813 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.813 INFO kablam! --> src/boxed.rs:81:79 Sep 21 01:52:33.813 INFO kablam! | Sep 21 01:52:33.813 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 21 01:52:33.813 INFO kablam! | ^^^^^^ Sep 21 01:52:33.813 INFO kablam! | Sep 21 01:52:33.813 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.813 INFO kablam! Sep 21 01:52:33.815 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.815 INFO kablam! --> src/boxed.rs:97:13 Sep 21 01:52:33.815 INFO kablam! | Sep 21 01:52:33.815 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.815 INFO kablam! | Sep 21 01:52:33.815 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.815 INFO kablam! Sep 21 01:52:33.815 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.815 INFO kablam! --> src/boxed.rs:97:35 Sep 21 01:52:33.815 INFO kablam! | Sep 21 01:52:33.815 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.815 INFO kablam! | ^^^^^^ Sep 21 01:52:33.815 INFO kablam! | Sep 21 01:52:33.815 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.815 INFO kablam! Sep 21 01:52:33.816 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.816 INFO kablam! --> src/boxed.rs:116:26 Sep 21 01:52:33.816 INFO kablam! | Sep 21 01:52:33.816 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 21 01:52:33.816 INFO kablam! | ^^^^^^^^^^^ Sep 21 01:52:33.816 INFO kablam! | Sep 21 01:52:33.816 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.816 INFO kablam! Sep 21 01:52:33.819 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.819 INFO kablam! --> src/boxed.rs:189:9 Sep 21 01:52:33.819 INFO kablam! | Sep 21 01:52:33.819 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:52:33.819 INFO kablam! | Sep 21 01:52:33.819 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.819 INFO kablam! Sep 21 01:52:33.819 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 21 01:52:33.819 INFO kablam! --> src/boxed.rs:189:31 Sep 21 01:52:33.819 INFO kablam! | Sep 21 01:52:33.819 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 21 01:52:33.819 INFO kablam! | ^^^^^^ Sep 21 01:52:33.819 INFO kablam! | Sep 21 01:52:33.819 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 21 01:52:33.819 INFO kablam! Sep 21 01:52:33.857 INFO kablam! error: aborting due to 16 previous errors Sep 21 01:52:33.857 INFO kablam! Sep 21 01:52:33.857 INFO kablam! Some errors occurred: E0432, E0658. Sep 21 01:52:33.857 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 01:52:33.863 INFO kablam! error: Could not compile `thin`. Sep 21 01:52:33.863 INFO kablam! Sep 21 01:52:33.863 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:52:33.864 INFO kablam! su: No module specific data is present Sep 21 01:52:34.489 INFO running `"docker" "rm" "-f" "9b0efb18873391c3e4854a8c4d7d8b513026a4a0a8b7a1674954a5fa16d735fe"` Sep 21 01:52:34.563 INFO blam! 9b0efb18873391c3e4854a8c4d7d8b513026a4a0a8b7a1674954a5fa16d735fe