Sep 04 12:09:58.282 INFO checking libreal-0.14.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:09:58.282 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:09:58.283 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:09:58.438 INFO blam! 55af37edf8b7e33e5b6e6b042d07f977ca2c1b13f391d28146747501fae1ec4d Sep 04 12:09:58.440 INFO running `"docker" "start" "-a" "55af37edf8b7e33e5b6e6b042d07f977ca2c1b13f391d28146747501fae1ec4d"` Sep 04 12:09:59.164 INFO kablam! Compiling typenum v1.10.0 Sep 04 12:09:59.164 INFO kablam! Compiling containers v0.7.1 Sep 04 12:09:59.164 INFO kablam! Checking rel v0.2.0 Sep 04 12:09:59.170 INFO kablam! Checking heap v0.1.0 Sep 04 12:09:59.171 INFO kablam! Compiling i-o v0.2.2 Sep 04 12:09:59.177 INFO kablam! Checking loca v0.5.4 Sep 04 12:09:59.177 INFO kablam! Checking rel v0.1.2 Sep 04 12:09:59.320 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.320 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:24:5 Sep 04 12:09:59.320 INFO kablam! | Sep 04 12:09:59.320 INFO kablam! 24 | use core::ptr::Unique; Sep 04 12:09:59.320 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.320 INFO kablam! | Sep 04 12:09:59.320 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.320 INFO kablam! Sep 04 12:09:59.321 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.321 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:857:42 Sep 04 12:09:59.321 INFO kablam! | Sep 04 12:09:59.321 INFO kablam! 857 | fn alloc_one(&mut self) -> Result, AllocErr> { Sep 04 12:09:59.321 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.321 INFO kablam! | Sep 04 12:09:59.321 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.321 INFO kablam! Sep 04 12:09:59.321 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.321 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 04 12:09:59.321 INFO kablam! | Sep 04 12:09:59.321 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 12:09:59.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.321 INFO kablam! | Sep 04 12:09:59.321 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.322 INFO kablam! Sep 04 12:09:59.322 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.322 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:883:46 Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! 883 | unsafe fn dealloc_one(&mut self, ptr: Unique) { Sep 04 12:09:59.322 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.322 INFO kablam! Sep 04 12:09:59.322 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.322 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:921:54 Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! 921 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { Sep 04 12:09:59.322 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.322 INFO kablam! Sep 04 12:09:59.322 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.322 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 12:09:59.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.322 INFO kablam! | Sep 04 12:09:59.322 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.323 INFO kablam! Sep 04 12:09:59.323 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:965:37 Sep 04 12:09:59.323 INFO kablam! | Sep 04 12:09:59.323 INFO kablam! 965 | ptr: Unique, Sep 04 12:09:59.323 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.323 INFO kablam! | Sep 04 12:09:59.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.323 INFO kablam! Sep 04 12:09:59.323 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:967:56 Sep 04 12:09:59.323 INFO kablam! | Sep 04 12:09:59.323 INFO kablam! 967 | n_new: usize) -> Result, AllocErr> { Sep 04 12:09:59.323 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.323 INFO kablam! | Sep 04 12:09:59.323 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.323 INFO kablam! Sep 04 12:09:59.324 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.324 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 04 12:09:59.324 INFO kablam! | Sep 04 12:09:59.324 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 12:09:59.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.324 INFO kablam! | Sep 04 12:09:59.324 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.324 INFO kablam! Sep 04 12:09:59.324 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:999:48 Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! 999 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { Sep 04 12:09:59.325 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.325 INFO kablam! Sep 04 12:09:59.325 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1031:42 Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! 1031 | fn alloc_one(&mut self) -> Result, AllocErr> { self.deref_mut().alloc_one() } Sep 04 12:09:59.325 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.325 INFO kablam! Sep 04 12:09:59.325 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1032:46 Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! 1032 | unsafe fn dealloc_one(&mut self, ptr: Unique) { self.deref_mut().dealloc_one(ptr) } Sep 04 12:09:59.325 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.325 INFO kablam! | Sep 04 12:09:59.325 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.325 INFO kablam! Sep 04 12:09:59.325 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1033:54 Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! 1033 | fn alloc_array(&mut self, n: usize) -> Result, AllocErr> { self.deref_mut().alloc_array(n) } Sep 04 12:09:59.326 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.326 INFO kablam! Sep 04 12:09:59.326 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:48 Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! 1034 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 12:09:59.326 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.326 INFO kablam! Sep 04 12:09:59.326 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1034:97 Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! 1034 | unsafe fn realloc_array(&mut self, ptr: Unique, old_n: usize, new_n: usize) -> Result, AllocErr> { self.deref_mut().realloc_array(ptr, old_n, new_n) } Sep 04 12:09:59.326 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.326 INFO kablam! Sep 04 12:09:59.326 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 04 12:09:59.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1035:48 Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! 1035 | unsafe fn dealloc_array(&mut self, ptr: Unique, n: usize) -> Result<(), AllocErr> { self.deref_mut().dealloc_array(ptr, n) } Sep 04 12:09:59.326 INFO kablam! | ^^^^^^^^^ Sep 04 12:09:59.326 INFO kablam! | Sep 04 12:09:59.326 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.327 INFO kablam! Sep 04 12:09:59.519 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.519 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:860:44 Sep 04 12:09:59.520 INFO kablam! | Sep 04 12:09:59.520 INFO kablam! 860 | unsafe { self.alloc(k).map(|p| Unique::new_unchecked(p as *mut T)) } Sep 04 12:09:59.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.520 INFO kablam! | Sep 04 12:09:59.520 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.520 INFO kablam! Sep 04 12:09:59.521 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.521 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:884:27 Sep 04 12:09:59.521 INFO kablam! | Sep 04 12:09:59.521 INFO kablam! 884 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 12:09:59.521 INFO kablam! | ^^^^^^ Sep 04 12:09:59.521 INFO kablam! | Sep 04 12:09:59.521 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.521 INFO kablam! Sep 04 12:09:59.526 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:925:56 Sep 04 12:09:59.526 INFO kablam! | Sep 04 12:09:59.526 INFO kablam! 925 | self.alloc(layout.clone()).map(|p| Unique::new_unchecked(p as *mut T)) Sep 04 12:09:59.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.526 INFO kablam! | Sep 04 12:09:59.526 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.526 INFO kablam! Sep 04 12:09:59.526 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:968:74 Sep 04 12:09:59.526 INFO kablam! | Sep 04 12:09:59.526 INFO kablam! 968 | match (Layout::array::(n_old), Layout::array::(n_new), ptr.as_ptr()) { Sep 04 12:09:59.526 INFO kablam! | ^^^^^^ Sep 04 12:09:59.526 INFO kablam! | Sep 04 12:09:59.526 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.526 INFO kablam! Sep 04 12:09:59.527 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.527 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:971:29 Sep 04 12:09:59.527 INFO kablam! | Sep 04 12:09:59.527 INFO kablam! 971 | .map(|p|Unique::new_unchecked(p as *mut T)) Sep 04 12:09:59.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:09:59.527 INFO kablam! | Sep 04 12:09:59.527 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.527 INFO kablam! Sep 04 12:09:59.528 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:09:59.529 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/loca-0.5.4/src/lib.rs:1000:27 Sep 04 12:09:59.529 INFO kablam! | Sep 04 12:09:59.529 INFO kablam! 1000 | let raw_ptr = ptr.as_ptr() as *mut u8; Sep 04 12:09:59.529 INFO kablam! | ^^^^^^ Sep 04 12:09:59.529 INFO kablam! | Sep 04 12:09:59.529 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:09:59.529 INFO kablam! Sep 04 12:09:59.547 INFO kablam! error: aborting due to 22 previous errors Sep 04 12:09:59.547 INFO kablam! Sep 04 12:09:59.547 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 12:09:59.554 INFO kablam! error: Could not compile `loca`. Sep 04 12:09:59.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:10:00.819 INFO kablam! error: build failed Sep 04 12:10:00.821 INFO kablam! su: No module specific data is present Sep 04 12:10:01.298 INFO running `"docker" "rm" "-f" "55af37edf8b7e33e5b6e6b042d07f977ca2c1b13f391d28146747501fae1ec4d"` Sep 04 12:10:01.455 INFO blam! 55af37edf8b7e33e5b6e6b042d07f977ca2c1b13f391d28146747501fae1ec4d