Sep 06 04:25:55.705 INFO checking libreal-0.12.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:25:55.705 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:25:55.705 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:25:55.836 INFO blam! a3b6aa1624b02f03b8ee339a15d3b4c8de21773c3e7ecb1d7f79470a001d0338 Sep 06 04:25:55.838 INFO running `"docker" "start" "-a" "a3b6aa1624b02f03b8ee339a15d3b4c8de21773c3e7ecb1d7f79470a001d0338"` Sep 06 04:25:57.043 INFO kablam! usermod: no changes Sep 06 04:25:57.112 INFO kablam! Compiling typenum v1.10.0 Sep 06 04:25:57.113 INFO kablam! Compiling regex v0.1.80 Sep 06 04:25:59.329 INFO kablam! Checking libreal v0.12.0 (file:///source) Sep 06 04:25:59.438 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 06 04:25:59.438 INFO kablam! --> src/collections/b_tree.rs:3:12 Sep 06 04:25:59.438 INFO kablam! | Sep 06 04:25:59.438 INFO kablam! 3 | use alloc::heap::*; Sep 06 04:25:59.438 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 06 04:25:59.438 INFO kablam! Sep 06 04:25:59.438 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 06 04:25:59.438 INFO kablam! --> src/collections/hash_table.rs:3:12 Sep 06 04:25:59.438 INFO kablam! | Sep 06 04:25:59.438 INFO kablam! 3 | use alloc::heap::{ allocate, deallocate }; Sep 06 04:25:59.438 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 06 04:25:59.438 INFO kablam! Sep 06 04:25:59.438 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 06 04:25:59.438 INFO kablam! --> src/collections/vec.rs:8:12 Sep 06 04:25:59.438 INFO kablam! | Sep 06 04:25:59.438 INFO kablam! 8 | use alloc::heap::{ EMPTY, allocate, reallocate, deallocate }; Sep 06 04:25:59.438 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 06 04:25:59.438 INFO kablam! Sep 06 04:25:59.502 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 06 04:25:59.502 INFO kablam! --> src/collections/b_tree.rs:28:26 Sep 06 04:25:59.502 INFO kablam! | Sep 06 04:25:59.502 INFO kablam! 28 | let p = unsafe { allocate(Self::stem_size(), Self::stem_align()) }; Sep 06 04:25:59.502 INFO kablam! | ^^^^^^^^ not found in this scope Sep 06 04:25:59.502 INFO kablam! Sep 06 04:25:59.502 INFO kablam! error[E0425]: cannot find value `EMPTY` in this scope Sep 06 04:25:59.502 INFO kablam! --> src/collections/b_tree.rs:35:45 Sep 06 04:25:59.502 INFO kablam! | Sep 06 04:25:59.502 INFO kablam! 35 | let p = if Self::leaf_size() == 0 { EMPTY as *mut _ } Sep 06 04:25:59.502 INFO kablam! | ^^^^^ not found in this scope Sep 06 04:25:59.502 INFO kablam! Sep 06 04:25:59.502 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 06 04:25:59.502 INFO kablam! --> src/collections/b_tree.rs:36:33 Sep 06 04:25:59.502 INFO kablam! | Sep 06 04:25:59.502 INFO kablam! 36 | else { unsafe { allocate(Self::leaf_size(), Self::leaf_align()) } }; Sep 06 04:25:59.502 INFO kablam! | ^^^^^^^^ not found in this scope Sep 06 04:25:59.502 INFO kablam! Sep 06 04:25:59.502 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 06 04:25:59.502 INFO kablam! --> src/collections/b_tree.rs:44:9 Sep 06 04:25:59.502 INFO kablam! | Sep 06 04:25:59.502 INFO kablam! 44 | deallocate(ptr, Sep 06 04:25:59.502 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 06 04:25:59.502 INFO kablam! Sep 06 04:25:59.502 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 06 04:25:59.502 INFO kablam! --> src/collections/b_tree.rs:430:26 Sep 06 04:25:59.502 INFO kablam! | Sep 06 04:25:59.502 INFO kablam! 430 | let p = unsafe { allocate(BNode::::stem_size(), BNode::::stem_align()) }; Sep 06 04:25:59.502 INFO kablam! | ^^^^^^^^ not found in this scope Sep 06 04:25:59.502 INFO kablam! Sep 06 04:25:59.503 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 06 04:25:59.503 INFO kablam! --> src/collections/b_tree.rs:432:29 Sep 06 04:25:59.503 INFO kablam! | Sep 06 04:25:59.503 INFO kablam! 432 | let d = || unsafe { deallocate(p, BNode::::stem_size(), BNode::::stem_align()) }; Sep 06 04:25:59.503 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 06 04:25:59.503 INFO kablam! Sep 06 04:25:59.514 INFO kablam! warning: unused import: `alloc::heap::*` Sep 06 04:25:59.514 INFO kablam! --> src/collections/b_tree.rs:3:5 Sep 06 04:25:59.514 INFO kablam! | Sep 06 04:25:59.514 INFO kablam! 3 | use alloc::heap::*; Sep 06 04:25:59.514 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:25:59.514 INFO kablam! | Sep 06 04:25:59.514 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 04:25:59.514 INFO kablam! Sep 06 04:25:59.553 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 04:25:59.553 INFO kablam! --> src/collections/hash_table.rs:13:59 Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! 13 | pub struct HashTable { Sep 06 04:25:59.553 INFO kablam! | ^^^^^^^^^ Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 04:25:59.553 INFO kablam! Sep 06 04:25:59.553 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 06 04:25:59.553 INFO kablam! --> src/collections/vec.rs:16:5 Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! 16 | use core::ptr::Unique; Sep 06 04:25:59.553 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.553 INFO kablam! Sep 06 04:25:59.553 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 06 04:25:59.553 INFO kablam! --> src/collections/vec.rs:21:10 Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! 21 | ptr: Unique, Sep 06 04:25:59.553 INFO kablam! | ^^^^^^^^^ Sep 06 04:25:59.553 INFO kablam! | Sep 06 04:25:59.553 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.553 INFO kablam! Sep 06 04:25:59.558 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 06 04:25:59.558 INFO kablam! --> src/collections/vec.rs:32:50 Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 06 04:25:59.558 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.558 INFO kablam! Sep 06 04:25:59.558 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 06 04:25:59.558 INFO kablam! --> src/collections/vec.rs:42:38 Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 06 04:25:59.558 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.558 INFO kablam! Sep 06 04:25:59.558 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 06 04:25:59.558 INFO kablam! --> src/collections/vec.rs:49:45 Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 06 04:25:59.558 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.558 INFO kablam! Sep 06 04:25:59.558 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 06 04:25:59.558 INFO kablam! --> src/collections/vec.rs:94:28 Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 06 04:25:59.558 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:25:59.558 INFO kablam! | Sep 06 04:25:59.558 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.558 INFO kablam! Sep 06 04:25:59.559 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 06 04:25:59.559 INFO kablam! --> src/collections/vec.rs:273:28 Sep 06 04:25:59.559 INFO kablam! | Sep 06 04:25:59.559 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 06 04:25:59.559 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:25:59.559 INFO kablam! | Sep 06 04:25:59.559 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:25:59.559 INFO kablam! Sep 06 04:26:00.174 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 06 04:26:00.174 INFO kablam! --> src/collections/vec.rs:32:50 Sep 06 04:26:00.174 INFO kablam! | Sep 06 04:26:00.174 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 06 04:26:00.174 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:26:00.174 INFO kablam! | Sep 06 04:26:00.174 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:26:00.174 INFO kablam! Sep 06 04:26:00.282 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.282 INFO kablam! --> src/collections/vec.rs:32:50 Sep 06 04:26:00.282 INFO kablam! | Sep 06 04:26:00.282 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 06 04:26:00.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 06 04:26:00.282 INFO kablam! | Sep 06 04:26:00.282 INFO kablam! = note: expected type `core::ptr::Unique` Sep 06 04:26:00.282 INFO kablam! found type `core::option::Option>` Sep 06 04:26:00.282 INFO kablam! Sep 06 04:26:00.283 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 06 04:26:00.283 INFO kablam! --> src/collections/vec.rs:42:38 Sep 06 04:26:00.283 INFO kablam! | Sep 06 04:26:00.283 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 06 04:26:00.283 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:26:00.283 INFO kablam! | Sep 06 04:26:00.283 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:26:00.283 INFO kablam! Sep 06 04:26:00.353 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.353 INFO kablam! --> src/collections/vec.rs:42:38 Sep 06 04:26:00.353 INFO kablam! | Sep 06 04:26:00.353 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 06 04:26:00.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 06 04:26:00.353 INFO kablam! | Sep 06 04:26:00.353 INFO kablam! = note: expected type `core::ptr::Unique` Sep 06 04:26:00.353 INFO kablam! found type `core::option::Option>` Sep 06 04:26:00.353 INFO kablam! Sep 06 04:26:00.357 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 06 04:26:00.357 INFO kablam! --> src/collections/vec.rs:49:45 Sep 06 04:26:00.357 INFO kablam! | Sep 06 04:26:00.357 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 06 04:26:00.357 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:26:00.357 INFO kablam! | Sep 06 04:26:00.357 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:26:00.357 INFO kablam! Sep 06 04:26:00.461 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.461 INFO kablam! --> src/collections/vec.rs:49:45 Sep 06 04:26:00.461 INFO kablam! | Sep 06 04:26:00.461 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 06 04:26:00.461 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 06 04:26:00.461 INFO kablam! | Sep 06 04:26:00.461 INFO kablam! = note: expected type `core::ptr::Unique` Sep 06 04:26:00.461 INFO kablam! found type `core::option::Option>` Sep 06 04:26:00.461 INFO kablam! Sep 06 04:26:00.464 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.464 INFO kablam! --> src/collections/vec.rs:63:35 Sep 06 04:26:00.464 INFO kablam! | Sep 06 04:26:00.464 INFO kablam! 63 | slice::from_raw_parts_mut(*self.ptr, self.cap) Sep 06 04:26:00.464 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:00.464 INFO kablam! Sep 06 04:26:00.468 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.468 INFO kablam! --> src/collections/vec.rs:87:46 Sep 06 04:26:00.468 INFO kablam! | Sep 06 04:26:00.468 INFO kablam! 87 | if self.len == 0 { dealloc_array(*self.ptr, self.cap) } Sep 06 04:26:00.468 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:00.468 INFO kablam! Sep 06 04:26:00.468 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.468 INFO kablam! --> src/collections/vec.rs:89:38 Sep 06 04:26:00.468 INFO kablam! | Sep 06 04:26:00.468 INFO kablam! 89 | let ptr = reallocate(*self.ptr as *mut u8, Sep 06 04:26:00.468 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:00.502 INFO kablam! Sep 06 04:26:00.503 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 06 04:26:00.503 INFO kablam! --> src/collections/vec.rs:94:28 Sep 06 04:26:00.503 INFO kablam! | Sep 06 04:26:00.503 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 06 04:26:00.503 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:26:00.503 INFO kablam! | Sep 06 04:26:00.503 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:26:00.503 INFO kablam! Sep 06 04:26:00.666 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.666 INFO kablam! --> src/collections/vec.rs:94:28 Sep 06 04:26:00.666 INFO kablam! | Sep 06 04:26:00.666 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 06 04:26:00.667 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 06 04:26:00.667 INFO kablam! | Sep 06 04:26:00.667 INFO kablam! = note: expected type `core::ptr::Unique` Sep 06 04:26:00.667 INFO kablam! found type `core::option::Option>` Sep 06 04:26:00.667 INFO kablam! Sep 06 04:26:00.669 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 06 04:26:00.669 INFO kablam! --> src/collections/vec.rs:115:32 Sep 06 04:26:00.669 INFO kablam! | Sep 06 04:26:00.669 INFO kablam! 115 | let ptr = self.ptr.offset(k as isize); Sep 06 04:26:00.670 INFO kablam! | ^^^^^^ Sep 06 04:26:00.670 INFO kablam! Sep 06 04:26:00.675 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 06 04:26:00.675 INFO kablam! --> src/collections/vec.rs:132:32 Sep 06 04:26:00.675 INFO kablam! | Sep 06 04:26:00.675 INFO kablam! 132 | let ptr = self.ptr.offset(k as isize); Sep 06 04:26:00.675 INFO kablam! | ^^^^^^ Sep 06 04:26:00.675 INFO kablam! Sep 06 04:26:00.675 INFO kablam! warning: type annotations needed Sep 06 04:26:00.675 INFO kablam! --> src/collections/vec.rs:134:29 Sep 06 04:26:00.675 INFO kablam! | Sep 06 04:26:00.675 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 06 04:26:00.675 INFO kablam! | ^^^^^^ Sep 06 04:26:00.675 INFO kablam! | Sep 06 04:26:00.675 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 04:26:00.675 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 06 04:26:00.675 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:26:00.675 INFO kablam! Sep 06 04:26:00.761 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.761 INFO kablam! --> src/collections/vec.rs:134:40 Sep 06 04:26:00.761 INFO kablam! | Sep 06 04:26:00.761 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 06 04:26:00.761 INFO kablam! | ^^^ types differ in mutability Sep 06 04:26:00.761 INFO kablam! | Sep 06 04:26:00.761 INFO kablam! = note: expected type `*mut _` Sep 06 04:26:00.761 INFO kablam! found type `*const _` Sep 06 04:26:00.761 INFO kablam! Sep 06 04:26:00.770 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.770 INFO kablam! --> src/collections/vec.rs:179:38 Sep 06 04:26:00.770 INFO kablam! | Sep 06 04:26:00.770 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 06 04:26:00.770 INFO kablam! | ^^^^^^^ Sep 06 04:26:00.770 INFO kablam! Sep 06 04:26:00.775 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 06 04:26:00.776 INFO kablam! --> src/collections/vec.rs:179:56 Sep 06 04:26:00.776 INFO kablam! | Sep 06 04:26:00.776 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 06 04:26:00.776 INFO kablam! | ^^^^^^ Sep 06 04:26:00.776 INFO kablam! Sep 06 04:26:00.781 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 06 04:26:00.781 INFO kablam! --> src/collections/vec.rs:194:55 Sep 06 04:26:00.781 INFO kablam! | Sep 06 04:26:00.781 INFO kablam! 194 | ptr::copy_nonoverlapping(&xs[0], self.ptr.offset(self.len as isize), xs.len()); Sep 06 04:26:00.781 INFO kablam! | ^^^^^^ Sep 06 04:26:00.781 INFO kablam! Sep 06 04:26:00.781 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 06 04:26:00.781 INFO kablam! --> src/collections/vec.rs:216:47 Sep 06 04:26:00.781 INFO kablam! | Sep 06 04:26:00.781 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 06 04:26:00.781 INFO kablam! | ^^^^^^ Sep 06 04:26:00.781 INFO kablam! Sep 06 04:26:00.781 INFO kablam! error[E0614]: type `core::ptr::Unique<_>` cannot be dereferenced Sep 06 04:26:00.781 INFO kablam! --> src/collections/vec.rs:216:67 Sep 06 04:26:00.781 INFO kablam! | Sep 06 04:26:00.781 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 06 04:26:00.781 INFO kablam! | ^^^^^^^ Sep 06 04:26:00.781 INFO kablam! Sep 06 04:26:00.802 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.802 INFO kablam! --> src/collections/vec.rs:271:44 Sep 06 04:26:00.802 INFO kablam! | Sep 06 04:26:00.802 INFO kablam! 271 | let ptr = alloc_or_realloc(*self.ptr, self.cap * mem::size_of::(), size); Sep 06 04:26:00.802 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:00.802 INFO kablam! Sep 06 04:26:00.802 INFO kablam! warning: type annotations needed Sep 06 04:26:00.802 INFO kablam! --> src/collections/vec.rs:272:24 Sep 06 04:26:00.802 INFO kablam! | Sep 06 04:26:00.802 INFO kablam! 272 | if ptr.is_null() { return false } Sep 06 04:26:00.802 INFO kablam! | ^^^^^^^ Sep 06 04:26:00.802 INFO kablam! | Sep 06 04:26:00.802 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 06 04:26:00.802 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:26:00.802 INFO kablam! Sep 06 04:26:00.802 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 06 04:26:00.802 INFO kablam! --> src/collections/vec.rs:273:28 Sep 06 04:26:00.802 INFO kablam! | Sep 06 04:26:00.802 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 06 04:26:00.802 INFO kablam! | ^^^^^^^^^^^ Sep 06 04:26:00.802 INFO kablam! | Sep 06 04:26:00.802 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:26:00.802 INFO kablam! Sep 06 04:26:00.926 INFO kablam! error[E0308]: mismatched types Sep 06 04:26:00.926 INFO kablam! --> src/collections/vec.rs:273:28 Sep 06 04:26:00.926 INFO kablam! | Sep 06 04:26:00.926 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 06 04:26:00.926 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 06 04:26:00.926 INFO kablam! | Sep 06 04:26:00.926 INFO kablam! = note: expected type `core::ptr::Unique` Sep 06 04:26:00.926 INFO kablam! found type `core::option::Option>` Sep 06 04:26:00.926 INFO kablam! Sep 06 04:26:00.926 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:00.926 INFO kablam! --> src/collections/vec.rs:287:31 Sep 06 04:26:00.926 INFO kablam! | Sep 06 04:26:00.926 INFO kablam! 287 | dealloc_array(*self.ptr, self.cap); Sep 06 04:26:00.926 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:00.926 INFO kablam! Sep 06 04:26:01.010 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:01.010 INFO kablam! --> src/collections/vec.rs:361:62 Sep 06 04:26:01.010 INFO kablam! | Sep 06 04:26:01.010 INFO kablam! 361 | fn deref(&self) -> &[T] { unsafe { slice::from_raw_parts(*self.ptr, self.len) } } Sep 06 04:26:01.010 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:01.010 INFO kablam! Sep 06 04:26:01.010 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:01.010 INFO kablam! --> src/collections/vec.rs:366:78 Sep 06 04:26:01.010 INFO kablam! | Sep 06 04:26:01.010 INFO kablam! 366 | fn deref_mut(&mut self) -> &mut [T] { unsafe { slice::from_raw_parts_mut(*self.ptr, self.len) } } Sep 06 04:26:01.010 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:01.010 INFO kablam! Sep 06 04:26:01.018 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 06 04:26:01.018 INFO kablam! --> src/collections/vec.rs:384:19 Sep 06 04:26:01.018 INFO kablam! | Sep 06 04:26:01.018 INFO kablam! 384 | let ptr = *self.ptr; Sep 06 04:26:01.018 INFO kablam! | ^^^^^^^^^ Sep 06 04:26:01.018 INFO kablam! Sep 06 04:26:01.149 INFO kablam! error: aborting due to 42 previous errors Sep 06 04:26:01.150 INFO kablam! Sep 06 04:26:01.150 INFO kablam! Some errors occurred: E0308, E0425, E0432, E0599, E0614, E0658. Sep 06 04:26:01.150 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 04:26:01.158 INFO kablam! error: Could not compile `libreal`. Sep 06 04:26:01.158 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:26:02.578 INFO kablam! error: build failed Sep 06 04:26:02.580 INFO kablam! su: No module specific data is present Sep 06 04:26:03.389 INFO running `"docker" "rm" "-f" "a3b6aa1624b02f03b8ee339a15d3b4c8de21773c3e7ecb1d7f79470a001d0338"` Sep 06 04:26:03.453 INFO blam! a3b6aa1624b02f03b8ee339a15d3b4c8de21773c3e7ecb1d7f79470a001d0338