Sep 19 17:01:02.305 INFO checking thin-0.2.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:01:02.305 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:01:02.305 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:01:02.438 INFO blam! a23da5a1f45a760376e48fdbc4dd31eef37078f68e26b3757605083de873a350 Sep 19 17:01:02.439 INFO running `"docker" "start" "-a" "a23da5a1f45a760376e48fdbc4dd31eef37078f68e26b3757605083de873a350"` Sep 19 17:01:03.512 INFO kablam! usermod: no changes Sep 19 17:01:03.532 INFO kablam! Checking fn_move v0.1.0 Sep 19 17:01:03.594 INFO kablam! Checking dyn_sized v0.2.0 Sep 19 17:01:03.725 INFO kablam! Checking thin v0.2.0 (/source) Sep 19 17:01:03.839 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 17:01:03.840 INFO kablam! --> src/boxed.rs:11:12 Sep 19 17:01:03.840 INFO kablam! | Sep 19 17:01:03.840 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:03.840 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 17:01:03.840 INFO kablam! Sep 19 17:01:03.841 INFO kablam! warning: unused import: `Alloc` Sep 19 17:01:03.841 INFO kablam! --> src/boxed.rs:11:25 Sep 19 17:01:03.841 INFO kablam! | Sep 19 17:01:03.841 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:03.841 INFO kablam! | ^^^^^ Sep 19 17:01:03.841 INFO kablam! | Sep 19 17:01:03.841 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:01:03.841 INFO kablam! Sep 19 17:01:03.844 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 19 17:01:03.844 INFO kablam! --> src/boxed.rs:6:22 Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 17:01:03.844 INFO kablam! | ^^^^^^ Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.844 INFO kablam! Sep 19 17:01:03.844 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 19 17:01:03.844 INFO kablam! --> src/boxed.rs:17:18 Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 17:01:03.844 INFO kablam! | ^^^^^^^^^^ Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.844 INFO kablam! Sep 19 17:01:03.844 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 19 17:01:03.844 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.844 INFO kablam! | Sep 19 17:01:03.844 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.844 INFO kablam! Sep 19 17:01:03.847 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 19 17:01:03.847 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:03.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.847 INFO kablam! Sep 19 17:01:03.847 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 19 17:01:03.847 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.847 INFO kablam! Sep 19 17:01:03.847 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 19 17:01:03.847 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:03.847 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:03.847 INFO kablam! | Sep 19 17:01:03.847 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.847 INFO kablam! Sep 19 17:01:03.865 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 17:01:03.865 INFO kablam! --> src/boxed.rs:11:12 Sep 19 17:01:03.866 INFO kablam! | Sep 19 17:01:03.866 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:03.866 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 17:01:03.866 INFO kablam! Sep 19 17:01:03.868 INFO kablam! warning: unused import: `Alloc` Sep 19 17:01:03.868 INFO kablam! --> src/boxed.rs:11:25 Sep 19 17:01:03.868 INFO kablam! | Sep 19 17:01:03.868 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:03.869 INFO kablam! | ^^^^^ Sep 19 17:01:03.869 INFO kablam! | Sep 19 17:01:03.869 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:01:03.869 INFO kablam! Sep 19 17:01:03.871 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 19 17:01:03.871 INFO kablam! --> src/boxed.rs:6:22 Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 17:01:03.871 INFO kablam! | ^^^^^^ Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.871 INFO kablam! Sep 19 17:01:03.871 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 19 17:01:03.871 INFO kablam! --> src/boxed.rs:17:18 Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 17:01:03.871 INFO kablam! | ^^^^^^^^^^ Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.871 INFO kablam! Sep 19 17:01:03.871 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 19 17:01:03.871 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.871 INFO kablam! | Sep 19 17:01:03.871 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.871 INFO kablam! Sep 19 17:01:03.872 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 19 17:01:03.872 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:03.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.872 INFO kablam! Sep 19 17:01:03.872 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 19 17:01:03.872 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.872 INFO kablam! Sep 19 17:01:03.872 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 19 17:01:03.872 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:03.872 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:03.872 INFO kablam! | Sep 19 17:01:03.872 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.872 INFO kablam! Sep 19 17:01:03.887 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.887 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:03.887 INFO kablam! | Sep 19 17:01:03.887 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:03.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.887 INFO kablam! | Sep 19 17:01:03.887 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.887 INFO kablam! Sep 19 17:01:03.887 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.887 INFO kablam! --> src/boxed.rs:56:94 Sep 19 17:01:03.887 INFO kablam! | Sep 19 17:01:03.887 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:03.887 INFO kablam! | ^^^^^^ Sep 19 17:01:03.887 INFO kablam! | Sep 19 17:01:03.887 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.887 INFO kablam! Sep 19 17:01:03.888 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.888 INFO kablam! --> src/boxed.rs:74:75 Sep 19 17:01:03.888 INFO kablam! | Sep 19 17:01:03.888 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 17:01:03.888 INFO kablam! | ^^^^^^ Sep 19 17:01:03.888 INFO kablam! | Sep 19 17:01:03.888 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.888 INFO kablam! Sep 19 17:01:03.888 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.888 INFO kablam! --> src/boxed.rs:81:79 Sep 19 17:01:03.889 INFO kablam! | Sep 19 17:01:03.889 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:03.889 INFO kablam! | ^^^^^^ Sep 19 17:01:03.889 INFO kablam! | Sep 19 17:01:03.889 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.889 INFO kablam! Sep 19 17:01:03.891 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.891 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:03.891 INFO kablam! | Sep 19 17:01:03.891 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.891 INFO kablam! | Sep 19 17:01:03.891 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.891 INFO kablam! Sep 19 17:01:03.891 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.891 INFO kablam! --> src/boxed.rs:97:35 Sep 19 17:01:03.891 INFO kablam! | Sep 19 17:01:03.891 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.891 INFO kablam! | ^^^^^^ Sep 19 17:01:03.891 INFO kablam! | Sep 19 17:01:03.891 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.891 INFO kablam! Sep 19 17:01:03.892 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.892 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:03.892 INFO kablam! | Sep 19 17:01:03.892 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:03.892 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:03.892 INFO kablam! | Sep 19 17:01:03.892 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.892 INFO kablam! Sep 19 17:01:03.894 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.894 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:03.894 INFO kablam! | Sep 19 17:01:03.895 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.895 INFO kablam! | Sep 19 17:01:03.895 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.895 INFO kablam! Sep 19 17:01:03.895 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.895 INFO kablam! --> src/boxed.rs:189:31 Sep 19 17:01:03.895 INFO kablam! | Sep 19 17:01:03.895 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.895 INFO kablam! | ^^^^^^ Sep 19 17:01:03.895 INFO kablam! | Sep 19 17:01:03.895 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.895 INFO kablam! Sep 19 17:01:03.898 INFO kablam! error: aborting due to 16 previous errors Sep 19 17:01:03.898 INFO kablam! Sep 19 17:01:03.898 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 17:01:03.898 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:01:03.904 INFO kablam! error: Could not compile `thin`. Sep 19 17:01:03.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:01:03.913 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.913 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:03.913 INFO kablam! | Sep 19 17:01:03.913 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:03.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.913 INFO kablam! | Sep 19 17:01:03.913 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.913 INFO kablam! Sep 19 17:01:03.913 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.913 INFO kablam! --> src/boxed.rs:56:94 Sep 19 17:01:03.913 INFO kablam! | Sep 19 17:01:03.913 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:03.913 INFO kablam! | ^^^^^^ Sep 19 17:01:03.913 INFO kablam! | Sep 19 17:01:03.913 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.913 INFO kablam! Sep 19 17:01:03.914 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.914 INFO kablam! --> src/boxed.rs:74:75 Sep 19 17:01:03.914 INFO kablam! | Sep 19 17:01:03.914 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 17:01:03.914 INFO kablam! | ^^^^^^ Sep 19 17:01:03.914 INFO kablam! | Sep 19 17:01:03.914 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.914 INFO kablam! Sep 19 17:01:03.915 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.915 INFO kablam! --> src/boxed.rs:81:79 Sep 19 17:01:03.915 INFO kablam! | Sep 19 17:01:03.915 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:03.915 INFO kablam! | ^^^^^^ Sep 19 17:01:03.915 INFO kablam! | Sep 19 17:01:03.915 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.915 INFO kablam! Sep 19 17:01:03.917 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.917 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:03.917 INFO kablam! | Sep 19 17:01:03.917 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.917 INFO kablam! | Sep 19 17:01:03.917 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.917 INFO kablam! Sep 19 17:01:03.917 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.917 INFO kablam! --> src/boxed.rs:97:35 Sep 19 17:01:03.917 INFO kablam! | Sep 19 17:01:03.917 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.917 INFO kablam! | ^^^^^^ Sep 19 17:01:03.917 INFO kablam! | Sep 19 17:01:03.917 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.917 INFO kablam! Sep 19 17:01:03.918 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.918 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:03.918 INFO kablam! | Sep 19 17:01:03.918 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:03.918 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:03.918 INFO kablam! | Sep 19 17:01:03.918 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.918 INFO kablam! Sep 19 17:01:03.920 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.920 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:03.920 INFO kablam! | Sep 19 17:01:03.920 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:03.921 INFO kablam! | Sep 19 17:01:03.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.921 INFO kablam! Sep 19 17:01:03.921 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:03.921 INFO kablam! --> src/boxed.rs:189:31 Sep 19 17:01:03.921 INFO kablam! | Sep 19 17:01:03.921 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:03.921 INFO kablam! | ^^^^^^ Sep 19 17:01:03.921 INFO kablam! | Sep 19 17:01:03.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:03.921 INFO kablam! Sep 19 17:01:03.971 INFO kablam! error: aborting due to 16 previous errors Sep 19 17:01:03.971 INFO kablam! Sep 19 17:01:03.971 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 17:01:03.971 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:01:03.974 INFO kablam! error: Could not compile `thin`. Sep 19 17:01:03.974 INFO kablam! Sep 19 17:01:03.974 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:01:03.976 INFO kablam! su: No module specific data is present Sep 19 17:01:04.561 INFO running `"docker" "rm" "-f" "a23da5a1f45a760376e48fdbc4dd31eef37078f68e26b3757605083de873a350"` Sep 19 17:01:04.701 INFO blam! a23da5a1f45a760376e48fdbc4dd31eef37078f68e26b3757605083de873a350