Sep 02 19:26:38.685 INFO checking boxed-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:26:38.685 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:26:38.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:26:38.853 INFO blam! 29aaf0f7f0f0aab7713f1d6768fe6ffced5b54ed23bca4647a0d3dad4edff35b Sep 02 19:26:38.856 INFO running `"docker" "start" "-a" "29aaf0f7f0f0aab7713f1d6768fe6ffced5b54ed23bca4647a0d3dad4edff35b"` Sep 02 19:26:39.670 INFO kablam! Checking loca v0.5.4 Sep 02 19:26:39.670 INFO kablam! Checking loca v0.4.1 Sep 02 19:26:39.748 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 02 19:26:39.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:21:23 Sep 02 19:26:39.748 INFO kablam! | Sep 02 19:26:39.748 INFO kablam! 21 | use core::ptr::{self, Unique}; Sep 02 19:26:39.748 INFO kablam! | ^^^^^^ Sep 02 19:26:39.748 INFO kablam! | Sep 02 19:26:39.748 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.748 INFO kablam! Sep 02 19:26:39.748 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 02 19:26:39.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:844:42 Sep 02 19:26:39.748 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! 844 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 02 19:26:39.749 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.749 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.749 INFO kablam! Sep 02 19:26:39.749 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 02 19:26:39.749 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 02 19:26:39.749 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 02 19:26:39.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.749 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.749 INFO kablam! Sep 02 19:26:39.749 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 02 19:26:39.749 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:870:46 Sep 02 19:26:39.749 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! 870 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 02 19:26:39.749 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.749 INFO kablam! | Sep 02 19:26:39.749 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.749 INFO kablam! Sep 02 19:26:39.749 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 02 19:26:39.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:908:54 Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! 908 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 02 19:26:39.750 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.750 INFO kablam! Sep 02 19:26:39.750 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 02 19:26:39.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.750 INFO kablam! Sep 02 19:26:39.750 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 02 19:26:39.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:952:37 Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! 952 | ptr: Unique, Sep 02 19:26:39.750 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.750 INFO kablam! | Sep 02 19:26:39.750 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.750 INFO kablam! Sep 02 19:26:39.751 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 02 19:26:39.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:954:56 Sep 02 19:26:39.751 INFO kablam! | Sep 02 19:26:39.751 INFO kablam! 954 | n_new: usize) -> Result, AllocErr> { Sep 02 19:26:39.751 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.751 INFO kablam! | Sep 02 19:26:39.751 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.751 INFO kablam! Sep 02 19:26:39.751 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 02 19:26:39.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 02 19:26:39.751 INFO kablam! | Sep 02 19:26:39.751 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.751 INFO kablam! | Sep 02 19:26:39.751 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.751 INFO kablam! Sep 02 19:26:39.751 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 02 19:26:39.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:986:48 Sep 02 19:26:39.751 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! 986 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 02 19:26:39.752 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.752 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.752 INFO kablam! Sep 02 19:26:39.752 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 02 19:26:39.752 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1010:42 Sep 02 19:26:39.752 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! 1010 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 02 19:26:39.752 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.752 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.752 INFO kablam! Sep 02 19:26:39.752 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 02 19:26:39.752 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1011:46 Sep 02 19:26:39.752 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! 1011 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 02 19:26:39.752 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.752 INFO kablam! | Sep 02 19:26:39.752 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.752 INFO kablam! Sep 02 19:26:39.753 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 02 19:26:39.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1012:54 Sep 02 19:26:39.753 INFO kablam! | Sep 02 19:26:39.753 INFO kablam! 1012 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 02 19:26:39.753 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.753 INFO kablam! | Sep 02 19:26:39.753 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.753 INFO kablam! Sep 02 19:26:39.753 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 02 19:26:39.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:48 Sep 02 19:26:39.753 INFO kablam! | Sep 02 19:26:39.753 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 02 19:26:39.753 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.753 INFO kablam! | Sep 02 19:26:39.753 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.753 INFO kablam! Sep 02 19:26:39.753 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 02 19:26:39.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:97 Sep 02 19:26:39.753 INFO kablam! | Sep 02 19:26:39.753 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 02 19:26:39.753 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.754 INFO kablam! | Sep 02 19:26:39.754 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.754 INFO kablam! Sep 02 19:26:39.754 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 02 19:26:39.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1014:48 Sep 02 19:26:39.754 INFO kablam! | Sep 02 19:26:39.754 INFO kablam! 1014 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 02 19:26:39.754 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.754 INFO kablam! | Sep 02 19:26:39.754 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.754 INFO kablam! Sep 02 19:26:39.778 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 02 19:26:39.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 02 19:26:39.778 INFO kablam! | Sep 02 19:26:39.778 INFO kablam! 24 | use core::ptr::Unique; Sep 02 19:26:39.778 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.778 INFO kablam! | Sep 02 19:26:39.778 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.778 INFO kablam! Sep 02 19:26:39.778 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 02 19:26:39.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 02 19:26:39.778 INFO kablam! | Sep 02 19:26:39.778 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 02 19:26:39.779 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.779 INFO kablam! Sep 02 19:26:39.779 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 02 19:26:39.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 02 19:26:39.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.779 INFO kablam! Sep 02 19:26:39.779 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 02 19:26:39.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 02 19:26:39.779 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.779 INFO kablam! Sep 02 19:26:39.779 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 02 19:26:39.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 02 19:26:39.779 INFO kablam! | Sep 02 19:26:39.779 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 02 19:26:39.780 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.780 INFO kablam! Sep 02 19:26:39.780 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 02 19:26:39.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.780 INFO kablam! Sep 02 19:26:39.780 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 02 19:26:39.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! 965 | ptr: Unique, Sep 02 19:26:39.780 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.780 INFO kablam! Sep 02 19:26:39.780 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 02 19:26:39.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 02 19:26:39.780 INFO kablam! | Sep 02 19:26:39.780 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 02 19:26:39.781 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.781 INFO kablam! Sep 02 19:26:39.781 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 02 19:26:39.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.781 INFO kablam! Sep 02 19:26:39.781 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 02 19:26:39.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 02 19:26:39.781 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.781 INFO kablam! Sep 02 19:26:39.781 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 02 19:26:39.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 02 19:26:39.781 INFO kablam! | Sep 02 19:26:39.781 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 02 19:26:39.782 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.782 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.782 INFO kablam! Sep 02 19:26:39.782 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 02 19:26:39.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.782 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 02 19:26:39.782 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.782 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.782 INFO kablam! Sep 02 19:26:39.782 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 02 19:26:39.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.782 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 02 19:26:39.782 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.782 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.782 INFO kablam! Sep 02 19:26:39.782 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 02 19:26:39.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 02 19:26:39.782 INFO kablam! | Sep 02 19:26:39.783 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 02 19:26:39.783 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.783 INFO kablam! | Sep 02 19:26:39.783 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.783 INFO kablam! Sep 02 19:26:39.783 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 02 19:26:39.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 02 19:26:39.783 INFO kablam! | Sep 02 19:26:39.783 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 02 19:26:39.783 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.783 INFO kablam! | Sep 02 19:26:39.783 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.783 INFO kablam! Sep 02 19:26:39.788 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 02 19:26:39.788 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 02 19:26:39.788 INFO kablam! | Sep 02 19:26:39.788 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 02 19:26:39.788 INFO kablam! | ^^^^^^^^^ Sep 02 19:26:39.788 INFO kablam! | Sep 02 19:26:39.788 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.788 INFO kablam! Sep 02 19:26:39.885 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.885 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 02 19:26:39.885 INFO kablam! | Sep 02 19:26:39.885 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 02 19:26:39.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.886 INFO kablam! | Sep 02 19:26:39.886 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.886 INFO kablam! Sep 02 19:26:39.887 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.887 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:871:27 Sep 02 19:26:39.887 INFO kablam! | Sep 02 19:26:39.887 INFO kablam! 871 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 02 19:26:39.887 INFO kablam! | ^^^^^^ Sep 02 19:26:39.887 INFO kablam! | Sep 02 19:26:39.887 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.887 INFO kablam! Sep 02 19:26:39.888 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.889 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 02 19:26:39.889 INFO kablam! | Sep 02 19:26:39.889 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.889 INFO kablam! | Sep 02 19:26:39.889 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.889 INFO kablam! Sep 02 19:26:39.890 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:955:74 Sep 02 19:26:39.890 INFO kablam! | Sep 02 19:26:39.890 INFO kablam! 955 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 02 19:26:39.890 INFO kablam! | ^^^^^^ Sep 02 19:26:39.890 INFO kablam! | Sep 02 19:26:39.890 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.890 INFO kablam! Sep 02 19:26:39.891 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.891 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 02 19:26:39.891 INFO kablam! | Sep 02 19:26:39.891 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.891 INFO kablam! | Sep 02 19:26:39.891 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.891 INFO kablam! Sep 02 19:26:39.892 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.892 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:987:27 Sep 02 19:26:39.892 INFO kablam! | Sep 02 19:26:39.892 INFO kablam! 987 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 02 19:26:39.892 INFO kablam! | ^^^^^^ Sep 02 19:26:39.892 INFO kablam! | Sep 02 19:26:39.892 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.892 INFO kablam! Sep 02 19:26:39.902 INFO kablam! error: aborting due to 22 previous errors Sep 02 19:26:39.902 INFO kablam! Sep 02 19:26:39.902 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 19:26:39.907 INFO kablam! error: Could not compile `loca`. Sep 02 19:26:39.907 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 19:26:39.915 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.915 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 02 19:26:39.915 INFO kablam! | Sep 02 19:26:39.915 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 02 19:26:39.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.915 INFO kablam! | Sep 02 19:26:39.915 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.915 INFO kablam! Sep 02 19:26:39.916 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.916 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 02 19:26:39.916 INFO kablam! | Sep 02 19:26:39.916 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 02 19:26:39.916 INFO kablam! | ^^^^^^ Sep 02 19:26:39.916 INFO kablam! | Sep 02 19:26:39.916 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.916 INFO kablam! Sep 02 19:26:39.918 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 02 19:26:39.918 INFO kablam! | Sep 02 19:26:39.918 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.918 INFO kablam! | Sep 02 19:26:39.918 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.918 INFO kablam! Sep 02 19:26:39.919 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 02 19:26:39.919 INFO kablam! | Sep 02 19:26:39.919 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 02 19:26:39.919 INFO kablam! | ^^^^^^ Sep 02 19:26:39.919 INFO kablam! | Sep 02 19:26:39.919 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.919 INFO kablam! Sep 02 19:26:39.920 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.920 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 02 19:26:39.920 INFO kablam! | Sep 02 19:26:39.920 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 02 19:26:39.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:39.920 INFO kablam! | Sep 02 19:26:39.920 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.920 INFO kablam! Sep 02 19:26:39.921 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 19:26:39.921 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 02 19:26:39.921 INFO kablam! | Sep 02 19:26:39.921 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 02 19:26:39.921 INFO kablam! | ^^^^^^ Sep 02 19:26:39.921 INFO kablam! | Sep 02 19:26:39.921 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 19:26:39.921 INFO kablam! Sep 02 19:26:39.933 INFO kablam! error: aborting due to 22 previous errors Sep 02 19:26:39.933 INFO kablam! Sep 02 19:26:39.933 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 19:26:39.937 INFO kablam! error: Could not compile `loca`. Sep 02 19:26:39.937 INFO kablam! Sep 02 19:26:39.937 INFO kablam! To learn more, run the command again with --verbose. Sep 02 19:26:39.939 INFO kablam! su: No module specific data is present Sep 02 19:26:40.371 INFO running `"docker" "rm" "-f" "29aaf0f7f0f0aab7713f1d6768fe6ffced5b54ed23bca4647a0d3dad4edff35b"` Sep 02 19:26:40.459 INFO blam! 29aaf0f7f0f0aab7713f1d6768fe6ffced5b54ed23bca4647a0d3dad4edff35b