Sep 19 17:01:02.413 INFO checking thin-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:01:02.413 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:01:02.413 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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.542 INFO blam! 03ff036b8588a818c6393e538479b767ddc6e3304eea0f92b6a4c4886b3eaa5a Sep 19 17:01:02.543 INFO running `"docker" "start" "-a" "03ff036b8588a818c6393e538479b767ddc6e3304eea0f92b6a4c4886b3eaa5a"` Sep 19 17:01:03.932 INFO kablam! usermod: no changes Sep 19 17:01:03.957 INFO kablam! Checking fn_move v0.1.0 Sep 19 17:01:04.024 INFO kablam! Checking dyn_sized v0.2.0 Sep 19 17:01:04.208 INFO kablam! Checking thin v0.2.0 (/source) Sep 19 17:01:04.383 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 17:01:04.383 INFO kablam! --> src/boxed.rs:11:12 Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:04.383 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 17:01:04.383 INFO kablam! Sep 19 17:01:04.383 INFO kablam! warning: unused import: `Alloc` Sep 19 17:01:04.383 INFO kablam! --> src/boxed.rs:11:25 Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:04.383 INFO kablam! | ^^^^^ Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:01:04.383 INFO kablam! Sep 19 17:01:04.383 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:04.383 INFO kablam! --> src/boxed.rs:6:22 Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 17:01:04.383 INFO kablam! | ^^^^^^ Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.383 INFO kablam! Sep 19 17:01:04.383 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:04.383 INFO kablam! --> src/boxed.rs:17:18 Sep 19 17:01:04.383 INFO kablam! | Sep 19 17:01:04.383 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 17:01:04.384 INFO kablam! | ^^^^^^^^^^ Sep 19 17:01:04.384 INFO kablam! | Sep 19 17:01:04.384 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.384 INFO kablam! Sep 19 17:01:04.384 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:04.384 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:04.384 INFO kablam! | Sep 19 17:01:04.384 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.384 INFO kablam! | Sep 19 17:01:04.384 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.384 INFO kablam! Sep 19 17:01:04.391 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:04.391 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:04.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.391 INFO kablam! Sep 19 17:01:04.391 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:04.391 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.391 INFO kablam! Sep 19 17:01:04.391 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:04.391 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:04.391 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:04.391 INFO kablam! | Sep 19 17:01:04.391 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.391 INFO kablam! Sep 19 17:01:04.396 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 19 17:01:04.396 INFO kablam! --> src/boxed.rs:11:12 Sep 19 17:01:04.396 INFO kablam! | Sep 19 17:01:04.396 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:04.396 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 19 17:01:04.396 INFO kablam! Sep 19 17:01:04.398 INFO kablam! warning: unused import: `Alloc` Sep 19 17:01:04.398 INFO kablam! --> src/boxed.rs:11:25 Sep 19 17:01:04.399 INFO kablam! | Sep 19 17:01:04.399 INFO kablam! 11 | use alloc::heap::{Heap, Alloc, Layout}; Sep 19 17:01:04.399 INFO kablam! | ^^^^^ Sep 19 17:01:04.399 INFO kablam! | Sep 19 17:01:04.399 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:01:04.399 INFO kablam! Sep 19 17:01:04.403 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:04.403 INFO kablam! --> src/boxed.rs:6:22 Sep 19 17:01:04.403 INFO kablam! | Sep 19 17:01:04.403 INFO kablam! 6 | use std::ptr::{self, Unique}; Sep 19 17:01:04.403 INFO kablam! | ^^^^^^ Sep 19 17:01:04.403 INFO kablam! | Sep 19 17:01:04.403 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.403 INFO kablam! Sep 19 17:01:04.408 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:04.408 INFO kablam! --> src/boxed.rs:17:18 Sep 19 17:01:04.408 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! 17 | backend_ptr: Unique<()>, Sep 19 17:01:04.409 INFO kablam! | ^^^^^^^^^^ Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.409 INFO kablam! Sep 19 17:01:04.409 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:04.409 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.409 INFO kablam! Sep 19 17:01:04.409 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:04.409 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:04.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.409 INFO kablam! Sep 19 17:01:04.409 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:04.409 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.409 INFO kablam! Sep 19 17:01:04.409 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:04.409 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:04.409 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:04.409 INFO kablam! | Sep 19 17:01:04.409 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.409 INFO kablam! Sep 19 17:01:04.430 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.430 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:04.430 INFO kablam! | Sep 19 17:01:04.430 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:04.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.430 INFO kablam! | Sep 19 17:01:04.431 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.431 INFO kablam! Sep 19 17:01:04.431 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.431 INFO kablam! --> src/boxed.rs:56:94 Sep 19 17:01:04.431 INFO kablam! | Sep 19 17:01:04.431 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:04.431 INFO kablam! | ^^^^^^ Sep 19 17:01:04.431 INFO kablam! | Sep 19 17:01:04.431 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.431 INFO kablam! Sep 19 17:01:04.433 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.433 INFO kablam! --> src/boxed.rs:74:75 Sep 19 17:01:04.433 INFO kablam! | Sep 19 17:01:04.433 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 17:01:04.433 INFO kablam! | ^^^^^^ Sep 19 17:01:04.433 INFO kablam! | Sep 19 17:01:04.433 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.433 INFO kablam! Sep 19 17:01:04.434 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.434 INFO kablam! --> src/boxed.rs:81:79 Sep 19 17:01:04.434 INFO kablam! | Sep 19 17:01:04.434 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:04.434 INFO kablam! | ^^^^^^ Sep 19 17:01:04.434 INFO kablam! | Sep 19 17:01:04.434 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.434 INFO kablam! Sep 19 17:01:04.436 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.436 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:04.436 INFO kablam! | Sep 19 17:01:04.436 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.436 INFO kablam! | Sep 19 17:01:04.436 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.436 INFO kablam! Sep 19 17:01:04.436 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.436 INFO kablam! --> src/boxed.rs:97:35 Sep 19 17:01:04.436 INFO kablam! | Sep 19 17:01:04.436 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.436 INFO kablam! | ^^^^^^ Sep 19 17:01:04.436 INFO kablam! | Sep 19 17:01:04.436 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.436 INFO kablam! Sep 19 17:01:04.437 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.437 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:04.437 INFO kablam! | Sep 19 17:01:04.437 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:04.437 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:04.437 INFO kablam! | Sep 19 17:01:04.437 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.437 INFO kablam! Sep 19 17:01:04.441 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.441 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:04.441 INFO kablam! | Sep 19 17:01:04.441 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.441 INFO kablam! | Sep 19 17:01:04.441 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.441 INFO kablam! Sep 19 17:01:04.441 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.441 INFO kablam! --> src/boxed.rs:189:31 Sep 19 17:01:04.441 INFO kablam! | Sep 19 17:01:04.441 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.441 INFO kablam! | ^^^^^^ Sep 19 17:01:04.441 INFO kablam! | Sep 19 17:01:04.441 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.441 INFO kablam! Sep 19 17:01:04.445 INFO kablam! error: aborting due to 16 previous errors Sep 19 17:01:04.445 INFO kablam! Sep 19 17:01:04.445 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 17:01:04.445 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:01:04.445 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.445 INFO kablam! --> src/boxed.rs:49:35 Sep 19 17:01:04.445 INFO kablam! | Sep 19 17:01:04.445 INFO kablam! 49 | backend_ptr: unsafe { Unique::new_unchecked(backend_ptr) }, Sep 19 17:01:04.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.445 INFO kablam! | Sep 19 17:01:04.445 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.445 INFO kablam! Sep 19 17:01:04.447 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.448 INFO kablam! --> src/boxed.rs:56:94 Sep 19 17:01:04.448 INFO kablam! | Sep 19 17:01:04.448 INFO kablam! 56 | let ptr: *mut ThinBackend = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:04.448 INFO kablam! | ^^^^^^ Sep 19 17:01:04.448 INFO kablam! | Sep 19 17:01:04.448 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.448 INFO kablam! Sep 19 17:01:04.448 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.448 INFO kablam! --> src/boxed.rs:74:75 Sep 19 17:01:04.448 INFO kablam! | Sep 19 17:01:04.448 INFO kablam! 74 | let backend_fat = ThinBackend::fat_from_thin(self.backend_ptr.as_ptr()); Sep 19 17:01:04.448 INFO kablam! | ^^^^^^ Sep 19 17:01:04.448 INFO kablam! | Sep 19 17:01:04.448 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.448 INFO kablam! Sep 19 17:01:04.448 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.448 INFO kablam! --> src/boxed.rs:81:79 Sep 19 17:01:04.449 INFO kablam! | Sep 19 17:01:04.449 INFO kablam! 81 | let backend_fat = ThinBackend::fat_from_thin_mut(self.backend_ptr.as_ptr()); Sep 19 17:01:04.449 INFO kablam! | ^^^^^^ Sep 19 17:01:04.449 INFO kablam! | Sep 19 17:01:04.449 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.449 INFO kablam! Sep 19 17:01:04.453 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.453 INFO kablam! --> src/boxed.rs:97:13 Sep 19 17:01:04.453 INFO kablam! | Sep 19 17:01:04.453 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.453 INFO kablam! | Sep 19 17:01:04.453 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.453 INFO kablam! Sep 19 17:01:04.453 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.453 INFO kablam! --> src/boxed.rs:97:35 Sep 19 17:01:04.454 INFO kablam! | Sep 19 17:01:04.454 INFO kablam! 97 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.454 INFO kablam! | ^^^^^^ Sep 19 17:01:04.454 INFO kablam! | Sep 19 17:01:04.454 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.454 INFO kablam! Sep 19 17:01:04.454 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.454 INFO kablam! --> src/boxed.rs:116:26 Sep 19 17:01:04.454 INFO kablam! | Sep 19 17:01:04.454 INFO kablam! 116 | backend_ptr: Unique::new(backend_ptr as *mut ()).unwrap(), Sep 19 17:01:04.454 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:01:04.454 INFO kablam! | Sep 19 17:01:04.454 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.454 INFO kablam! Sep 19 17:01:04.454 INFO kablam! error: Could not compile `thin`. Sep 19 17:01:04.454 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:01:04.455 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.455 INFO kablam! --> src/boxed.rs:189:9 Sep 19 17:01:04.455 INFO kablam! | Sep 19 17:01:04.455 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:01:04.456 INFO kablam! | Sep 19 17:01:04.456 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.456 INFO kablam! Sep 19 17:01:04.456 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 19 17:01:04.456 INFO kablam! --> src/boxed.rs:189:31 Sep 19 17:01:04.456 INFO kablam! | Sep 19 17:01:04.456 INFO kablam! 189 | Unique::<()>::empty().as_ptr() Sep 19 17:01:04.456 INFO kablam! | ^^^^^^ Sep 19 17:01:04.456 INFO kablam! | Sep 19 17:01:04.456 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 19 17:01:04.456 INFO kablam! Sep 19 17:01:04.497 INFO kablam! error: aborting due to 16 previous errors Sep 19 17:01:04.497 INFO kablam! Sep 19 17:01:04.497 INFO kablam! Some errors occurred: E0432, E0658. Sep 19 17:01:04.497 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 17:01:04.505 INFO kablam! error: Could not compile `thin`. Sep 19 17:01:04.505 INFO kablam! Sep 19 17:01:04.505 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:01:04.507 INFO kablam! su: No module specific data is present Sep 19 17:01:04.912 INFO running `"docker" "rm" "-f" "03ff036b8588a818c6393e538479b767ddc6e3304eea0f92b6a4c4886b3eaa5a"` Sep 19 17:01:04.976 INFO blam! 03ff036b8588a818c6393e538479b767ddc6e3304eea0f92b6a4c4886b3eaa5a