Sep 19 22:32:38.363 INFO checking maskerad_stack_allocator-1.1.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:32:38.363 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:32:38.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:32:38.567 INFO blam! cff9f3f23b60bb91e1c5411fefde632ffe7b4e15f3c38fcf17f0e8ad486611bd Sep 19 22:32:38.568 INFO running `"docker" "start" "-a" "cff9f3f23b60bb91e1c5411fefde632ffe7b4e15f3c38fcf17f0e8ad486611bd"` Sep 19 22:32:40.006 INFO kablam! usermod: no changes Sep 19 22:32:40.042 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (/source) Sep 19 22:32:40.213 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 19 22:32:40.213 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 19 22:32:40.213 INFO kablam! | Sep 19 22:32:40.213 INFO kablam! 9 | use alloc::allocator::Layout; Sep 19 22:32:40.213 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 19 22:32:40.213 INFO kablam! Sep 19 22:32:40.213 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 19 22:32:40.213 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 19 22:32:40.213 INFO kablam! | Sep 19 22:32:40.213 INFO kablam! 9 | use alloc::allocator::Layout; Sep 19 22:32:40.213 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 19 22:32:40.213 INFO kablam! Sep 19 22:32:40.218 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.218 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 19 22:32:40.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.218 INFO kablam! Sep 19 22:32:40.218 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.218 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! 71 | stack: RawVec, Sep 19 22:32:40.218 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.218 INFO kablam! Sep 19 22:32:40.218 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.218 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 19 22:32:40.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.218 INFO kablam! | Sep 19 22:32:40.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 87 | stack: RawVec, Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.219 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.219 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 19 22:32:40.219 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.219 INFO kablam! | Sep 19 22:32:40.219 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.219 INFO kablam! Sep 19 22:32:40.231 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.231 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 19 22:32:40.231 INFO kablam! | Sep 19 22:32:40.231 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 19 22:32:40.231 INFO kablam! | ^^^ Sep 19 22:32:40.231 INFO kablam! | Sep 19 22:32:40.231 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.231 INFO kablam! Sep 19 22:32:40.232 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.232 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 19 22:32:40.232 INFO kablam! | Sep 19 22:32:40.232 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 19 22:32:40.232 INFO kablam! | ^^^ Sep 19 22:32:40.232 INFO kablam! | Sep 19 22:32:40.232 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.232 INFO kablam! Sep 19 22:32:40.235 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.235 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 19 22:32:40.235 INFO kablam! | Sep 19 22:32:40.235 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.235 INFO kablam! | ^^^ Sep 19 22:32:40.235 INFO kablam! | Sep 19 22:32:40.235 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.235 INFO kablam! Sep 19 22:32:40.266 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.266 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 19 22:32:40.266 INFO kablam! | Sep 19 22:32:40.266 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.267 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.267 INFO kablam! | Sep 19 22:32:40.267 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.267 INFO kablam! Sep 19 22:32:40.267 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.267 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 19 22:32:40.267 INFO kablam! | Sep 19 22:32:40.267 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.267 INFO kablam! | ^^^ Sep 19 22:32:40.267 INFO kablam! | Sep 19 22:32:40.267 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.267 INFO kablam! Sep 19 22:32:40.270 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 19 22:32:40.270 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 19 22:32:40.270 INFO kablam! | Sep 19 22:32:40.270 INFO kablam! 9 | use alloc::allocator::Layout; Sep 19 22:32:40.270 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 19 22:32:40.270 INFO kablam! Sep 19 22:32:40.270 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 19 22:32:40.270 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 19 22:32:40.270 INFO kablam! | Sep 19 22:32:40.270 INFO kablam! 9 | use alloc::allocator::Layout; Sep 19 22:32:40.270 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 19 22:32:40.270 INFO kablam! Sep 19 22:32:40.271 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.271 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 19 22:32:40.271 INFO kablam! | Sep 19 22:32:40.271 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 19 22:32:40.271 INFO kablam! | ^^^ Sep 19 22:32:40.271 INFO kablam! | Sep 19 22:32:40.271 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.272 INFO kablam! Sep 19 22:32:40.272 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.272 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 19 22:32:40.272 INFO kablam! | Sep 19 22:32:40.272 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 19 22:32:40.272 INFO kablam! | ^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.275 INFO kablam! Sep 19 22:32:40.275 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.275 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 19 22:32:40.275 INFO kablam! | ^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.275 INFO kablam! Sep 19 22:32:40.275 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.275 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 19 22:32:40.275 INFO kablam! | ^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.275 INFO kablam! Sep 19 22:32:40.275 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.275 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 19 22:32:40.275 INFO kablam! | ^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.275 INFO kablam! Sep 19 22:32:40.275 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.275 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.275 INFO kablam! | ^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.275 INFO kablam! Sep 19 22:32:40.275 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.275 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.275 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.275 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.275 INFO kablam! | Sep 19 22:32:40.276 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.276 INFO kablam! Sep 19 22:32:40.276 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.276 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 19 22:32:40.276 INFO kablam! | Sep 19 22:32:40.276 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.276 INFO kablam! | ^^^ Sep 19 22:32:40.276 INFO kablam! | Sep 19 22:32:40.276 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.276 INFO kablam! Sep 19 22:32:40.284 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.284 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 19 22:32:40.284 INFO kablam! | Sep 19 22:32:40.284 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 19 22:32:40.284 INFO kablam! | ^^^ Sep 19 22:32:40.284 INFO kablam! | Sep 19 22:32:40.284 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.284 INFO kablam! Sep 19 22:32:40.285 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.285 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 19 22:32:40.285 INFO kablam! | Sep 19 22:32:40.285 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 19 22:32:40.285 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.285 INFO kablam! | Sep 19 22:32:40.285 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.285 INFO kablam! Sep 19 22:32:40.286 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.286 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 19 22:32:40.286 INFO kablam! | Sep 19 22:32:40.286 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 19 22:32:40.286 INFO kablam! | ^^^ Sep 19 22:32:40.286 INFO kablam! | Sep 19 22:32:40.286 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.286 INFO kablam! Sep 19 22:32:40.288 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.288 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 19 22:32:40.288 INFO kablam! | Sep 19 22:32:40.288 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.289 INFO kablam! | ^^^ Sep 19 22:32:40.289 INFO kablam! | Sep 19 22:32:40.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.289 INFO kablam! Sep 19 22:32:40.290 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.290 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 19 22:32:40.290 INFO kablam! | Sep 19 22:32:40.290 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.290 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.290 INFO kablam! | Sep 19 22:32:40.290 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.290 INFO kablam! Sep 19 22:32:40.290 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.290 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 19 22:32:40.290 INFO kablam! | Sep 19 22:32:40.290 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.290 INFO kablam! | ^^^ Sep 19 22:32:40.290 INFO kablam! | Sep 19 22:32:40.290 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.290 INFO kablam! Sep 19 22:32:40.290 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.291 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 19 22:32:40.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.291 INFO kablam! Sep 19 22:32:40.291 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.291 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! 71 | stack: RawVec, Sep 19 22:32:40.291 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.291 INFO kablam! Sep 19 22:32:40.291 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.291 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 19 22:32:40.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.291 INFO kablam! Sep 19 22:32:40.291 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.291 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.291 INFO kablam! 87 | stack: RawVec, Sep 19 22:32:40.291 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.291 INFO kablam! | Sep 19 22:32:40.292 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.292 INFO kablam! Sep 19 22:32:40.292 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.292 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 19 22:32:40.292 INFO kablam! | Sep 19 22:32:40.292 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 19 22:32:40.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.292 INFO kablam! | Sep 19 22:32:40.292 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.292 INFO kablam! Sep 19 22:32:40.295 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.295 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 19 22:32:40.295 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.295 INFO kablam! Sep 19 22:32:40.295 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.295 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 19 22:32:40.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.295 INFO kablam! Sep 19 22:32:40.295 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.295 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 19 22:32:40.295 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.295 INFO kablam! Sep 19 22:32:40.295 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.295 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 19 22:32:40.295 INFO kablam! | ^^^^^^^^^^ Sep 19 22:32:40.295 INFO kablam! | Sep 19 22:32:40.295 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.295 INFO kablam! Sep 19 22:32:40.296 INFO kablam! error: aborting due to 30 previous errors Sep 19 22:32:40.296 INFO kablam! Sep 19 22:32:40.296 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 19 22:32:40.296 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 22:32:40.301 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 19 22:32:40.301 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:32:40.318 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.318 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 19 22:32:40.318 INFO kablam! | Sep 19 22:32:40.318 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 19 22:32:40.318 INFO kablam! | ^^^ Sep 19 22:32:40.318 INFO kablam! | Sep 19 22:32:40.318 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.318 INFO kablam! Sep 19 22:32:40.319 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.319 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 19 22:32:40.319 INFO kablam! | Sep 19 22:32:40.319 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 19 22:32:40.319 INFO kablam! | ^^^ Sep 19 22:32:40.319 INFO kablam! | Sep 19 22:32:40.319 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.319 INFO kablam! Sep 19 22:32:40.321 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.321 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 19 22:32:40.321 INFO kablam! | Sep 19 22:32:40.321 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.321 INFO kablam! | ^^^ Sep 19 22:32:40.321 INFO kablam! | Sep 19 22:32:40.322 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.322 INFO kablam! Sep 19 22:32:40.372 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.372 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.373 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.373 INFO kablam! Sep 19 22:32:40.373 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.373 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 19 22:32:40.373 INFO kablam! | ^^^ Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.373 INFO kablam! Sep 19 22:32:40.373 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.373 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.373 INFO kablam! | ^^^ Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.373 INFO kablam! Sep 19 22:32:40.373 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.373 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.373 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.373 INFO kablam! Sep 19 22:32:40.373 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.373 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.373 INFO kablam! | ^^^ Sep 19 22:32:40.373 INFO kablam! | Sep 19 22:32:40.373 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.373 INFO kablam! Sep 19 22:32:40.398 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.398 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 19 22:32:40.398 INFO kablam! | Sep 19 22:32:40.398 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.398 INFO kablam! | ^^^ Sep 19 22:32:40.398 INFO kablam! | Sep 19 22:32:40.398 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.398 INFO kablam! Sep 19 22:32:40.400 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.400 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 19 22:32:40.400 INFO kablam! | Sep 19 22:32:40.400 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.400 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.400 INFO kablam! | Sep 19 22:32:40.400 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.400 INFO kablam! Sep 19 22:32:40.400 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.400 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 19 22:32:40.400 INFO kablam! | Sep 19 22:32:40.400 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.400 INFO kablam! | ^^^ Sep 19 22:32:40.400 INFO kablam! | Sep 19 22:32:40.400 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.400 INFO kablam! Sep 19 22:32:40.407 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.407 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.407 INFO kablam! | ^^^ Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.407 INFO kablam! Sep 19 22:32:40.407 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.407 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.407 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.407 INFO kablam! Sep 19 22:32:40.407 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.407 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.407 INFO kablam! | ^^^ Sep 19 22:32:40.407 INFO kablam! | Sep 19 22:32:40.407 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.407 INFO kablam! Sep 19 22:32:40.408 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.408 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 19 22:32:40.408 INFO kablam! | Sep 19 22:32:40.408 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.408 INFO kablam! | ^^^ Sep 19 22:32:40.408 INFO kablam! | Sep 19 22:32:40.408 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.408 INFO kablam! Sep 19 22:32:40.409 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.409 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 19 22:32:40.409 INFO kablam! | Sep 19 22:32:40.409 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 19 22:32:40.409 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.409 INFO kablam! | Sep 19 22:32:40.409 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.409 INFO kablam! Sep 19 22:32:40.409 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.409 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 19 22:32:40.409 INFO kablam! | Sep 19 22:32:40.409 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.409 INFO kablam! | ^^^ Sep 19 22:32:40.409 INFO kablam! | Sep 19 22:32:40.409 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.409 INFO kablam! Sep 19 22:32:40.419 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.419 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 19 22:32:40.419 INFO kablam! | Sep 19 22:32:40.419 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 19 22:32:40.419 INFO kablam! | ^^^ Sep 19 22:32:40.419 INFO kablam! | Sep 19 22:32:40.419 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.419 INFO kablam! Sep 19 22:32:40.420 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.420 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 19 22:32:40.420 INFO kablam! | Sep 19 22:32:40.420 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 19 22:32:40.420 INFO kablam! | ^^^ Sep 19 22:32:40.420 INFO kablam! | Sep 19 22:32:40.420 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.420 INFO kablam! Sep 19 22:32:40.421 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.421 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 19 22:32:40.421 INFO kablam! | Sep 19 22:32:40.421 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 19 22:32:40.422 INFO kablam! | ^^^ Sep 19 22:32:40.422 INFO kablam! | Sep 19 22:32:40.422 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.422 INFO kablam! Sep 19 22:32:40.424 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.424 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 19 22:32:40.424 INFO kablam! | Sep 19 22:32:40.424 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 19 22:32:40.424 INFO kablam! | ^^^ Sep 19 22:32:40.424 INFO kablam! | Sep 19 22:32:40.424 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.424 INFO kablam! Sep 19 22:32:40.427 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.427 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 19 22:32:40.427 INFO kablam! | ^^^ Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.427 INFO kablam! Sep 19 22:32:40.427 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.427 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 19 22:32:40.427 INFO kablam! | ^^^ Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.427 INFO kablam! Sep 19 22:32:40.427 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.427 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 19 22:32:40.427 INFO kablam! | ^^^ Sep 19 22:32:40.427 INFO kablam! | Sep 19 22:32:40.427 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.427 INFO kablam! Sep 19 22:32:40.431 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.431 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 19 22:32:40.431 INFO kablam! | Sep 19 22:32:40.431 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 19 22:32:40.431 INFO kablam! | ^^^ Sep 19 22:32:40.431 INFO kablam! | Sep 19 22:32:40.431 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.431 INFO kablam! Sep 19 22:32:40.431 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.431 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 19 22:32:40.431 INFO kablam! | Sep 19 22:32:40.431 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 19 22:32:40.431 INFO kablam! | ^^^ Sep 19 22:32:40.431 INFO kablam! | Sep 19 22:32:40.431 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.431 INFO kablam! Sep 19 22:32:40.433 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.433 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 19 22:32:40.433 INFO kablam! | Sep 19 22:32:40.433 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 19 22:32:40.433 INFO kablam! | ^^^ Sep 19 22:32:40.433 INFO kablam! | Sep 19 22:32:40.433 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.433 INFO kablam! Sep 19 22:32:40.433 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.433 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 19 22:32:40.433 INFO kablam! | Sep 19 22:32:40.433 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 19 22:32:40.433 INFO kablam! | ^^^ Sep 19 22:32:40.433 INFO kablam! | Sep 19 22:32:40.433 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.433 INFO kablam! Sep 19 22:32:40.434 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.434 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 19 22:32:40.434 INFO kablam! | Sep 19 22:32:40.434 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 19 22:32:40.434 INFO kablam! | ^^^ Sep 19 22:32:40.434 INFO kablam! | Sep 19 22:32:40.434 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.435 INFO kablam! Sep 19 22:32:40.436 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.436 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 19 22:32:40.436 INFO kablam! | Sep 19 22:32:40.436 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 19 22:32:40.436 INFO kablam! | ^^^ Sep 19 22:32:40.436 INFO kablam! | Sep 19 22:32:40.436 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.436 INFO kablam! Sep 19 22:32:40.436 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.436 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 19 22:32:40.436 INFO kablam! | Sep 19 22:32:40.436 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 19 22:32:40.436 INFO kablam! | ^^^ Sep 19 22:32:40.436 INFO kablam! | Sep 19 22:32:40.436 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.436 INFO kablam! Sep 19 22:32:40.437 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.437 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 19 22:32:40.437 INFO kablam! | Sep 19 22:32:40.437 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 19 22:32:40.437 INFO kablam! | ^^^ Sep 19 22:32:40.437 INFO kablam! | Sep 19 22:32:40.437 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.437 INFO kablam! Sep 19 22:32:40.437 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.437 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 19 22:32:40.437 INFO kablam! | Sep 19 22:32:40.437 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 19 22:32:40.437 INFO kablam! | ^^^ Sep 19 22:32:40.437 INFO kablam! | Sep 19 22:32:40.437 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.437 INFO kablam! Sep 19 22:32:40.437 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.437 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 19 22:32:40.438 INFO kablam! | Sep 19 22:32:40.438 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 19 22:32:40.438 INFO kablam! | ^^^ Sep 19 22:32:40.438 INFO kablam! | Sep 19 22:32:40.438 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.438 INFO kablam! Sep 19 22:32:40.438 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.438 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 19 22:32:40.438 INFO kablam! | Sep 19 22:32:40.438 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.438 INFO kablam! | ^^^ Sep 19 22:32:40.438 INFO kablam! | Sep 19 22:32:40.438 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.438 INFO kablam! Sep 19 22:32:40.440 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.440 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 19 22:32:40.440 INFO kablam! | Sep 19 22:32:40.440 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.440 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.440 INFO kablam! | Sep 19 22:32:40.440 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.440 INFO kablam! Sep 19 22:32:40.443 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.443 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 19 22:32:40.443 INFO kablam! | Sep 19 22:32:40.443 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 19 22:32:40.443 INFO kablam! | ^^^ Sep 19 22:32:40.443 INFO kablam! | Sep 19 22:32:40.443 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.443 INFO kablam! Sep 19 22:32:40.444 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.444 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 19 22:32:40.444 INFO kablam! | Sep 19 22:32:40.444 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 19 22:32:40.444 INFO kablam! | ^^^ Sep 19 22:32:40.444 INFO kablam! | Sep 19 22:32:40.444 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.444 INFO kablam! Sep 19 22:32:40.446 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.446 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 19 22:32:40.446 INFO kablam! | Sep 19 22:32:40.446 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 19 22:32:40.446 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.446 INFO kablam! | Sep 19 22:32:40.446 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.446 INFO kablam! Sep 19 22:32:40.453 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.453 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 19 22:32:40.453 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 19 22:32:40.454 INFO kablam! | ^^^ Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.454 INFO kablam! Sep 19 22:32:40.454 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.454 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.454 INFO kablam! | ^^^ Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.454 INFO kablam! Sep 19 22:32:40.454 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.454 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.454 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.454 INFO kablam! Sep 19 22:32:40.454 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.454 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 19 22:32:40.454 INFO kablam! | ^^^ Sep 19 22:32:40.454 INFO kablam! | Sep 19 22:32:40.454 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.454 INFO kablam! Sep 19 22:32:40.461 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.461 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.461 INFO kablam! | ^^^ Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.461 INFO kablam! Sep 19 22:32:40.461 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.461 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.461 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.461 INFO kablam! Sep 19 22:32:40.461 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.461 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.461 INFO kablam! | ^^^ Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.461 INFO kablam! Sep 19 22:32:40.461 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.461 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.461 INFO kablam! | ^^^ Sep 19 22:32:40.461 INFO kablam! | Sep 19 22:32:40.461 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.461 INFO kablam! Sep 19 22:32:40.462 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.462 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 19 22:32:40.462 INFO kablam! | Sep 19 22:32:40.462 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.462 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.462 INFO kablam! | Sep 19 22:32:40.462 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.462 INFO kablam! Sep 19 22:32:40.462 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.462 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 19 22:32:40.462 INFO kablam! | Sep 19 22:32:40.462 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.462 INFO kablam! | ^^^ Sep 19 22:32:40.462 INFO kablam! | Sep 19 22:32:40.462 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.462 INFO kablam! Sep 19 22:32:40.463 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.463 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 19 22:32:40.463 INFO kablam! | Sep 19 22:32:40.463 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.463 INFO kablam! | ^^^ Sep 19 22:32:40.463 INFO kablam! | Sep 19 22:32:40.463 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.463 INFO kablam! Sep 19 22:32:40.466 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.466 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 19 22:32:40.466 INFO kablam! | Sep 19 22:32:40.466 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.466 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.466 INFO kablam! | Sep 19 22:32:40.466 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.466 INFO kablam! Sep 19 22:32:40.466 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.466 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 19 22:32:40.466 INFO kablam! | Sep 19 22:32:40.466 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.466 INFO kablam! | ^^^ Sep 19 22:32:40.466 INFO kablam! | Sep 19 22:32:40.466 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.466 INFO kablam! Sep 19 22:32:40.467 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.468 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 19 22:32:40.468 INFO kablam! | Sep 19 22:32:40.468 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.468 INFO kablam! | ^^^ Sep 19 22:32:40.468 INFO kablam! | Sep 19 22:32:40.468 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.468 INFO kablam! Sep 19 22:32:40.469 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.469 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 19 22:32:40.469 INFO kablam! | Sep 19 22:32:40.469 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 19 22:32:40.469 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.469 INFO kablam! | Sep 19 22:32:40.469 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.469 INFO kablam! Sep 19 22:32:40.469 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.469 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 19 22:32:40.469 INFO kablam! | Sep 19 22:32:40.469 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.469 INFO kablam! | ^^^ Sep 19 22:32:40.469 INFO kablam! | Sep 19 22:32:40.469 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.469 INFO kablam! Sep 19 22:32:40.476 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 19 22:32:40.476 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 19 22:32:40.476 INFO kablam! | Sep 19 22:32:40.476 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 19 22:32:40.476 INFO kablam! | ^^^^^^^^^ Sep 19 22:32:40.476 INFO kablam! | Sep 19 22:32:40.476 INFO kablam! = help: did you mean `offset`? Sep 19 22:32:40.476 INFO kablam! Sep 19 22:32:40.476 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:32:40.476 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 19 22:32:40.476 INFO kablam! | Sep 19 22:32:40.476 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 19 22:32:40.476 INFO kablam! | ^^^ Sep 19 22:32:40.476 INFO kablam! | Sep 19 22:32:40.476 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:32:40.476 INFO kablam! Sep 19 22:32:40.487 INFO kablam! error: aborting due to 68 previous errors Sep 19 22:32:40.487 INFO kablam! Sep 19 22:32:40.487 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 19 22:32:40.487 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 22:32:40.499 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 19 22:32:40.499 INFO kablam! Sep 19 22:32:40.499 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:32:40.499 INFO kablam! su: No module specific data is present Sep 19 22:32:41.145 INFO running `"docker" "rm" "-f" "cff9f3f23b60bb91e1c5411fefde632ffe7b4e15f3c38fcf17f0e8ad486611bd"` Sep 19 22:32:41.206 INFO blam! cff9f3f23b60bb91e1c5411fefde632ffe7b4e15f3c38fcf17f0e8ad486611bd