Sep 14 07:45:51.917 INFO checking thin-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:45:51.917 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:45:51.918 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.101 INFO blam! 8b499d6ef2bcf982a3282f8dcf04309617bbcdd5c066fbaafb25af3257af23da Sep 14 07:45:52.102 INFO running `"docker" "start" "-a" "8b499d6ef2bcf982a3282f8dcf04309617bbcdd5c066fbaafb25af3257af23da"` Sep 14 07:45:52.915 INFO kablam! usermod: no changes Sep 14 07:45:52.945 INFO kablam! Checking fn_move v0.1.0 Sep 14 07:45:53.027 INFO kablam! Checking dyn_sized v0.2.0 Sep 14 07:45:53.173 INFO kablam! Checking thin v0.2.0 (file:///source) Sep 14 07:45:53.317 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 14 07:45:53.317 INFO kablam! --> src/boxed.rs:11:12 Sep 14 07:45:53.317 INFO kablam! | Sep 14 07:45:53.317 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.317 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 14 07:45:53.318 INFO kablam! Sep 14 07:45:53.319 INFO kablam! warning: unused import: `Alloc` Sep 14 07:45:53.319 INFO kablam! --> src/boxed.rs:11:25 Sep 14 07:45:53.319 INFO kablam! | Sep 14 07:45:53.319 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.319 INFO kablam! | ^^^^^ Sep 14 07:45:53.319 INFO kablam! | Sep 14 07:45:53.320 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:45:53.320 INFO kablam! Sep 14 07:45:53.321 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.321 INFO kablam! --> src/boxed.rs:6:22 Sep 14 07:45:53.321 INFO kablam! | Sep 14 07:45:53.321 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 14 07:45:53.321 INFO kablam! | ^^^^^^ Sep 14 07:45:53.321 INFO kablam! | Sep 14 07:45:53.321 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.321 INFO kablam! Sep 14 07:45:53.323 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.323 INFO kablam! --> src/boxed.rs:17:18 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 14 07:45:53.323 INFO kablam! | ^^^^^^^^^^ Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.323 INFO kablam! Sep 14 07:45:53.323 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.323 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.323 INFO kablam! Sep 14 07:45:53.323 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.323 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.323 INFO kablam! Sep 14 07:45:53.323 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.323 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.323 INFO kablam! Sep 14 07:45:53.323 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.323 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.323 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.323 INFO kablam! Sep 14 07:45:53.323 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 14 07:45:53.323 INFO kablam! --> src/boxed.rs:11:12 Sep 14 07:45:53.323 INFO kablam! | Sep 14 07:45:53.323 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.323 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 14 07:45:53.324 INFO kablam! Sep 14 07:45:53.325 INFO kablam! warning: unused import: `Alloc` Sep 14 07:45:53.325 INFO kablam! --> src/boxed.rs:11:25 Sep 14 07:45:53.325 INFO kablam! | Sep 14 07:45:53.325 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 14 07:45:53.325 INFO kablam! | ^^^^^ Sep 14 07:45:53.325 INFO kablam! | Sep 14 07:45:53.325 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:45:53.325 INFO kablam! Sep 14 07:45:53.328 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.328 INFO kablam! --> src/boxed.rs:6:22 Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 14 07:45:53.328 INFO kablam! | ^^^^^^ Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.328 INFO kablam! Sep 14 07:45:53.328 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.328 INFO kablam! --> src/boxed.rs:17:18 Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 14 07:45:53.328 INFO kablam! | ^^^^^^^^^^ Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.328 INFO kablam! Sep 14 07:45:53.328 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.328 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.328 INFO kablam! | Sep 14 07:45:53.328 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.328 INFO kablam! Sep 14 07:45:53.328 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.328 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.329 INFO kablam! Sep 14 07:45:53.329 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.329 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.329 INFO kablam! Sep 14 07:45:53.329 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.329 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.329 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.329 INFO kablam! | Sep 14 07:45:53.329 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.329 INFO kablam! Sep 14 07:45:53.359 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.359 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.359 INFO kablam! | Sep 14 07:45:53.359 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.359 INFO kablam! | Sep 14 07:45:53.359 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.359 INFO kablam! Sep 14 07:45:53.362 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.362 INFO kablam! --> src/boxed.rs:56:94 Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.362 INFO kablam! | ^^^^^^ Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.362 INFO kablam! Sep 14 07:45:53.362 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.362 INFO kablam! --> src/boxed.rs:74:75 Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 14 07:45:53.362 INFO kablam! | ^^^^^^ Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.362 INFO kablam! Sep 14 07:45:53.362 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.362 INFO kablam! --> src/boxed.rs:81:79 Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.362 INFO kablam! | ^^^^^^ Sep 14 07:45:53.362 INFO kablam! | Sep 14 07:45:53.362 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.362 INFO kablam! Sep 14 07:45:53.364 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.364 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.364 INFO kablam! | Sep 14 07:45:53.364 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.364 INFO kablam! | Sep 14 07:45:53.364 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.364 INFO kablam! Sep 14 07:45:53.364 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.364 INFO kablam! --> src/boxed.rs:97:35 Sep 14 07:45:53.364 INFO kablam! | Sep 14 07:45:53.364 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.364 INFO kablam! | ^^^^^^ Sep 14 07:45:53.364 INFO kablam! | Sep 14 07:45:53.364 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.364 INFO kablam! Sep 14 07:45:53.365 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.365 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.365 INFO kablam! | Sep 14 07:45:53.365 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.365 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.365 INFO kablam! | Sep 14 07:45:53.365 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.365 INFO kablam! Sep 14 07:45:53.368 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.368 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.368 INFO kablam! | Sep 14 07:45:53.368 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.368 INFO kablam! | Sep 14 07:45:53.368 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.368 INFO kablam! Sep 14 07:45:53.368 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.368 INFO kablam! --> src/boxed.rs:189:31 Sep 14 07:45:53.368 INFO kablam! | Sep 14 07:45:53.368 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.368 INFO kablam! | ^^^^^^ Sep 14 07:45:53.368 INFO kablam! | Sep 14 07:45:53.368 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.368 INFO kablam! Sep 14 07:45:53.371 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.371 INFO kablam! --> src/boxed.rs:49:35 Sep 14 07:45:53.371 INFO kablam! | Sep 14 07:45:53.371 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 14 07:45:53.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.371 INFO kablam! | Sep 14 07:45:53.371 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.371 INFO kablam! Sep 14 07:45:53.371 INFO kablam! error: aborting due to 16 previous errors Sep 14 07:45:53.371 INFO kablam! Sep 14 07:45:53.371 INFO kablam! Some errors occurred: E0432, E0658. Sep 14 07:45:53.371 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 07:45:53.371 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.371 INFO kablam! --> src/boxed.rs:56:94 Sep 14 07:45:53.371 INFO kablam! | Sep 14 07:45:53.371 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.371 INFO kablam! | ^^^^^^ Sep 14 07:45:53.371 INFO kablam! | Sep 14 07:45:53.371 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.371 INFO kablam! Sep 14 07:45:53.372 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.372 INFO kablam! --> src/boxed.rs:74:75 Sep 14 07:45:53.372 INFO kablam! | Sep 14 07:45:53.372 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 14 07:45:53.372 INFO kablam! | ^^^^^^ Sep 14 07:45:53.372 INFO kablam! | Sep 14 07:45:53.372 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.372 INFO kablam! Sep 14 07:45:53.373 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.373 INFO kablam! --> src/boxed.rs:81:79 Sep 14 07:45:53.373 INFO kablam! | Sep 14 07:45:53.373 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 14 07:45:53.373 INFO kablam! | ^^^^^^ Sep 14 07:45:53.373 INFO kablam! | Sep 14 07:45:53.373 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.373 INFO kablam! Sep 14 07:45:53.375 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.375 INFO kablam! --> src/boxed.rs:97:13 Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.376 INFO kablam! Sep 14 07:45:53.376 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.376 INFO kablam! --> src/boxed.rs:97:35 Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.376 INFO kablam! | ^^^^^^ Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.376 INFO kablam! Sep 14 07:45:53.376 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.376 INFO kablam! --> src/boxed.rs:116:26 Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 14 07:45:53.376 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:45:53.376 INFO kablam! | Sep 14 07:45:53.376 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.376 INFO kablam! Sep 14 07:45:53.376 INFO kablam! error: Could not compile `thin`. Sep 14 07:45:53.376 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:45:53.382 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.383 INFO kablam! --> src/boxed.rs:189:9 Sep 14 07:45:53.383 INFO kablam! | Sep 14 07:45:53.383 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:45:53.383 INFO kablam! | Sep 14 07:45:53.383 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.383 INFO kablam! Sep 14 07:45:53.383 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 14 07:45:53.383 INFO kablam! --> src/boxed.rs:189:31 Sep 14 07:45:53.383 INFO kablam! | Sep 14 07:45:53.383 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 14 07:45:53.383 INFO kablam! | ^^^^^^ Sep 14 07:45:53.383 INFO kablam! | Sep 14 07:45:53.383 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 07:45:53.383 INFO kablam! Sep 14 07:45:53.420 INFO kablam! error: aborting due to 16 previous errors Sep 14 07:45:53.420 INFO kablam! Sep 14 07:45:53.420 INFO kablam! Some errors occurred: E0432, E0658. Sep 14 07:45:53.420 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 07:45:53.424 INFO kablam! error: Could not compile `thin`. Sep 14 07:45:53.424 INFO kablam! Sep 14 07:45:53.424 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:45:53.425 INFO kablam! su: No module specific data is present Sep 14 07:45:53.954 INFO running `"docker" "rm" "-f" "8b499d6ef2bcf982a3282f8dcf04309617bbcdd5c066fbaafb25af3257af23da"` Sep 14 07:45:54.045 INFO blam! 8b499d6ef2bcf982a3282f8dcf04309617bbcdd5c066fbaafb25af3257af23da