Sep 10 09:15:31.211 INFO checking standard_allocator-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:15:31.211 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:15:31.211 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:15:31.348 INFO blam! b5a646eefaacfab43e85f8e68e9946436ea116d7133925623a0308038c74604f Sep 10 09:15:31.350 INFO running `"docker" "start" "-a" "b5a646eefaacfab43e85f8e68e9946436ea116d7133925623a0308038c74604f"` Sep 10 09:15:32.115 INFO kablam! usermod: no changes Sep 10 09:15:32.141 INFO kablam! Checking loca v0.5.4 Sep 10 09:15:32.218 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 10 09:15:32.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! 24 | use core::ptr::Unique; Sep 10 09:15:32.218 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.218 INFO kablam! Sep 10 09:15:32.218 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 10 09:15:32.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 10 09:15:32.218 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.218 INFO kablam! Sep 10 09:15:32.218 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 10 09:15:32.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 10 09:15:32.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.218 INFO kablam! Sep 10 09:15:32.218 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 10 09:15:32.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 10 09:15:32.218 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.218 INFO kablam! | Sep 10 09:15:32.218 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.218 INFO kablam! Sep 10 09:15:32.219 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 10 09:15:32.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 10 09:15:32.219 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.219 INFO kablam! Sep 10 09:15:32.219 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 10 09:15:32.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 10 09:15:32.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.219 INFO kablam! Sep 10 09:15:32.219 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 10 09:15:32.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! 965 | ptr: Unique, Sep 10 09:15:32.219 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.219 INFO kablam! Sep 10 09:15:32.219 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 10 09:15:32.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 10 09:15:32.219 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.219 INFO kablam! Sep 10 09:15:32.219 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 10 09:15:32.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 10 09:15:32.219 INFO kablam! | Sep 10 09:15:32.219 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 10 09:15:32.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.220 INFO kablam! Sep 10 09:15:32.220 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 10 09:15:32.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 10 09:15:32.220 INFO kablam! | Sep 10 09:15:32.220 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 10 09:15:32.221 INFO kablam! | ^^^^^^^^^ Sep 10 09:15:32.221 INFO kablam! | Sep 10 09:15:32.221 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.221 INFO kablam! Sep 10 09:15:32.271 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 10 09:15:32.271 INFO kablam! | Sep 10 09:15:32.271 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 10 09:15:32.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.271 INFO kablam! | Sep 10 09:15:32.271 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.271 INFO kablam! Sep 10 09:15:32.272 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 10 09:15:32.272 INFO kablam! | Sep 10 09:15:32.272 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 10 09:15:32.272 INFO kablam! | ^^^^^^ Sep 10 09:15:32.272 INFO kablam! | Sep 10 09:15:32.272 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.272 INFO kablam! Sep 10 09:15:32.272 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 10 09:15:32.272 INFO kablam! | Sep 10 09:15:32.272 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 10 09:15:32.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.272 INFO kablam! | Sep 10 09:15:32.272 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.272 INFO kablam! Sep 10 09:15:32.274 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 10 09:15:32.274 INFO kablam! | ^^^^^^ Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.274 INFO kablam! Sep 10 09:15:32.274 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 10 09:15:32.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.274 INFO kablam! Sep 10 09:15:32.274 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 10 09:15:32.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 10 09:15:32.274 INFO kablam! | ^^^^^^ Sep 10 09:15:32.274 INFO kablam! | Sep 10 09:15:32.274 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 10 09:15:32.274 INFO kablam! Sep 10 09:15:32.281 INFO kablam! error: aborting due to 22 previous errors Sep 10 09:15:32.281 INFO kablam! Sep 10 09:15:32.281 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 10 09:15:32.286 INFO kablam! error: Could not compile `loca`. Sep 10 09:15:32.286 INFO kablam! Sep 10 09:15:32.286 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:15:32.287 INFO kablam! su: No module specific data is present Sep 10 09:15:32.970 INFO running `"docker" "rm" "-f" "b5a646eefaacfab43e85f8e68e9946436ea116d7133925623a0308038c74604f"` Sep 10 09:15:33.034 INFO blam! b5a646eefaacfab43e85f8e68e9946436ea116d7133925623a0308038c74604f