Sep 04 22:47:15.157 INFO checking boxed-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:47:15.157 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:47:15.157 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:47:15.338 INFO blam! 144b22aa497d48a31591a3bd544e592ba12525ba364962cb1638570a4aba53b0 Sep 04 22:47:15.340 INFO running `"docker" "start" "-a" "144b22aa497d48a31591a3bd544e592ba12525ba364962cb1638570a4aba53b0"` Sep 04 22:47:16.136 INFO kablam! Checking loca v0.5.4 Sep 04 22:47:16.149 INFO kablam! Checking loca v0.4.1 Sep 04 22:47:16.273 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 22:47:16.273 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 04 22:47:16.273 INFO kablam! | Sep 04 22:47:16.273 INFO kablam! 24 | use core::ptr::Unique; Sep 04 22:47:16.273 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.274 INFO kablam! | Sep 04 22:47:16.274 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.275 INFO kablam! Sep 04 22:47:16.276 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 22:47:16.276 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 04 22:47:16.276 INFO kablam! | Sep 04 22:47:16.276 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 04 22:47:16.276 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.277 INFO kablam! | Sep 04 22:47:16.277 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.277 INFO kablam! Sep 04 22:47:16.278 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 22:47:16.278 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 04 22:47:16.278 INFO kablam! | Sep 04 22:47:16.278 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 22:47:16.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.278 INFO kablam! | Sep 04 22:47:16.279 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.279 INFO kablam! Sep 04 22:47:16.279 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 22:47:16.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 04 22:47:16.279 INFO kablam! | Sep 04 22:47:16.279 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 04 22:47:16.279 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.279 INFO kablam! | Sep 04 22:47:16.279 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.279 INFO kablam! Sep 04 22:47:16.280 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 22:47:16.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 04 22:47:16.280 INFO kablam! | Sep 04 22:47:16.280 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 04 22:47:16.280 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.280 INFO kablam! | Sep 04 22:47:16.280 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.280 INFO kablam! Sep 04 22:47:16.280 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 22:47:16.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 04 22:47:16.280 INFO kablam! | Sep 04 22:47:16.280 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.280 INFO kablam! | Sep 04 22:47:16.280 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.280 INFO kablam! Sep 04 22:47:16.280 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 22:47:16.281 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 04 22:47:16.281 INFO kablam! | Sep 04 22:47:16.281 INFO kablam! 965 | ptr: Unique, Sep 04 22:47:16.281 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.281 INFO kablam! | Sep 04 22:47:16.281 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.281 INFO kablam! Sep 04 22:47:16.281 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 22:47:16.281 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 04 22:47:16.281 INFO kablam! | Sep 04 22:47:16.281 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 04 22:47:16.281 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.282 INFO kablam! | Sep 04 22:47:16.282 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.282 INFO kablam! Sep 04 22:47:16.283 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 22:47:16.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 04 22:47:16.283 INFO kablam! | Sep 04 22:47:16.283 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.283 INFO kablam! | Sep 04 22:47:16.283 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.283 INFO kablam! Sep 04 22:47:16.283 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 22:47:16.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 04 22:47:16.283 INFO kablam! | Sep 04 22:47:16.283 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 04 22:47:16.283 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.283 INFO kablam! | Sep 04 22:47:16.284 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.284 INFO kablam! Sep 04 22:47:16.284 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 22:47:16.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 04 22:47:16.284 INFO kablam! | Sep 04 22:47:16.284 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 04 22:47:16.284 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.284 INFO kablam! | Sep 04 22:47:16.284 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.284 INFO kablam! Sep 04 22:47:16.285 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 22:47:16.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 04 22:47:16.285 INFO kablam! | Sep 04 22:47:16.285 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 04 22:47:16.285 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.285 INFO kablam! | Sep 04 22:47:16.285 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.285 INFO kablam! Sep 04 22:47:16.285 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 22:47:16.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 04 22:47:16.285 INFO kablam! | Sep 04 22:47:16.285 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 04 22:47:16.285 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.285 INFO kablam! | Sep 04 22:47:16.285 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.285 INFO kablam! Sep 04 22:47:16.286 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 22:47:16.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 04 22:47:16.286 INFO kablam! | Sep 04 22:47:16.286 INFO kablam! 1034 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 22:47:16.286 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.286 INFO kablam! | Sep 04 22:47:16.286 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.286 INFO kablam! Sep 04 22:47:16.286 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 22:47:16.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 04 22:47:16.286 INFO kablam! | Sep 04 22:47:16.286 INFO kablam! 1034 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 22:47:16.286 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.286 INFO kablam! | Sep 04 22:47:16.286 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.286 INFO kablam! Sep 04 22:47:16.288 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 22:47:16.288 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 04 22:47:16.288 INFO kablam! | Sep 04 22:47:16.288 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 04 22:47:16.288 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.288 INFO kablam! | Sep 04 22:47:16.288 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.288 INFO kablam! Sep 04 22:47:16.292 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 22:47:16.292 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:21:23 Sep 04 22:47:16.292 INFO kablam! | Sep 04 22:47:16.292 INFO kablam! 21 | use core::ptr::{self, Unique}; Sep 04 22:47:16.292 INFO kablam! | ^^^^^^ Sep 04 22:47:16.293 INFO kablam! | Sep 04 22:47:16.293 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.293 INFO kablam! Sep 04 22:47:16.293 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 22:47:16.293 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:844:42 Sep 04 22:47:16.293 INFO kablam! | Sep 04 22:47:16.293 INFO kablam! 844 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 04 22:47:16.293 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.293 INFO kablam! | Sep 04 22:47:16.293 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.293 INFO kablam! Sep 04 22:47:16.293 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 22:47:16.293 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 22:47:16.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.294 INFO kablam! Sep 04 22:47:16.294 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 22:47:16.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:870:46 Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! 870 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 04 22:47:16.294 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.294 INFO kablam! Sep 04 22:47:16.294 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 22:47:16.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:908:54 Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! 908 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 04 22:47:16.294 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.294 INFO kablam! | Sep 04 22:47:16.294 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.295 INFO kablam! Sep 04 22:47:16.295 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 22:47:16.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 04 22:47:16.295 INFO kablam! | Sep 04 22:47:16.295 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.295 INFO kablam! | Sep 04 22:47:16.295 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.295 INFO kablam! Sep 04 22:47:16.295 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 22:47:16.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:952:37 Sep 04 22:47:16.295 INFO kablam! | Sep 04 22:47:16.295 INFO kablam! 952 | ptr: Unique, Sep 04 22:47:16.295 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.295 INFO kablam! | Sep 04 22:47:16.295 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.295 INFO kablam! Sep 04 22:47:16.295 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 22:47:16.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:954:56 Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.296 INFO kablam! 954 | n_new: usize) -> Result, AllocErr> { Sep 04 22:47:16.296 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.296 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.296 INFO kablam! Sep 04 22:47:16.296 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 22:47:16.296 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.296 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.296 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.296 INFO kablam! Sep 04 22:47:16.296 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 22:47:16.296 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:986:48 Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.296 INFO kablam! 986 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 04 22:47:16.296 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.296 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.297 INFO kablam! Sep 04 22:47:16.297 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 22:47:16.297 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1010:42 Sep 04 22:47:16.297 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! 1010 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 04 22:47:16.297 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.297 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.297 INFO kablam! Sep 04 22:47:16.297 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 22:47:16.297 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1011:46 Sep 04 22:47:16.297 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! 1011 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 04 22:47:16.297 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.297 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.297 INFO kablam! Sep 04 22:47:16.297 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 22:47:16.297 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1012:54 Sep 04 22:47:16.297 INFO kablam! | Sep 04 22:47:16.297 INFO kablam! 1012 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 04 22:47:16.298 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.298 INFO kablam! | Sep 04 22:47:16.298 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.298 INFO kablam! Sep 04 22:47:16.298 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 22:47:16.298 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:48 Sep 04 22:47:16.298 INFO kablam! | Sep 04 22:47:16.298 INFO kablam! 1013 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 22:47:16.298 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.298 INFO kablam! | Sep 04 22:47:16.298 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.298 INFO kablam! Sep 04 22:47:16.298 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 22:47:16.298 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:97 Sep 04 22:47:16.298 INFO kablam! | Sep 04 22:47:16.298 INFO kablam! 1013 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 22:47:16.298 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.298 INFO kablam! | Sep 04 22:47:16.298 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.298 INFO kablam! Sep 04 22:47:16.299 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 22:47:16.299 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1014:48 Sep 04 22:47:16.299 INFO kablam! | Sep 04 22:47:16.299 INFO kablam! 1014 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 04 22:47:16.299 INFO kablam! | ^^^^^^^^^ Sep 04 22:47:16.299 INFO kablam! | Sep 04 22:47:16.299 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.299 INFO kablam! Sep 04 22:47:16.433 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 04 22:47:16.433 INFO kablam! | Sep 04 22:47:16.434 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 22:47:16.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.434 INFO kablam! | Sep 04 22:47:16.434 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.434 INFO kablam! Sep 04 22:47:16.435 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.435 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 04 22:47:16.435 INFO kablam! | Sep 04 22:47:16.435 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 22:47:16.435 INFO kablam! | ^^^^^^ Sep 04 22:47:16.435 INFO kablam! | Sep 04 22:47:16.435 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.435 INFO kablam! Sep 04 22:47:16.437 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.437 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 04 22:47:16.437 INFO kablam! | Sep 04 22:47:16.437 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.437 INFO kablam! | Sep 04 22:47:16.437 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.437 INFO kablam! Sep 04 22:47:16.438 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 04 22:47:16.438 INFO kablam! | Sep 04 22:47:16.438 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 04 22:47:16.438 INFO kablam! | ^^^^^^ Sep 04 22:47:16.438 INFO kablam! | Sep 04 22:47:16.438 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.438 INFO kablam! Sep 04 22:47:16.439 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.439 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 04 22:47:16.439 INFO kablam! | Sep 04 22:47:16.439 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.440 INFO kablam! | Sep 04 22:47:16.440 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.440 INFO kablam! Sep 04 22:47:16.440 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.440 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 04 22:47:16.441 INFO kablam! | Sep 04 22:47:16.441 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 22:47:16.441 INFO kablam! | ^^^^^^ Sep 04 22:47:16.441 INFO kablam! | Sep 04 22:47:16.441 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.441 INFO kablam! Sep 04 22:47:16.446 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.446 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 04 22:47:16.446 INFO kablam! | Sep 04 22:47:16.446 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 22:47:16.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.446 INFO kablam! | Sep 04 22:47:16.446 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.446 INFO kablam! Sep 04 22:47:16.447 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:871:27 Sep 04 22:47:16.447 INFO kablam! | Sep 04 22:47:16.447 INFO kablam! 871 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 22:47:16.448 INFO kablam! | ^^^^^^ Sep 04 22:47:16.448 INFO kablam! | Sep 04 22:47:16.448 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.448 INFO kablam! Sep 04 22:47:16.449 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 04 22:47:16.449 INFO kablam! | Sep 04 22:47:16.449 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.450 INFO kablam! | Sep 04 22:47:16.450 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.450 INFO kablam! Sep 04 22:47:16.451 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.451 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:955:74 Sep 04 22:47:16.451 INFO kablam! | Sep 04 22:47:16.451 INFO kablam! 955 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 04 22:47:16.451 INFO kablam! | ^^^^^^ Sep 04 22:47:16.451 INFO kablam! | Sep 04 22:47:16.451 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.451 INFO kablam! Sep 04 22:47:16.452 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 04 22:47:16.452 INFO kablam! | Sep 04 22:47:16.452 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 22:47:16.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:16.452 INFO kablam! | Sep 04 22:47:16.452 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.452 INFO kablam! Sep 04 22:47:16.453 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 22:47:16.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:987:27 Sep 04 22:47:16.453 INFO kablam! | Sep 04 22:47:16.453 INFO kablam! 987 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 22:47:16.453 INFO kablam! | ^^^^^^ Sep 04 22:47:16.453 INFO kablam! | Sep 04 22:47:16.453 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 22:47:16.453 INFO kablam! Sep 04 22:47:16.456 INFO kablam! error: aborting due to 22 previous errors Sep 04 22:47:16.456 INFO kablam! Sep 04 22:47:16.456 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 22:47:16.462 INFO kablam! error: Could not compile `loca`. Sep 04 22:47:16.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:47:16.466 INFO kablam! error: aborting due to 22 previous errors Sep 04 22:47:16.466 INFO kablam! Sep 04 22:47:16.466 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 22:47:16.472 INFO kablam! error: Could not compile `loca`. Sep 04 22:47:16.472 INFO kablam! Sep 04 22:47:16.472 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:47:16.473 INFO kablam! su: No module specific data is present Sep 04 22:47:16.915 INFO running `"docker" "rm" "-f" "144b22aa497d48a31591a3bd544e592ba12525ba364962cb1638570a4aba53b0"` Sep 04 22:47:17.018 INFO blam! 144b22aa497d48a31591a3bd544e592ba12525ba364962cb1638570a4aba53b0