Sep 14 07:45:52.219 INFO checking thin-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 07:45:52.219 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 07:45:52.220 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:45:52.469 INFO blam! 33a5f9dfddca0a2fcc964b02ec8fa7611ccf5afa428e966b9b5ec3e1cf2b776e Sep 14 07:45:52.475 INFO running `"docker" "start" "-a" "33a5f9dfddca0a2fcc964b02ec8fa7611ccf5afa428e966b9b5ec3e1cf2b776e"` Sep 14 07:45:53.205 INFO kablam! usermod: no changes Sep 14 07:45:53.233 INFO kablam! Checking fn_move v0.1.0 Sep 14 07:45:53.305 INFO kablam! Checking dyn_sized v0.2.0 Sep 14 07:45:53.442 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 14 07:45:53.564 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 14 07:45:53.564 INFO kablam! --> src/boxed.rs:11:12 Sep 14 07:45:53.564 INFO kablam! | Sep 14 07:45:53.565 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.565 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 14 07:45:53.565 INFO kablam! Sep 14 07:45:53.566 INFO kablam! warning: unused import: `Alloc` Sep 14 07:45:53.566 INFO kablam! --> src/boxed.rs:11:25 Sep 14 07:45:53.566 INFO kablam! | Sep 14 07:45:53.566 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.566 INFO kablam! | ^^^^^ Sep 14 07:45:53.566 INFO kablam! | Sep 14 07:45:53.566 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:45:53.566 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:6:22 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 14 07:45:53.568 INFO kablam! | ^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.568 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:17:18 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 14 07:45:53.568 INFO kablam! | ^^^^^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.568 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.568 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.568 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.568 INFO kablam! Sep 14 07:45:53.568 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 14 07:45:53.568 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.568 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.568 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.568 INFO kablam! | Sep 14 07:45:53.569 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.569 INFO kablam! Sep 14 07:45:53.591 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 14 07:45:53.591 INFO kablam! --> src/boxed.rs:11:12 Sep 14 07:45:53.591 INFO kablam! | Sep 14 07:45:53.591 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.591 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 14 07:45:53.591 INFO kablam! Sep 14 07:45:53.595 INFO kablam! warning: unused import: `Alloc` Sep 14 07:45:53.595 INFO kablam! --> src/boxed.rs:11:25 Sep 14 07:45:53.595 INFO kablam! | Sep 14 07:45:53.595 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.595 INFO kablam! | ^^^^^ Sep 14 07:45:53.595 INFO kablam! | Sep 14 07:45:53.595 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:45:53.595 INFO kablam! Sep 14 07:45:53.598 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 14 07:45:53.598 INFO kablam! --> src/boxed.rs:6:22 Sep 14 07:45:53.598 INFO kablam! | Sep 14 07:45:53.598 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 14 07:45:53.598 INFO kablam! | ^^^^^^ Sep 14 07:45:53.598 INFO kablam! | Sep 14 07:45:53.598 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.598 INFO kablam! Sep 14 07:45:53.598 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 14 07:45:53.598 INFO kablam! --> src/boxed.rs:17:18 Sep 14 07:45:53.598 INFO kablam! | Sep 14 07:45:53.598 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 14 07:45:53.598 INFO kablam! | ^^^^^^^^^^ Sep 14 07:45:53.598 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.599 INFO kablam! Sep 14 07:45:53.599 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 14 07:45:53.599 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.599 INFO kablam! Sep 14 07:45:53.599 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 14 07:45:53.599 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.599 INFO kablam! Sep 14 07:45:53.599 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 14 07:45:53.599 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.599 INFO kablam! Sep 14 07:45:53.599 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 14 07:45:53.599 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.599 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.599 INFO kablam! | Sep 14 07:45:53.599 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.599 INFO kablam! Sep 14 07:45:53.601 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.601 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.601 INFO kablam! | Sep 14 07:45:53.601 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.601 INFO kablam! | Sep 14 07:45:53.601 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.601 INFO kablam! Sep 14 07:45:53.601 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.601 INFO kablam! --> src/boxed.rs:56:94 Sep 14 07:45:53.601 INFO kablam! | Sep 14 07:45:53.601 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.601 INFO kablam! | ^^^^^^ Sep 14 07:45:53.601 INFO kablam! | Sep 14 07:45:53.601 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.602 INFO kablam! Sep 14 07:45:53.602 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.602 INFO kablam! --> src/boxed.rs:74:75 Sep 14 07:45:53.602 INFO kablam! | Sep 14 07:45:53.602 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 14 07:45:53.602 INFO kablam! | ^^^^^^ Sep 14 07:45:53.603 INFO kablam! | Sep 14 07:45:53.603 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.603 INFO kablam! Sep 14 07:45:53.603 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.603 INFO kablam! --> src/boxed.rs:81:79 Sep 14 07:45:53.603 INFO kablam! | Sep 14 07:45:53.603 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.603 INFO kablam! | ^^^^^^ Sep 14 07:45:53.603 INFO kablam! | Sep 14 07:45:53.603 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.603 INFO kablam! Sep 14 07:45:53.605 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.605 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.605 INFO kablam! | Sep 14 07:45:53.605 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.605 INFO kablam! | Sep 14 07:45:53.605 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.605 INFO kablam! Sep 14 07:45:53.605 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.605 INFO kablam! --> src/boxed.rs:97:35 Sep 14 07:45:53.605 INFO kablam! | Sep 14 07:45:53.605 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.605 INFO kablam! | ^^^^^^ Sep 14 07:45:53.605 INFO kablam! | Sep 14 07:45:53.605 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.605 INFO kablam! Sep 14 07:45:53.606 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.606 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.606 INFO kablam! | Sep 14 07:45:53.606 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.606 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.606 INFO kablam! | Sep 14 07:45:53.606 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.606 INFO kablam! Sep 14 07:45:53.609 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.609 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.609 INFO kablam! | Sep 14 07:45:53.609 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.609 INFO kablam! | Sep 14 07:45:53.609 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.609 INFO kablam! Sep 14 07:45:53.609 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.609 INFO kablam! --> src/boxed.rs:189:31 Sep 14 07:45:53.609 INFO kablam! | Sep 14 07:45:53.609 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.609 INFO kablam! | ^^^^^^ Sep 14 07:45:53.609 INFO kablam! | Sep 14 07:45:53.609 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.609 INFO kablam! Sep 14 07:45:53.612 INFO kablam! error: aborting due to 16 previous errors Sep 14 07:45:53.612 INFO kablam! Sep 14 07:45:53.612 INFO kablam! Some errors occurred: E0432, E0658. Sep 14 07:45:53.612 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 07:45:53.618 INFO kablam! error: Could not compile `thin`. Sep 14 07:45:53.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:45:53.644 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.644 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.644 INFO kablam! | Sep 14 07:45:53.644 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.644 INFO kablam! | Sep 14 07:45:53.644 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.644 INFO kablam! Sep 14 07:45:53.644 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.645 INFO kablam! --> src/boxed.rs:56:94 Sep 14 07:45:53.645 INFO kablam! | Sep 14 07:45:53.645 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.645 INFO kablam! | ^^^^^^ Sep 14 07:45:53.645 INFO kablam! | Sep 14 07:45:53.645 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.645 INFO kablam! Sep 14 07:45:53.645 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.645 INFO kablam! --> src/boxed.rs:74:75 Sep 14 07:45:53.645 INFO kablam! | Sep 14 07:45:53.645 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 14 07:45:53.645 INFO kablam! | ^^^^^^ Sep 14 07:45:53.645 INFO kablam! | Sep 14 07:45:53.645 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.646 INFO kablam! Sep 14 07:45:53.646 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.646 INFO kablam! --> src/boxed.rs:81:79 Sep 14 07:45:53.646 INFO kablam! | Sep 14 07:45:53.646 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.646 INFO kablam! | ^^^^^^ Sep 14 07:45:53.646 INFO kablam! | Sep 14 07:45:53.646 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.646 INFO kablam! Sep 14 07:45:53.648 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.648 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.648 INFO kablam! | Sep 14 07:45:53.648 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.648 INFO kablam! | Sep 14 07:45:53.648 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.648 INFO kablam! Sep 14 07:45:53.648 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.648 INFO kablam! --> src/boxed.rs:97:35 Sep 14 07:45:53.648 INFO kablam! | Sep 14 07:45:53.648 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.648 INFO kablam! | ^^^^^^ Sep 14 07:45:53.648 INFO kablam! | Sep 14 07:45:53.648 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.648 INFO kablam! Sep 14 07:45:53.649 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.649 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.649 INFO kablam! | Sep 14 07:45:53.649 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.649 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.649 INFO kablam! | Sep 14 07:45:53.649 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.649 INFO kablam! Sep 14 07:45:53.652 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.652 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.652 INFO kablam! | Sep 14 07:45:53.652 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.652 INFO kablam! | Sep 14 07:45:53.652 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.652 INFO kablam! Sep 14 07:45:53.652 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.652 INFO kablam! --> src/boxed.rs:189:31 Sep 14 07:45:53.652 INFO kablam! | Sep 14 07:45:53.652 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.652 INFO kablam! | ^^^^^^ Sep 14 07:45:53.652 INFO kablam! | Sep 14 07:45:53.652 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.652 INFO kablam! Sep 14 07:45:53.686 INFO kablam! error: aborting due to 16 previous errors Sep 14 07:45:53.686 INFO kablam! Sep 14 07:45:53.686 INFO kablam! Some errors occurred: E0432, E0658. Sep 14 07:45:53.686 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 07:45:53.692 INFO kablam! error: Could not compile `thin`. Sep 14 07:45:53.692 INFO kablam! Sep 14 07:45:53.692 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:45:53.693 INFO kablam! su: No module specific data is present Sep 14 07:45:54.085 INFO running `"docker" "rm" "-f" "33a5f9dfddca0a2fcc964b02ec8fa7611ccf5afa428e966b9b5ec3e1cf2b776e"` Sep 14 07:45:54.160 INFO blam! 33a5f9dfddca0a2fcc964b02ec8fa7611ccf5afa428e966b9b5ec3e1cf2b776e