Sep 01 14:26:18.098 INFO checking maskerad_stack_allocator-1.1.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:26:18.099 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:26:18.099 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:26:18.271 INFO blam! 2cbb06eaf27b2f89bd8f7d694007aa72ed1b7cffcb012d4b8b5d451f1b001a85 Sep 01 14:26:18.273 INFO running `"docker" "start" "-a" "2cbb06eaf27b2f89bd8f7d694007aa72ed1b7cffcb012d4b8b5d451f1b001a85"` Sep 01 14:26:18.940 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (file:///source) Sep 01 14:26:19.295 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 01 14:26:19.295 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 01 14:26:19.295 INFO kablam! | Sep 01 14:26:19.295 INFO kablam! 9 | use alloc::allocator::Layout; Sep 01 14:26:19.295 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 01 14:26:19.295 INFO kablam! Sep 01 14:26:19.295 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 01 14:26:19.295 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 01 14:26:19.295 INFO kablam! | Sep 01 14:26:19.295 INFO kablam! 9 | use alloc::allocator::Layout; Sep 01 14:26:19.295 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 01 14:26:19.295 INFO kablam! Sep 01 14:26:19.312 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.312 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 01 14:26:19.312 INFO kablam! | Sep 01 14:26:19.312 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:19.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.312 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.313 INFO kablam! Sep 01 14:26:19.313 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.313 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! 71 | stack: RawVec, Sep 01 14:26:19.313 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.313 INFO kablam! Sep 01 14:26:19.313 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.313 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:19.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.313 INFO kablam! Sep 01 14:26:19.313 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.313 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! 87 | stack: RawVec, Sep 01 14:26:19.313 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.313 INFO kablam! Sep 01 14:26:19.313 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.313 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.313 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 01 14:26:19.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.313 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.314 INFO kablam! Sep 01 14:26:19.314 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.314 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 01 14:26:19.314 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.314 INFO kablam! Sep 01 14:26:19.314 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.314 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 01 14:26:19.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.314 INFO kablam! Sep 01 14:26:19.314 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.314 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 01 14:26:19.314 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.314 INFO kablam! Sep 01 14:26:19.314 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.314 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 01 14:26:19.314 INFO kablam! | Sep 01 14:26:19.314 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 01 14:26:19.315 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.315 INFO kablam! | Sep 01 14:26:19.315 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.315 INFO kablam! Sep 01 14:26:19.332 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.332 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 01 14:26:19.332 INFO kablam! | Sep 01 14:26:19.332 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 01 14:26:19.332 INFO kablam! | ^^^ Sep 01 14:26:19.332 INFO kablam! | Sep 01 14:26:19.332 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.332 INFO kablam! Sep 01 14:26:19.334 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.334 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 01 14:26:19.334 INFO kablam! | Sep 01 14:26:19.334 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 01 14:26:19.334 INFO kablam! | ^^^ Sep 01 14:26:19.334 INFO kablam! | Sep 01 14:26:19.334 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.334 INFO kablam! Sep 01 14:26:19.340 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.340 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 01 14:26:19.340 INFO kablam! | Sep 01 14:26:19.340 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.340 INFO kablam! | ^^^ Sep 01 14:26:19.340 INFO kablam! | Sep 01 14:26:19.340 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.341 INFO kablam! Sep 01 14:26:19.386 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.386 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 01 14:26:19.386 INFO kablam! | Sep 01 14:26:19.386 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.387 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.387 INFO kablam! | Sep 01 14:26:19.387 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.387 INFO kablam! Sep 01 14:26:19.387 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.387 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 01 14:26:19.387 INFO kablam! | Sep 01 14:26:19.387 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.387 INFO kablam! | ^^^ Sep 01 14:26:19.387 INFO kablam! | Sep 01 14:26:19.387 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.387 INFO kablam! Sep 01 14:26:19.395 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.395 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 01 14:26:19.395 INFO kablam! | Sep 01 14:26:19.395 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 01 14:26:19.396 INFO kablam! | ^^^ Sep 01 14:26:19.396 INFO kablam! | Sep 01 14:26:19.396 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.396 INFO kablam! Sep 01 14:26:19.396 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.396 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 01 14:26:19.396 INFO kablam! | Sep 01 14:26:19.396 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 01 14:26:19.396 INFO kablam! | ^^^ Sep 01 14:26:19.396 INFO kablam! | Sep 01 14:26:19.396 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.396 INFO kablam! Sep 01 14:26:19.397 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.397 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 01 14:26:19.397 INFO kablam! | Sep 01 14:26:19.397 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 01 14:26:19.397 INFO kablam! | ^^^ Sep 01 14:26:19.397 INFO kablam! | Sep 01 14:26:19.397 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.397 INFO kablam! Sep 01 14:26:19.398 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.398 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 01 14:26:19.398 INFO kablam! | Sep 01 14:26:19.398 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 01 14:26:19.398 INFO kablam! | ^^^ Sep 01 14:26:19.398 INFO kablam! | Sep 01 14:26:19.398 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.398 INFO kablam! Sep 01 14:26:19.398 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.398 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 01 14:26:19.398 INFO kablam! | Sep 01 14:26:19.398 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 01 14:26:19.398 INFO kablam! | ^^^ Sep 01 14:26:19.398 INFO kablam! | Sep 01 14:26:19.399 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.399 INFO kablam! Sep 01 14:26:19.400 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.400 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 01 14:26:19.400 INFO kablam! | Sep 01 14:26:19.400 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.400 INFO kablam! | ^^^ Sep 01 14:26:19.400 INFO kablam! | Sep 01 14:26:19.400 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.400 INFO kablam! Sep 01 14:26:19.402 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.402 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 01 14:26:19.402 INFO kablam! | Sep 01 14:26:19.402 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.402 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.402 INFO kablam! | Sep 01 14:26:19.402 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.402 INFO kablam! Sep 01 14:26:19.402 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.403 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 01 14:26:19.403 INFO kablam! | Sep 01 14:26:19.403 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.403 INFO kablam! | ^^^ Sep 01 14:26:19.403 INFO kablam! | Sep 01 14:26:19.403 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.403 INFO kablam! Sep 01 14:26:19.429 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.430 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 01 14:26:19.430 INFO kablam! | Sep 01 14:26:19.430 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 01 14:26:19.430 INFO kablam! | ^^^ Sep 01 14:26:19.430 INFO kablam! | Sep 01 14:26:19.430 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.430 INFO kablam! Sep 01 14:26:19.432 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.432 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 01 14:26:19.433 INFO kablam! | Sep 01 14:26:19.433 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 01 14:26:19.433 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.433 INFO kablam! | Sep 01 14:26:19.433 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.433 INFO kablam! Sep 01 14:26:19.433 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.433 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 01 14:26:19.433 INFO kablam! | Sep 01 14:26:19.433 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 01 14:26:19.433 INFO kablam! | ^^^ Sep 01 14:26:19.433 INFO kablam! | Sep 01 14:26:19.434 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.434 INFO kablam! Sep 01 14:26:19.442 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.442 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 01 14:26:19.442 INFO kablam! | Sep 01 14:26:19.442 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.442 INFO kablam! | ^^^ Sep 01 14:26:19.442 INFO kablam! | Sep 01 14:26:19.442 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.442 INFO kablam! Sep 01 14:26:19.444 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.444 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 01 14:26:19.444 INFO kablam! | Sep 01 14:26:19.445 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.445 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.445 INFO kablam! | Sep 01 14:26:19.445 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.445 INFO kablam! Sep 01 14:26:19.445 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.445 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 01 14:26:19.445 INFO kablam! | Sep 01 14:26:19.445 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.445 INFO kablam! | ^^^ Sep 01 14:26:19.445 INFO kablam! | Sep 01 14:26:19.445 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.446 INFO kablam! Sep 01 14:26:19.446 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 01 14:26:19.446 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 01 14:26:19.446 INFO kablam! | Sep 01 14:26:19.446 INFO kablam! 9 | use alloc::allocator::Layout; Sep 01 14:26:19.446 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 01 14:26:19.446 INFO kablam! Sep 01 14:26:19.446 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 01 14:26:19.446 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 01 14:26:19.446 INFO kablam! | Sep 01 14:26:19.446 INFO kablam! 9 | use alloc::allocator::Layout; Sep 01 14:26:19.446 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 01 14:26:19.446 INFO kablam! Sep 01 14:26:19.454 INFO kablam! error: aborting due to 30 previous errors Sep 01 14:26:19.454 INFO kablam! Sep 01 14:26:19.454 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 01 14:26:19.454 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 14:26:19.462 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 01 14:26:19.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:26:19.474 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.474 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 01 14:26:19.474 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:19.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.475 INFO kablam! Sep 01 14:26:19.475 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.475 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! 71 | stack: RawVec, Sep 01 14:26:19.475 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.475 INFO kablam! Sep 01 14:26:19.475 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.475 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:19.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.475 INFO kablam! Sep 01 14:26:19.475 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.475 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! 87 | stack: RawVec, Sep 01 14:26:19.475 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.475 INFO kablam! | Sep 01 14:26:19.475 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.476 INFO kablam! Sep 01 14:26:19.476 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.476 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 01 14:26:19.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.476 INFO kablam! Sep 01 14:26:19.476 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.476 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 01 14:26:19.476 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.476 INFO kablam! Sep 01 14:26:19.476 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.476 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 01 14:26:19.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:19.476 INFO kablam! | Sep 01 14:26:19.476 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.476 INFO kablam! Sep 01 14:26:19.476 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.476 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 01 14:26:19.477 INFO kablam! | Sep 01 14:26:19.477 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 01 14:26:19.477 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.477 INFO kablam! | Sep 01 14:26:19.477 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.477 INFO kablam! Sep 01 14:26:19.477 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.477 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 01 14:26:19.477 INFO kablam! | Sep 01 14:26:19.477 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 01 14:26:19.477 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:19.477 INFO kablam! | Sep 01 14:26:19.477 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.477 INFO kablam! Sep 01 14:26:19.504 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.504 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 01 14:26:19.504 INFO kablam! | Sep 01 14:26:19.504 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 01 14:26:19.504 INFO kablam! | ^^^ Sep 01 14:26:19.504 INFO kablam! | Sep 01 14:26:19.504 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.504 INFO kablam! Sep 01 14:26:19.505 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.505 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 01 14:26:19.505 INFO kablam! | Sep 01 14:26:19.505 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 01 14:26:19.505 INFO kablam! | ^^^ Sep 01 14:26:19.505 INFO kablam! | Sep 01 14:26:19.505 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.505 INFO kablam! Sep 01 14:26:19.509 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.509 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 01 14:26:19.509 INFO kablam! | Sep 01 14:26:19.509 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.509 INFO kablam! | ^^^ Sep 01 14:26:19.509 INFO kablam! | Sep 01 14:26:19.509 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.509 INFO kablam! Sep 01 14:26:19.546 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.546 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 01 14:26:19.546 INFO kablam! | Sep 01 14:26:19.546 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.546 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.546 INFO kablam! | Sep 01 14:26:19.546 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.546 INFO kablam! Sep 01 14:26:19.546 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.546 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 01 14:26:19.546 INFO kablam! | Sep 01 14:26:19.546 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 01 14:26:19.546 INFO kablam! | ^^^ Sep 01 14:26:19.546 INFO kablam! | Sep 01 14:26:19.546 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.546 INFO kablam! Sep 01 14:26:19.549 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.549 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 01 14:26:19.549 INFO kablam! | Sep 01 14:26:19.549 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.549 INFO kablam! | ^^^ Sep 01 14:26:19.549 INFO kablam! | Sep 01 14:26:19.549 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.549 INFO kablam! Sep 01 14:26:19.550 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.551 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 01 14:26:19.551 INFO kablam! | Sep 01 14:26:19.551 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.551 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.551 INFO kablam! | Sep 01 14:26:19.551 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.551 INFO kablam! Sep 01 14:26:19.551 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.552 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 01 14:26:19.552 INFO kablam! | Sep 01 14:26:19.552 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.552 INFO kablam! | ^^^ Sep 01 14:26:19.552 INFO kablam! | Sep 01 14:26:19.552 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.552 INFO kablam! Sep 01 14:26:19.589 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.589 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 01 14:26:19.589 INFO kablam! | Sep 01 14:26:19.589 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.589 INFO kablam! | ^^^ Sep 01 14:26:19.589 INFO kablam! | Sep 01 14:26:19.589 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.589 INFO kablam! Sep 01 14:26:19.590 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.590 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 01 14:26:19.590 INFO kablam! | Sep 01 14:26:19.590 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.590 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.590 INFO kablam! | Sep 01 14:26:19.590 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.590 INFO kablam! Sep 01 14:26:19.591 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.591 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 01 14:26:19.591 INFO kablam! | Sep 01 14:26:19.591 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.591 INFO kablam! | ^^^ Sep 01 14:26:19.591 INFO kablam! | Sep 01 14:26:19.591 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.591 INFO kablam! Sep 01 14:26:19.594 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.594 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 01 14:26:19.594 INFO kablam! | Sep 01 14:26:19.594 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.594 INFO kablam! | ^^^ Sep 01 14:26:19.594 INFO kablam! | Sep 01 14:26:19.594 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.594 INFO kablam! Sep 01 14:26:19.595 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.595 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 01 14:26:19.596 INFO kablam! | Sep 01 14:26:19.596 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.596 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.596 INFO kablam! | Sep 01 14:26:19.596 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.596 INFO kablam! Sep 01 14:26:19.596 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.596 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 01 14:26:19.596 INFO kablam! | Sep 01 14:26:19.596 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.596 INFO kablam! | ^^^ Sep 01 14:26:19.596 INFO kablam! | Sep 01 14:26:19.596 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.596 INFO kablam! Sep 01 14:26:19.599 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.599 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 01 14:26:19.599 INFO kablam! | Sep 01 14:26:19.599 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.599 INFO kablam! | ^^^ Sep 01 14:26:19.599 INFO kablam! | Sep 01 14:26:19.599 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.599 INFO kablam! Sep 01 14:26:19.601 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.601 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 01 14:26:19.601 INFO kablam! | Sep 01 14:26:19.601 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 01 14:26:19.601 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.601 INFO kablam! | Sep 01 14:26:19.601 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.601 INFO kablam! Sep 01 14:26:19.601 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.601 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 01 14:26:19.601 INFO kablam! | Sep 01 14:26:19.601 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.601 INFO kablam! | ^^^ Sep 01 14:26:19.601 INFO kablam! | Sep 01 14:26:19.601 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.601 INFO kablam! Sep 01 14:26:19.614 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.614 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 01 14:26:19.614 INFO kablam! | Sep 01 14:26:19.614 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 01 14:26:19.614 INFO kablam! | ^^^ Sep 01 14:26:19.614 INFO kablam! | Sep 01 14:26:19.614 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.614 INFO kablam! Sep 01 14:26:19.616 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.616 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 01 14:26:19.616 INFO kablam! | Sep 01 14:26:19.616 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 01 14:26:19.616 INFO kablam! | ^^^ Sep 01 14:26:19.616 INFO kablam! | Sep 01 14:26:19.616 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.616 INFO kablam! Sep 01 14:26:19.618 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.618 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 01 14:26:19.618 INFO kablam! | Sep 01 14:26:19.618 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 01 14:26:19.618 INFO kablam! | ^^^ Sep 01 14:26:19.618 INFO kablam! | Sep 01 14:26:19.618 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.618 INFO kablam! Sep 01 14:26:19.620 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.620 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 01 14:26:19.620 INFO kablam! | Sep 01 14:26:19.620 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 01 14:26:19.620 INFO kablam! | ^^^ Sep 01 14:26:19.620 INFO kablam! | Sep 01 14:26:19.620 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.620 INFO kablam! Sep 01 14:26:19.622 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.622 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 01 14:26:19.622 INFO kablam! | Sep 01 14:26:19.622 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 01 14:26:19.622 INFO kablam! | ^^^ Sep 01 14:26:19.622 INFO kablam! | Sep 01 14:26:19.622 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.622 INFO kablam! Sep 01 14:26:19.623 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.623 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 01 14:26:19.624 INFO kablam! | Sep 01 14:26:19.624 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 01 14:26:19.624 INFO kablam! | ^^^ Sep 01 14:26:19.624 INFO kablam! | Sep 01 14:26:19.624 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.624 INFO kablam! Sep 01 14:26:19.625 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.625 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 01 14:26:19.625 INFO kablam! | Sep 01 14:26:19.626 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 01 14:26:19.626 INFO kablam! | ^^^ Sep 01 14:26:19.626 INFO kablam! | Sep 01 14:26:19.626 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.626 INFO kablam! Sep 01 14:26:19.627 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.627 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 01 14:26:19.627 INFO kablam! | Sep 01 14:26:19.627 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 01 14:26:19.627 INFO kablam! | ^^^ Sep 01 14:26:19.627 INFO kablam! | Sep 01 14:26:19.628 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.628 INFO kablam! Sep 01 14:26:19.631 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.631 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 01 14:26:19.631 INFO kablam! | Sep 01 14:26:19.631 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 01 14:26:19.631 INFO kablam! | ^^^ Sep 01 14:26:19.631 INFO kablam! | Sep 01 14:26:19.631 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.631 INFO kablam! Sep 01 14:26:19.633 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.633 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 01 14:26:19.633 INFO kablam! | Sep 01 14:26:19.633 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 01 14:26:19.633 INFO kablam! | ^^^ Sep 01 14:26:19.633 INFO kablam! | Sep 01 14:26:19.633 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.633 INFO kablam! Sep 01 14:26:19.635 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.635 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 01 14:26:19.635 INFO kablam! | Sep 01 14:26:19.635 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 01 14:26:19.635 INFO kablam! | ^^^ Sep 01 14:26:19.635 INFO kablam! | Sep 01 14:26:19.635 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.636 INFO kablam! Sep 01 14:26:19.637 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.637 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 01 14:26:19.637 INFO kablam! | Sep 01 14:26:19.637 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 01 14:26:19.637 INFO kablam! | ^^^ Sep 01 14:26:19.637 INFO kablam! | Sep 01 14:26:19.637 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.637 INFO kablam! Sep 01 14:26:19.640 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.640 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 01 14:26:19.640 INFO kablam! | Sep 01 14:26:19.640 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 01 14:26:19.640 INFO kablam! | ^^^ Sep 01 14:26:19.640 INFO kablam! | Sep 01 14:26:19.641 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.641 INFO kablam! Sep 01 14:26:19.641 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.641 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 01 14:26:19.641 INFO kablam! | Sep 01 14:26:19.642 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 01 14:26:19.642 INFO kablam! | ^^^ Sep 01 14:26:19.642 INFO kablam! | Sep 01 14:26:19.642 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.642 INFO kablam! Sep 01 14:26:19.642 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.642 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 01 14:26:19.643 INFO kablam! | Sep 01 14:26:19.643 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 01 14:26:19.643 INFO kablam! | ^^^ Sep 01 14:26:19.643 INFO kablam! | Sep 01 14:26:19.643 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.643 INFO kablam! Sep 01 14:26:19.643 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.643 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 01 14:26:19.643 INFO kablam! | Sep 01 14:26:19.643 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 01 14:26:19.644 INFO kablam! | ^^^ Sep 01 14:26:19.644 INFO kablam! | Sep 01 14:26:19.644 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.644 INFO kablam! Sep 01 14:26:19.644 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.645 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 01 14:26:19.645 INFO kablam! | Sep 01 14:26:19.645 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 01 14:26:19.645 INFO kablam! | ^^^ Sep 01 14:26:19.645 INFO kablam! | Sep 01 14:26:19.645 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.645 INFO kablam! Sep 01 14:26:19.645 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.645 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 01 14:26:19.645 INFO kablam! | Sep 01 14:26:19.646 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.646 INFO kablam! | ^^^ Sep 01 14:26:19.646 INFO kablam! | Sep 01 14:26:19.646 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.646 INFO kablam! Sep 01 14:26:19.646 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.646 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 01 14:26:19.646 INFO kablam! | Sep 01 14:26:19.646 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.647 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.647 INFO kablam! | Sep 01 14:26:19.647 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.647 INFO kablam! Sep 01 14:26:19.647 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.647 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 01 14:26:19.647 INFO kablam! | Sep 01 14:26:19.647 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 01 14:26:19.647 INFO kablam! | ^^^ Sep 01 14:26:19.648 INFO kablam! | Sep 01 14:26:19.648 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.648 INFO kablam! Sep 01 14:26:19.651 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.651 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 01 14:26:19.651 INFO kablam! | Sep 01 14:26:19.651 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 01 14:26:19.651 INFO kablam! | ^^^ Sep 01 14:26:19.651 INFO kablam! | Sep 01 14:26:19.651 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.651 INFO kablam! Sep 01 14:26:19.653 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.653 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 01 14:26:19.653 INFO kablam! | Sep 01 14:26:19.653 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 01 14:26:19.653 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.653 INFO kablam! | Sep 01 14:26:19.653 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.653 INFO kablam! Sep 01 14:26:19.653 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.653 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 01 14:26:19.653 INFO kablam! | Sep 01 14:26:19.653 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 01 14:26:19.653 INFO kablam! | ^^^ Sep 01 14:26:19.653 INFO kablam! | Sep 01 14:26:19.653 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.653 INFO kablam! Sep 01 14:26:19.658 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.658 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 01 14:26:19.658 INFO kablam! | Sep 01 14:26:19.658 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.658 INFO kablam! | ^^^ Sep 01 14:26:19.658 INFO kablam! | Sep 01 14:26:19.658 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.658 INFO kablam! Sep 01 14:26:19.659 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.659 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 01 14:26:19.659 INFO kablam! | Sep 01 14:26:19.660 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.660 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.660 INFO kablam! | Sep 01 14:26:19.660 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.660 INFO kablam! Sep 01 14:26:19.660 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.660 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 01 14:26:19.660 INFO kablam! | Sep 01 14:26:19.660 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 01 14:26:19.660 INFO kablam! | ^^^ Sep 01 14:26:19.660 INFO kablam! | Sep 01 14:26:19.660 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.660 INFO kablam! Sep 01 14:26:19.664 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.664 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 01 14:26:19.664 INFO kablam! | Sep 01 14:26:19.664 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.664 INFO kablam! | ^^^ Sep 01 14:26:19.664 INFO kablam! | Sep 01 14:26:19.664 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.664 INFO kablam! Sep 01 14:26:19.665 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.665 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 01 14:26:19.665 INFO kablam! | Sep 01 14:26:19.665 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.665 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.665 INFO kablam! | Sep 01 14:26:19.665 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.666 INFO kablam! Sep 01 14:26:19.667 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.667 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 01 14:26:19.667 INFO kablam! | Sep 01 14:26:19.667 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.667 INFO kablam! | ^^^ Sep 01 14:26:19.667 INFO kablam! | Sep 01 14:26:19.667 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.667 INFO kablam! Sep 01 14:26:19.670 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.670 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 01 14:26:19.670 INFO kablam! | Sep 01 14:26:19.670 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.670 INFO kablam! | ^^^ Sep 01 14:26:19.670 INFO kablam! | Sep 01 14:26:19.670 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.670 INFO kablam! Sep 01 14:26:19.672 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.672 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 01 14:26:19.672 INFO kablam! | Sep 01 14:26:19.672 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.672 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.672 INFO kablam! | Sep 01 14:26:19.672 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.672 INFO kablam! Sep 01 14:26:19.672 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.672 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 01 14:26:19.672 INFO kablam! | Sep 01 14:26:19.672 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.673 INFO kablam! | ^^^ Sep 01 14:26:19.673 INFO kablam! | Sep 01 14:26:19.673 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.673 INFO kablam! Sep 01 14:26:19.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.677 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 01 14:26:19.677 INFO kablam! | Sep 01 14:26:19.678 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.678 INFO kablam! | ^^^ Sep 01 14:26:19.678 INFO kablam! | Sep 01 14:26:19.678 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.678 INFO kablam! Sep 01 14:26:19.679 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.680 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 01 14:26:19.680 INFO kablam! | Sep 01 14:26:19.680 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.680 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.680 INFO kablam! | Sep 01 14:26:19.680 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.680 INFO kablam! Sep 01 14:26:19.680 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.680 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 01 14:26:19.681 INFO kablam! | Sep 01 14:26:19.681 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.681 INFO kablam! | ^^^ Sep 01 14:26:19.681 INFO kablam! | Sep 01 14:26:19.681 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.681 INFO kablam! Sep 01 14:26:19.685 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.685 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 01 14:26:19.685 INFO kablam! | Sep 01 14:26:19.685 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.685 INFO kablam! | ^^^ Sep 01 14:26:19.685 INFO kablam! | Sep 01 14:26:19.686 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.686 INFO kablam! Sep 01 14:26:19.686 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.686 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 01 14:26:19.686 INFO kablam! | Sep 01 14:26:19.686 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 01 14:26:19.686 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.686 INFO kablam! | Sep 01 14:26:19.686 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.687 INFO kablam! Sep 01 14:26:19.687 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.687 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 01 14:26:19.687 INFO kablam! | Sep 01 14:26:19.687 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.688 INFO kablam! | ^^^ Sep 01 14:26:19.688 INFO kablam! | Sep 01 14:26:19.688 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.688 INFO kablam! Sep 01 14:26:19.692 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 01 14:26:19.692 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 01 14:26:19.692 INFO kablam! | Sep 01 14:26:19.693 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 01 14:26:19.693 INFO kablam! | ^^^^^^^^^ Sep 01 14:26:19.693 INFO kablam! | Sep 01 14:26:19.693 INFO kablam! = help: did you mean `offset`? Sep 01 14:26:19.693 INFO kablam! Sep 01 14:26:19.694 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:19.694 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 01 14:26:19.694 INFO kablam! | Sep 01 14:26:19.694 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 01 14:26:19.694 INFO kablam! | ^^^ Sep 01 14:26:19.694 INFO kablam! | Sep 01 14:26:19.694 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:19.694 INFO kablam! Sep 01 14:26:19.705 INFO kablam! error: aborting due to 68 previous errors Sep 01 14:26:19.705 INFO kablam! Sep 01 14:26:19.706 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 01 14:26:19.706 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 14:26:19.713 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 01 14:26:19.713 INFO kablam! Sep 01 14:26:19.713 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:26:19.714 INFO kablam! su: No module specific data is present Sep 01 14:26:20.140 INFO running `"docker" "rm" "-f" "2cbb06eaf27b2f89bd8f7d694007aa72ed1b7cffcb012d4b8b5d451f1b001a85"` Sep 01 14:26:20.270 INFO blam! 2cbb06eaf27b2f89bd8f7d694007aa72ed1b7cffcb012d4b8b5d451f1b001a85