Sep 20 00:47:45.872 INFO checking libreal-0.12.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:47:45.872 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:47:45.872 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:47:45.993 INFO blam! 9c7736556691373bc6803001ff33f150555b97ce702611462735ae101fdee407 Sep 20 00:47:45.995 INFO running `"docker" "start" "-a" "9c7736556691373bc6803001ff33f150555b97ce702611462735ae101fdee407"` Sep 20 00:47:46.960 INFO kablam! usermod: no changes Sep 20 00:47:47.041 INFO kablam! Compiling typenum v1.10.0 Sep 20 00:47:47.044 INFO kablam! Compiling env_logger v0.3.5 Sep 20 00:47:48.249 INFO kablam! Compiling quickcheck v0.3.2 Sep 20 00:47:49.774 INFO kablam! Checking libreal v0.12.0 (/source) Sep 20 00:47:49.910 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 20 00:47:49.910 INFO kablam! --> src/collections/b_tree.rs:3:12 Sep 20 00:47:49.910 INFO kablam! | Sep 20 00:47:49.910 INFO kablam! 3 | use alloc::heap::*; Sep 20 00:47:49.910 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 20 00:47:49.910 INFO kablam! Sep 20 00:47:49.910 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 20 00:47:49.910 INFO kablam! --> src/collections/hash_table.rs:3:12 Sep 20 00:47:49.910 INFO kablam! | Sep 20 00:47:49.910 INFO kablam! 3 | use alloc::heap::{ allocate, deallocate }; Sep 20 00:47:49.910 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 20 00:47:49.910 INFO kablam! Sep 20 00:47:49.910 INFO kablam! error[E0432]: unresolved import `alloc::heap` Sep 20 00:47:49.911 INFO kablam! --> src/collections/vec.rs:8:12 Sep 20 00:47:49.911 INFO kablam! | Sep 20 00:47:49.911 INFO kablam! 8 | use alloc::heap::{ EMPTY, allocate, reallocate, deallocate }; Sep 20 00:47:49.911 INFO kablam! | ^^^^ Could not find `heap` in `alloc` Sep 20 00:47:49.911 INFO kablam! Sep 20 00:47:49.973 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 20 00:47:49.974 INFO kablam! --> src/collections/b_tree.rs:28:26 Sep 20 00:47:49.974 INFO kablam! | Sep 20 00:47:49.974 INFO kablam! 28 | let p = unsafe { allocate(Self::stem_size(), Self::stem_align()) }; Sep 20 00:47:49.974 INFO kablam! | ^^^^^^^^ not found in this scope Sep 20 00:47:49.974 INFO kablam! Sep 20 00:47:49.975 INFO kablam! error[E0425]: cannot find value `EMPTY` in this scope Sep 20 00:47:49.975 INFO kablam! --> src/collections/b_tree.rs:35:45 Sep 20 00:47:49.975 INFO kablam! | Sep 20 00:47:49.975 INFO kablam! 35 | let p = if Self::leaf_size() == 0 { EMPTY as *mut _ } Sep 20 00:47:49.975 INFO kablam! | ^^^^^ not found in this scope Sep 20 00:47:49.975 INFO kablam! Sep 20 00:47:49.975 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 20 00:47:49.976 INFO kablam! --> src/collections/b_tree.rs:36:33 Sep 20 00:47:49.976 INFO kablam! | Sep 20 00:47:49.977 INFO kablam! 36 | else { unsafe { allocate(Self::leaf_size(), Self::leaf_align()) } }; Sep 20 00:47:49.977 INFO kablam! | ^^^^^^^^ not found in this scope Sep 20 00:47:49.977 INFO kablam! Sep 20 00:47:49.977 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 20 00:47:49.977 INFO kablam! --> src/collections/b_tree.rs:44:9 Sep 20 00:47:49.977 INFO kablam! | Sep 20 00:47:49.978 INFO kablam! 44 | deallocate(ptr, Sep 20 00:47:49.978 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 20 00:47:49.978 INFO kablam! Sep 20 00:47:49.978 INFO kablam! error[E0425]: cannot find function `allocate` in this scope Sep 20 00:47:49.978 INFO kablam! --> src/collections/b_tree.rs:430:26 Sep 20 00:47:49.978 INFO kablam! | Sep 20 00:47:49.979 INFO kablam! 430 | let p = unsafe { allocate(BNode::::stem_size(), BNode::::stem_align()) }; Sep 20 00:47:49.979 INFO kablam! | ^^^^^^^^ not found in this scope Sep 20 00:47:49.979 INFO kablam! Sep 20 00:47:49.979 INFO kablam! error[E0425]: cannot find function `deallocate` in this scope Sep 20 00:47:49.979 INFO kablam! --> src/collections/b_tree.rs:432:29 Sep 20 00:47:49.979 INFO kablam! | Sep 20 00:47:49.979 INFO kablam! 432 | let d = || unsafe { deallocate(p, BNode::::stem_size(), BNode::::stem_align()) }; Sep 20 00:47:49.980 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 20 00:47:49.980 INFO kablam! Sep 20 00:47:49.982 INFO kablam! warning: unused import: `alloc::heap::*` Sep 20 00:47:49.982 INFO kablam! --> src/collections/b_tree.rs:3:5 Sep 20 00:47:49.983 INFO kablam! | Sep 20 00:47:49.983 INFO kablam! 3 | use alloc::heap::*; Sep 20 00:47:49.983 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:47:49.983 INFO kablam! | Sep 20 00:47:49.983 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:47:49.983 INFO kablam! Sep 20 00:47:50.010 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:47:50.010 INFO kablam! --> src/collections/hash_table.rs:13:59 Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! 13 | pub struct HashTable { Sep 20 00:47:50.010 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 00:47:50.010 INFO kablam! Sep 20 00:47:50.010 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 20 00:47:50.010 INFO kablam! --> src/collections/vec.rs:16:5 Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! 16 | use core::ptr::Unique; Sep 20 00:47:50.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.010 INFO kablam! Sep 20 00:47:50.010 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 20 00:47:50.010 INFO kablam! --> src/collections/vec.rs:21:10 Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! 21 | ptr: Unique, Sep 20 00:47:50.010 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.010 INFO kablam! | Sep 20 00:47:50.010 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.011 INFO kablam! Sep 20 00:47:50.012 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 20 00:47:50.012 INFO kablam! --> src/collections/vec.rs:32:50 Sep 20 00:47:50.012 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 20 00:47:50.013 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.013 INFO kablam! Sep 20 00:47:50.013 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 20 00:47:50.013 INFO kablam! --> src/collections/vec.rs:42:38 Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 20 00:47:50.013 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.013 INFO kablam! Sep 20 00:47:50.013 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 20 00:47:50.013 INFO kablam! --> src/collections/vec.rs:49:45 Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 20 00:47:50.013 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.013 INFO kablam! Sep 20 00:47:50.013 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 20 00:47:50.013 INFO kablam! --> src/collections/vec.rs:94:28 Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.013 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.013 INFO kablam! Sep 20 00:47:50.013 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 20 00:47:50.013 INFO kablam! --> src/collections/vec.rs:273:28 Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.013 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.013 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.013 INFO kablam! | Sep 20 00:47:50.014 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.014 INFO kablam! Sep 20 00:47:50.342 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 20 00:47:50.342 INFO kablam! --> src/collections/vec.rs:32:50 Sep 20 00:47:50.342 INFO kablam! | Sep 20 00:47:50.342 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 20 00:47:50.342 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.342 INFO kablam! | Sep 20 00:47:50.342 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.342 INFO kablam! Sep 20 00:47:50.412 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.412 INFO kablam! --> src/collections/vec.rs:32:50 Sep 20 00:47:50.412 INFO kablam! | Sep 20 00:47:50.412 INFO kablam! 32 | pub fn new() -> Vec { unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: 0 } } } Sep 20 00:47:50.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 20 00:47:50.412 INFO kablam! | Sep 20 00:47:50.412 INFO kablam! = note: expected type `core::ptr::Unique` Sep 20 00:47:50.412 INFO kablam! found type `core::option::Option>` Sep 20 00:47:50.412 INFO kablam! Sep 20 00:47:50.412 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 20 00:47:50.412 INFO kablam! --> src/collections/vec.rs:42:38 Sep 20 00:47:50.412 INFO kablam! | Sep 20 00:47:50.412 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 20 00:47:50.412 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.412 INFO kablam! | Sep 20 00:47:50.412 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.412 INFO kablam! Sep 20 00:47:50.454 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.454 INFO kablam! --> src/collections/vec.rs:42:38 Sep 20 00:47:50.454 INFO kablam! | Sep 20 00:47:50.454 INFO kablam! 42 | Some(unsafe { Vec { ptr: Unique::new(EMPTY as *mut T), len: 0, cap: cap } }) Sep 20 00:47:50.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 20 00:47:50.454 INFO kablam! | Sep 20 00:47:50.454 INFO kablam! = note: expected type `core::ptr::Unique` Sep 20 00:47:50.454 INFO kablam! found type `core::option::Option>` Sep 20 00:47:50.454 INFO kablam! Sep 20 00:47:50.454 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 20 00:47:50.454 INFO kablam! --> src/collections/vec.rs:49:45 Sep 20 00:47:50.454 INFO kablam! | Sep 20 00:47:50.454 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 20 00:47:50.454 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.454 INFO kablam! | Sep 20 00:47:50.454 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.454 INFO kablam! Sep 20 00:47:50.481 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.481 INFO kablam! --> src/collections/vec.rs:49:45 Sep 20 00:47:50.481 INFO kablam! | Sep 20 00:47:50.481 INFO kablam! 49 | else { Some(unsafe { Vec { ptr: Unique::new(ptr), len: 0, cap: cap } }) } Sep 20 00:47:50.481 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 20 00:47:50.481 INFO kablam! | Sep 20 00:47:50.481 INFO kablam! = note: expected type `core::ptr::Unique` Sep 20 00:47:50.481 INFO kablam! found type `core::option::Option>` Sep 20 00:47:50.481 INFO kablam! Sep 20 00:47:50.482 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.482 INFO kablam! --> src/collections/vec.rs:63:35 Sep 20 00:47:50.482 INFO kablam! | Sep 20 00:47:50.482 INFO kablam! 63 | slice::from_raw_parts_mut(*self.ptr, self.cap) Sep 20 00:47:50.482 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.482 INFO kablam! Sep 20 00:47:50.483 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.483 INFO kablam! --> src/collections/vec.rs:87:46 Sep 20 00:47:50.483 INFO kablam! | Sep 20 00:47:50.483 INFO kablam! 87 | if self.len == 0 { dealloc_array(*self.ptr, self.cap) } Sep 20 00:47:50.483 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.483 INFO kablam! Sep 20 00:47:50.483 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.483 INFO kablam! --> src/collections/vec.rs:89:38 Sep 20 00:47:50.483 INFO kablam! | Sep 20 00:47:50.483 INFO kablam! 89 | let ptr = reallocate(*self.ptr as *mut u8, Sep 20 00:47:50.483 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.484 INFO kablam! Sep 20 00:47:50.484 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 20 00:47:50.484 INFO kablam! --> src/collections/vec.rs:94:28 Sep 20 00:47:50.484 INFO kablam! | Sep 20 00:47:50.484 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.484 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.484 INFO kablam! | Sep 20 00:47:50.484 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.484 INFO kablam! Sep 20 00:47:50.492 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 20 00:47:50.507 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.507 INFO kablam! --> src/collections/vec.rs:94:28 Sep 20 00:47:50.508 INFO kablam! | Sep 20 00:47:50.508 INFO kablam! 94 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.508 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 20 00:47:50.508 INFO kablam! | Sep 20 00:47:50.508 INFO kablam! = note: expected type `core::ptr::Unique` Sep 20 00:47:50.508 INFO kablam! found type `core::option::Option>` Sep 20 00:47:50.508 INFO kablam! Sep 20 00:47:50.509 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 20 00:47:50.509 INFO kablam! --> src/collections/vec.rs:115:32 Sep 20 00:47:50.509 INFO kablam! | Sep 20 00:47:50.509 INFO kablam! 115 | let ptr = self.ptr.offset(k as isize); Sep 20 00:47:50.509 INFO kablam! | ^^^^^^ Sep 20 00:47:50.509 INFO kablam! Sep 20 00:47:50.511 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 20 00:47:50.511 INFO kablam! --> src/collections/vec.rs:132:32 Sep 20 00:47:50.511 INFO kablam! | Sep 20 00:47:50.511 INFO kablam! 132 | let ptr = self.ptr.offset(k as isize); Sep 20 00:47:50.511 INFO kablam! | ^^^^^^ Sep 20 00:47:50.511 INFO kablam! Sep 20 00:47:50.511 INFO kablam! warning: type annotations needed Sep 20 00:47:50.511 INFO kablam! --> src/collections/vec.rs:134:29 Sep 20 00:47:50.511 INFO kablam! | Sep 20 00:47:50.511 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 20 00:47:50.511 INFO kablam! | ^^^^^^ Sep 20 00:47:50.511 INFO kablam! | Sep 20 00:47:50.511 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 20 00:47:50.511 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 20 00:47:50.511 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:47:50.511 INFO kablam! Sep 20 00:47:50.543 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.543 INFO kablam! --> src/collections/vec.rs:134:40 Sep 20 00:47:50.543 INFO kablam! | Sep 20 00:47:50.543 INFO kablam! 134 | ptr::copy(&*ptr.offset(1), ptr, self.len - k - 1); Sep 20 00:47:50.543 INFO kablam! | ^^^ types differ in mutability Sep 20 00:47:50.543 INFO kablam! | Sep 20 00:47:50.543 INFO kablam! = note: expected type `*mut _` Sep 20 00:47:50.543 INFO kablam! found type `*const _` Sep 20 00:47:50.543 INFO kablam! Sep 20 00:47:50.545 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.545 INFO kablam! --> src/collections/vec.rs:179:38 Sep 20 00:47:50.545 INFO kablam! | Sep 20 00:47:50.545 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 20 00:47:50.545 INFO kablam! | ^^^^^^^ Sep 20 00:47:50.546 INFO kablam! Sep 20 00:47:50.546 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 20 00:47:50.546 INFO kablam! --> src/collections/vec.rs:179:56 Sep 20 00:47:50.546 INFO kablam! | Sep 20 00:47:50.546 INFO kablam! 179 | ptr::copy_nonoverlapping(*xs.ptr, self.ptr.offset(self.len as isize), xs.len); Sep 20 00:47:50.547 INFO kablam! | ^^^^^^ Sep 20 00:47:50.547 INFO kablam! Sep 20 00:47:50.548 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 20 00:47:50.548 INFO kablam! --> src/collections/vec.rs:194:55 Sep 20 00:47:50.548 INFO kablam! | Sep 20 00:47:50.548 INFO kablam! 194 | ptr::copy_nonoverlapping(&xs[0], self.ptr.offset(self.len as isize), xs.len()); Sep 20 00:47:50.548 INFO kablam! | ^^^^^^ Sep 20 00:47:50.548 INFO kablam! Sep 20 00:47:50.551 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::Unique` in the current scope Sep 20 00:47:50.551 INFO kablam! --> src/collections/vec.rs:216:47 Sep 20 00:47:50.552 INFO kablam! | Sep 20 00:47:50.552 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 20 00:47:50.552 INFO kablam! | ^^^^^^ Sep 20 00:47:50.552 INFO kablam! Sep 20 00:47:50.552 INFO kablam! error[E0614]: type `core::ptr::Unique<_>` cannot be dereferenced Sep 20 00:47:50.552 INFO kablam! --> src/collections/vec.rs:216:67 Sep 20 00:47:50.552 INFO kablam! | Sep 20 00:47:50.552 INFO kablam! 216 | ptr::copy_nonoverlapping(self.ptr.offset(k as isize), *xs.ptr, xs.len); Sep 20 00:47:50.552 INFO kablam! | ^^^^^^^ Sep 20 00:47:50.552 INFO kablam! Sep 20 00:47:50.557 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.557 INFO kablam! --> src/collections/vec.rs:271:44 Sep 20 00:47:50.557 INFO kablam! | Sep 20 00:47:50.557 INFO kablam! 271 | let ptr = alloc_or_realloc(*self.ptr, self.cap * mem::size_of::(), size); Sep 20 00:47:50.557 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.557 INFO kablam! Sep 20 00:47:50.557 INFO kablam! warning: type annotations needed Sep 20 00:47:50.557 INFO kablam! --> src/collections/vec.rs:272:24 Sep 20 00:47:50.557 INFO kablam! | Sep 20 00:47:50.557 INFO kablam! 272 | if ptr.is_null() { return false } Sep 20 00:47:50.557 INFO kablam! | ^^^^^^^ Sep 20 00:47:50.557 INFO kablam! | Sep 20 00:47:50.557 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 20 00:47:50.557 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:47:50.557 INFO kablam! Sep 20 00:47:50.557 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals' Sep 20 00:47:50.557 INFO kablam! --> src/collections/vec.rs:273:28 Sep 20 00:47:50.557 INFO kablam! | Sep 20 00:47:50.557 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.557 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:47:50.557 INFO kablam! | Sep 20 00:47:50.557 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 00:47:50.557 INFO kablam! Sep 20 00:47:50.585 INFO kablam! error[E0308]: mismatched types Sep 20 00:47:50.585 INFO kablam! --> src/collections/vec.rs:273:28 Sep 20 00:47:50.585 INFO kablam! | Sep 20 00:47:50.585 INFO kablam! 273 | self.ptr = Unique::new(ptr); Sep 20 00:47:50.585 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` Sep 20 00:47:50.585 INFO kablam! | Sep 20 00:47:50.585 INFO kablam! = note: expected type `core::ptr::Unique` Sep 20 00:47:50.585 INFO kablam! found type `core::option::Option>` Sep 20 00:47:50.585 INFO kablam! Sep 20 00:47:50.586 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.586 INFO kablam! --> src/collections/vec.rs:287:31 Sep 20 00:47:50.586 INFO kablam! | Sep 20 00:47:50.586 INFO kablam! 287 | dealloc_array(*self.ptr, self.cap); Sep 20 00:47:50.586 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.586 INFO kablam! Sep 20 00:47:50.610 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.610 INFO kablam! --> src/collections/vec.rs:361:62 Sep 20 00:47:50.610 INFO kablam! | Sep 20 00:47:50.610 INFO kablam! 361 | fn deref(&self) -> &[T] { unsafe { slice::from_raw_parts(*self.ptr, self.len) } } Sep 20 00:47:50.610 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.610 INFO kablam! Sep 20 00:47:50.610 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.610 INFO kablam! --> src/collections/vec.rs:366:78 Sep 20 00:47:50.610 INFO kablam! | Sep 20 00:47:50.610 INFO kablam! 366 | fn deref_mut(&mut self) -> &mut [T] { unsafe { slice::from_raw_parts_mut(*self.ptr, self.len) } } Sep 20 00:47:50.610 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.610 INFO kablam! Sep 20 00:47:50.613 INFO kablam! error[E0614]: type `core::ptr::Unique` cannot be dereferenced Sep 20 00:47:50.613 INFO kablam! --> src/collections/vec.rs:384:19 Sep 20 00:47:50.613 INFO kablam! | Sep 20 00:47:50.613 INFO kablam! 384 | let ptr = *self.ptr; Sep 20 00:47:50.613 INFO kablam! | ^^^^^^^^^ Sep 20 00:47:50.613 INFO kablam! Sep 20 00:47:50.698 INFO kablam! error: aborting due to 42 previous errors Sep 20 00:47:50.698 INFO kablam! Sep 20 00:47:50.698 INFO kablam! Some errors occurred: E0308, E0425, E0432, E0599, E0614, E0658. Sep 20 00:47:50.698 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 20 00:47:50.706 INFO kablam! error: Could not compile `libreal`. Sep 20 00:47:50.706 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:47:51.858 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 00:47:51.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 20 00:47:51.858 INFO kablam! | Sep 20 00:47:51.858 INFO kablam! 15 | use syntax::codemap; Sep 20 00:47:51.858 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 00:47:51.858 INFO kablam! Sep 20 00:47:51.879 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 20 00:47:51.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 20 00:47:51.879 INFO kablam! | Sep 20 00:47:51.879 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 20 00:47:51.879 INFO kablam! | ^^^^^^ not found in `token` Sep 20 00:47:51.879 INFO kablam! Sep 20 00:47:51.879 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 20 00:47:51.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 20 00:47:51.879 INFO kablam! | Sep 20 00:47:51.879 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 20 00:47:51.879 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 20 00:47:51.879 INFO kablam! Sep 20 00:47:51.879 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 20 00:47:51.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 20 00:47:51.879 INFO kablam! | Sep 20 00:47:51.879 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 20 00:47:51.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 20 00:47:51.880 INFO kablam! Sep 20 00:47:51.896 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 20 00:47:51.896 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 20 00:47:51.896 INFO kablam! | Sep 20 00:47:51.896 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 20 00:47:51.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 20 00:47:51.896 INFO kablam! Sep 20 00:47:51.907 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 20 00:47:51.907 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 20 00:47:51.907 INFO kablam! | Sep 20 00:47:51.907 INFO kablam! 61 | lifetimes: vec![], Sep 20 00:47:51.907 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 20 00:47:51.907 INFO kablam! | Sep 20 00:47:51.907 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 20 00:47:51.907 INFO kablam! Sep 20 00:47:51.981 INFO kablam! error: aborting due to 6 previous errors Sep 20 00:47:51.981 INFO kablam! Sep 20 00:47:51.981 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 20 00:47:51.981 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 00:47:51.996 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 20 00:47:51.996 INFO kablam! Sep 20 00:47:51.996 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:47:51.998 INFO kablam! su: No module specific data is present Sep 20 00:47:52.699 INFO running `"docker" "rm" "-f" "9c7736556691373bc6803001ff33f150555b97ce702611462735ae101fdee407"` Sep 20 00:47:52.759 INFO blam! 9c7736556691373bc6803001ff33f150555b97ce702611462735ae101fdee407