Sep 01 09:20:56.706 INFO checking boxed-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 09:20:56.706 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 09:20:56.706 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:20:56.978 INFO blam! 864fba1c6722e1feba2e166f4c964333b9ca09e7032cdf8591c7b615ce13e12e Sep 01 09:20:56.980 INFO running `"docker" "start" "-a" "864fba1c6722e1feba2e166f4c964333b9ca09e7032cdf8591c7b615ce13e12e"` Sep 01 09:20:57.851 INFO kablam! Checking loca v0.5.4 Sep 01 09:20:57.852 INFO kablam! Checking loca v0.4.1 Sep 01 09:20:57.977 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 01 09:20:57.977 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:21:23 Sep 01 09:20:57.977 INFO kablam! | Sep 01 09:20:57.977 INFO kablam! 21 | use core::ptr::{self, Unique}; Sep 01 09:20:57.977 INFO kablam! | ^^^^^^ Sep 01 09:20:57.977 INFO kablam! | Sep 01 09:20:57.977 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.977 INFO kablam! Sep 01 09:20:57.978 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 01 09:20:57.978 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:844:42 Sep 01 09:20:57.978 INFO kablam! | Sep 01 09:20:57.978 INFO kablam! 844 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 01 09:20:57.978 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.978 INFO kablam! | Sep 01 09:20:57.978 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.978 INFO kablam! Sep 01 09:20:57.979 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 01 09:20:57.979 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 01 09:20:57.979 INFO kablam! | Sep 01 09:20:57.979 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 09:20:57.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:57.979 INFO kablam! | Sep 01 09:20:57.979 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.979 INFO kablam! Sep 01 09:20:57.980 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 01 09:20:57.980 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:870:46 Sep 01 09:20:57.980 INFO kablam! | Sep 01 09:20:57.980 INFO kablam! 870 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 01 09:20:57.980 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.980 INFO kablam! | Sep 01 09:20:57.980 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.980 INFO kablam! Sep 01 09:20:57.980 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 01 09:20:57.981 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:908:54 Sep 01 09:20:57.981 INFO kablam! | Sep 01 09:20:57.981 INFO kablam! 908 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 01 09:20:57.981 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.981 INFO kablam! | Sep 01 09:20:57.981 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.981 INFO kablam! Sep 01 09:20:57.981 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 01 09:20:57.981 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 01 09:20:57.981 INFO kablam! | Sep 01 09:20:57.982 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 09:20:57.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:57.982 INFO kablam! | Sep 01 09:20:57.982 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.982 INFO kablam! Sep 01 09:20:57.982 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 01 09:20:57.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:952:37 Sep 01 09:20:57.982 INFO kablam! | Sep 01 09:20:57.982 INFO kablam! 952 | ptr: Unique, Sep 01 09:20:57.982 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.982 INFO kablam! | Sep 01 09:20:57.983 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.983 INFO kablam! Sep 01 09:20:57.983 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 01 09:20:57.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:954:56 Sep 01 09:20:57.983 INFO kablam! | Sep 01 09:20:57.983 INFO kablam! 954 | n_new: usize) -> Result, AllocErr> { Sep 01 09:20:57.983 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.983 INFO kablam! | Sep 01 09:20:57.983 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.984 INFO kablam! Sep 01 09:20:57.984 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 01 09:20:57.984 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 01 09:20:57.984 INFO kablam! | Sep 01 09:20:57.984 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 09:20:57.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:57.984 INFO kablam! | Sep 01 09:20:57.985 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.985 INFO kablam! Sep 01 09:20:57.985 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 01 09:20:57.985 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:986:48 Sep 01 09:20:57.985 INFO kablam! | Sep 01 09:20:57.985 INFO kablam! 986 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 01 09:20:57.985 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.985 INFO kablam! | Sep 01 09:20:57.986 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.986 INFO kablam! Sep 01 09:20:57.986 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 01 09:20:57.986 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1010:42 Sep 01 09:20:57.986 INFO kablam! | Sep 01 09:20:57.986 INFO kablam! 1010 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 01 09:20:57.986 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.986 INFO kablam! | Sep 01 09:20:57.987 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.987 INFO kablam! Sep 01 09:20:57.987 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 01 09:20:57.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1011:46 Sep 01 09:20:57.987 INFO kablam! | Sep 01 09:20:57.987 INFO kablam! 1011 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 01 09:20:57.987 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.987 INFO kablam! | Sep 01 09:20:57.988 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.988 INFO kablam! Sep 01 09:20:57.988 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 01 09:20:57.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1012:54 Sep 01 09:20:57.988 INFO kablam! | Sep 01 09:20:57.988 INFO kablam! 1012 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 01 09:20:57.988 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.988 INFO kablam! | Sep 01 09:20:57.988 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.989 INFO kablam! Sep 01 09:20:57.989 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 01 09:20:57.989 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:48 Sep 01 09:20:57.989 INFO kablam! | Sep 01 09:20:57.989 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 01 09:20:57.989 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.989 INFO kablam! | Sep 01 09:20:57.990 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.990 INFO kablam! Sep 01 09:20:57.990 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 01 09:20:57.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1013:97 Sep 01 09:20:57.990 INFO kablam! | Sep 01 09:20:57.990 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 01 09:20:57.991 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.991 INFO kablam! | Sep 01 09:20:57.991 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.991 INFO kablam! Sep 01 09:20:57.991 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 01 09:20:57.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:1014:48 Sep 01 09:20:57.991 INFO kablam! | Sep 01 09:20:57.992 INFO kablam! 1014 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 01 09:20:57.992 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:57.992 INFO kablam! | Sep 01 09:20:57.992 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:57.992 INFO kablam! Sep 01 09:20:58.105 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 01 09:20:58.105 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 01 09:20:58.105 INFO kablam! | Sep 01 09:20:58.105 INFO kablam! 24 | use core::ptr::Unique; Sep 01 09:20:58.106 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.106 INFO kablam! | Sep 01 09:20:58.106 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.106 INFO kablam! Sep 01 09:20:58.106 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 01 09:20:58.106 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 01 09:20:58.106 INFO kablam! | Sep 01 09:20:58.106 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 01 09:20:58.106 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.107 INFO kablam! Sep 01 09:20:58.107 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 01 09:20:58.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 09:20:58.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.107 INFO kablam! Sep 01 09:20:58.107 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 01 09:20:58.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 01 09:20:58.107 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.107 INFO kablam! Sep 01 09:20:58.107 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 01 09:20:58.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 01 09:20:58.107 INFO kablam! | Sep 01 09:20:58.107 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 01 09:20:58.108 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.108 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.108 INFO kablam! Sep 01 09:20:58.108 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 01 09:20:58.108 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.108 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.108 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.108 INFO kablam! Sep 01 09:20:58.108 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 01 09:20:58.108 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.108 INFO kablam! 965 | ptr: Unique, Sep 01 09:20:58.108 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.108 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.108 INFO kablam! Sep 01 09:20:58.108 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 01 09:20:58.108 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 01 09:20:58.108 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 01 09:20:58.109 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.109 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.109 INFO kablam! Sep 01 09:20:58.109 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 01 09:20:58.109 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 01 09:20:58.109 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.109 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.109 INFO kablam! Sep 01 09:20:58.109 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 01 09:20:58.109 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 01 09:20:58.109 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 01 09:20:58.109 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.109 INFO kablam! | Sep 01 09:20:58.109 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.109 INFO kablam! Sep 01 09:20:58.109 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 01 09:20:58.109 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 01 09:20:58.110 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.110 INFO kablam! Sep 01 09:20:58.110 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 01 09:20:58.110 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 01 09:20:58.110 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.110 INFO kablam! Sep 01 09:20:58.110 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 01 09:20:58.110 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 01 09:20:58.110 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.110 INFO kablam! | Sep 01 09:20:58.110 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.110 INFO kablam! Sep 01 09:20:58.111 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 01 09:20:58.111 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 01 09:20:58.111 INFO kablam! | Sep 01 09:20:58.111 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 01 09:20:58.111 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.111 INFO kablam! | Sep 01 09:20:58.111 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.111 INFO kablam! Sep 01 09:20:58.111 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 01 09:20:58.111 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 01 09:20:58.111 INFO kablam! | Sep 01 09:20:58.111 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 01 09:20:58.111 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.111 INFO kablam! | Sep 01 09:20:58.111 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.111 INFO kablam! Sep 01 09:20:58.116 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 01 09:20:58.116 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 01 09:20:58.117 INFO kablam! | Sep 01 09:20:58.117 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 01 09:20:58.117 INFO kablam! | ^^^^^^^^^ Sep 01 09:20:58.117 INFO kablam! | Sep 01 09:20:58.117 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.117 INFO kablam! Sep 01 09:20:58.180 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.180 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:847:44 Sep 01 09:20:58.180 INFO kablam! | Sep 01 09:20:58.181 INFO kablam! 847 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 09:20:58.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.181 INFO kablam! | Sep 01 09:20:58.181 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.181 INFO kablam! Sep 01 09:20:58.183 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.183 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:871:27 Sep 01 09:20:58.183 INFO kablam! | Sep 01 09:20:58.183 INFO kablam! 871 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 09:20:58.183 INFO kablam! | ^^^^^^ Sep 01 09:20:58.183 INFO kablam! | Sep 01 09:20:58.183 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.183 INFO kablam! Sep 01 09:20:58.186 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:912:56 Sep 01 09:20:58.186 INFO kablam! | Sep 01 09:20:58.186 INFO kablam! 912 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.186 INFO kablam! | Sep 01 09:20:58.186 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.186 INFO kablam! Sep 01 09:20:58.188 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:955:74 Sep 01 09:20:58.188 INFO kablam! | Sep 01 09:20:58.188 INFO kablam! 955 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 01 09:20:58.188 INFO kablam! | ^^^^^^ Sep 01 09:20:58.188 INFO kablam! | Sep 01 09:20:58.189 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.189 INFO kablam! Sep 01 09:20:58.190 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:958:29 Sep 01 09:20:58.190 INFO kablam! | Sep 01 09:20:58.190 INFO kablam! 958 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.190 INFO kablam! | Sep 01 09:20:58.191 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.191 INFO kablam! Sep 01 09:20:58.192 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.192 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.4.1/src/lib.rs:987:27 Sep 01 09:20:58.192 INFO kablam! | Sep 01 09:20:58.192 INFO kablam! 987 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 09:20:58.192 INFO kablam! | ^^^^^^ Sep 01 09:20:58.192 INFO kablam! | Sep 01 09:20:58.193 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.193 INFO kablam! Sep 01 09:20:58.208 INFO kablam! error: aborting due to 22 previous errors Sep 01 09:20:58.208 INFO kablam! Sep 01 09:20:58.208 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 09:20:58.220 INFO kablam! error: Could not compile `loca`. Sep 01 09:20:58.221 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:20:58.359 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.359 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 01 09:20:58.359 INFO kablam! | Sep 01 09:20:58.360 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 09:20:58.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.360 INFO kablam! | Sep 01 09:20:58.360 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.360 INFO kablam! Sep 01 09:20:58.361 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.361 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 01 09:20:58.361 INFO kablam! | Sep 01 09:20:58.361 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 09:20:58.361 INFO kablam! | ^^^^^^ Sep 01 09:20:58.361 INFO kablam! | Sep 01 09:20:58.361 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.361 INFO kablam! Sep 01 09:20:58.363 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.363 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 01 09:20:58.363 INFO kablam! | Sep 01 09:20:58.363 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.363 INFO kablam! | Sep 01 09:20:58.363 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.363 INFO kablam! Sep 01 09:20:58.365 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.365 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 01 09:20:58.365 INFO kablam! | Sep 01 09:20:58.365 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 01 09:20:58.365 INFO kablam! | ^^^^^^ Sep 01 09:20:58.365 INFO kablam! | Sep 01 09:20:58.365 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.365 INFO kablam! Sep 01 09:20:58.366 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.366 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 01 09:20:58.366 INFO kablam! | Sep 01 09:20:58.366 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 09:20:58.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:20:58.366 INFO kablam! | Sep 01 09:20:58.366 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.366 INFO kablam! Sep 01 09:20:58.367 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 09:20:58.367 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 01 09:20:58.367 INFO kablam! | Sep 01 09:20:58.368 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 09:20:58.368 INFO kablam! | ^^^^^^ Sep 01 09:20:58.368 INFO kablam! | Sep 01 09:20:58.368 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 09:20:58.368 INFO kablam! Sep 01 09:20:58.385 INFO kablam! error: aborting due to 22 previous errors Sep 01 09:20:58.385 INFO kablam! Sep 01 09:20:58.385 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 09:20:58.392 INFO kablam! error: Could not compile `loca`. Sep 01 09:20:58.392 INFO kablam! Sep 01 09:20:58.392 INFO kablam! To learn more, run the command again with --verbose. Sep 01 09:20:58.394 INFO kablam! su: No module specific data is present Sep 01 09:20:58.885 INFO running `"docker" "rm" "-f" "864fba1c6722e1feba2e166f4c964333b9ca09e7032cdf8591c7b615ce13e12e"` Sep 01 09:20:58.998 INFO blam! 864fba1c6722e1feba2e166f4c964333b9ca09e7032cdf8591c7b615ce13e12e