Sep 19 19:02:24.288 INFO checking thin-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:02:24.288 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:02:24.288 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:02:24.439 INFO blam! 3817bec1558bc2272d8b9ffc2df56cad3added73cfb3a181a73440f135f67b07 Sep 19 19:02:24.441 INFO running `"docker" "start" "-a" "3817bec1558bc2272d8b9ffc2df56cad3added73cfb3a181a73440f135f67b07"` Sep 19 19:02:25.390 INFO kablam! usermod: no changes Sep 19 19:02:25.440 INFO kablam! Checking fn_move v0.1.0 Sep 19 19:02:25.569 INFO kablam! Checking dyn_sized v0.2.0 Sep 19 19:02:25.828 INFO kablam! Checking thin v0.2.0 (/source) Sep 19 19:02:25.953 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 19:02:25.953 INFO kablam! --> src/boxed.rs:11:12 Sep 19 19:02:25.953 INFO kablam! | Sep 19 19:02:25.953 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 19:02:25.953 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 19:02:25.953 INFO kablam! Sep 19 19:02:25.959 INFO kablam! warning: unused import: `Alloc` Sep 19 19:02:25.959 INFO kablam! --> src/boxed.rs:11:25 Sep 19 19:02:25.959 INFO kablam! | Sep 19 19:02:25.959 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 19:02:25.959 INFO kablam! | ^^^^^ Sep 19 19:02:25.959 INFO kablam! | Sep 19 19:02:25.959 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:02:25.959 INFO kablam! Sep 19 19:02:25.960 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 19:02:25.960 INFO kablam! --> src/boxed.rs:6:22 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 19:02:25.961 INFO kablam! | ^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:25.961 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 19:02:25.961 INFO kablam! --> src/boxed.rs:17:18 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 19:02:25.961 INFO kablam! | ^^^^^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:25.961 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 19:02:25.961 INFO kablam! --> src/boxed.rs:189:9 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:25.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:25.961 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 19:02:25.961 INFO kablam! --> src/boxed.rs:49:35 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 19:02:25.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:25.961 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 19:02:25.961 INFO kablam! --> src/boxed.rs:97:13 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:25.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:25.961 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 19:02:25.961 INFO kablam! --> src/boxed.rs:116:26 Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 19:02:25.961 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:02:25.961 INFO kablam! | Sep 19 19:02:25.961 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:25.961 INFO kablam! Sep 19 19:02:26.017 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.017 INFO kablam! --> src/boxed.rs:49:35 Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 19:02:26.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.017 INFO kablam! Sep 19 19:02:26.017 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.017 INFO kablam! --> src/boxed.rs:56:94 Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 19:02:26.017 INFO kablam! | ^^^^^^ Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.017 INFO kablam! Sep 19 19:02:26.017 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.017 INFO kablam! --> src/boxed.rs:74:75 Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 19:02:26.017 INFO kablam! | ^^^^^^ Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.017 INFO kablam! Sep 19 19:02:26.017 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.017 INFO kablam! --> src/boxed.rs:81:79 Sep 19 19:02:26.017 INFO kablam! | Sep 19 19:02:26.017 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 19:02:26.017 INFO kablam! | ^^^^^^ Sep 19 19:02:26.018 INFO kablam! | Sep 19 19:02:26.018 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.018 INFO kablam! Sep 19 19:02:26.018 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.018 INFO kablam! --> src/boxed.rs:97:13 Sep 19 19:02:26.018 INFO kablam! | Sep 19 19:02:26.018 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.018 INFO kablam! | Sep 19 19:02:26.018 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.018 INFO kablam! Sep 19 19:02:26.018 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.018 INFO kablam! --> src/boxed.rs:97:35 Sep 19 19:02:26.018 INFO kablam! | Sep 19 19:02:26.018 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.018 INFO kablam! | ^^^^^^ Sep 19 19:02:26.018 INFO kablam! | Sep 19 19:02:26.018 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.018 INFO kablam! Sep 19 19:02:26.024 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.024 INFO kablam! --> src/boxed.rs:116:26 Sep 19 19:02:26.024 INFO kablam! | Sep 19 19:02:26.024 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 19:02:26.024 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:02:26.024 INFO kablam! | Sep 19 19:02:26.024 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.025 INFO kablam! Sep 19 19:02:26.025 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.025 INFO kablam! --> src/boxed.rs:189:9 Sep 19 19:02:26.025 INFO kablam! | Sep 19 19:02:26.025 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.025 INFO kablam! | Sep 19 19:02:26.025 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.025 INFO kablam! Sep 19 19:02:26.025 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.025 INFO kablam! --> src/boxed.rs:189:31 Sep 19 19:02:26.025 INFO kablam! | Sep 19 19:02:26.025 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.025 INFO kablam! | ^^^^^^ Sep 19 19:02:26.025 INFO kablam! | Sep 19 19:02:26.025 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.025 INFO kablam! Sep 19 19:02:26.026 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:02:26.026 INFO kablam! Sep 19 19:02:26.027 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 19:02:26.027 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 19:02:26.027 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 19:02:26.027 INFO kablam! --> src/boxed.rs:11:12 Sep 19 19:02:26.027 INFO kablam! | Sep 19 19:02:26.027 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 19:02:26.027 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 19:02:26.027 INFO kablam! Sep 19 19:02:26.034 INFO kablam! warning: unused import: `Alloc` Sep 19 19:02:26.034 INFO kablam! --> src/boxed.rs:11:25 Sep 19 19:02:26.034 INFO kablam! | Sep 19 19:02:26.034 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 19:02:26.034 INFO kablam! | ^^^^^ Sep 19 19:02:26.034 INFO kablam! | Sep 19 19:02:26.034 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:02:26.034 INFO kablam! Sep 19 19:02:26.034 INFO kablam! error: Could not compile `thin`. Sep 19 19:02:26.034 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:02:26.036 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 19:02:26.036 INFO kablam! --> src/boxed.rs:6:22 Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 19:02:26.036 INFO kablam! | ^^^^^^ Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.036 INFO kablam! Sep 19 19:02:26.036 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 19:02:26.036 INFO kablam! --> src/boxed.rs:17:18 Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 19:02:26.036 INFO kablam! | ^^^^^^^^^^ Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.036 INFO kablam! Sep 19 19:02:26.036 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 19:02:26.036 INFO kablam! --> src/boxed.rs:189:9 Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.036 INFO kablam! | Sep 19 19:02:26.036 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.036 INFO kablam! Sep 19 19:02:26.037 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 19:02:26.037 INFO kablam! --> src/boxed.rs:49:35 Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 19:02:26.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.037 INFO kablam! Sep 19 19:02:26.037 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 19:02:26.037 INFO kablam! --> src/boxed.rs:97:13 Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.037 INFO kablam! Sep 19 19:02:26.037 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 19:02:26.037 INFO kablam! --> src/boxed.rs:116:26 Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 19:02:26.037 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:02:26.037 INFO kablam! | Sep 19 19:02:26.037 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.037 INFO kablam! Sep 19 19:02:26.083 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.083 INFO kablam! --> src/boxed.rs:49:35 Sep 19 19:02:26.083 INFO kablam! | Sep 19 19:02:26.084 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 19:02:26.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.084 INFO kablam! | Sep 19 19:02:26.084 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.084 INFO kablam! Sep 19 19:02:26.084 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.084 INFO kablam! --> src/boxed.rs:56:94 Sep 19 19:02:26.084 INFO kablam! | Sep 19 19:02:26.084 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 19:02:26.084 INFO kablam! | ^^^^^^ Sep 19 19:02:26.084 INFO kablam! | Sep 19 19:02:26.084 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.084 INFO kablam! Sep 19 19:02:26.085 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.085 INFO kablam! --> src/boxed.rs:74:75 Sep 19 19:02:26.085 INFO kablam! | Sep 19 19:02:26.085 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 19:02:26.085 INFO kablam! | ^^^^^^ Sep 19 19:02:26.085 INFO kablam! | Sep 19 19:02:26.085 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.085 INFO kablam! Sep 19 19:02:26.086 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.086 INFO kablam! --> src/boxed.rs:81:79 Sep 19 19:02:26.086 INFO kablam! | Sep 19 19:02:26.086 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 19:02:26.086 INFO kablam! | ^^^^^^ Sep 19 19:02:26.086 INFO kablam! | Sep 19 19:02:26.086 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.086 INFO kablam! Sep 19 19:02:26.089 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.089 INFO kablam! --> src/boxed.rs:97:13 Sep 19 19:02:26.089 INFO kablam! | Sep 19 19:02:26.089 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.089 INFO kablam! | Sep 19 19:02:26.089 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.089 INFO kablam! Sep 19 19:02:26.089 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.089 INFO kablam! --> src/boxed.rs:97:35 Sep 19 19:02:26.089 INFO kablam! | Sep 19 19:02:26.089 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.089 INFO kablam! | ^^^^^^ Sep 19 19:02:26.089 INFO kablam! | Sep 19 19:02:26.089 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.089 INFO kablam! Sep 19 19:02:26.090 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.090 INFO kablam! --> src/boxed.rs:116:26 Sep 19 19:02:26.090 INFO kablam! | Sep 19 19:02:26.090 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 19:02:26.090 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:02:26.090 INFO kablam! | Sep 19 19:02:26.090 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.090 INFO kablam! Sep 19 19:02:26.093 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.093 INFO kablam! --> src/boxed.rs:189:9 Sep 19 19:02:26.093 INFO kablam! | Sep 19 19:02:26.093 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:02:26.093 INFO kablam! | Sep 19 19:02:26.093 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.093 INFO kablam! Sep 19 19:02:26.093 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 19:02:26.093 INFO kablam! --> src/boxed.rs:189:31 Sep 19 19:02:26.093 INFO kablam! | Sep 19 19:02:26.093 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 19:02:26.094 INFO kablam! | ^^^^^^ Sep 19 19:02:26.094 INFO kablam! | Sep 19 19:02:26.094 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 19:02:26.094 INFO kablam! Sep 19 19:02:26.142 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:02:26.142 INFO kablam! Sep 19 19:02:26.142 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 19:02:26.142 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 19:02:26.151 INFO kablam! error: Could not compile `thin`. Sep 19 19:02:26.151 INFO kablam! Sep 19 19:02:26.151 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:02:26.152 INFO kablam! su: No module specific data is present Sep 19 19:02:26.663 INFO running `"docker" "rm" "-f" "3817bec1558bc2272d8b9ffc2df56cad3added73cfb3a181a73440f135f67b07"` Sep 19 19:02:26.750 INFO blam! 3817bec1558bc2272d8b9ffc2df56cad3added73cfb3a181a73440f135f67b07