Sep 10 07:53:39.840 INFO checking thin-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 07:53:39.840 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 07:53:39.840 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.025 INFO blam! 195b4bbb77523a46b2add82a30ab6e330ad02c04a25ebadc796c2c4e5e3d6b64 Sep 10 07:53:40.027 INFO running `"docker" "start" "-a" "195b4bbb77523a46b2add82a30ab6e330ad02c04a25ebadc796c2c4e5e3d6b64"` Sep 10 07:53:40.781 INFO kablam! usermod: no changes Sep 10 07:53:40.812 INFO kablam! Checking fn_move v0.1.0 Sep 10 07:53:40.891 INFO kablam! Checking dyn_sized v0.2.0 Sep 10 07:53:41.059 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 10 07:53:41.218 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 10 07:53:41.218 INFO kablam! --> src/boxed.rs:11:12 Sep 10 07:53:41.218 INFO kablam! | Sep 10 07:53:41.218 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.218 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 10 07:53:41.218 INFO kablam! Sep 10 07:53:41.220 INFO kablam! warning: unused import: `Alloc` Sep 10 07:53:41.220 INFO kablam! --> src/boxed.rs:11:25 Sep 10 07:53:41.220 INFO kablam! | Sep 10 07:53:41.220 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.221 INFO kablam! | ^^^^^ Sep 10 07:53:41.221 INFO kablam! | Sep 10 07:53:41.221 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 07:53:41.221 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:6:22 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 10 07:53:41.223 INFO kablam! | ^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.223 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:17:18 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 10 07:53:41.223 INFO kablam! | ^^^^^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.223 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.223 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.223 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.223 INFO kablam! Sep 10 07:53:41.223 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.223 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.223 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.223 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.223 INFO kablam! | Sep 10 07:53:41.226 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.226 INFO kablam! Sep 10 07:53:41.226 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 10 07:53:41.226 INFO kablam! --> src/boxed.rs:11:12 Sep 10 07:53:41.226 INFO kablam! | Sep 10 07:53:41.226 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.226 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 10 07:53:41.226 INFO kablam! Sep 10 07:53:41.226 INFO kablam! warning: unused import: `Alloc` Sep 10 07:53:41.226 INFO kablam! --> src/boxed.rs:11:25 Sep 10 07:53:41.226 INFO kablam! | Sep 10 07:53:41.226 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 10 07:53:41.226 INFO kablam! | ^^^^^ Sep 10 07:53:41.226 INFO kablam! | Sep 10 07:53:41.226 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 07:53:41.226 INFO kablam! Sep 10 07:53:41.228 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.228 INFO kablam! --> src/boxed.rs:6:22 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 10 07:53:41.229 INFO kablam! | ^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.229 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.229 INFO kablam! --> src/boxed.rs:17:18 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 10 07:53:41.229 INFO kablam! | ^^^^^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.229 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.229 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.229 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.229 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.229 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.229 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.229 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.229 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.229 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.229 INFO kablam! | Sep 10 07:53:41.229 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.229 INFO kablam! Sep 10 07:53:41.273 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.273 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.273 INFO kablam! | Sep 10 07:53:41.273 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.273 INFO kablam! | Sep 10 07:53:41.273 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.273 INFO kablam! Sep 10 07:53:41.273 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.273 INFO kablam! --> src/boxed.rs:56:94 Sep 10 07:53:41.273 INFO kablam! | Sep 10 07:53:41.273 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.273 INFO kablam! | ^^^^^^ Sep 10 07:53:41.273 INFO kablam! | Sep 10 07:53:41.273 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.273 INFO kablam! Sep 10 07:53:41.277 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.277 INFO kablam! --> src/boxed.rs:74:75 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 10 07:53:41.278 INFO kablam! | ^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.278 INFO kablam! --> src/boxed.rs:81:79 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.278 INFO kablam! | ^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.278 INFO kablam! --> src/boxed.rs:49:35 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 10 07:53:41.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.278 INFO kablam! --> src/boxed.rs:56:94 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.278 INFO kablam! | ^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.278 INFO kablam! --> src/boxed.rs:74:75 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 10 07:53:41.278 INFO kablam! | ^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.278 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.278 INFO kablam! --> src/boxed.rs:81:79 Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 10 07:53:41.278 INFO kablam! | ^^^^^^ Sep 10 07:53:41.278 INFO kablam! | Sep 10 07:53:41.278 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.278 INFO kablam! Sep 10 07:53:41.281 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.281 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.281 INFO kablam! Sep 10 07:53:41.281 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.281 INFO kablam! --> src/boxed.rs:97:35 Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.281 INFO kablam! | ^^^^^^ Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.281 INFO kablam! Sep 10 07:53:41.281 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.281 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.281 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.281 INFO kablam! Sep 10 07:53:41.281 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.281 INFO kablam! --> src/boxed.rs:97:13 Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.281 INFO kablam! Sep 10 07:53:41.281 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.281 INFO kablam! --> src/boxed.rs:97:35 Sep 10 07:53:41.281 INFO kablam! | Sep 10 07:53:41.281 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.282 INFO kablam! | ^^^^^^ Sep 10 07:53:41.282 INFO kablam! | Sep 10 07:53:41.282 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.282 INFO kablam! Sep 10 07:53:41.283 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.283 INFO kablam! --> src/boxed.rs:116:26 Sep 10 07:53:41.283 INFO kablam! | Sep 10 07:53:41.283 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 10 07:53:41.283 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:53:41.283 INFO kablam! | Sep 10 07:53:41.283 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.283 INFO kablam! Sep 10 07:53:41.284 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.284 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.284 INFO kablam! | Sep 10 07:53:41.284 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.284 INFO kablam! | Sep 10 07:53:41.284 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.284 INFO kablam! Sep 10 07:53:41.284 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.284 INFO kablam! --> src/boxed.rs:189:31 Sep 10 07:53:41.284 INFO kablam! | Sep 10 07:53:41.284 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.284 INFO kablam! | ^^^^^^ Sep 10 07:53:41.284 INFO kablam! | Sep 10 07:53:41.284 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.284 INFO kablam! Sep 10 07:53:41.285 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.285 INFO kablam! --> src/boxed.rs:189:9 Sep 10 07:53:41.285 INFO kablam! | Sep 10 07:53:41.285 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 07:53:41.285 INFO kablam! | Sep 10 07:53:41.285 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.285 INFO kablam! Sep 10 07:53:41.285 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 07:53:41.285 INFO kablam! --> src/boxed.rs:189:31 Sep 10 07:53:41.285 INFO kablam! | Sep 10 07:53:41.285 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 10 07:53:41.285 INFO kablam! | ^^^^^^ Sep 10 07:53:41.285 INFO kablam! | Sep 10 07:53:41.285 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 07:53:41.285 INFO kablam! Sep 10 07:53:41.288 INFO kablam! error: aborting due to 16 previous errors Sep 10 07:53:41.288 INFO kablam! Sep 10 07:53:41.288 INFO kablam! Some errors occurred: E0432, E0658. Sep 10 07:53:41.288 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 07:53:41.294 INFO kablam! error: Could not compile `thin`. Sep 10 07:53:41.294 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 07:53:41.320 INFO kablam! error: aborting due to 16 previous errors Sep 10 07:53:41.320 INFO kablam! Sep 10 07:53:41.320 INFO kablam! Some errors occurred: E0432, E0658. Sep 10 07:53:41.321 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 07:53:41.327 INFO kablam! error: Could not compile `thin`. Sep 10 07:53:41.327 INFO kablam! Sep 10 07:53:41.327 INFO kablam! To learn more, run the command again with --verbose. Sep 10 07:53:41.327 INFO kablam! su: No module specific data is present Sep 10 07:53:41.903 INFO running `"docker" "rm" "-f" "195b4bbb77523a46b2add82a30ab6e330ad02c04a25ebadc796c2c4e5e3d6b64"` Sep 10 07:53:41.993 INFO blam! 195b4bbb77523a46b2add82a30ab6e330ad02c04a25ebadc796c2c4e5e3d6b64