Sep 01 04:10:54.816 INFO checking thin-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:10:54.816 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:10:54.816 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:10:55.039 INFO blam! b8034437a2bb361b031bda4820f5e230ee71ace5945a613958f72497c4092629 Sep 01 04:10:55.041 INFO running `"docker" "start" "-a" "b8034437a2bb361b031bda4820f5e230ee71ace5945a613958f72497c4092629"` Sep 01 04:10:55.672 INFO kablam! Checking fn_move v0.1.0 Sep 01 04:10:55.739 INFO kablam! Checking dyn_sized v0.2.0 Sep 01 04:10:55.999 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 01 04:10:56.236 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 01 04:10:56.236 INFO kablam! --> src/boxed.rs:11:12 Sep 01 04:10:56.236 INFO kablam! | Sep 01 04:10:56.236 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 04:10:56.236 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 01 04:10:56.236 INFO kablam! Sep 01 04:10:56.239 INFO kablam! warning: unused import: `Alloc` Sep 01 04:10:56.239 INFO kablam! --> src/boxed.rs:11:25 Sep 01 04:10:56.239 INFO kablam! | Sep 01 04:10:56.239 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 04:10:56.239 INFO kablam! | ^^^^^ Sep 01 04:10:56.239 INFO kablam! | Sep 01 04:10:56.239 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:10:56.239 INFO kablam! Sep 01 04:10:56.241 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 04:10:56.241 INFO kablam! --> src/boxed.rs:6:22 Sep 01 04:10:56.241 INFO kablam! | Sep 01 04:10:56.241 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 01 04:10:56.241 INFO kablam! | ^^^^^^ Sep 01 04:10:56.241 INFO kablam! | Sep 01 04:10:56.241 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.241 INFO kablam! Sep 01 04:10:56.241 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 04:10:56.241 INFO kablam! --> src/boxed.rs:17:18 Sep 01 04:10:56.241 INFO kablam! | Sep 01 04:10:56.241 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 01 04:10:56.241 INFO kablam! | ^^^^^^^^^^ Sep 01 04:10:56.241 INFO kablam! | Sep 01 04:10:56.241 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.241 INFO kablam! Sep 01 04:10:56.241 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 04:10:56.241 INFO kablam! --> src/boxed.rs:189:9 Sep 01 04:10:56.241 INFO kablam! | Sep 01 04:10:56.241 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.242 INFO kablam! Sep 01 04:10:56.242 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 04:10:56.242 INFO kablam! --> src/boxed.rs:49:35 Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 04:10:56.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.242 INFO kablam! Sep 01 04:10:56.242 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 04:10:56.242 INFO kablam! --> src/boxed.rs:97:13 Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.242 INFO kablam! Sep 01 04:10:56.242 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 04:10:56.242 INFO kablam! --> src/boxed.rs:116:26 Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 04:10:56.242 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:10:56.242 INFO kablam! | Sep 01 04:10:56.242 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.243 INFO kablam! Sep 01 04:10:56.302 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 01 04:10:56.302 INFO kablam! --> src/boxed.rs:11:12 Sep 01 04:10:56.302 INFO kablam! | Sep 01 04:10:56.302 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 04:10:56.302 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 01 04:10:56.302 INFO kablam! Sep 01 04:10:56.309 INFO kablam! warning: unused import: `Alloc` Sep 01 04:10:56.309 INFO kablam! --> src/boxed.rs:11:25 Sep 01 04:10:56.309 INFO kablam! | Sep 01 04:10:56.309 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 01 04:10:56.309 INFO kablam! | ^^^^^ Sep 01 04:10:56.309 INFO kablam! | Sep 01 04:10:56.309 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:10:56.309 INFO kablam! Sep 01 04:10:56.314 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 04:10:56.314 INFO kablam! --> src/boxed.rs:6:22 Sep 01 04:10:56.314 INFO kablam! | Sep 01 04:10:56.314 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 01 04:10:56.314 INFO kablam! | ^^^^^^ Sep 01 04:10:56.314 INFO kablam! | Sep 01 04:10:56.315 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.315 INFO kablam! Sep 01 04:10:56.315 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 04:10:56.315 INFO kablam! --> src/boxed.rs:17:18 Sep 01 04:10:56.315 INFO kablam! | Sep 01 04:10:56.315 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 01 04:10:56.315 INFO kablam! | ^^^^^^^^^^ Sep 01 04:10:56.315 INFO kablam! | Sep 01 04:10:56.315 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.315 INFO kablam! Sep 01 04:10:56.316 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 04:10:56.316 INFO kablam! --> src/boxed.rs:189:9 Sep 01 04:10:56.316 INFO kablam! | Sep 01 04:10:56.316 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.316 INFO kablam! | Sep 01 04:10:56.316 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.316 INFO kablam! Sep 01 04:10:56.316 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 04:10:56.317 INFO kablam! --> src/boxed.rs:49:35 Sep 01 04:10:56.317 INFO kablam! | Sep 01 04:10:56.317 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 04:10:56.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.317 INFO kablam! | Sep 01 04:10:56.317 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.317 INFO kablam! Sep 01 04:10:56.317 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 04:10:56.317 INFO kablam! --> src/boxed.rs:97:13 Sep 01 04:10:56.317 INFO kablam! | Sep 01 04:10:56.317 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.317 INFO kablam! | Sep 01 04:10:56.317 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.318 INFO kablam! Sep 01 04:10:56.318 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 04:10:56.318 INFO kablam! --> src/boxed.rs:116:26 Sep 01 04:10:56.318 INFO kablam! | Sep 01 04:10:56.318 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 04:10:56.318 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:10:56.318 INFO kablam! | Sep 01 04:10:56.318 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.318 INFO kablam! Sep 01 04:10:56.327 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.327 INFO kablam! --> src/boxed.rs:49:35 Sep 01 04:10:56.327 INFO kablam! | Sep 01 04:10:56.327 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 04:10:56.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.327 INFO kablam! | Sep 01 04:10:56.327 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.327 INFO kablam! Sep 01 04:10:56.328 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.328 INFO kablam! --> src/boxed.rs:56:94 Sep 01 04:10:56.328 INFO kablam! | Sep 01 04:10:56.328 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 04:10:56.328 INFO kablam! | ^^^^^^ Sep 01 04:10:56.328 INFO kablam! | Sep 01 04:10:56.329 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.329 INFO kablam! Sep 01 04:10:56.331 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.331 INFO kablam! --> src/boxed.rs:74:75 Sep 01 04:10:56.331 INFO kablam! | Sep 01 04:10:56.331 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 01 04:10:56.331 INFO kablam! | ^^^^^^ Sep 01 04:10:56.331 INFO kablam! | Sep 01 04:10:56.331 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.331 INFO kablam! Sep 01 04:10:56.332 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.332 INFO kablam! --> src/boxed.rs:81:79 Sep 01 04:10:56.332 INFO kablam! | Sep 01 04:10:56.332 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 04:10:56.332 INFO kablam! | ^^^^^^ Sep 01 04:10:56.332 INFO kablam! | Sep 01 04:10:56.332 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.332 INFO kablam! Sep 01 04:10:56.340 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.340 INFO kablam! --> src/boxed.rs:97:13 Sep 01 04:10:56.340 INFO kablam! | Sep 01 04:10:56.340 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.341 INFO kablam! | Sep 01 04:10:56.342 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.342 INFO kablam! Sep 01 04:10:56.342 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.342 INFO kablam! --> src/boxed.rs:97:35 Sep 01 04:10:56.342 INFO kablam! | Sep 01 04:10:56.342 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.342 INFO kablam! | ^^^^^^ Sep 01 04:10:56.343 INFO kablam! | Sep 01 04:10:56.343 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.343 INFO kablam! Sep 01 04:10:56.343 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.343 INFO kablam! --> src/boxed.rs:116:26 Sep 01 04:10:56.343 INFO kablam! | Sep 01 04:10:56.343 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 04:10:56.343 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:10:56.343 INFO kablam! | Sep 01 04:10:56.343 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.343 INFO kablam! Sep 01 04:10:56.352 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.352 INFO kablam! --> src/boxed.rs:189:9 Sep 01 04:10:56.352 INFO kablam! | Sep 01 04:10:56.352 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.352 INFO kablam! | Sep 01 04:10:56.352 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.352 INFO kablam! Sep 01 04:10:56.352 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.352 INFO kablam! --> src/boxed.rs:189:31 Sep 01 04:10:56.352 INFO kablam! | Sep 01 04:10:56.352 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.352 INFO kablam! | ^^^^^^ Sep 01 04:10:56.352 INFO kablam! | Sep 01 04:10:56.352 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.352 INFO kablam! Sep 01 04:10:56.357 INFO kablam! error: aborting due to 16 previous errors Sep 01 04:10:56.357 INFO kablam! Sep 01 04:10:56.357 INFO kablam! Some errors occurred: E0432, E0658. Sep 01 04:10:56.357 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 04:10:56.365 INFO kablam! error: Could not compile `thin`. Sep 01 04:10:56.365 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:10:56.407 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.407 INFO kablam! --> src/boxed.rs:49:35 Sep 01 04:10:56.407 INFO kablam! | Sep 01 04:10:56.407 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 01 04:10:56.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.407 INFO kablam! | Sep 01 04:10:56.407 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.407 INFO kablam! Sep 01 04:10:56.408 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.408 INFO kablam! --> src/boxed.rs:56:94 Sep 01 04:10:56.408 INFO kablam! | Sep 01 04:10:56.409 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 04:10:56.409 INFO kablam! | ^^^^^^ Sep 01 04:10:56.409 INFO kablam! | Sep 01 04:10:56.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.409 INFO kablam! Sep 01 04:10:56.411 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.411 INFO kablam! --> src/boxed.rs:74:75 Sep 01 04:10:56.411 INFO kablam! | Sep 01 04:10:56.411 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 01 04:10:56.411 INFO kablam! | ^^^^^^ Sep 01 04:10:56.411 INFO kablam! | Sep 01 04:10:56.411 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.411 INFO kablam! Sep 01 04:10:56.412 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.412 INFO kablam! --> src/boxed.rs:81:79 Sep 01 04:10:56.412 INFO kablam! | Sep 01 04:10:56.412 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 01 04:10:56.412 INFO kablam! | ^^^^^^ Sep 01 04:10:56.412 INFO kablam! | Sep 01 04:10:56.412 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.412 INFO kablam! Sep 01 04:10:56.420 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.420 INFO kablam! --> src/boxed.rs:97:13 Sep 01 04:10:56.420 INFO kablam! | Sep 01 04:10:56.420 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.420 INFO kablam! | Sep 01 04:10:56.420 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.420 INFO kablam! Sep 01 04:10:56.421 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.421 INFO kablam! --> src/boxed.rs:97:35 Sep 01 04:10:56.421 INFO kablam! | Sep 01 04:10:56.421 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.421 INFO kablam! | ^^^^^^ Sep 01 04:10:56.421 INFO kablam! | Sep 01 04:10:56.421 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.421 INFO kablam! Sep 01 04:10:56.422 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.422 INFO kablam! --> src/boxed.rs:116:26 Sep 01 04:10:56.422 INFO kablam! | Sep 01 04:10:56.423 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 01 04:10:56.423 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:10:56.423 INFO kablam! | Sep 01 04:10:56.423 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.423 INFO kablam! Sep 01 04:10:56.430 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.430 INFO kablam! --> src/boxed.rs:189:9 Sep 01 04:10:56.430 INFO kablam! | Sep 01 04:10:56.430 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:56.430 INFO kablam! | Sep 01 04:10:56.430 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.430 INFO kablam! Sep 01 04:10:56.431 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 04:10:56.431 INFO kablam! --> src/boxed.rs:189:31 Sep 01 04:10:56.431 INFO kablam! | Sep 01 04:10:56.431 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 01 04:10:56.431 INFO kablam! | ^^^^^^ Sep 01 04:10:56.431 INFO kablam! | Sep 01 04:10:56.431 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 04:10:56.431 INFO kablam! Sep 01 04:10:56.524 INFO kablam! error: aborting due to 16 previous errors Sep 01 04:10:56.524 INFO kablam! Sep 01 04:10:56.524 INFO kablam! Some errors occurred: E0432, E0658. Sep 01 04:10:56.524 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 04:10:56.531 INFO kablam! error: Could not compile `thin`. Sep 01 04:10:56.531 INFO kablam! Sep 01 04:10:56.531 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:10:56.532 INFO kablam! su: No module specific data is present Sep 01 04:10:57.037 INFO running `"docker" "rm" "-f" "b8034437a2bb361b031bda4820f5e230ee71ace5945a613958f72497c4092629"` Sep 01 04:10:57.129 INFO blam! b8034437a2bb361b031bda4820f5e230ee71ace5945a613958f72497c4092629