Sep 02 08:47:22.499 INFO checking libreal-0.12.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 08:47:22.499 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 08:47:22.499 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/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 02 08:47:22.698 INFO blam! 29458a1d2d6694444446ec852a039c4629e3fa9e3f00dc7f79a79509f13e5eb3 Sep 02 08:47:22.700 INFO running `"docker" "start" "-a" "29458a1d2d6694444446ec852a039c4629e3fa9e3f00dc7f79a79509f13e5eb3"` Sep 02 08:47:23.364 INFO kablam! Compiling typenum v1.10.0 Sep 02 08:47:23.366 INFO kablam! Compiling env_logger v0.3.5 Sep 02 08:47:24.848 INFO kablam! Compiling quickcheck v0.3.2 Sep 02 08:47:27.473 INFO kablam! Checking libreal v0.12.0 (file:///source) Sep 02 08:47:27.568 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 02 08:47:27.568 INFO kablam! --> src/collections/b_tree.rs:3:12 Sep 02 08:47:27.568 INFO kablam! | Sep 02 08:47:27.568 INFO kablam! 3 | use alloc::heap::*; Sep 02 08:47:27.568 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 02 08:47:27.568 INFO kablam! Sep 02 08:47:27.568 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 02 08:47:27.568 INFO kablam! --> src/collections/hash_table.rs:3:12 Sep 02 08:47:27.568 INFO kablam! | Sep 02 08:47:27.568 INFO kablam! 3 | use alloc::heap::{ allocate, deallocate }; Sep 02 08:47:27.568 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 02 08:47:27.568 INFO kablam! Sep 02 08:47:27.568 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 02 08:47:27.569 INFO kablam! --> src/collections/vec.rs:8:12 Sep 02 08:47:27.569 INFO kablam! | Sep 02 08:47:27.569 INFO kablam! 8 | use alloc::heap::{ EMPTY, allocate, reallocate, deallocate }; Sep 02 08:47:27.569 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 02 08:47:27.569 INFO kablam! Sep 02 08:47:27.634 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 02 08:47:27.635 INFO kablam! --> src/collections/b_tree.rs:28:26 Sep 02 08:47:27.635 INFO kablam! | Sep 02 08:47:27.635 INFO kablam! 28 | let p = unsafe { allocate(Self::stem_size(), Self::stem_align()) }; Sep 02 08:47:27.635 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 08:47:27.635 INFO kablam! Sep 02 08:47:27.635 INFO kablam! error[E0425]: cannot find value `EMPTY` in this scope Sep 02 08:47:27.635 INFO kablam! --> src/collections/b_tree.rs:35:45 Sep 02 08:47:27.635 INFO kablam! | Sep 02 08:47:27.635 INFO kablam! 35 | let p = if Self::leaf_size() == 0 { EMPTY as *mut _ } Sep 02 08:47:27.635 INFO kablam! | ^^^^^ not found in this scope Sep 02 08:47:27.635 INFO kablam! Sep 02 08:47:27.635 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 02 08:47:27.635 INFO kablam! --> src/collections/b_tree.rs:36:33 Sep 02 08:47:27.635 INFO kablam! | Sep 02 08:47:27.635 INFO kablam! 36 | else { unsafe { allocate(Self::leaf_size(), Self::leaf_align()) } }; Sep 02 08:47:27.635 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 08:47:27.635 INFO kablam! Sep 02 08:47:27.635 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 02 08:47:27.636 INFO kablam! --> src/collections/b_tree.rs:44:9 Sep 02 08:47:27.636 INFO kablam! | Sep 02 08:47:27.636 INFO kablam! 44 | deallocate(ptr, Sep 02 08:47:27.636 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 02 08:47:27.636 INFO kablam! Sep 02 08:47:27.636 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 02 08:47:27.636 INFO kablam! --> src/collections/b_tree.rs:430:26 Sep 02 08:47:27.636 INFO kablam! | Sep 02 08:47:27.636 INFO kablam! 430 | let p = unsafe { allocate(BNode::::stem_size(), BNode::::stem_align()) }; Sep 02 08:47:27.636 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 08:47:27.636 INFO kablam! Sep 02 08:47:27.636 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 02 08:47:27.636 INFO kablam! --> src/collections/b_tree.rs:432:29 Sep 02 08:47:27.636 INFO kablam! | Sep 02 08:47:27.636 INFO kablam! 432 | let d = || unsafe { deallocate(p, BNode::::stem_size(), BNode::::stem_align()) }; Sep 02 08:47:27.636 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 02 08:47:27.636 INFO kablam! Sep 02 08:47:27.643 INFO kablam! warning: unused import: `alloc::heap::*` Sep 02 08:47:27.643 INFO kablam! --> src/collections/b_tree.rs:3:5 Sep 02 08:47:27.643 INFO kablam! | Sep 02 08:47:27.643 INFO kablam! 3 | use alloc::heap::*; Sep 02 08:47:27.643 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 08:47:27.643 INFO kablam! | Sep 02 08:47:27.643 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 08:47:27.643 INFO kablam! Sep 02 08:47:27.670 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 08:47:27.670 INFO kablam! --> src/collections/hash_table.rs:13:59 Sep 02 08:47:27.670 INFO kablam! | Sep 02 08:47:27.670 INFO kablam! 13 | pub struct HashTable { Sep 02 08:47:27.670 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:27.670 INFO kablam! | Sep 02 08:47:27.670 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 08:47:27.670 INFO kablam! Sep 02 08:47:27.671 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 08:47:27.671 INFO kablam! --> src/collections/vec.rs:16:5 Sep 02 08:47:27.671 INFO kablam! | Sep 02 08:47:27.671 INFO kablam! 16 | use core::ptr::Unique; Sep 02 08:47:27.671 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 08:47:27.671 INFO kablam! | Sep 02 08:47:27.671 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.671 INFO kablam! Sep 02 08:47:27.671 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 08:47:27.671 INFO kablam! --> src/collections/vec.rs:21:10 Sep 02 08:47:27.671 INFO kablam! | Sep 02 08:47:27.671 INFO kablam! 21 | ptr: Unique, Sep 02 08:47:27.671 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:27.671 INFO kablam! | Sep 02 08:47:27.672 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.672 INFO kablam! Sep 02 08:47:27.673 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 08:47:27.673 INFO kablam! --> src/collections/vec.rs:32:50 Sep 02 08:47:27.673 INFO kablam! | Sep 02 08:47:27.673 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 02 08:47:27.673 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:27.673 INFO kablam! | Sep 02 08:47:27.673 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.673 INFO kablam! Sep 02 08:47:27.673 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 08:47:27.673 INFO kablam! --> src/collections/vec.rs:42:38 Sep 02 08:47:27.673 INFO kablam! | Sep 02 08:47:27.673 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 02 08:47:27.673 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:27.673 INFO kablam! | Sep 02 08:47:27.673 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.673 INFO kablam! Sep 02 08:47:27.674 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 08:47:27.674 INFO kablam! --> src/collections/vec.rs:49:45 Sep 02 08:47:27.674 INFO kablam! | Sep 02 08:47:27.674 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 02 08:47:27.674 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:27.674 INFO kablam! | Sep 02 08:47:27.674 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.674 INFO kablam! Sep 02 08:47:27.674 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 08:47:27.674 INFO kablam! --> src/collections/vec.rs:94:28 Sep 02 08:47:27.674 INFO kablam! | Sep 02 08:47:27.674 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 02 08:47:27.674 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:27.674 INFO kablam! | Sep 02 08:47:27.674 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.674 INFO kablam! Sep 02 08:47:27.674 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 08:47:27.674 INFO kablam! --> src/collections/vec.rs:273:28 Sep 02 08:47:27.675 INFO kablam! | Sep 02 08:47:27.675 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 02 08:47:27.675 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:27.675 INFO kablam! | Sep 02 08:47:27.675 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:27.675 INFO kablam! Sep 02 08:47:28.243 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 08:47:28.243 INFO kablam! --> src/collections/vec.rs:32:50 Sep 02 08:47:28.243 INFO kablam! | Sep 02 08:47:28.243 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 02 08:47:28.243 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:28.243 INFO kablam! | Sep 02 08:47:28.243 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:28.243 INFO kablam! Sep 02 08:47:28.316 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.316 INFO kablam! --> src/collections/vec.rs:32:50 Sep 02 08:47:28.316 INFO kablam! | Sep 02 08:47:28.316 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 02 08:47:28.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 02 08:47:28.316 INFO kablam! | Sep 02 08:47:28.316 INFO kablam! = note: expected type `core::ptr::Unique` Sep 02 08:47:28.316 INFO kablam! found type `core::option::Option>` Sep 02 08:47:28.316 INFO kablam! Sep 02 08:47:28.317 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 08:47:28.317 INFO kablam! --> src/collections/vec.rs:42:38 Sep 02 08:47:28.317 INFO kablam! | Sep 02 08:47:28.317 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 02 08:47:28.317 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:28.317 INFO kablam! | Sep 02 08:47:28.317 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:28.317 INFO kablam! Sep 02 08:47:28.355 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.355 INFO kablam! --> src/collections/vec.rs:42:38 Sep 02 08:47:28.355 INFO kablam! | Sep 02 08:47:28.355 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 02 08:47:28.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 02 08:47:28.355 INFO kablam! | Sep 02 08:47:28.355 INFO kablam! = note: expected type `core::ptr::Unique` Sep 02 08:47:28.355 INFO kablam! found type `core::option::Option>` Sep 02 08:47:28.355 INFO kablam! Sep 02 08:47:28.356 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 08:47:28.356 INFO kablam! --> src/collections/vec.rs:49:45 Sep 02 08:47:28.356 INFO kablam! | Sep 02 08:47:28.356 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 02 08:47:28.356 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:28.356 INFO kablam! | Sep 02 08:47:28.356 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:28.357 INFO kablam! Sep 02 08:47:28.391 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.391 INFO kablam! --> src/collections/vec.rs:49:45 Sep 02 08:47:28.391 INFO kablam! | Sep 02 08:47:28.391 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 02 08:47:28.391 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 02 08:47:28.391 INFO kablam! | Sep 02 08:47:28.391 INFO kablam! = note: expected type `core::ptr::Unique` Sep 02 08:47:28.391 INFO kablam! found type `core::option::Option>` Sep 02 08:47:28.391 INFO kablam! Sep 02 08:47:28.392 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.392 INFO kablam! --> src/collections/vec.rs:63:35 Sep 02 08:47:28.392 INFO kablam! | Sep 02 08:47:28.392 INFO kablam! 63 | slice::from_raw_parts_mut(*self.ptr, self.cap) Sep 02 08:47:28.392 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.392 INFO kablam! Sep 02 08:47:28.394 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.395 INFO kablam! --> src/collections/vec.rs:87:46 Sep 02 08:47:28.395 INFO kablam! | Sep 02 08:47:28.395 INFO kablam! 87 | if self.len == 0 { dealloc_array(*self.ptr, self.cap) } Sep 02 08:47:28.395 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.395 INFO kablam! Sep 02 08:47:28.395 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.395 INFO kablam! --> src/collections/vec.rs:89:38 Sep 02 08:47:28.395 INFO kablam! | Sep 02 08:47:28.395 INFO kablam! 89 | let ptr = reallocate(*self.ptr as *mut u8, Sep 02 08:47:28.395 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.395 INFO kablam! Sep 02 08:47:28.396 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 08:47:28.396 INFO kablam! --> src/collections/vec.rs:94:28 Sep 02 08:47:28.396 INFO kablam! | Sep 02 08:47:28.396 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 02 08:47:28.396 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:28.396 INFO kablam! | Sep 02 08:47:28.396 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:28.396 INFO kablam! Sep 02 08:47:28.432 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.432 INFO kablam! --> src/collections/vec.rs:94:28 Sep 02 08:47:28.432 INFO kablam! | Sep 02 08:47:28.432 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 02 08:47:28.432 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 02 08:47:28.432 INFO kablam! | Sep 02 08:47:28.432 INFO kablam! = note: expected type `core::ptr::Unique` Sep 02 08:47:28.432 INFO kablam! found type `core::option::Option>` Sep 02 08:47:28.432 INFO kablam! Sep 02 08:47:28.434 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 02 08:47:28.434 INFO kablam! --> src/collections/vec.rs:115:32 Sep 02 08:47:28.434 INFO kablam! | Sep 02 08:47:28.434 INFO kablam! 115 | let ptr = self.ptr.offset(k as isize); Sep 02 08:47:28.434 INFO kablam! | ^^^^^^ Sep 02 08:47:28.435 INFO kablam! Sep 02 08:47:28.437 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 02 08:47:28.437 INFO kablam! --> src/collections/vec.rs:132:32 Sep 02 08:47:28.437 INFO kablam! | Sep 02 08:47:28.437 INFO kablam! 132 | let ptr = self.ptr.offset(k as isize); Sep 02 08:47:28.437 INFO kablam! | ^^^^^^ Sep 02 08:47:28.437 INFO kablam! Sep 02 08:47:28.437 INFO kablam! warning: type annotations needed Sep 02 08:47:28.437 INFO kablam! --> src/collections/vec.rs:134:29 Sep 02 08:47:28.438 INFO kablam! | Sep 02 08:47:28.438 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 02 08:47:28.438 INFO kablam! | ^^^^^^ Sep 02 08:47:28.438 INFO kablam! | Sep 02 08:47:28.438 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 08:47:28.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 08:47:28.438 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:47:28.438 INFO kablam! Sep 02 08:47:28.486 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.486 INFO kablam! --> src/collections/vec.rs:134:40 Sep 02 08:47:28.486 INFO kablam! | Sep 02 08:47:28.486 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 02 08:47:28.487 INFO kablam! | ^^^ types differ in mutability Sep 02 08:47:28.487 INFO kablam! | Sep 02 08:47:28.487 INFO kablam! = note: expected type `*mut _` Sep 02 08:47:28.487 INFO kablam! found type `*const _` Sep 02 08:47:28.487 INFO kablam! Sep 02 08:47:28.491 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.491 INFO kablam! --> src/collections/vec.rs:179:38 Sep 02 08:47:28.491 INFO kablam! | Sep 02 08:47:28.491 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 02 08:47:28.491 INFO kablam! | ^^^^^^^ Sep 02 08:47:28.491 INFO kablam! Sep 02 08:47:28.492 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 02 08:47:28.492 INFO kablam! --> src/collections/vec.rs:179:56 Sep 02 08:47:28.492 INFO kablam! | Sep 02 08:47:28.493 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 02 08:47:28.493 INFO kablam! | ^^^^^^ Sep 02 08:47:28.493 INFO kablam! Sep 02 08:47:28.502 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 02 08:47:28.502 INFO kablam! --> src/collections/vec.rs:194:55 Sep 02 08:47:28.502 INFO kablam! | Sep 02 08:47:28.502 INFO kablam! 194 | ptr::copy_nonoverlapping(&xs[0], self.ptr.offset(self.len as isize), xs.len()); Sep 02 08:47:28.502 INFO kablam! | ^^^^^^ Sep 02 08:47:28.502 INFO kablam! Sep 02 08:47:28.503 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 02 08:47:28.503 INFO kablam! --> src/collections/vec.rs:216:47 Sep 02 08:47:28.503 INFO kablam! | Sep 02 08:47:28.503 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 02 08:47:28.503 INFO kablam! | ^^^^^^ Sep 02 08:47:28.503 INFO kablam! Sep 02 08:47:28.503 INFO kablam! error[E0614]: type `core::ptr::Unique<_>` cannot be dereferenced Sep 02 08:47:28.503 INFO kablam! --> src/collections/vec.rs:216:67 Sep 02 08:47:28.503 INFO kablam! | Sep 02 08:47:28.503 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 02 08:47:28.503 INFO kablam! | ^^^^^^^ Sep 02 08:47:28.503 INFO kablam! Sep 02 08:47:28.516 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.516 INFO kablam! --> src/collections/vec.rs:271:44 Sep 02 08:47:28.516 INFO kablam! | Sep 02 08:47:28.516 INFO kablam! 271 | let ptr = alloc_or_realloc(*self.ptr, self.cap * mem::size_of::(), size); Sep 02 08:47:28.516 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.516 INFO kablam! Sep 02 08:47:28.517 INFO kablam! warning: type annotations needed Sep 02 08:47:28.517 INFO kablam! --> src/collections/vec.rs:272:24 Sep 02 08:47:28.517 INFO kablam! | Sep 02 08:47:28.517 INFO kablam! 272 | if ptr.is_null() { return false } Sep 02 08:47:28.517 INFO kablam! | ^^^^^^^ Sep 02 08:47:28.517 INFO kablam! | Sep 02 08:47:28.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 08:47:28.517 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:47:28.517 INFO kablam! Sep 02 08:47:28.517 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 02 08:47:28.517 INFO kablam! --> src/collections/vec.rs:273:28 Sep 02 08:47:28.517 INFO kablam! | Sep 02 08:47:28.517 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 02 08:47:28.517 INFO kablam! | ^^^^^^^^^^^ Sep 02 08:47:28.517 INFO kablam! | Sep 02 08:47:28.517 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 08:47:28.517 INFO kablam! Sep 02 08:47:28.579 INFO kablam! error[E0308]: mismatched types Sep 02 08:47:28.579 INFO kablam! --> src/collections/vec.rs:273:28 Sep 02 08:47:28.579 INFO kablam! | Sep 02 08:47:28.580 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 02 08:47:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 02 08:47:28.580 INFO kablam! | Sep 02 08:47:28.580 INFO kablam! = note: expected type `core::ptr::Unique` Sep 02 08:47:28.580 INFO kablam! found type `core::option::Option>` Sep 02 08:47:28.580 INFO kablam! Sep 02 08:47:28.582 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.582 INFO kablam! --> src/collections/vec.rs:287:31 Sep 02 08:47:28.582 INFO kablam! | Sep 02 08:47:28.582 INFO kablam! 287 | dealloc_array(*self.ptr, self.cap); Sep 02 08:47:28.582 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.582 INFO kablam! Sep 02 08:47:28.683 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.683 INFO kablam! --> src/collections/vec.rs:361:62 Sep 02 08:47:28.683 INFO kablam! | Sep 02 08:47:28.683 INFO kablam! 361 | fn deref(&self) -> &[T] { unsafe { slice::from_raw_parts(*self.ptr, self.len) } } Sep 02 08:47:28.684 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.684 INFO kablam! Sep 02 08:47:28.684 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.684 INFO kablam! --> src/collections/vec.rs:366:78 Sep 02 08:47:28.684 INFO kablam! | Sep 02 08:47:28.684 INFO kablam! 366 | fn deref_mut(&mut self) -> &mut [T] { unsafe { slice::from_raw_parts_mut(*self.ptr, self.len) } } Sep 02 08:47:28.684 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.684 INFO kablam! Sep 02 08:47:28.693 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 02 08:47:28.693 INFO kablam! --> src/collections/vec.rs:384:19 Sep 02 08:47:28.693 INFO kablam! | Sep 02 08:47:28.693 INFO kablam! 384 | let ptr = *self.ptr; Sep 02 08:47:28.693 INFO kablam! | ^^^^^^^^^ Sep 02 08:47:28.693 INFO kablam! Sep 02 08:47:29.085 INFO kablam! error: aborting due to 42 previous errors Sep 02 08:47:29.086 INFO kablam! Sep 02 08:47:29.086 INFO kablam! Some errors occurred: E0308, E0425, E0432, E0599, E0614, E0658. Sep 02 08:47:29.086 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 02 08:47:29.092 INFO kablam! error: Could not compile `libreal`. Sep 02 08:47:29.092 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:47:29.141 INFO kablam! error: build failed Sep 02 08:47:29.143 INFO kablam! su: No module specific data is present Sep 02 08:47:29.515 INFO running `"docker" "rm" "-f" "29458a1d2d6694444446ec852a039c4629e3fa9e3f00dc7f79a79509f13e5eb3"` Sep 02 08:47:29.616 INFO blam! 29458a1d2d6694444446ec852a039c4629e3fa9e3f00dc7f79a79509f13e5eb3