Sep 04 04:02:43.222 INFO checking thin-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:02:43.223 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:02:43.223 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:02:43.382 INFO blam! 17c9fee005a4c5182814194460df12120066e9cf7a1fbf0e6c72c9fabcf391a0 Sep 04 04:02:43.384 INFO running `"docker" "start" "-a" "17c9fee005a4c5182814194460df12120066e9cf7a1fbf0e6c72c9fabcf391a0"` Sep 04 04:02:43.978 INFO kablam! Checking fn_move v0.1.0 Sep 04 04:02:44.048 INFO kablam! Checking dyn_sized v0.2.0 Sep 04 04:02:44.302 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 04 04:02:44.580 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 04:02:44.580 INFO kablam! --> src/boxed.rs:11:12 Sep 04 04:02:44.580 INFO kablam! | Sep 04 04:02:44.580 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 04:02:44.580 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 04:02:44.580 INFO kablam! Sep 04 04:02:44.583 INFO kablam! warning: unused import: `Alloc` Sep 04 04:02:44.583 INFO kablam! --> src/boxed.rs:11:25 Sep 04 04:02:44.583 INFO kablam! | Sep 04 04:02:44.583 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 04:02:44.583 INFO kablam! | ^^^^^ Sep 04 04:02:44.583 INFO kablam! | Sep 04 04:02:44.583 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:02:44.583 INFO kablam! Sep 04 04:02:44.585 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 04 04:02:44.585 INFO kablam! --> src/boxed.rs:6:22 Sep 04 04:02:44.585 INFO kablam! | Sep 04 04:02:44.585 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 04 04:02:44.585 INFO kablam! | ^^^^^^ Sep 04 04:02:44.585 INFO kablam! | Sep 04 04:02:44.585 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.585 INFO kablam! Sep 04 04:02:44.585 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 04 04:02:44.585 INFO kablam! --> src/boxed.rs:17:18 Sep 04 04:02:44.585 INFO kablam! | Sep 04 04:02:44.585 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 04 04:02:44.585 INFO kablam! | ^^^^^^^^^^ Sep 04 04:02:44.585 INFO kablam! | Sep 04 04:02:44.585 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.585 INFO kablam! Sep 04 04:02:44.585 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 04 04:02:44.585 INFO kablam! --> src/boxed.rs:189:9 Sep 04 04:02:44.585 INFO kablam! | Sep 04 04:02:44.585 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.586 INFO kablam! | Sep 04 04:02:44.586 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.586 INFO kablam! Sep 04 04:02:44.586 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 04 04:02:44.586 INFO kablam! --> src/boxed.rs:49:35 Sep 04 04:02:44.586 INFO kablam! | Sep 04 04:02:44.586 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 04:02:44.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.586 INFO kablam! | Sep 04 04:02:44.586 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.586 INFO kablam! Sep 04 04:02:44.586 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 04 04:02:44.586 INFO kablam! --> src/boxed.rs:97:13 Sep 04 04:02:44.586 INFO kablam! | Sep 04 04:02:44.586 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.586 INFO kablam! | Sep 04 04:02:44.586 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.587 INFO kablam! Sep 04 04:02:44.587 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 04 04:02:44.587 INFO kablam! --> src/boxed.rs:116:26 Sep 04 04:02:44.587 INFO kablam! | Sep 04 04:02:44.587 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 04:02:44.587 INFO kablam! | ^^^^^^^^^^^ Sep 04 04:02:44.587 INFO kablam! | Sep 04 04:02:44.587 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.587 INFO kablam! Sep 04 04:02:44.597 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 04:02:44.597 INFO kablam! --> src/boxed.rs:11:12 Sep 04 04:02:44.597 INFO kablam! | Sep 04 04:02:44.597 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 04:02:44.597 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 04:02:44.597 INFO kablam! Sep 04 04:02:44.603 INFO kablam! warning: unused import: `Alloc` Sep 04 04:02:44.603 INFO kablam! --> src/boxed.rs:11:25 Sep 04 04:02:44.603 INFO kablam! | Sep 04 04:02:44.603 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 04 04:02:44.604 INFO kablam! | ^^^^^ Sep 04 04:02:44.604 INFO kablam! | Sep 04 04:02:44.604 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:02:44.604 INFO kablam! Sep 04 04:02:44.608 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 04 04:02:44.608 INFO kablam! --> src/boxed.rs:6:22 Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 04 04:02:44.608 INFO kablam! | ^^^^^^ Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.608 INFO kablam! Sep 04 04:02:44.608 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 04 04:02:44.608 INFO kablam! --> src/boxed.rs:17:18 Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 04 04:02:44.608 INFO kablam! | ^^^^^^^^^^ Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.608 INFO kablam! Sep 04 04:02:44.608 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 04 04:02:44.608 INFO kablam! --> src/boxed.rs:189:9 Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.608 INFO kablam! | Sep 04 04:02:44.608 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.608 INFO kablam! Sep 04 04:02:44.609 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 04 04:02:44.609 INFO kablam! --> src/boxed.rs:49:35 Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 04:02:44.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.609 INFO kablam! Sep 04 04:02:44.609 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 04 04:02:44.609 INFO kablam! --> src/boxed.rs:97:13 Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.609 INFO kablam! Sep 04 04:02:44.609 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 04 04:02:44.609 INFO kablam! --> src/boxed.rs:116:26 Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 04:02:44.609 INFO kablam! | ^^^^^^^^^^^ Sep 04 04:02:44.609 INFO kablam! | Sep 04 04:02:44.609 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.609 INFO kablam! Sep 04 04:02:44.677 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.678 INFO kablam! --> src/boxed.rs:49:35 Sep 04 04:02:44.678 INFO kablam! | Sep 04 04:02:44.678 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 04:02:44.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.678 INFO kablam! | Sep 04 04:02:44.678 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.678 INFO kablam! Sep 04 04:02:44.678 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.678 INFO kablam! --> src/boxed.rs:56:94 Sep 04 04:02:44.678 INFO kablam! | Sep 04 04:02:44.678 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 04:02:44.678 INFO kablam! | ^^^^^^ Sep 04 04:02:44.678 INFO kablam! | Sep 04 04:02:44.678 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.678 INFO kablam! Sep 04 04:02:44.679 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.679 INFO kablam! --> src/boxed.rs:49:35 Sep 04 04:02:44.679 INFO kablam! | Sep 04 04:02:44.679 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 04 04:02:44.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.679 INFO kablam! | Sep 04 04:02:44.679 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.680 INFO kablam! Sep 04 04:02:44.680 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.680 INFO kablam! --> src/boxed.rs:56:94 Sep 04 04:02:44.680 INFO kablam! | Sep 04 04:02:44.680 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 04:02:44.680 INFO kablam! | ^^^^^^ Sep 04 04:02:44.681 INFO kablam! | Sep 04 04:02:44.681 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.681 INFO kablam! Sep 04 04:02:44.681 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.681 INFO kablam! --> src/boxed.rs:74:75 Sep 04 04:02:44.681 INFO kablam! | Sep 04 04:02:44.681 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 04 04:02:44.681 INFO kablam! | ^^^^^^ Sep 04 04:02:44.681 INFO kablam! | Sep 04 04:02:44.681 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.681 INFO kablam! Sep 04 04:02:44.682 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.682 INFO kablam! --> src/boxed.rs:81:79 Sep 04 04:02:44.682 INFO kablam! | Sep 04 04:02:44.682 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 04:02:44.682 INFO kablam! | ^^^^^^ Sep 04 04:02:44.682 INFO kablam! | Sep 04 04:02:44.682 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.682 INFO kablam! Sep 04 04:02:44.684 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.684 INFO kablam! --> src/boxed.rs:74:75 Sep 04 04:02:44.684 INFO kablam! | Sep 04 04:02:44.684 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 04 04:02:44.684 INFO kablam! | ^^^^^^ Sep 04 04:02:44.684 INFO kablam! | Sep 04 04:02:44.684 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.684 INFO kablam! Sep 04 04:02:44.684 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.684 INFO kablam! --> src/boxed.rs:81:79 Sep 04 04:02:44.684 INFO kablam! | Sep 04 04:02:44.684 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 04 04:02:44.684 INFO kablam! | ^^^^^^ Sep 04 04:02:44.684 INFO kablam! | Sep 04 04:02:44.684 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.684 INFO kablam! Sep 04 04:02:44.687 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.687 INFO kablam! --> src/boxed.rs:97:13 Sep 04 04:02:44.687 INFO kablam! | Sep 04 04:02:44.687 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.687 INFO kablam! | Sep 04 04:02:44.687 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.687 INFO kablam! Sep 04 04:02:44.687 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.687 INFO kablam! --> src/boxed.rs:97:35 Sep 04 04:02:44.687 INFO kablam! | Sep 04 04:02:44.687 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.687 INFO kablam! | ^^^^^^ Sep 04 04:02:44.687 INFO kablam! | Sep 04 04:02:44.687 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.687 INFO kablam! Sep 04 04:02:44.690 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.690 INFO kablam! --> src/boxed.rs:116:26 Sep 04 04:02:44.690 INFO kablam! | Sep 04 04:02:44.690 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 04:02:44.690 INFO kablam! | ^^^^^^^^^^^ Sep 04 04:02:44.690 INFO kablam! | Sep 04 04:02:44.690 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.690 INFO kablam! Sep 04 04:02:44.692 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.692 INFO kablam! --> src/boxed.rs:97:13 Sep 04 04:02:44.692 INFO kablam! | Sep 04 04:02:44.692 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.692 INFO kablam! | Sep 04 04:02:44.693 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.693 INFO kablam! Sep 04 04:02:44.693 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.693 INFO kablam! --> src/boxed.rs:97:35 Sep 04 04:02:44.693 INFO kablam! | Sep 04 04:02:44.693 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.693 INFO kablam! | ^^^^^^ Sep 04 04:02:44.693 INFO kablam! | Sep 04 04:02:44.693 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.693 INFO kablam! Sep 04 04:02:44.695 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.695 INFO kablam! --> src/boxed.rs:189:9 Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.695 INFO kablam! Sep 04 04:02:44.695 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.695 INFO kablam! --> src/boxed.rs:189:31 Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.695 INFO kablam! | ^^^^^^ Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.695 INFO kablam! Sep 04 04:02:44.695 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.695 INFO kablam! --> src/boxed.rs:116:26 Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 04 04:02:44.695 INFO kablam! | ^^^^^^^^^^^ Sep 04 04:02:44.695 INFO kablam! | Sep 04 04:02:44.695 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.695 INFO kablam! Sep 04 04:02:44.703 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.703 INFO kablam! --> src/boxed.rs:189:9 Sep 04 04:02:44.703 INFO kablam! | Sep 04 04:02:44.703 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:02:44.703 INFO kablam! | Sep 04 04:02:44.703 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.703 INFO kablam! Sep 04 04:02:44.703 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 04:02:44.703 INFO kablam! --> src/boxed.rs:189:31 Sep 04 04:02:44.703 INFO kablam! | Sep 04 04:02:44.703 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 04 04:02:44.703 INFO kablam! | ^^^^^^ Sep 04 04:02:44.703 INFO kablam! | Sep 04 04:02:44.703 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 04:02:44.703 INFO kablam! Sep 04 04:02:44.708 INFO kablam! error: aborting due to 16 previous errors Sep 04 04:02:44.708 INFO kablam! Sep 04 04:02:44.708 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 04:02:44.708 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:02:44.715 INFO kablam! error: Could not compile `thin`. Sep 04 04:02:44.716 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:02:44.781 INFO kablam! error: aborting due to 16 previous errors Sep 04 04:02:44.781 INFO kablam! Sep 04 04:02:44.781 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 04:02:44.781 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:02:44.788 INFO kablam! error: Could not compile `thin`. Sep 04 04:02:44.788 INFO kablam! Sep 04 04:02:44.788 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:02:44.791 INFO kablam! su: No module specific data is present Sep 04 04:02:45.258 INFO running `"docker" "rm" "-f" "17c9fee005a4c5182814194460df12120066e9cf7a1fbf0e6c72c9fabcf391a0"` Sep 04 04:02:45.340 INFO blam! 17c9fee005a4c5182814194460df12120066e9cf7a1fbf0e6c72c9fabcf391a0