Sep 04 12:09:59.063 INFO checking libreal-0.12.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:09:59.063 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:09:59.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:59.288 INFO blam! 0540610d96f008b9882d95af4ea5a263169de2fb4321cd4380df4ae3b442e85b Sep 04 12:09:59.288 INFO running `"docker" "start" "-a" "0540610d96f008b9882d95af4ea5a263169de2fb4321cd4380df4ae3b442e85b"` Sep 04 12:10:00.241 INFO kablam! Compiling typenum v1.10.0 Sep 04 12:10:00.245 INFO kablam! Compiling env_logger v0.3.5 Sep 04 12:10:02.052 INFO kablam! Compiling quickcheck v0.3.2 Sep 04 12:10:04.386 INFO kablam! Checking libreal v0.12.0 (file:///source) Sep 04 12:10:04.528 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 12:10:04.528 INFO kablam! --> src/collections/b_tree.rs:3:12 Sep 04 12:10:04.528 INFO kablam! | Sep 04 12:10:04.528 INFO kablam! 3 | use alloc::heap::*; Sep 04 12:10:04.528 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 12:10:04.528 INFO kablam! Sep 04 12:10:04.528 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 12:10:04.528 INFO kablam! --> src/collections/hash_table.rs:3:12 Sep 04 12:10:04.528 INFO kablam! | Sep 04 12:10:04.528 INFO kablam! 3 | use alloc::heap::{ allocate, deallocate }; Sep 04 12:10:04.528 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 12:10:04.528 INFO kablam! Sep 04 12:10:04.528 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 04 12:10:04.528 INFO kablam! --> src/collections/vec.rs:8:12 Sep 04 12:10:04.528 INFO kablam! | Sep 04 12:10:04.528 INFO kablam! 8 | use alloc::heap::{ EMPTY, allocate, reallocate, deallocate }; Sep 04 12:10:04.528 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 04 12:10:04.528 INFO kablam! Sep 04 12:10:04.613 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 04 12:10:04.613 INFO kablam! --> src/collections/b_tree.rs:28:26 Sep 04 12:10:04.614 INFO kablam! | Sep 04 12:10:04.614 INFO kablam! 28 | let p = unsafe { allocate(Self::stem_size(), Self::stem_align()) }; Sep 04 12:10:04.614 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 12:10:04.614 INFO kablam! Sep 04 12:10:04.614 INFO kablam! error[E0425]: cannot find value `EMPTY` in this scope Sep 04 12:10:04.614 INFO kablam! --> src/collections/b_tree.rs:35:45 Sep 04 12:10:04.614 INFO kablam! | Sep 04 12:10:04.614 INFO kablam! 35 | let p = if Self::leaf_size() == 0 { EMPTY as *mut _ } Sep 04 12:10:04.614 INFO kablam! | ^^^^^ not found in this scope Sep 04 12:10:04.614 INFO kablam! Sep 04 12:10:04.614 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 04 12:10:04.614 INFO kablam! --> src/collections/b_tree.rs:36:33 Sep 04 12:10:04.614 INFO kablam! | Sep 04 12:10:04.614 INFO kablam! 36 | else { unsafe { allocate(Self::leaf_size(), Self::leaf_align()) } }; Sep 04 12:10:04.614 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 12:10:04.614 INFO kablam! Sep 04 12:10:04.614 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 04 12:10:04.614 INFO kablam! --> src/collections/b_tree.rs:44:9 Sep 04 12:10:04.614 INFO kablam! | Sep 04 12:10:04.614 INFO kablam! 44 | deallocate(ptr, Sep 04 12:10:04.615 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 04 12:10:04.615 INFO kablam! Sep 04 12:10:04.615 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 04 12:10:04.615 INFO kablam! --> src/collections/b_tree.rs:430:26 Sep 04 12:10:04.615 INFO kablam! | Sep 04 12:10:04.615 INFO kablam! 430 | let p = unsafe { allocate(BNode::::stem_size(), BNode::::stem_align()) }; Sep 04 12:10:04.615 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 12:10:04.615 INFO kablam! Sep 04 12:10:04.615 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 04 12:10:04.615 INFO kablam! --> src/collections/b_tree.rs:432:29 Sep 04 12:10:04.615 INFO kablam! | Sep 04 12:10:04.615 INFO kablam! 432 | let d = || unsafe { deallocate(p, BNode::::stem_size(), BNode::::stem_align()) }; Sep 04 12:10:04.615 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 04 12:10:04.615 INFO kablam! Sep 04 12:10:04.628 INFO kablam! warning: unused import: `alloc::heap::*` Sep 04 12:10:04.628 INFO kablam! --> src/collections/b_tree.rs:3:5 Sep 04 12:10:04.628 INFO kablam! | Sep 04 12:10:04.628 INFO kablam! 3 | use alloc::heap::*; Sep 04 12:10:04.628 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 12:10:04.628 INFO kablam! | Sep 04 12:10:04.628 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 12:10:04.628 INFO kablam! Sep 04 12:10:04.676 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 12:10:04.676 INFO kablam! --> src/collections/hash_table.rs:13:59 Sep 04 12:10:04.676 INFO kablam! | Sep 04 12:10:04.676 INFO kablam! 13 | pub struct HashTable { Sep 04 12:10:04.676 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:04.676 INFO kablam! | Sep 04 12:10:04.676 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:10:04.677 INFO kablam! Sep 04 12:10:04.677 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:10:04.677 INFO kablam! --> src/collections/vec.rs:16:5 Sep 04 12:10:04.677 INFO kablam! | Sep 04 12:10:04.677 INFO kablam! 16 | use core::ptr::Unique; Sep 04 12:10:04.677 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 12:10:04.678 INFO kablam! | Sep 04 12:10:04.678 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.678 INFO kablam! Sep 04 12:10:04.678 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:10:04.678 INFO kablam! --> src/collections/vec.rs:21:10 Sep 04 12:10:04.678 INFO kablam! | Sep 04 12:10:04.678 INFO kablam! 21 | ptr: Unique, Sep 04 12:10:04.678 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:04.678 INFO kablam! | Sep 04 12:10:04.678 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.678 INFO kablam! Sep 04 12:10:04.680 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:10:04.680 INFO kablam! --> src/collections/vec.rs:32:50 Sep 04 12:10:04.680 INFO kablam! | Sep 04 12:10:04.680 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 04 12:10:04.680 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:04.680 INFO kablam! | Sep 04 12:10:04.680 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.680 INFO kablam! Sep 04 12:10:04.680 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:10:04.680 INFO kablam! --> src/collections/vec.rs:42:38 Sep 04 12:10:04.680 INFO kablam! | Sep 04 12:10:04.680 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 04 12:10:04.680 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:04.680 INFO kablam! | Sep 04 12:10:04.680 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.680 INFO kablam! Sep 04 12:10:04.680 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:10:04.681 INFO kablam! --> src/collections/vec.rs:49:45 Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 04 12:10:04.681 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.681 INFO kablam! Sep 04 12:10:04.681 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:10:04.681 INFO kablam! --> src/collections/vec.rs:94:28 Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 04 12:10:04.681 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.681 INFO kablam! Sep 04 12:10:04.681 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:10:04.681 INFO kablam! --> src/collections/vec.rs:273:28 Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 04 12:10:04.681 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:04.681 INFO kablam! | Sep 04 12:10:04.681 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:04.681 INFO kablam! Sep 04 12:10:05.467 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:10:05.467 INFO kablam! --> src/collections/vec.rs:32:50 Sep 04 12:10:05.467 INFO kablam! | Sep 04 12:10:05.467 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 04 12:10:05.467 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:05.467 INFO kablam! | Sep 04 12:10:05.467 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:05.467 INFO kablam! Sep 04 12:10:05.543 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.543 INFO kablam! --> src/collections/vec.rs:32:50 Sep 04 12:10:05.543 INFO kablam! | Sep 04 12:10:05.543 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 04 12:10:05.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 04 12:10:05.544 INFO kablam! | Sep 04 12:10:05.544 INFO kablam! = note: expected type `core::ptr::Unique` Sep 04 12:10:05.544 INFO kablam! found type `core::option::Option>` Sep 04 12:10:05.544 INFO kablam! Sep 04 12:10:05.544 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:10:05.544 INFO kablam! --> src/collections/vec.rs:42:38 Sep 04 12:10:05.545 INFO kablam! | Sep 04 12:10:05.545 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 04 12:10:05.545 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:05.545 INFO kablam! | Sep 04 12:10:05.545 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:05.545 INFO kablam! Sep 04 12:10:05.587 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.587 INFO kablam! --> src/collections/vec.rs:42:38 Sep 04 12:10:05.587 INFO kablam! | Sep 04 12:10:05.587 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 04 12:10:05.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 04 12:10:05.587 INFO kablam! | Sep 04 12:10:05.588 INFO kablam! = note: expected type `core::ptr::Unique` Sep 04 12:10:05.588 INFO kablam! found type `core::option::Option>` Sep 04 12:10:05.588 INFO kablam! Sep 04 12:10:05.589 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:10:05.589 INFO kablam! --> src/collections/vec.rs:49:45 Sep 04 12:10:05.589 INFO kablam! | Sep 04 12:10:05.589 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 04 12:10:05.589 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:05.589 INFO kablam! | Sep 04 12:10:05.589 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:05.589 INFO kablam! Sep 04 12:10:05.626 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.626 INFO kablam! --> src/collections/vec.rs:49:45 Sep 04 12:10:05.627 INFO kablam! | Sep 04 12:10:05.627 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 04 12:10:05.627 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 04 12:10:05.627 INFO kablam! | Sep 04 12:10:05.627 INFO kablam! = note: expected type `core::ptr::Unique` Sep 04 12:10:05.627 INFO kablam! found type `core::option::Option>` Sep 04 12:10:05.627 INFO kablam! Sep 04 12:10:05.628 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.628 INFO kablam! --> src/collections/vec.rs:63:35 Sep 04 12:10:05.628 INFO kablam! | Sep 04 12:10:05.628 INFO kablam! 63 | slice::from_raw_parts_mut(*self.ptr, self.cap) Sep 04 12:10:05.628 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.628 INFO kablam! Sep 04 12:10:05.635 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.635 INFO kablam! --> src/collections/vec.rs:87:46 Sep 04 12:10:05.635 INFO kablam! | Sep 04 12:10:05.635 INFO kablam! 87 | if self.len == 0 { dealloc_array(*self.ptr, self.cap) } Sep 04 12:10:05.635 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.635 INFO kablam! Sep 04 12:10:05.635 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.635 INFO kablam! --> src/collections/vec.rs:89:38 Sep 04 12:10:05.635 INFO kablam! | Sep 04 12:10:05.635 INFO kablam! 89 | let ptr = reallocate(*self.ptr as *mut u8, Sep 04 12:10:05.635 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.635 INFO kablam! Sep 04 12:10:05.635 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:10:05.635 INFO kablam! --> src/collections/vec.rs:94:28 Sep 04 12:10:05.635 INFO kablam! | Sep 04 12:10:05.635 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 04 12:10:05.635 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:05.635 INFO kablam! | Sep 04 12:10:05.635 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:05.635 INFO kablam! Sep 04 12:10:05.670 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.670 INFO kablam! --> src/collections/vec.rs:94:28 Sep 04 12:10:05.670 INFO kablam! | Sep 04 12:10:05.670 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 04 12:10:05.670 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 04 12:10:05.670 INFO kablam! | Sep 04 12:10:05.670 INFO kablam! = note: expected type `core::ptr::Unique` Sep 04 12:10:05.670 INFO kablam! found type `core::option::Option>` Sep 04 12:10:05.670 INFO kablam! Sep 04 12:10:05.673 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 04 12:10:05.673 INFO kablam! --> src/collections/vec.rs:115:32 Sep 04 12:10:05.673 INFO kablam! | Sep 04 12:10:05.673 INFO kablam! 115 | let ptr = self.ptr.offset(k as isize); Sep 04 12:10:05.673 INFO kablam! | ^^^^^^ Sep 04 12:10:05.673 INFO kablam! Sep 04 12:10:05.676 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 04 12:10:05.676 INFO kablam! --> src/collections/vec.rs:132:32 Sep 04 12:10:05.676 INFO kablam! | Sep 04 12:10:05.676 INFO kablam! 132 | let ptr = self.ptr.offset(k as isize); Sep 04 12:10:05.676 INFO kablam! | ^^^^^^ Sep 04 12:10:05.676 INFO kablam! Sep 04 12:10:05.676 INFO kablam! warning: type annotations needed Sep 04 12:10:05.676 INFO kablam! --> src/collections/vec.rs:134:29 Sep 04 12:10:05.676 INFO kablam! | Sep 04 12:10:05.676 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 04 12:10:05.676 INFO kablam! | ^^^^^^ Sep 04 12:10:05.676 INFO kablam! | Sep 04 12:10:05.676 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 12:10:05.676 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 04 12:10:05.676 INFO kablam! = note: for more information, see issue #46906 Sep 04 12:10:05.676 INFO kablam! Sep 04 12:10:05.721 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.721 INFO kablam! --> src/collections/vec.rs:134:40 Sep 04 12:10:05.721 INFO kablam! | Sep 04 12:10:05.721 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 04 12:10:05.721 INFO kablam! | ^^^ types differ in mutability Sep 04 12:10:05.722 INFO kablam! | Sep 04 12:10:05.722 INFO kablam! = note: expected type `*mut _` Sep 04 12:10:05.722 INFO kablam! found type `*const _` Sep 04 12:10:05.722 INFO kablam! Sep 04 12:10:05.728 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.728 INFO kablam! --> src/collections/vec.rs:179:38 Sep 04 12:10:05.728 INFO kablam! | Sep 04 12:10:05.728 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 04 12:10:05.728 INFO kablam! | ^^^^^^^ Sep 04 12:10:05.728 INFO kablam! Sep 04 12:10:05.730 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 04 12:10:05.730 INFO kablam! --> src/collections/vec.rs:179:56 Sep 04 12:10:05.730 INFO kablam! | Sep 04 12:10:05.730 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 04 12:10:05.730 INFO kablam! | ^^^^^^ Sep 04 12:10:05.730 INFO kablam! Sep 04 12:10:05.734 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 04 12:10:05.734 INFO kablam! --> src/collections/vec.rs:194:55 Sep 04 12:10:05.734 INFO kablam! | Sep 04 12:10:05.734 INFO kablam! 194 | ptr::copy_nonoverlapping(&xs[0], self.ptr.offset(self.len as isize), xs.len()); Sep 04 12:10:05.734 INFO kablam! | ^^^^^^ Sep 04 12:10:05.734 INFO kablam! Sep 04 12:10:05.739 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 04 12:10:05.739 INFO kablam! --> src/collections/vec.rs:216:47 Sep 04 12:10:05.739 INFO kablam! | Sep 04 12:10:05.739 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 04 12:10:05.739 INFO kablam! | ^^^^^^ Sep 04 12:10:05.739 INFO kablam! Sep 04 12:10:05.739 INFO kablam! error[E0614]: type `core::ptr::Unique<_>` cannot be dereferenced Sep 04 12:10:05.739 INFO kablam! --> src/collections/vec.rs:216:67 Sep 04 12:10:05.739 INFO kablam! | Sep 04 12:10:05.739 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 04 12:10:05.739 INFO kablam! | ^^^^^^^ Sep 04 12:10:05.739 INFO kablam! Sep 04 12:10:05.757 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.757 INFO kablam! --> src/collections/vec.rs:271:44 Sep 04 12:10:05.757 INFO kablam! | Sep 04 12:10:05.757 INFO kablam! 271 | let ptr = alloc_or_realloc(*self.ptr, self.cap * mem::size_of::(), size); Sep 04 12:10:05.757 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.757 INFO kablam! Sep 04 12:10:05.757 INFO kablam! warning: type annotations needed Sep 04 12:10:05.757 INFO kablam! --> src/collections/vec.rs:272:24 Sep 04 12:10:05.757 INFO kablam! | Sep 04 12:10:05.757 INFO kablam! 272 | if ptr.is_null() { return false } Sep 04 12:10:05.757 INFO kablam! | ^^^^^^^ Sep 04 12:10:05.757 INFO kablam! | Sep 04 12:10:05.757 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 04 12:10:05.757 INFO kablam! = note: for more information, see issue #46906 Sep 04 12:10:05.757 INFO kablam! Sep 04 12:10:05.758 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 04 12:10:05.758 INFO kablam! --> src/collections/vec.rs:273:28 Sep 04 12:10:05.758 INFO kablam! | Sep 04 12:10:05.758 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 04 12:10:05.758 INFO kablam! | ^^^^^^^^^^^ Sep 04 12:10:05.758 INFO kablam! | Sep 04 12:10:05.758 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:10:05.758 INFO kablam! Sep 04 12:10:05.820 INFO kablam! error[E0308]: mismatched types Sep 04 12:10:05.820 INFO kablam! --> src/collections/vec.rs:273:28 Sep 04 12:10:05.820 INFO kablam! | Sep 04 12:10:05.820 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 04 12:10:05.820 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 04 12:10:05.820 INFO kablam! | Sep 04 12:10:05.820 INFO kablam! = note: expected type `core::ptr::Unique` Sep 04 12:10:05.820 INFO kablam! found type `core::option::Option>` Sep 04 12:10:05.820 INFO kablam! Sep 04 12:10:05.823 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.824 INFO kablam! --> src/collections/vec.rs:287:31 Sep 04 12:10:05.824 INFO kablam! | Sep 04 12:10:05.824 INFO kablam! 287 | dealloc_array(*self.ptr, self.cap); Sep 04 12:10:05.824 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.824 INFO kablam! Sep 04 12:10:05.911 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.911 INFO kablam! --> src/collections/vec.rs:361:62 Sep 04 12:10:05.911 INFO kablam! | Sep 04 12:10:05.911 INFO kablam! 361 | fn deref(&self) -> &[T] { unsafe { slice::from_raw_parts(*self.ptr, self.len) } } Sep 04 12:10:05.911 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.911 INFO kablam! Sep 04 12:10:05.912 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.912 INFO kablam! --> src/collections/vec.rs:366:78 Sep 04 12:10:05.912 INFO kablam! | Sep 04 12:10:05.912 INFO kablam! 366 | fn deref_mut(&mut self) -> &mut [T] { unsafe { slice::from_raw_parts_mut(*self.ptr, self.len) } } Sep 04 12:10:05.912 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.912 INFO kablam! Sep 04 12:10:05.925 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 04 12:10:05.925 INFO kablam! --> src/collections/vec.rs:384:19 Sep 04 12:10:05.925 INFO kablam! | Sep 04 12:10:05.925 INFO kablam! 384 | let ptr = *self.ptr; Sep 04 12:10:05.925 INFO kablam! | ^^^^^^^^^ Sep 04 12:10:05.925 INFO kablam! Sep 04 12:10:06.228 INFO kablam! error: aborting due to 42 previous errors Sep 04 12:10:06.228 INFO kablam! Sep 04 12:10:06.228 INFO kablam! Some errors occurred: E0308, E0425, E0432, E0599, E0614, E0658. Sep 04 12:10:06.228 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 12:10:06.237 INFO kablam! error: Could not compile `libreal`. Sep 04 12:10:06.238 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:10:06.499 INFO kablam! error: build failed Sep 04 12:10:06.501 INFO kablam! su: No module specific data is present Sep 04 12:10:06.888 INFO running `"docker" "rm" "-f" "0540610d96f008b9882d95af4ea5a263169de2fb4321cd4380df4ae3b442e85b"` Sep 04 12:10:07.004 INFO blam! 0540610d96f008b9882d95af4ea5a263169de2fb4321cd4380df4ae3b442e85b