Sep 04 11:20:23.016 INFO checking maskerad_stack_allocator-1.1.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:20:23.016 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:20:23.016 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/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 11:20:23.202 INFO blam! add195cb0a73723ccdd259bcb5ea7fda2921e903d5865b7b61b692850f46a0cf Sep 04 11:20:23.204 INFO running `"docker" "start" "-a" "add195cb0a73723ccdd259bcb5ea7fda2921e903d5865b7b61b692850f46a0cf"` Sep 04 11:20:23.908 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (file:///source) Sep 04 11:20:24.281 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 11:20:24.281 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 04 11:20:24.281 INFO kablam! | Sep 04 11:20:24.281 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 11:20:24.281 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 11:20:24.281 INFO kablam! Sep 04 11:20:24.281 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 11:20:24.281 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 04 11:20:24.281 INFO kablam! | Sep 04 11:20:24.281 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 11:20:24.281 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 11:20:24.281 INFO kablam! Sep 04 11:20:24.288 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.288 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 04 11:20:24.288 INFO kablam! | Sep 04 11:20:24.288 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 11:20:24.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.289 INFO kablam! | Sep 04 11:20:24.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.289 INFO kablam! Sep 04 11:20:24.289 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.289 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 04 11:20:24.289 INFO kablam! | Sep 04 11:20:24.289 INFO kablam! 71 | stack: RawVec, Sep 04 11:20:24.289 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.289 INFO kablam! | Sep 04 11:20:24.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.289 INFO kablam! Sep 04 11:20:24.289 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.289 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 04 11:20:24.289 INFO kablam! | Sep 04 11:20:24.289 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 11:20:24.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.289 INFO kablam! | Sep 04 11:20:24.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.289 INFO kablam! Sep 04 11:20:24.289 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.290 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! 87 | stack: RawVec, Sep 04 11:20:24.290 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.290 INFO kablam! Sep 04 11:20:24.290 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.290 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 04 11:20:24.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.290 INFO kablam! Sep 04 11:20:24.290 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.290 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 04 11:20:24.290 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.290 INFO kablam! | Sep 04 11:20:24.290 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.290 INFO kablam! Sep 04 11:20:24.290 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.290 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 04 11:20:24.291 INFO kablam! | Sep 04 11:20:24.291 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 11:20:24.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.291 INFO kablam! | Sep 04 11:20:24.291 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.291 INFO kablam! Sep 04 11:20:24.291 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.291 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 04 11:20:24.291 INFO kablam! | Sep 04 11:20:24.291 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 11:20:24.291 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.291 INFO kablam! | Sep 04 11:20:24.291 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.291 INFO kablam! Sep 04 11:20:24.292 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.292 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 04 11:20:24.292 INFO kablam! | Sep 04 11:20:24.292 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 04 11:20:24.292 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.292 INFO kablam! | Sep 04 11:20:24.292 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.292 INFO kablam! Sep 04 11:20:24.310 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.310 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 04 11:20:24.310 INFO kablam! | Sep 04 11:20:24.310 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 04 11:20:24.310 INFO kablam! | ^^^ Sep 04 11:20:24.311 INFO kablam! | Sep 04 11:20:24.311 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.311 INFO kablam! Sep 04 11:20:24.312 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.312 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 04 11:20:24.312 INFO kablam! | Sep 04 11:20:24.312 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 04 11:20:24.312 INFO kablam! | ^^^ Sep 04 11:20:24.312 INFO kablam! | Sep 04 11:20:24.312 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.312 INFO kablam! Sep 04 11:20:24.317 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.317 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 04 11:20:24.317 INFO kablam! | Sep 04 11:20:24.317 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.317 INFO kablam! | ^^^ Sep 04 11:20:24.317 INFO kablam! | Sep 04 11:20:24.317 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.317 INFO kablam! Sep 04 11:20:24.354 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.354 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 04 11:20:24.354 INFO kablam! | Sep 04 11:20:24.354 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.354 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.354 INFO kablam! | Sep 04 11:20:24.354 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.354 INFO kablam! Sep 04 11:20:24.357 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.357 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 04 11:20:24.357 INFO kablam! | Sep 04 11:20:24.357 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.357 INFO kablam! | ^^^ Sep 04 11:20:24.357 INFO kablam! | Sep 04 11:20:24.357 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.357 INFO kablam! Sep 04 11:20:24.367 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.367 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 04 11:20:24.367 INFO kablam! | Sep 04 11:20:24.367 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 04 11:20:24.368 INFO kablam! | ^^^ Sep 04 11:20:24.368 INFO kablam! | Sep 04 11:20:24.368 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.368 INFO kablam! Sep 04 11:20:24.370 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.371 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 04 11:20:24.371 INFO kablam! | Sep 04 11:20:24.371 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 04 11:20:24.371 INFO kablam! | ^^^ Sep 04 11:20:24.371 INFO kablam! | Sep 04 11:20:24.371 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.371 INFO kablam! Sep 04 11:20:24.372 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.372 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 04 11:20:24.372 INFO kablam! | Sep 04 11:20:24.372 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 04 11:20:24.372 INFO kablam! | ^^^ Sep 04 11:20:24.372 INFO kablam! | Sep 04 11:20:24.372 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.372 INFO kablam! Sep 04 11:20:24.373 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.373 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 04 11:20:24.373 INFO kablam! | Sep 04 11:20:24.373 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 11:20:24.373 INFO kablam! | ^^^ Sep 04 11:20:24.373 INFO kablam! | Sep 04 11:20:24.373 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.373 INFO kablam! Sep 04 11:20:24.373 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.373 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 04 11:20:24.373 INFO kablam! | Sep 04 11:20:24.373 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 11:20:24.373 INFO kablam! | ^^^ Sep 04 11:20:24.373 INFO kablam! | Sep 04 11:20:24.373 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.373 INFO kablam! Sep 04 11:20:24.375 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.375 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 04 11:20:24.375 INFO kablam! | Sep 04 11:20:24.375 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.375 INFO kablam! | ^^^ Sep 04 11:20:24.375 INFO kablam! | Sep 04 11:20:24.375 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.375 INFO kablam! Sep 04 11:20:24.377 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.377 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 04 11:20:24.377 INFO kablam! | Sep 04 11:20:24.377 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.377 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.377 INFO kablam! | Sep 04 11:20:24.377 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.377 INFO kablam! Sep 04 11:20:24.377 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.377 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 04 11:20:24.377 INFO kablam! | Sep 04 11:20:24.377 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.377 INFO kablam! | ^^^ Sep 04 11:20:24.377 INFO kablam! | Sep 04 11:20:24.377 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.377 INFO kablam! Sep 04 11:20:24.403 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.404 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 04 11:20:24.404 INFO kablam! | Sep 04 11:20:24.404 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 11:20:24.404 INFO kablam! | ^^^ Sep 04 11:20:24.404 INFO kablam! | Sep 04 11:20:24.404 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.404 INFO kablam! Sep 04 11:20:24.406 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.406 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 04 11:20:24.406 INFO kablam! | Sep 04 11:20:24.406 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 11:20:24.406 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.406 INFO kablam! | Sep 04 11:20:24.406 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.406 INFO kablam! Sep 04 11:20:24.406 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.406 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 04 11:20:24.406 INFO kablam! | Sep 04 11:20:24.406 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 04 11:20:24.406 INFO kablam! | ^^^ Sep 04 11:20:24.406 INFO kablam! | Sep 04 11:20:24.406 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.407 INFO kablam! Sep 04 11:20:24.416 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.416 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 04 11:20:24.416 INFO kablam! | Sep 04 11:20:24.416 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.416 INFO kablam! | ^^^ Sep 04 11:20:24.416 INFO kablam! | Sep 04 11:20:24.416 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.416 INFO kablam! Sep 04 11:20:24.419 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.419 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 04 11:20:24.419 INFO kablam! | Sep 04 11:20:24.419 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.419 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.419 INFO kablam! | Sep 04 11:20:24.419 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.419 INFO kablam! Sep 04 11:20:24.419 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.419 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 04 11:20:24.419 INFO kablam! | Sep 04 11:20:24.419 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.419 INFO kablam! | ^^^ Sep 04 11:20:24.419 INFO kablam! | Sep 04 11:20:24.419 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.419 INFO kablam! Sep 04 11:20:24.430 INFO kablam! error: aborting due to 30 previous errors Sep 04 11:20:24.430 INFO kablam! Sep 04 11:20:24.430 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 04 11:20:24.430 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 11:20:24.439 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 04 11:20:24.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:20:24.474 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 11:20:24.474 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 04 11:20:24.474 INFO kablam! | Sep 04 11:20:24.474 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 11:20:24.474 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 11:20:24.474 INFO kablam! Sep 04 11:20:24.474 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 11:20:24.474 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 04 11:20:24.474 INFO kablam! | Sep 04 11:20:24.474 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 11:20:24.475 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 11:20:24.475 INFO kablam! Sep 04 11:20:24.501 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.501 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 04 11:20:24.501 INFO kablam! | Sep 04 11:20:24.501 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 11:20:24.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.501 INFO kablam! | Sep 04 11:20:24.501 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.501 INFO kablam! Sep 04 11:20:24.501 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.501 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 04 11:20:24.501 INFO kablam! | Sep 04 11:20:24.501 INFO kablam! 71 | stack: RawVec, Sep 04 11:20:24.501 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.501 INFO kablam! | Sep 04 11:20:24.501 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.501 INFO kablam! Sep 04 11:20:24.502 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.502 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 04 11:20:24.502 INFO kablam! | Sep 04 11:20:24.502 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 11:20:24.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.502 INFO kablam! | Sep 04 11:20:24.502 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.502 INFO kablam! Sep 04 11:20:24.503 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.503 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 04 11:20:24.503 INFO kablam! | Sep 04 11:20:24.503 INFO kablam! 87 | stack: RawVec, Sep 04 11:20:24.503 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.503 INFO kablam! | Sep 04 11:20:24.503 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.503 INFO kablam! Sep 04 11:20:24.503 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.503 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 04 11:20:24.503 INFO kablam! | Sep 04 11:20:24.503 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 04 11:20:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.503 INFO kablam! | Sep 04 11:20:24.503 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.503 INFO kablam! Sep 04 11:20:24.503 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.503 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 04 11:20:24.503 INFO kablam! | Sep 04 11:20:24.504 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 04 11:20:24.504 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.504 INFO kablam! | Sep 04 11:20:24.504 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.504 INFO kablam! Sep 04 11:20:24.504 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.504 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 04 11:20:24.504 INFO kablam! | Sep 04 11:20:24.504 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 11:20:24.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:20:24.504 INFO kablam! | Sep 04 11:20:24.504 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.504 INFO kablam! Sep 04 11:20:24.504 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.504 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 04 11:20:24.504 INFO kablam! | Sep 04 11:20:24.504 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 11:20:24.504 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.504 INFO kablam! | Sep 04 11:20:24.505 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.505 INFO kablam! Sep 04 11:20:24.505 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.505 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 04 11:20:24.505 INFO kablam! | Sep 04 11:20:24.505 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 04 11:20:24.505 INFO kablam! | ^^^^^^^^^^ Sep 04 11:20:24.505 INFO kablam! | Sep 04 11:20:24.505 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.505 INFO kablam! Sep 04 11:20:24.547 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.547 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 04 11:20:24.547 INFO kablam! | Sep 04 11:20:24.547 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 04 11:20:24.547 INFO kablam! | ^^^ Sep 04 11:20:24.547 INFO kablam! | Sep 04 11:20:24.547 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.547 INFO kablam! Sep 04 11:20:24.548 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.548 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 04 11:20:24.548 INFO kablam! | Sep 04 11:20:24.548 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 04 11:20:24.548 INFO kablam! | ^^^ Sep 04 11:20:24.548 INFO kablam! | Sep 04 11:20:24.548 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.548 INFO kablam! Sep 04 11:20:24.553 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.553 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 04 11:20:24.553 INFO kablam! | Sep 04 11:20:24.553 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.553 INFO kablam! | ^^^ Sep 04 11:20:24.553 INFO kablam! | Sep 04 11:20:24.554 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.554 INFO kablam! Sep 04 11:20:24.596 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.596 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 04 11:20:24.596 INFO kablam! | Sep 04 11:20:24.596 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.596 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.596 INFO kablam! | Sep 04 11:20:24.596 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.597 INFO kablam! Sep 04 11:20:24.597 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.597 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 04 11:20:24.597 INFO kablam! | Sep 04 11:20:24.597 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 11:20:24.597 INFO kablam! | ^^^ Sep 04 11:20:24.597 INFO kablam! | Sep 04 11:20:24.597 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.597 INFO kablam! Sep 04 11:20:24.601 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.601 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 04 11:20:24.601 INFO kablam! | Sep 04 11:20:24.602 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.602 INFO kablam! | ^^^ Sep 04 11:20:24.602 INFO kablam! | Sep 04 11:20:24.602 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.602 INFO kablam! Sep 04 11:20:24.603 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.603 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 04 11:20:24.603 INFO kablam! | Sep 04 11:20:24.603 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.603 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.603 INFO kablam! | Sep 04 11:20:24.603 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.603 INFO kablam! Sep 04 11:20:24.604 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.604 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 04 11:20:24.604 INFO kablam! | Sep 04 11:20:24.604 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.604 INFO kablam! | ^^^ Sep 04 11:20:24.604 INFO kablam! | Sep 04 11:20:24.604 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.604 INFO kablam! Sep 04 11:20:24.646 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.646 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 04 11:20:24.646 INFO kablam! | Sep 04 11:20:24.646 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.646 INFO kablam! | ^^^ Sep 04 11:20:24.646 INFO kablam! | Sep 04 11:20:24.646 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.646 INFO kablam! Sep 04 11:20:24.648 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.648 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 04 11:20:24.648 INFO kablam! | Sep 04 11:20:24.648 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.648 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.648 INFO kablam! | Sep 04 11:20:24.648 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.648 INFO kablam! Sep 04 11:20:24.648 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.648 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 04 11:20:24.648 INFO kablam! | Sep 04 11:20:24.648 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.648 INFO kablam! | ^^^ Sep 04 11:20:24.648 INFO kablam! | Sep 04 11:20:24.648 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.648 INFO kablam! Sep 04 11:20:24.652 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.652 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 04 11:20:24.652 INFO kablam! | Sep 04 11:20:24.653 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.653 INFO kablam! | ^^^ Sep 04 11:20:24.653 INFO kablam! | Sep 04 11:20:24.653 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.653 INFO kablam! Sep 04 11:20:24.654 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.654 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 04 11:20:24.654 INFO kablam! | Sep 04 11:20:24.654 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.654 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.654 INFO kablam! | Sep 04 11:20:24.654 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.654 INFO kablam! Sep 04 11:20:24.654 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.655 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 04 11:20:24.655 INFO kablam! | Sep 04 11:20:24.655 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.655 INFO kablam! | ^^^ Sep 04 11:20:24.655 INFO kablam! | Sep 04 11:20:24.655 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.655 INFO kablam! Sep 04 11:20:24.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.659 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 04 11:20:24.659 INFO kablam! | Sep 04 11:20:24.659 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.659 INFO kablam! | ^^^ Sep 04 11:20:24.659 INFO kablam! | Sep 04 11:20:24.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.659 INFO kablam! Sep 04 11:20:24.662 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.662 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 04 11:20:24.662 INFO kablam! | Sep 04 11:20:24.662 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 11:20:24.662 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.662 INFO kablam! | Sep 04 11:20:24.662 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.662 INFO kablam! Sep 04 11:20:24.662 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.662 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 04 11:20:24.662 INFO kablam! | Sep 04 11:20:24.662 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.663 INFO kablam! | ^^^ Sep 04 11:20:24.663 INFO kablam! | Sep 04 11:20:24.663 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.663 INFO kablam! Sep 04 11:20:24.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.677 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 04 11:20:24.677 INFO kablam! | Sep 04 11:20:24.677 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 04 11:20:24.677 INFO kablam! | ^^^ Sep 04 11:20:24.677 INFO kablam! | Sep 04 11:20:24.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.677 INFO kablam! Sep 04 11:20:24.679 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.679 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 04 11:20:24.679 INFO kablam! | Sep 04 11:20:24.679 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 04 11:20:24.679 INFO kablam! | ^^^ Sep 04 11:20:24.679 INFO kablam! | Sep 04 11:20:24.680 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.680 INFO kablam! Sep 04 11:20:24.682 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.682 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 04 11:20:24.682 INFO kablam! | Sep 04 11:20:24.682 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 11:20:24.682 INFO kablam! | ^^^ Sep 04 11:20:24.682 INFO kablam! | Sep 04 11:20:24.682 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.682 INFO kablam! Sep 04 11:20:24.684 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.684 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 04 11:20:24.684 INFO kablam! | Sep 04 11:20:24.684 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 11:20:24.684 INFO kablam! | ^^^ Sep 04 11:20:24.684 INFO kablam! | Sep 04 11:20:24.685 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.685 INFO kablam! Sep 04 11:20:24.686 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.686 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 04 11:20:24.686 INFO kablam! | Sep 04 11:20:24.686 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 11:20:24.687 INFO kablam! | ^^^ Sep 04 11:20:24.687 INFO kablam! | Sep 04 11:20:24.687 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.687 INFO kablam! Sep 04 11:20:24.688 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.688 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 04 11:20:24.689 INFO kablam! | Sep 04 11:20:24.689 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 11:20:24.689 INFO kablam! | ^^^ Sep 04 11:20:24.689 INFO kablam! | Sep 04 11:20:24.689 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.689 INFO kablam! Sep 04 11:20:24.690 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.690 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 04 11:20:24.690 INFO kablam! | Sep 04 11:20:24.690 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 11:20:24.690 INFO kablam! | ^^^ Sep 04 11:20:24.690 INFO kablam! | Sep 04 11:20:24.690 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.690 INFO kablam! Sep 04 11:20:24.692 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.692 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 04 11:20:24.692 INFO kablam! | Sep 04 11:20:24.692 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 11:20:24.692 INFO kablam! | ^^^ Sep 04 11:20:24.692 INFO kablam! | Sep 04 11:20:24.692 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.692 INFO kablam! Sep 04 11:20:24.696 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.696 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 04 11:20:24.696 INFO kablam! | Sep 04 11:20:24.696 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 04 11:20:24.696 INFO kablam! | ^^^ Sep 04 11:20:24.696 INFO kablam! | Sep 04 11:20:24.696 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.696 INFO kablam! Sep 04 11:20:24.698 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.698 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 04 11:20:24.698 INFO kablam! | Sep 04 11:20:24.698 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 04 11:20:24.698 INFO kablam! | ^^^ Sep 04 11:20:24.698 INFO kablam! | Sep 04 11:20:24.698 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.698 INFO kablam! Sep 04 11:20:24.701 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.701 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 04 11:20:24.701 INFO kablam! | Sep 04 11:20:24.701 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 04 11:20:24.701 INFO kablam! | ^^^ Sep 04 11:20:24.701 INFO kablam! | Sep 04 11:20:24.701 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.701 INFO kablam! Sep 04 11:20:24.703 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.704 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 04 11:20:24.704 INFO kablam! | Sep 04 11:20:24.704 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 04 11:20:24.704 INFO kablam! | ^^^ Sep 04 11:20:24.704 INFO kablam! | Sep 04 11:20:24.704 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.704 INFO kablam! Sep 04 11:20:24.705 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.706 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 04 11:20:24.706 INFO kablam! | Sep 04 11:20:24.706 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 04 11:20:24.706 INFO kablam! | ^^^ Sep 04 11:20:24.706 INFO kablam! | Sep 04 11:20:24.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.706 INFO kablam! Sep 04 11:20:24.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.707 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 04 11:20:24.707 INFO kablam! | Sep 04 11:20:24.707 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 04 11:20:24.707 INFO kablam! | ^^^ Sep 04 11:20:24.707 INFO kablam! | Sep 04 11:20:24.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.707 INFO kablam! Sep 04 11:20:24.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.707 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 04 11:20:24.707 INFO kablam! | Sep 04 11:20:24.707 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 04 11:20:24.707 INFO kablam! | ^^^ Sep 04 11:20:24.707 INFO kablam! | Sep 04 11:20:24.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.707 INFO kablam! Sep 04 11:20:24.708 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.708 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 04 11:20:24.708 INFO kablam! | Sep 04 11:20:24.708 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 11:20:24.708 INFO kablam! | ^^^ Sep 04 11:20:24.709 INFO kablam! | Sep 04 11:20:24.709 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.709 INFO kablam! Sep 04 11:20:24.709 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.709 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 04 11:20:24.709 INFO kablam! | Sep 04 11:20:24.709 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 11:20:24.709 INFO kablam! | ^^^ Sep 04 11:20:24.710 INFO kablam! | Sep 04 11:20:24.710 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.710 INFO kablam! Sep 04 11:20:24.710 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.710 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 04 11:20:24.710 INFO kablam! | Sep 04 11:20:24.710 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.710 INFO kablam! | ^^^ Sep 04 11:20:24.710 INFO kablam! | Sep 04 11:20:24.710 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.710 INFO kablam! Sep 04 11:20:24.712 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.712 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 04 11:20:24.712 INFO kablam! | Sep 04 11:20:24.712 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.712 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.712 INFO kablam! | Sep 04 11:20:24.712 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.712 INFO kablam! Sep 04 11:20:24.712 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.712 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 04 11:20:24.712 INFO kablam! | Sep 04 11:20:24.712 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 11:20:24.712 INFO kablam! | ^^^ Sep 04 11:20:24.712 INFO kablam! | Sep 04 11:20:24.712 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.712 INFO kablam! Sep 04 11:20:24.720 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.720 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 04 11:20:24.720 INFO kablam! | Sep 04 11:20:24.720 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 11:20:24.720 INFO kablam! | ^^^ Sep 04 11:20:24.720 INFO kablam! | Sep 04 11:20:24.720 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.720 INFO kablam! Sep 04 11:20:24.722 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.723 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 04 11:20:24.723 INFO kablam! | Sep 04 11:20:24.723 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 11:20:24.723 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.723 INFO kablam! | Sep 04 11:20:24.723 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.723 INFO kablam! Sep 04 11:20:24.723 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.723 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 04 11:20:24.723 INFO kablam! | Sep 04 11:20:24.723 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 04 11:20:24.723 INFO kablam! | ^^^ Sep 04 11:20:24.723 INFO kablam! | Sep 04 11:20:24.724 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.724 INFO kablam! Sep 04 11:20:24.728 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.728 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 04 11:20:24.728 INFO kablam! | Sep 04 11:20:24.728 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.728 INFO kablam! | ^^^ Sep 04 11:20:24.728 INFO kablam! | Sep 04 11:20:24.728 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.728 INFO kablam! Sep 04 11:20:24.729 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.729 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 04 11:20:24.729 INFO kablam! | Sep 04 11:20:24.730 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.730 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.730 INFO kablam! | Sep 04 11:20:24.730 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.730 INFO kablam! Sep 04 11:20:24.730 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.730 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 04 11:20:24.730 INFO kablam! | Sep 04 11:20:24.730 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 11:20:24.730 INFO kablam! | ^^^ Sep 04 11:20:24.730 INFO kablam! | Sep 04 11:20:24.730 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.730 INFO kablam! Sep 04 11:20:24.734 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.734 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 04 11:20:24.734 INFO kablam! | Sep 04 11:20:24.734 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.734 INFO kablam! | ^^^ Sep 04 11:20:24.734 INFO kablam! | Sep 04 11:20:24.734 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.734 INFO kablam! Sep 04 11:20:24.736 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.736 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 04 11:20:24.736 INFO kablam! | Sep 04 11:20:24.736 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.736 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.736 INFO kablam! | Sep 04 11:20:24.736 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.736 INFO kablam! Sep 04 11:20:24.736 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.736 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 04 11:20:24.736 INFO kablam! | Sep 04 11:20:24.736 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.736 INFO kablam! | ^^^ Sep 04 11:20:24.736 INFO kablam! | Sep 04 11:20:24.736 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.736 INFO kablam! Sep 04 11:20:24.740 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.740 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 04 11:20:24.740 INFO kablam! | Sep 04 11:20:24.740 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.740 INFO kablam! | ^^^ Sep 04 11:20:24.740 INFO kablam! | Sep 04 11:20:24.740 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.740 INFO kablam! Sep 04 11:20:24.741 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.741 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 04 11:20:24.742 INFO kablam! | Sep 04 11:20:24.742 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.742 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.742 INFO kablam! | Sep 04 11:20:24.742 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.742 INFO kablam! Sep 04 11:20:24.742 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.742 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 04 11:20:24.742 INFO kablam! | Sep 04 11:20:24.742 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.742 INFO kablam! | ^^^ Sep 04 11:20:24.742 INFO kablam! | Sep 04 11:20:24.742 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.742 INFO kablam! Sep 04 11:20:24.745 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.745 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 04 11:20:24.745 INFO kablam! | Sep 04 11:20:24.746 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.746 INFO kablam! | ^^^ Sep 04 11:20:24.746 INFO kablam! | Sep 04 11:20:24.746 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.746 INFO kablam! Sep 04 11:20:24.747 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.747 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 04 11:20:24.747 INFO kablam! | Sep 04 11:20:24.747 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.747 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.747 INFO kablam! | Sep 04 11:20:24.747 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.747 INFO kablam! Sep 04 11:20:24.748 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.748 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 04 11:20:24.748 INFO kablam! | Sep 04 11:20:24.748 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.748 INFO kablam! | ^^^ Sep 04 11:20:24.748 INFO kablam! | Sep 04 11:20:24.748 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.748 INFO kablam! Sep 04 11:20:24.751 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.751 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 04 11:20:24.751 INFO kablam! | Sep 04 11:20:24.751 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.751 INFO kablam! | ^^^ Sep 04 11:20:24.751 INFO kablam! | Sep 04 11:20:24.751 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.751 INFO kablam! Sep 04 11:20:24.753 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.753 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 04 11:20:24.753 INFO kablam! | Sep 04 11:20:24.753 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 11:20:24.753 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.753 INFO kablam! | Sep 04 11:20:24.753 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.753 INFO kablam! Sep 04 11:20:24.753 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.753 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 04 11:20:24.753 INFO kablam! | Sep 04 11:20:24.753 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.753 INFO kablam! | ^^^ Sep 04 11:20:24.753 INFO kablam! | Sep 04 11:20:24.753 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.753 INFO kablam! Sep 04 11:20:24.759 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 11:20:24.759 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 04 11:20:24.759 INFO kablam! | Sep 04 11:20:24.759 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 04 11:20:24.759 INFO kablam! | ^^^^^^^^^ Sep 04 11:20:24.759 INFO kablam! | Sep 04 11:20:24.759 INFO kablam! = help: did you mean `offset`? Sep 04 11:20:24.759 INFO kablam! Sep 04 11:20:24.761 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 11:20:24.761 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 04 11:20:24.761 INFO kablam! | Sep 04 11:20:24.761 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 11:20:24.761 INFO kablam! | ^^^ Sep 04 11:20:24.761 INFO kablam! | Sep 04 11:20:24.761 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 11:20:24.761 INFO kablam! Sep 04 11:20:24.774 INFO kablam! error: aborting due to 68 previous errors Sep 04 11:20:24.774 INFO kablam! Sep 04 11:20:24.774 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 04 11:20:24.775 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 11:20:24.783 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 04 11:20:24.783 INFO kablam! Sep 04 11:20:24.783 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:20:24.784 INFO kablam! su: No module specific data is present Sep 04 11:20:25.292 INFO running `"docker" "rm" "-f" "add195cb0a73723ccdd259bcb5ea7fda2921e903d5865b7b61b692850f46a0cf"` Sep 04 11:20:25.409 INFO blam! add195cb0a73723ccdd259bcb5ea7fda2921e903d5865b7b61b692850f46a0cf