Sep 01 21:24:03.480 INFO checking thin-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:24:03.480 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:24:03.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:24:03.630 INFO blam! bda02ad56c0d94baf4f25f4efd8659e99079fad7d8df89ee306d95d9e6f912d8 Sep 01 21:24:03.632 INFO running `"docker" "start" "-a" "bda02ad56c0d94baf4f25f4efd8659e99079fad7d8df89ee306d95d9e6f912d8"` Sep 01 21:24:04.276 INFO kablam! Checking fn_move v0.1.0 Sep 01 21:24:04.370 INFO kablam! Checking dyn_sized v0.2.0 Sep 01 21:24:04.618 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 01 21:24:04.874 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 01 21:24:04.874 INFO kablam! --> src/boxed.rs:11:12 Sep 01 21:24:04.874 INFO kablam! | Sep 01 21:24:04.874 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 21:24:04.874 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 01 21:24:04.874 INFO kablam! Sep 01 21:24:04.877 INFO kablam! warning: unused import: `Alloc` Sep 01 21:24:04.877 INFO kablam! --> src/boxed.rs:11:25 Sep 01 21:24:04.877 INFO kablam! | Sep 01 21:24:04.877 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 21:24:04.877 INFO kablam! | ^^^^^ Sep 01 21:24:04.877 INFO kablam! | Sep 01 21:24:04.877 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:24:04.877 INFO kablam! Sep 01 21:24:04.879 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 01 21:24:04.879 INFO kablam! --> src/boxed.rs:6:22 Sep 01 21:24:04.879 INFO kablam! | Sep 01 21:24:04.879 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 01 21:24:04.879 INFO kablam! | ^^^^^^ Sep 01 21:24:04.879 INFO kablam! | Sep 01 21:24:04.879 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.879 INFO kablam! Sep 01 21:24:04.879 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 01 21:24:04.879 INFO kablam! --> src/boxed.rs:17:18 Sep 01 21:24:04.879 INFO kablam! | Sep 01 21:24:04.879 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 01 21:24:04.879 INFO kablam! | ^^^^^^^^^^ Sep 01 21:24:04.879 INFO kablam! | Sep 01 21:24:04.879 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.879 INFO kablam! Sep 01 21:24:04.879 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 01 21:24:04.879 INFO kablam! --> src/boxed.rs:189:9 Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.880 INFO kablam! Sep 01 21:24:04.880 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 01 21:24:04.880 INFO kablam! --> src/boxed.rs:49:35 Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 21:24:04.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.880 INFO kablam! Sep 01 21:24:04.880 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 01 21:24:04.880 INFO kablam! --> src/boxed.rs:97:13 Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.880 INFO kablam! Sep 01 21:24:04.880 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 01 21:24:04.880 INFO kablam! --> src/boxed.rs:116:26 Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 21:24:04.880 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:24:04.880 INFO kablam! | Sep 01 21:24:04.880 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.880 INFO kablam! Sep 01 21:24:04.913 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 01 21:24:04.913 INFO kablam! --> src/boxed.rs:11:12 Sep 01 21:24:04.913 INFO kablam! | Sep 01 21:24:04.913 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 21:24:04.913 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 01 21:24:04.913 INFO kablam! Sep 01 21:24:04.917 INFO kablam! warning: unused import: `Alloc` Sep 01 21:24:04.917 INFO kablam! --> src/boxed.rs:11:25 Sep 01 21:24:04.917 INFO kablam! | Sep 01 21:24:04.917 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 21:24:04.917 INFO kablam! | ^^^^^ Sep 01 21:24:04.917 INFO kablam! | Sep 01 21:24:04.917 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:24:04.917 INFO kablam! Sep 01 21:24:04.920 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 01 21:24:04.920 INFO kablam! --> src/boxed.rs:6:22 Sep 01 21:24:04.920 INFO kablam! | Sep 01 21:24:04.920 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 01 21:24:04.920 INFO kablam! | ^^^^^^ Sep 01 21:24:04.921 INFO kablam! | Sep 01 21:24:04.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.921 INFO kablam! Sep 01 21:24:04.921 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 01 21:24:04.921 INFO kablam! --> src/boxed.rs:17:18 Sep 01 21:24:04.921 INFO kablam! | Sep 01 21:24:04.921 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 01 21:24:04.921 INFO kablam! | ^^^^^^^^^^ Sep 01 21:24:04.921 INFO kablam! | Sep 01 21:24:04.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.921 INFO kablam! Sep 01 21:24:04.921 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 01 21:24:04.921 INFO kablam! --> src/boxed.rs:189:9 Sep 01 21:24:04.921 INFO kablam! | Sep 01 21:24:04.921 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.921 INFO kablam! | Sep 01 21:24:04.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.921 INFO kablam! Sep 01 21:24:04.921 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 01 21:24:04.921 INFO kablam! --> src/boxed.rs:49:35 Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 21:24:04.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.922 INFO kablam! Sep 01 21:24:04.922 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 01 21:24:04.922 INFO kablam! --> src/boxed.rs:97:13 Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.922 INFO kablam! Sep 01 21:24:04.922 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 01 21:24:04.922 INFO kablam! --> src/boxed.rs:116:26 Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 21:24:04.922 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:24:04.922 INFO kablam! | Sep 01 21:24:04.922 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.922 INFO kablam! Sep 01 21:24:04.955 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.955 INFO kablam! --> src/boxed.rs:49:35 Sep 01 21:24:04.955 INFO kablam! | Sep 01 21:24:04.955 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 21:24:04.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.955 INFO kablam! | Sep 01 21:24:04.955 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.955 INFO kablam! Sep 01 21:24:04.956 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.956 INFO kablam! --> src/boxed.rs:56:94 Sep 01 21:24:04.957 INFO kablam! | Sep 01 21:24:04.957 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 21:24:04.957 INFO kablam! | ^^^^^^ Sep 01 21:24:04.957 INFO kablam! | Sep 01 21:24:04.957 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.957 INFO kablam! Sep 01 21:24:04.959 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.960 INFO kablam! --> src/boxed.rs:74:75 Sep 01 21:24:04.960 INFO kablam! | Sep 01 21:24:04.960 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 01 21:24:04.960 INFO kablam! | ^^^^^^ Sep 01 21:24:04.960 INFO kablam! | Sep 01 21:24:04.960 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.960 INFO kablam! Sep 01 21:24:04.960 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.961 INFO kablam! --> src/boxed.rs:81:79 Sep 01 21:24:04.961 INFO kablam! | Sep 01 21:24:04.961 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 21:24:04.961 INFO kablam! | ^^^^^^ Sep 01 21:24:04.961 INFO kablam! | Sep 01 21:24:04.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.961 INFO kablam! Sep 01 21:24:04.970 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.970 INFO kablam! --> src/boxed.rs:97:13 Sep 01 21:24:04.970 INFO kablam! | Sep 01 21:24:04.970 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.970 INFO kablam! | Sep 01 21:24:04.970 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.970 INFO kablam! Sep 01 21:24:04.970 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.971 INFO kablam! --> src/boxed.rs:97:35 Sep 01 21:24:04.971 INFO kablam! | Sep 01 21:24:04.971 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.971 INFO kablam! | ^^^^^^ Sep 01 21:24:04.971 INFO kablam! | Sep 01 21:24:04.971 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.971 INFO kablam! Sep 01 21:24:04.973 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.973 INFO kablam! --> src/boxed.rs:116:26 Sep 01 21:24:04.973 INFO kablam! | Sep 01 21:24:04.973 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 21:24:04.973 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:24:04.973 INFO kablam! | Sep 01 21:24:04.973 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.973 INFO kablam! Sep 01 21:24:04.981 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.981 INFO kablam! --> src/boxed.rs:189:9 Sep 01 21:24:04.981 INFO kablam! | Sep 01 21:24:04.981 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:04.981 INFO kablam! | Sep 01 21:24:04.981 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.981 INFO kablam! Sep 01 21:24:04.981 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:04.981 INFO kablam! --> src/boxed.rs:189:31 Sep 01 21:24:04.981 INFO kablam! | Sep 01 21:24:04.981 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:04.981 INFO kablam! | ^^^^^^ Sep 01 21:24:04.981 INFO kablam! | Sep 01 21:24:04.981 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:04.981 INFO kablam! Sep 01 21:24:04.985 INFO kablam! error: aborting due to 16 previous errors Sep 01 21:24:04.985 INFO kablam! Sep 01 21:24:04.985 INFO kablam! Some errors occurred: E0432, E0658. Sep 01 21:24:04.985 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 21:24:04.993 INFO kablam! error: Could not compile `thin`. Sep 01 21:24:04.993 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:24:05.006 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.006 INFO kablam! --> src/boxed.rs:49:35 Sep 01 21:24:05.007 INFO kablam! | Sep 01 21:24:05.007 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 21:24:05.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:05.007 INFO kablam! | Sep 01 21:24:05.007 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.007 INFO kablam! Sep 01 21:24:05.011 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.011 INFO kablam! --> src/boxed.rs:56:94 Sep 01 21:24:05.011 INFO kablam! | Sep 01 21:24:05.011 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 21:24:05.011 INFO kablam! | ^^^^^^ Sep 01 21:24:05.011 INFO kablam! | Sep 01 21:24:05.011 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.011 INFO kablam! Sep 01 21:24:05.011 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.011 INFO kablam! --> src/boxed.rs:74:75 Sep 01 21:24:05.011 INFO kablam! | Sep 01 21:24:05.011 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 01 21:24:05.011 INFO kablam! | ^^^^^^ Sep 01 21:24:05.011 INFO kablam! | Sep 01 21:24:05.011 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.011 INFO kablam! Sep 01 21:24:05.013 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.013 INFO kablam! --> src/boxed.rs:81:79 Sep 01 21:24:05.013 INFO kablam! | Sep 01 21:24:05.013 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 21:24:05.013 INFO kablam! | ^^^^^^ Sep 01 21:24:05.013 INFO kablam! | Sep 01 21:24:05.013 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.013 INFO kablam! Sep 01 21:24:05.022 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.022 INFO kablam! --> src/boxed.rs:97:13 Sep 01 21:24:05.022 INFO kablam! | Sep 01 21:24:05.022 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:05.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:05.022 INFO kablam! | Sep 01 21:24:05.022 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.022 INFO kablam! Sep 01 21:24:05.022 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.022 INFO kablam! --> src/boxed.rs:97:35 Sep 01 21:24:05.022 INFO kablam! | Sep 01 21:24:05.022 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 21:24:05.022 INFO kablam! | ^^^^^^ Sep 01 21:24:05.022 INFO kablam! | Sep 01 21:24:05.022 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.022 INFO kablam! Sep 01 21:24:05.026 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.026 INFO kablam! --> src/boxed.rs:116:26 Sep 01 21:24:05.026 INFO kablam! | Sep 01 21:24:05.026 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 21:24:05.026 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:24:05.026 INFO kablam! | Sep 01 21:24:05.026 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.026 INFO kablam! Sep 01 21:24:05.033 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.033 INFO kablam! --> src/boxed.rs:189:9 Sep 01 21:24:05.033 INFO kablam! | Sep 01 21:24:05.033 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:05.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:24:05.033 INFO kablam! | Sep 01 21:24:05.033 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.033 INFO kablam! Sep 01 21:24:05.033 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 21:24:05.034 INFO kablam! --> src/boxed.rs:189:31 Sep 01 21:24:05.034 INFO kablam! | Sep 01 21:24:05.034 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 21:24:05.034 INFO kablam! | ^^^^^^ Sep 01 21:24:05.034 INFO kablam! | Sep 01 21:24:05.034 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 21:24:05.034 INFO kablam! Sep 01 21:24:05.152 INFO kablam! error: aborting due to 16 previous errors Sep 01 21:24:05.152 INFO kablam! Sep 01 21:24:05.152 INFO kablam! Some errors occurred: E0432, E0658. Sep 01 21:24:05.152 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 21:24:05.161 INFO kablam! error: Could not compile `thin`. Sep 01 21:24:05.162 INFO kablam! Sep 01 21:24:05.162 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:24:05.162 INFO kablam! su: No module specific data is present Sep 01 21:24:05.529 INFO running `"docker" "rm" "-f" "bda02ad56c0d94baf4f25f4efd8659e99079fad7d8df89ee306d95d9e6f912d8"` Sep 01 21:24:05.637 INFO blam! bda02ad56c0d94baf4f25f4efd8659e99079fad7d8df89ee306d95d9e6f912d8