Sep 10 07:53:40.538 INFO checking thin-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 07:53:40.538 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 07:53:40.538 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:53:40.663 INFO blam! f4bc0a76d63410d17ca2529e00176e9a7a3fca0d4684f82f9217b4c471f7729f Sep 10 07:53:40.665 INFO running `"docker" "start" "-a" "f4bc0a76d63410d17ca2529e00176e9a7a3fca0d4684f82f9217b4c471f7729f"` Sep 10 07:53:41.265 INFO kablam! usermod: no changes Sep 10 07:53:41.290 INFO kablam! Checking fn_move v0.1.0 Sep 10 07:53:41.367 INFO kablam! Checking dyn_sized v0.2.0 Sep 10 07:53:41.554 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 10 07:53:41.728 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 10 07:53:41.728 INFO kablam! --> src/boxed.rs:11:12 Sep 10 07:53:41.728 INFO kablam! | Sep 10 07:53:41.728 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.728 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 10 07:53:41.728 INFO kablam! Sep 10 07:53:41.730 INFO kablam! warning: unused import: `Alloc` Sep 10 07:53:41.730 INFO kablam! --> src/boxed.rs:11:25 Sep 10 07:53:41.730 INFO kablam! | Sep 10 07:53:41.730 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.730 INFO kablam! | ^^^^^ Sep 10 07:53:41.730 INFO kablam! | Sep 10 07:53:41.730 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 07:53:41.730 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.732 INFO kablam! --> src/boxed.rs:6:22 Sep 10 07:53:41.732 INFO kablam! | Sep 10 07:53:41.732 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 10 07:53:41.732 INFO kablam! | ^^^^^^ Sep 10 07:53:41.732 INFO kablam! | Sep 10 07:53:41.732 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.732 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.733 INFO kablam! --> src/boxed.rs:17:18 Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 10 07:53:41.733 INFO kablam! | ^^^^^^^^^^ Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.733 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.733 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.733 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.733 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.733 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.733 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.733 INFO kablam! Sep 10 07:53:41.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 10 07:53:41.733 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.733 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.733 INFO kablam! | Sep 10 07:53:41.733 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.733 INFO kablam! Sep 10 07:53:41.735 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 10 07:53:41.735 INFO kablam! --> src/boxed.rs:11:12 Sep 10 07:53:41.735 INFO kablam! | Sep 10 07:53:41.735 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.735 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 10 07:53:41.735 INFO kablam! Sep 10 07:53:41.740 INFO kablam! warning: unused import: `Alloc` Sep 10 07:53:41.740 INFO kablam! --> src/boxed.rs:11:25 Sep 10 07:53:41.740 INFO kablam! | Sep 10 07:53:41.740 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.740 INFO kablam! | ^^^^^ Sep 10 07:53:41.740 INFO kablam! | Sep 10 07:53:41.740 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 07:53:41.740 INFO kablam! Sep 10 07:53:41.742 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 10 07:53:41.742 INFO kablam! --> src/boxed.rs:6:22 Sep 10 07:53:41.742 INFO kablam! | Sep 10 07:53:41.742 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 10 07:53:41.742 INFO kablam! | ^^^^^^ Sep 10 07:53:41.742 INFO kablam! | Sep 10 07:53:41.742 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.742 INFO kablam! Sep 10 07:53:41.742 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 10 07:53:41.742 INFO kablam! --> src/boxed.rs:17:18 Sep 10 07:53:41.742 INFO kablam! | Sep 10 07:53:41.742 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 10 07:53:41.742 INFO kablam! | ^^^^^^^^^^ Sep 10 07:53:41.743 INFO kablam! | Sep 10 07:53:41.743 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.743 INFO kablam! Sep 10 07:53:41.743 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 10 07:53:41.743 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.743 INFO kablam! | Sep 10 07:53:41.743 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.746 INFO kablam! Sep 10 07:53:41.746 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 10 07:53:41.746 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.746 INFO kablam! Sep 10 07:53:41.746 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 10 07:53:41.746 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.746 INFO kablam! Sep 10 07:53:41.746 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 10 07:53:41.746 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.746 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.746 INFO kablam! | Sep 10 07:53:41.746 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.746 INFO kablam! Sep 10 07:53:41.782 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.782 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.782 INFO kablam! | Sep 10 07:53:41.782 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.782 INFO kablam! | Sep 10 07:53:41.782 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.782 INFO kablam! Sep 10 07:53:41.782 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.782 INFO kablam! --> src/boxed.rs:56:94 Sep 10 07:53:41.782 INFO kablam! | Sep 10 07:53:41.782 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.782 INFO kablam! | ^^^^^^ Sep 10 07:53:41.782 INFO kablam! | Sep 10 07:53:41.782 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.782 INFO kablam! Sep 10 07:53:41.784 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.784 INFO kablam! --> src/boxed.rs:74:75 Sep 10 07:53:41.784 INFO kablam! | Sep 10 07:53:41.784 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 10 07:53:41.784 INFO kablam! | ^^^^^^ Sep 10 07:53:41.784 INFO kablam! | Sep 10 07:53:41.784 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.784 INFO kablam! Sep 10 07:53:41.786 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.786 INFO kablam! --> src/boxed.rs:81:79 Sep 10 07:53:41.786 INFO kablam! | Sep 10 07:53:41.786 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.786 INFO kablam! | ^^^^^^ Sep 10 07:53:41.786 INFO kablam! | Sep 10 07:53:41.786 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.786 INFO kablam! Sep 10 07:53:41.788 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.788 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.788 INFO kablam! | Sep 10 07:53:41.788 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.788 INFO kablam! | Sep 10 07:53:41.788 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.788 INFO kablam! Sep 10 07:53:41.788 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.788 INFO kablam! --> src/boxed.rs:97:35 Sep 10 07:53:41.788 INFO kablam! | Sep 10 07:53:41.789 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.789 INFO kablam! | ^^^^^^ Sep 10 07:53:41.789 INFO kablam! | Sep 10 07:53:41.789 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.789 INFO kablam! Sep 10 07:53:41.789 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.789 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.789 INFO kablam! | Sep 10 07:53:41.789 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.789 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.789 INFO kablam! | Sep 10 07:53:41.789 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.789 INFO kablam! Sep 10 07:53:41.792 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.792 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.792 INFO kablam! | Sep 10 07:53:41.792 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.792 INFO kablam! | Sep 10 07:53:41.792 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.792 INFO kablam! Sep 10 07:53:41.792 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.792 INFO kablam! --> src/boxed.rs:189:31 Sep 10 07:53:41.792 INFO kablam! | Sep 10 07:53:41.792 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.792 INFO kablam! | ^^^^^^ Sep 10 07:53:41.792 INFO kablam! | Sep 10 07:53:41.792 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.792 INFO kablam! Sep 10 07:53:41.796 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.796 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.796 INFO kablam! | Sep 10 07:53:41.796 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.796 INFO kablam! | Sep 10 07:53:41.796 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.796 INFO kablam! Sep 10 07:53:41.796 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.796 INFO kablam! --> src/boxed.rs:56:94 Sep 10 07:53:41.796 INFO kablam! | Sep 10 07:53:41.796 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.796 INFO kablam! | ^^^^^^ Sep 10 07:53:41.796 INFO kablam! | Sep 10 07:53:41.796 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.796 INFO kablam! Sep 10 07:53:41.798 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.798 INFO kablam! --> src/boxed.rs:74:75 Sep 10 07:53:41.798 INFO kablam! | Sep 10 07:53:41.798 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 10 07:53:41.798 INFO kablam! | ^^^^^^ Sep 10 07:53:41.798 INFO kablam! | Sep 10 07:53:41.798 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.798 INFO kablam! Sep 10 07:53:41.798 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.798 INFO kablam! --> src/boxed.rs:81:79 Sep 10 07:53:41.798 INFO kablam! | Sep 10 07:53:41.798 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.798 INFO kablam! | ^^^^^^ Sep 10 07:53:41.798 INFO kablam! | Sep 10 07:53:41.798 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.798 INFO kablam! Sep 10 07:53:41.800 INFO kablam! error: aborting due to 16 previous errors Sep 10 07:53:41.800 INFO kablam! Sep 10 07:53:41.800 INFO kablam! Some errors occurred: E0432, E0658. Sep 10 07:53:41.800 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 07:53:41.801 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.801 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.801 INFO kablam! | Sep 10 07:53:41.801 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.801 INFO kablam! | Sep 10 07:53:41.801 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.801 INFO kablam! Sep 10 07:53:41.801 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.801 INFO kablam! --> src/boxed.rs:97:35 Sep 10 07:53:41.801 INFO kablam! | Sep 10 07:53:41.801 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.801 INFO kablam! | ^^^^^^ Sep 10 07:53:41.801 INFO kablam! | Sep 10 07:53:41.801 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.801 INFO kablam! Sep 10 07:53:41.802 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.802 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.802 INFO kablam! | Sep 10 07:53:41.802 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.802 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.802 INFO kablam! | Sep 10 07:53:41.802 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.802 INFO kablam! Sep 10 07:53:41.805 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.805 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.805 INFO kablam! | Sep 10 07:53:41.805 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.806 INFO kablam! | Sep 10 07:53:41.806 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.806 INFO kablam! Sep 10 07:53:41.806 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.806 INFO kablam! --> src/boxed.rs:189:31 Sep 10 07:53:41.806 INFO kablam! | Sep 10 07:53:41.806 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.806 INFO kablam! | ^^^^^^ Sep 10 07:53:41.806 INFO kablam! | Sep 10 07:53:41.806 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.806 INFO kablam! Sep 10 07:53:41.807 INFO kablam! error: Could not compile `thin`. Sep 10 07:53:41.808 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 07:53:41.854 INFO kablam! error: aborting due to 16 previous errors Sep 10 07:53:41.854 INFO kablam! Sep 10 07:53:41.854 INFO kablam! Some errors occurred: E0432, E0658. Sep 10 07:53:41.854 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 07:53:41.868 INFO kablam! error: Could not compile `thin`. Sep 10 07:53:41.868 INFO kablam! Sep 10 07:53:41.868 INFO kablam! To learn more, run the command again with --verbose. Sep 10 07:53:41.869 INFO kablam! su: No module specific data is present Sep 10 07:53:42.433 INFO running `"docker" "rm" "-f" "f4bc0a76d63410d17ca2529e00176e9a7a3fca0d4684f82f9217b4c471f7729f"` Sep 10 07:53:42.502 INFO blam! f4bc0a76d63410d17ca2529e00176e9a7a3fca0d4684f82f9217b4c471f7729f