Sep 04 00:40:58.670 INFO checking thin-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:40:58.670 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:40:58.670 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:40:58.866 INFO blam! 05b58ff3cbf8aa71af46ae789d0ac8742928802e015ed09537bfab6799ef366f Sep 04 00:40:58.868 INFO running `"docker" "start" "-a" "05b58ff3cbf8aa71af46ae789d0ac8742928802e015ed09537bfab6799ef366f"` Sep 04 00:40:59.506 INFO kablam! Checking fn_move v0.1.0 Sep 04 00:40:59.580 INFO kablam! Checking dyn_sized v0.2.0 Sep 04 00:40:59.842 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 04 00:41:00.085 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 00:41:00.085 INFO kablam! --> src/boxed.rs:11:12 Sep 04 00:41:00.086 INFO kablam! | Sep 04 00:41:00.086 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 00:41:00.086 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 00:41:00.086 INFO kablam! Sep 04 00:41:00.088 INFO kablam! warning: unused import: `Alloc` Sep 04 00:41:00.089 INFO kablam! --> src/boxed.rs:11:25 Sep 04 00:41:00.089 INFO kablam! | Sep 04 00:41:00.089 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 00:41:00.089 INFO kablam! | ^^^^^ Sep 04 00:41:00.089 INFO kablam! | Sep 04 00:41:00.089 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 00:41:00.089 INFO kablam! Sep 04 00:41:00.091 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 04 00:41:00.092 INFO kablam! --> src/boxed.rs:6:22 Sep 04 00:41:00.092 INFO kablam! | Sep 04 00:41:00.092 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 04 00:41:00.092 INFO kablam! | ^^^^^^ Sep 04 00:41:00.092 INFO kablam! | Sep 04 00:41:00.092 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.092 INFO kablam! Sep 04 00:41:00.092 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 04 00:41:00.092 INFO kablam! --> src/boxed.rs:17:18 Sep 04 00:41:00.092 INFO kablam! | Sep 04 00:41:00.092 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 04 00:41:00.092 INFO kablam! | ^^^^^^^^^^ Sep 04 00:41:00.092 INFO kablam! | Sep 04 00:41:00.092 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.092 INFO kablam! Sep 04 00:41:00.095 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 04 00:41:00.095 INFO kablam! --> src/boxed.rs:189:9 Sep 04 00:41:00.095 INFO kablam! | Sep 04 00:41:00.095 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.095 INFO kablam! | Sep 04 00:41:00.095 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.095 INFO kablam! Sep 04 00:41:00.096 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 04 00:41:00.096 INFO kablam! --> src/boxed.rs:49:35 Sep 04 00:41:00.096 INFO kablam! | Sep 04 00:41:00.096 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 00:41:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.096 INFO kablam! | Sep 04 00:41:00.096 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.096 INFO kablam! Sep 04 00:41:00.096 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 04 00:41:00.096 INFO kablam! --> src/boxed.rs:97:13 Sep 04 00:41:00.096 INFO kablam! | Sep 04 00:41:00.096 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.096 INFO kablam! | Sep 04 00:41:00.096 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.096 INFO kablam! Sep 04 00:41:00.096 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 04 00:41:00.096 INFO kablam! --> src/boxed.rs:116:26 Sep 04 00:41:00.096 INFO kablam! | Sep 04 00:41:00.096 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 00:41:00.096 INFO kablam! | ^^^^^^^^^^^ Sep 04 00:41:00.097 INFO kablam! | Sep 04 00:41:00.097 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.097 INFO kablam! Sep 04 00:41:00.163 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 00:41:00.163 INFO kablam! --> src/boxed.rs:11:12 Sep 04 00:41:00.163 INFO kablam! | Sep 04 00:41:00.163 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 00:41:00.163 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 00:41:00.163 INFO kablam! Sep 04 00:41:00.163 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.163 INFO kablam! --> src/boxed.rs:49:35 Sep 04 00:41:00.164 INFO kablam! | Sep 04 00:41:00.164 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 00:41:00.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.164 INFO kablam! | Sep 04 00:41:00.164 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.164 INFO kablam! Sep 04 00:41:00.165 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.165 INFO kablam! --> src/boxed.rs:56:94 Sep 04 00:41:00.165 INFO kablam! | Sep 04 00:41:00.165 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 00:41:00.165 INFO kablam! | ^^^^^^ Sep 04 00:41:00.165 INFO kablam! | Sep 04 00:41:00.165 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.165 INFO kablam! Sep 04 00:41:00.167 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.167 INFO kablam! --> src/boxed.rs:74:75 Sep 04 00:41:00.167 INFO kablam! | Sep 04 00:41:00.167 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 04 00:41:00.167 INFO kablam! | ^^^^^^ Sep 04 00:41:00.167 INFO kablam! | Sep 04 00:41:00.167 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.167 INFO kablam! Sep 04 00:41:00.168 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.168 INFO kablam! --> src/boxed.rs:81:79 Sep 04 00:41:00.168 INFO kablam! | Sep 04 00:41:00.168 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 00:41:00.168 INFO kablam! | ^^^^^^ Sep 04 00:41:00.168 INFO kablam! | Sep 04 00:41:00.168 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.168 INFO kablam! Sep 04 00:41:00.168 INFO kablam! warning: unused import: `Alloc` Sep 04 00:41:00.168 INFO kablam! --> src/boxed.rs:11:25 Sep 04 00:41:00.168 INFO kablam! | Sep 04 00:41:00.168 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 00:41:00.168 INFO kablam! | ^^^^^ Sep 04 00:41:00.168 INFO kablam! | Sep 04 00:41:00.168 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 00:41:00.168 INFO kablam! Sep 04 00:41:00.171 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 04 00:41:00.171 INFO kablam! --> src/boxed.rs:6:22 Sep 04 00:41:00.171 INFO kablam! | Sep 04 00:41:00.171 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 04 00:41:00.171 INFO kablam! | ^^^^^^ Sep 04 00:41:00.172 INFO kablam! | Sep 04 00:41:00.172 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.172 INFO kablam! Sep 04 00:41:00.172 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 04 00:41:00.172 INFO kablam! --> src/boxed.rs:17:18 Sep 04 00:41:00.172 INFO kablam! | Sep 04 00:41:00.172 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 04 00:41:00.172 INFO kablam! | ^^^^^^^^^^ Sep 04 00:41:00.172 INFO kablam! | Sep 04 00:41:00.172 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.172 INFO kablam! Sep 04 00:41:00.172 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 04 00:41:00.172 INFO kablam! --> src/boxed.rs:189:9 Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.173 INFO kablam! Sep 04 00:41:00.173 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 04 00:41:00.173 INFO kablam! --> src/boxed.rs:49:35 Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 00:41:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.173 INFO kablam! Sep 04 00:41:00.173 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 04 00:41:00.173 INFO kablam! --> src/boxed.rs:97:13 Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.173 INFO kablam! | Sep 04 00:41:00.173 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.173 INFO kablam! Sep 04 00:41:00.173 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 04 00:41:00.173 INFO kablam! --> src/boxed.rs:116:26 Sep 04 00:41:00.174 INFO kablam! | Sep 04 00:41:00.174 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 00:41:00.174 INFO kablam! | ^^^^^^^^^^^ Sep 04 00:41:00.174 INFO kablam! | Sep 04 00:41:00.174 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.174 INFO kablam! Sep 04 00:41:00.174 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.174 INFO kablam! --> src/boxed.rs:97:13 Sep 04 00:41:00.174 INFO kablam! | Sep 04 00:41:00.175 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.175 INFO kablam! | Sep 04 00:41:00.175 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.175 INFO kablam! Sep 04 00:41:00.175 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.175 INFO kablam! --> src/boxed.rs:97:35 Sep 04 00:41:00.175 INFO kablam! | Sep 04 00:41:00.175 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.175 INFO kablam! | ^^^^^^ Sep 04 00:41:00.175 INFO kablam! | Sep 04 00:41:00.175 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.175 INFO kablam! Sep 04 00:41:00.176 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.177 INFO kablam! --> src/boxed.rs:116:26 Sep 04 00:41:00.177 INFO kablam! | Sep 04 00:41:00.177 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 00:41:00.177 INFO kablam! | ^^^^^^^^^^^ Sep 04 00:41:00.177 INFO kablam! | Sep 04 00:41:00.177 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.177 INFO kablam! Sep 04 00:41:00.184 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.184 INFO kablam! --> src/boxed.rs:189:9 Sep 04 00:41:00.184 INFO kablam! | Sep 04 00:41:00.184 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.184 INFO kablam! | Sep 04 00:41:00.184 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.184 INFO kablam! Sep 04 00:41:00.184 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.185 INFO kablam! --> src/boxed.rs:189:31 Sep 04 00:41:00.185 INFO kablam! | Sep 04 00:41:00.185 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.185 INFO kablam! | ^^^^^^ Sep 04 00:41:00.185 INFO kablam! | Sep 04 00:41:00.185 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.185 INFO kablam! Sep 04 00:41:00.189 INFO kablam! error: aborting due to 16 previous errors Sep 04 00:41:00.189 INFO kablam! Sep 04 00:41:00.189 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 00:41:00.189 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 00:41:00.196 INFO kablam! error: Could not compile `thin`. Sep 04 00:41:00.197 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:41:00.261 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.261 INFO kablam! --> src/boxed.rs:49:35 Sep 04 00:41:00.261 INFO kablam! | Sep 04 00:41:00.261 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 00:41:00.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.261 INFO kablam! | Sep 04 00:41:00.261 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.261 INFO kablam! Sep 04 00:41:00.262 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.262 INFO kablam! --> src/boxed.rs:56:94 Sep 04 00:41:00.262 INFO kablam! | Sep 04 00:41:00.262 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 00:41:00.262 INFO kablam! | ^^^^^^ Sep 04 00:41:00.262 INFO kablam! | Sep 04 00:41:00.262 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.262 INFO kablam! Sep 04 00:41:00.264 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.264 INFO kablam! --> src/boxed.rs:74:75 Sep 04 00:41:00.264 INFO kablam! | Sep 04 00:41:00.264 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 04 00:41:00.264 INFO kablam! | ^^^^^^ Sep 04 00:41:00.264 INFO kablam! | Sep 04 00:41:00.264 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.264 INFO kablam! Sep 04 00:41:00.265 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.265 INFO kablam! --> src/boxed.rs:81:79 Sep 04 00:41:00.265 INFO kablam! | Sep 04 00:41:00.265 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 00:41:00.265 INFO kablam! | ^^^^^^ Sep 04 00:41:00.265 INFO kablam! | Sep 04 00:41:00.265 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.265 INFO kablam! Sep 04 00:41:00.270 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.270 INFO kablam! --> src/boxed.rs:97:13 Sep 04 00:41:00.270 INFO kablam! | Sep 04 00:41:00.271 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.271 INFO kablam! | Sep 04 00:41:00.271 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.271 INFO kablam! Sep 04 00:41:00.271 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.271 INFO kablam! --> src/boxed.rs:97:35 Sep 04 00:41:00.271 INFO kablam! | Sep 04 00:41:00.271 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.271 INFO kablam! | ^^^^^^ Sep 04 00:41:00.271 INFO kablam! | Sep 04 00:41:00.271 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.271 INFO kablam! Sep 04 00:41:00.272 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.272 INFO kablam! --> src/boxed.rs:116:26 Sep 04 00:41:00.272 INFO kablam! | Sep 04 00:41:00.273 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 00:41:00.273 INFO kablam! | ^^^^^^^^^^^ Sep 04 00:41:00.273 INFO kablam! | Sep 04 00:41:00.273 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.273 INFO kablam! Sep 04 00:41:00.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.278 INFO kablam! --> src/boxed.rs:189:9 Sep 04 00:41:00.278 INFO kablam! | Sep 04 00:41:00.278 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:41:00.278 INFO kablam! | Sep 04 00:41:00.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.278 INFO kablam! Sep 04 00:41:00.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 00:41:00.278 INFO kablam! --> src/boxed.rs:189:31 Sep 04 00:41:00.278 INFO kablam! | Sep 04 00:41:00.278 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 00:41:00.278 INFO kablam! | ^^^^^^ Sep 04 00:41:00.279 INFO kablam! | Sep 04 00:41:00.279 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 00:41:00.279 INFO kablam! Sep 04 00:41:00.398 INFO kablam! error: aborting due to 16 previous errors Sep 04 00:41:00.398 INFO kablam! Sep 04 00:41:00.398 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 00:41:00.398 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 00:41:00.406 INFO kablam! error: Could not compile `thin`. Sep 04 00:41:00.406 INFO kablam! Sep 04 00:41:00.406 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:41:00.407 INFO kablam! su: No module specific data is present Sep 04 00:41:00.790 INFO running `"docker" "rm" "-f" "05b58ff3cbf8aa71af46ae789d0ac8742928802e015ed09537bfab6799ef366f"` Sep 04 00:41:00.908 INFO blam! 05b58ff3cbf8aa71af46ae789d0ac8742928802e015ed09537bfab6799ef366f