Sep 01 15:15:29.725 INFO checking libreal-0.14.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 15:15:29.725 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:15:29.725 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:15:29.886 INFO blam! 0e65647849cda4644243451347b38f93f855cf3beb17627603aad8e4efbf3245 Sep 01 15:15:29.888 INFO running `"docker" "start" "-a" "0e65647849cda4644243451347b38f93f855cf3beb17627603aad8e4efbf3245"` Sep 01 15:15:30.489 INFO kablam! Compiling containers v0.7.1 Sep 01 15:15:30.489 INFO kablam! Compiling typenum v1.10.0 Sep 01 15:15:30.489 INFO kablam! Checking loca v0.5.4 Sep 01 15:15:30.489 INFO kablam! Checking heap v0.1.0 Sep 01 15:15:30.490 INFO kablam! Compiling i-o v0.2.2 Sep 01 15:15:30.490 INFO kablam! Checking rel v0.2.0 Sep 01 15:15:30.492 INFO kablam! Checking rel v0.1.2 Sep 01 15:15:30.793 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 15:15:30.793 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 01 15:15:30.793 INFO kablam! | Sep 01 15:15:30.793 INFO kablam! 24 | use core::ptr::Unique; Sep 01 15:15:30.794 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 15:15:30.804 INFO kablam! | Sep 01 15:15:30.804 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.805 INFO kablam! Sep 01 15:15:30.806 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 15:15:30.806 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 01 15:15:30.806 INFO kablam! | Sep 01 15:15:30.806 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 01 15:15:30.806 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.806 INFO kablam! | Sep 01 15:15:30.806 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.807 INFO kablam! Sep 01 15:15:30.807 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 15:15:30.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 01 15:15:30.807 INFO kablam! | Sep 01 15:15:30.807 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 15:15:30.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:30.808 INFO kablam! | Sep 01 15:15:30.808 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.808 INFO kablam! Sep 01 15:15:30.809 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 15:15:30.809 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 01 15:15:30.809 INFO kablam! | Sep 01 15:15:30.809 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 01 15:15:30.809 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.809 INFO kablam! | Sep 01 15:15:30.810 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.810 INFO kablam! Sep 01 15:15:30.810 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 15:15:30.810 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 01 15:15:30.810 INFO kablam! | Sep 01 15:15:30.810 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 01 15:15:30.810 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.811 INFO kablam! | Sep 01 15:15:30.811 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.811 INFO kablam! Sep 01 15:15:30.812 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 15:15:30.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 01 15:15:30.812 INFO kablam! | Sep 01 15:15:30.812 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 15:15:30.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:30.812 INFO kablam! | Sep 01 15:15:30.813 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.813 INFO kablam! Sep 01 15:15:30.813 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 15:15:30.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 01 15:15:30.813 INFO kablam! | Sep 01 15:15:30.813 INFO kablam! 965 | ptr: Unique, Sep 01 15:15:30.813 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.814 INFO kablam! | Sep 01 15:15:30.814 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.814 INFO kablam! Sep 01 15:15:30.815 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 15:15:30.815 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 01 15:15:30.815 INFO kablam! | Sep 01 15:15:30.815 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 01 15:15:30.815 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.815 INFO kablam! | Sep 01 15:15:30.816 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.816 INFO kablam! Sep 01 15:15:30.816 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 15:15:30.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 01 15:15:30.816 INFO kablam! | Sep 01 15:15:30.817 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 15:15:30.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:30.817 INFO kablam! | Sep 01 15:15:30.817 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.818 INFO kablam! Sep 01 15:15:30.818 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 15:15:30.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 01 15:15:30.818 INFO kablam! | Sep 01 15:15:30.818 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 01 15:15:30.818 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.818 INFO kablam! | Sep 01 15:15:30.819 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.819 INFO kablam! Sep 01 15:15:30.820 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 15:15:30.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 01 15:15:30.820 INFO kablam! | Sep 01 15:15:30.820 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 01 15:15:30.820 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.820 INFO kablam! | Sep 01 15:15:30.821 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.821 INFO kablam! Sep 01 15:15:30.821 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 15:15:30.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 01 15:15:30.821 INFO kablam! | Sep 01 15:15:30.821 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 01 15:15:30.821 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.822 INFO kablam! | Sep 01 15:15:30.822 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.822 INFO kablam! Sep 01 15:15:30.823 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 15:15:30.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 01 15:15:30.823 INFO kablam! | Sep 01 15:15:30.823 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 01 15:15:30.823 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.823 INFO kablam! | Sep 01 15:15:30.823 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.824 INFO kablam! Sep 01 15:15:30.824 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 15:15:30.824 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 01 15:15:30.824 INFO kablam! | Sep 01 15:15:30.824 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 15:15:30.824 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.825 INFO kablam! | Sep 01 15:15:30.825 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.825 INFO kablam! Sep 01 15:15:30.826 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 15:15:30.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 01 15:15:30.826 INFO kablam! | Sep 01 15:15:30.826 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 15:15:30.826 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.826 INFO kablam! | Sep 01 15:15:30.827 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.827 INFO kablam! Sep 01 15:15:30.827 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 15:15:30.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 01 15:15:30.827 INFO kablam! | Sep 01 15:15:30.827 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 01 15:15:30.827 INFO kablam! | ^^^^^^^^^ Sep 01 15:15:30.828 INFO kablam! | Sep 01 15:15:30.828 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:30.828 INFO kablam! Sep 01 15:15:31.000 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.000 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 01 15:15:31.000 INFO kablam! | Sep 01 15:15:31.000 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 01 15:15:31.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:31.001 INFO kablam! | Sep 01 15:15:31.001 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.001 INFO kablam! Sep 01 15:15:31.003 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 01 15:15:31.003 INFO kablam! | Sep 01 15:15:31.003 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 15:15:31.003 INFO kablam! | ^^^^^^ Sep 01 15:15:31.004 INFO kablam! | Sep 01 15:15:31.004 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.005 INFO kablam! Sep 01 15:15:31.007 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.007 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 01 15:15:31.007 INFO kablam! | Sep 01 15:15:31.007 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 01 15:15:31.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:31.008 INFO kablam! | Sep 01 15:15:31.008 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.008 INFO kablam! Sep 01 15:15:31.010 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.010 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 01 15:15:31.010 INFO kablam! | Sep 01 15:15:31.010 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 01 15:15:31.010 INFO kablam! | ^^^^^^ Sep 01 15:15:31.011 INFO kablam! | Sep 01 15:15:31.011 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.011 INFO kablam! Sep 01 15:15:31.013 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.013 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 01 15:15:31.013 INFO kablam! | Sep 01 15:15:31.013 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 01 15:15:31.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:15:31.013 INFO kablam! | Sep 01 15:15:31.014 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.014 INFO kablam! Sep 01 15:15:31.016 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 01 15:15:31.016 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 01 15:15:31.016 INFO kablam! | Sep 01 15:15:31.016 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 01 15:15:31.016 INFO kablam! | ^^^^^^ Sep 01 15:15:31.016 INFO kablam! | Sep 01 15:15:31.016 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 01 15:15:31.017 INFO kablam! Sep 01 15:15:31.033 INFO kablam! error: aborting due to 22 previous errors Sep 01 15:15:31.033 INFO kablam! Sep 01 15:15:31.034 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 15:15:31.041 INFO kablam! error: Could not compile `loca`. Sep 01 15:15:31.042 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:15:32.310 INFO kablam! error: build failed Sep 01 15:15:32.311 INFO kablam! su: No module specific data is present Sep 01 15:15:32.767 INFO running `"docker" "rm" "-f" "0e65647849cda4644243451347b38f93f855cf3beb17627603aad8e4efbf3245"` Sep 01 15:15:32.869 INFO blam! 0e65647849cda4644243451347b38f93f855cf3beb17627603aad8e4efbf3245