Sep 06 04:01:00.179 INFO checking maskerad_stack_allocator-1.1.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 04:01:00.179 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 04:01:00.179 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:01:00.379 INFO blam! 3f393c84e9bbb4f2979674702687d977797d025451f034b8b8e24f090e0aded8 Sep 06 04:01:00.381 INFO running `"docker" "start" "-a" "3f393c84e9bbb4f2979674702687d977797d025451f034b8b8e24f090e0aded8"` Sep 06 04:01:01.445 INFO kablam! usermod: no changes Sep 06 04:01:01.474 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (file:///source) Sep 06 04:01:01.649 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:01:01.649 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 06 04:01:01.650 INFO kablam! | Sep 06 04:01:01.650 INFO kablam! 9 | use alloc::allocator::Layout; Sep 06 04:01:01.650 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:01:01.650 INFO kablam! Sep 06 04:01:01.650 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:01:01.650 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 06 04:01:01.650 INFO kablam! | Sep 06 04:01:01.650 INFO kablam! 9 | use alloc::allocator::Layout; Sep 06 04:01:01.650 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:01:01.650 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 71 | stack: RawVec, Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 87 | stack: RawVec, Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.659 INFO kablam! Sep 06 04:01:01.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.659 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.659 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 06 04:01:01.659 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.659 INFO kablam! | Sep 06 04:01:01.660 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.660 INFO kablam! Sep 06 04:01:01.660 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.660 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 06 04:01:01.660 INFO kablam! | Sep 06 04:01:01.660 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 06 04:01:01.660 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.660 INFO kablam! | Sep 06 04:01:01.660 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.660 INFO kablam! Sep 06 04:01:01.665 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.665 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 06 04:01:01.665 INFO kablam! | Sep 06 04:01:01.665 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 06 04:01:01.665 INFO kablam! | ^^^ Sep 06 04:01:01.665 INFO kablam! | Sep 06 04:01:01.665 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.665 INFO kablam! Sep 06 04:01:01.666 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.666 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 06 04:01:01.666 INFO kablam! | Sep 06 04:01:01.666 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 06 04:01:01.666 INFO kablam! | ^^^ Sep 06 04:01:01.666 INFO kablam! | Sep 06 04:01:01.666 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.666 INFO kablam! Sep 06 04:01:01.668 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.668 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 06 04:01:01.668 INFO kablam! | Sep 06 04:01:01.668 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.668 INFO kablam! | ^^^ Sep 06 04:01:01.668 INFO kablam! | Sep 06 04:01:01.668 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.668 INFO kablam! Sep 06 04:01:01.695 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.695 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 06 04:01:01.696 INFO kablam! | Sep 06 04:01:01.696 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.696 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.696 INFO kablam! | Sep 06 04:01:01.696 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.696 INFO kablam! Sep 06 04:01:01.696 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.696 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 06 04:01:01.696 INFO kablam! | Sep 06 04:01:01.696 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.696 INFO kablam! | ^^^ Sep 06 04:01:01.696 INFO kablam! | Sep 06 04:01:01.696 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.696 INFO kablam! Sep 06 04:01:01.702 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.702 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 06 04:01:01.702 INFO kablam! | Sep 06 04:01:01.702 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 06 04:01:01.702 INFO kablam! | ^^^ Sep 06 04:01:01.702 INFO kablam! | Sep 06 04:01:01.702 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.702 INFO kablam! Sep 06 04:01:01.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.706 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 06 04:01:01.706 INFO kablam! | ^^^ Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.706 INFO kablam! Sep 06 04:01:01.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.706 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 06 04:01:01.706 INFO kablam! | ^^^ Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.706 INFO kablam! Sep 06 04:01:01.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.706 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 06 04:01:01.706 INFO kablam! | ^^^ Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.706 INFO kablam! Sep 06 04:01:01.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.706 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 06 04:01:01.706 INFO kablam! | ^^^ Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.706 INFO kablam! Sep 06 04:01:01.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.706 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.706 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.706 INFO kablam! | ^^^ Sep 06 04:01:01.706 INFO kablam! | Sep 06 04:01:01.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.707 INFO kablam! Sep 06 04:01:01.707 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.707 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 06 04:01:01.707 INFO kablam! | Sep 06 04:01:01.707 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.707 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.707 INFO kablam! | Sep 06 04:01:01.707 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.707 INFO kablam! Sep 06 04:01:01.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.707 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 06 04:01:01.707 INFO kablam! | Sep 06 04:01:01.707 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.707 INFO kablam! | ^^^ Sep 06 04:01:01.707 INFO kablam! | Sep 06 04:01:01.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.707 INFO kablam! Sep 06 04:01:01.717 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.717 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 06 04:01:01.717 INFO kablam! | Sep 06 04:01:01.717 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 06 04:01:01.717 INFO kablam! | ^^^ Sep 06 04:01:01.717 INFO kablam! | Sep 06 04:01:01.717 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.717 INFO kablam! Sep 06 04:01:01.718 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.718 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 06 04:01:01.718 INFO kablam! | Sep 06 04:01:01.718 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 06 04:01:01.718 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.718 INFO kablam! | Sep 06 04:01:01.719 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.719 INFO kablam! Sep 06 04:01:01.719 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.719 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 06 04:01:01.719 INFO kablam! | Sep 06 04:01:01.719 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 06 04:01:01.719 INFO kablam! | ^^^ Sep 06 04:01:01.719 INFO kablam! | Sep 06 04:01:01.719 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.719 INFO kablam! Sep 06 04:01:01.722 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.722 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 06 04:01:01.722 INFO kablam! | Sep 06 04:01:01.722 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.723 INFO kablam! | ^^^ Sep 06 04:01:01.723 INFO kablam! | Sep 06 04:01:01.723 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.723 INFO kablam! Sep 06 04:01:01.724 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.724 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 06 04:01:01.724 INFO kablam! | Sep 06 04:01:01.724 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.724 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.724 INFO kablam! | Sep 06 04:01:01.724 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.724 INFO kablam! Sep 06 04:01:01.724 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.724 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 06 04:01:01.724 INFO kablam! | Sep 06 04:01:01.724 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.724 INFO kablam! | ^^^ Sep 06 04:01:01.724 INFO kablam! | Sep 06 04:01:01.725 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.725 INFO kablam! Sep 06 04:01:01.729 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:01:01.729 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 06 04:01:01.729 INFO kablam! | Sep 06 04:01:01.729 INFO kablam! 9 | use alloc::allocator::Layout; Sep 06 04:01:01.729 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:01:01.729 INFO kablam! Sep 06 04:01:01.729 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:01:01.729 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 06 04:01:01.729 INFO kablam! | Sep 06 04:01:01.729 INFO kablam! 9 | use alloc::allocator::Layout; Sep 06 04:01:01.729 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:01:01.729 INFO kablam! Sep 06 04:01:01.731 INFO kablam! error: aborting due to 30 previous errors Sep 06 04:01:01.731 INFO kablam! Sep 06 04:01:01.731 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 06 04:01:01.731 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 04:01:01.737 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 06 04:01:01.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:01:01.748 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.748 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 06 04:01:01.748 INFO kablam! | Sep 06 04:01:01.748 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 06 04:01:01.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.748 INFO kablam! | Sep 06 04:01:01.748 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.748 INFO kablam! Sep 06 04:01:01.748 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.748 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 06 04:01:01.748 INFO kablam! | Sep 06 04:01:01.748 INFO kablam! 71 | stack: RawVec, Sep 06 04:01:01.748 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.748 INFO kablam! | Sep 06 04:01:01.748 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.748 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 87 | stack: RawVec, Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 06 04:01:01.749 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.749 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.749 INFO kablam! Sep 06 04:01:01.749 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.749 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 06 04:01:01.749 INFO kablam! | Sep 06 04:01:01.750 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 06 04:01:01.750 INFO kablam! | ^^^^^^^^^^ Sep 06 04:01:01.750 INFO kablam! | Sep 06 04:01:01.750 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.750 INFO kablam! Sep 06 04:01:01.770 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.770 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 06 04:01:01.770 INFO kablam! | Sep 06 04:01:01.770 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 06 04:01:01.770 INFO kablam! | ^^^ Sep 06 04:01:01.770 INFO kablam! | Sep 06 04:01:01.770 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.770 INFO kablam! Sep 06 04:01:01.771 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.771 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 06 04:01:01.771 INFO kablam! | Sep 06 04:01:01.771 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 06 04:01:01.771 INFO kablam! | ^^^ Sep 06 04:01:01.771 INFO kablam! | Sep 06 04:01:01.771 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.771 INFO kablam! Sep 06 04:01:01.773 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.773 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 06 04:01:01.773 INFO kablam! | Sep 06 04:01:01.773 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.773 INFO kablam! | ^^^ Sep 06 04:01:01.773 INFO kablam! | Sep 06 04:01:01.773 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.773 INFO kablam! Sep 06 04:01:01.814 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.814 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 06 04:01:01.814 INFO kablam! | Sep 06 04:01:01.814 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.814 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.814 INFO kablam! | Sep 06 04:01:01.814 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.814 INFO kablam! Sep 06 04:01:01.815 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.815 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 06 04:01:01.815 INFO kablam! | Sep 06 04:01:01.815 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 06 04:01:01.815 INFO kablam! | ^^^ Sep 06 04:01:01.815 INFO kablam! | Sep 06 04:01:01.815 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.815 INFO kablam! Sep 06 04:01:01.817 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.817 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 06 04:01:01.817 INFO kablam! | Sep 06 04:01:01.817 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.817 INFO kablam! | ^^^ Sep 06 04:01:01.817 INFO kablam! | Sep 06 04:01:01.818 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.818 INFO kablam! Sep 06 04:01:01.820 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.820 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 06 04:01:01.820 INFO kablam! | Sep 06 04:01:01.820 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.820 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.820 INFO kablam! | Sep 06 04:01:01.820 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.820 INFO kablam! Sep 06 04:01:01.820 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.820 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 06 04:01:01.820 INFO kablam! | Sep 06 04:01:01.820 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.820 INFO kablam! | ^^^ Sep 06 04:01:01.820 INFO kablam! | Sep 06 04:01:01.820 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.820 INFO kablam! Sep 06 04:01:01.845 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.845 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 06 04:01:01.845 INFO kablam! | Sep 06 04:01:01.845 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.845 INFO kablam! | ^^^ Sep 06 04:01:01.845 INFO kablam! | Sep 06 04:01:01.845 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.845 INFO kablam! Sep 06 04:01:01.847 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.847 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 06 04:01:01.847 INFO kablam! | Sep 06 04:01:01.847 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.847 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.847 INFO kablam! | Sep 06 04:01:01.847 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.847 INFO kablam! Sep 06 04:01:01.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.847 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 06 04:01:01.847 INFO kablam! | Sep 06 04:01:01.847 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.847 INFO kablam! | ^^^ Sep 06 04:01:01.847 INFO kablam! | Sep 06 04:01:01.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.847 INFO kablam! Sep 06 04:01:01.849 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.849 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 06 04:01:01.849 INFO kablam! | Sep 06 04:01:01.849 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.849 INFO kablam! | ^^^ Sep 06 04:01:01.849 INFO kablam! | Sep 06 04:01:01.849 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.849 INFO kablam! Sep 06 04:01:01.851 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.851 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 06 04:01:01.851 INFO kablam! | Sep 06 04:01:01.851 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.851 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.851 INFO kablam! | Sep 06 04:01:01.851 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.851 INFO kablam! Sep 06 04:01:01.851 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.851 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 06 04:01:01.851 INFO kablam! | Sep 06 04:01:01.851 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.851 INFO kablam! | ^^^ Sep 06 04:01:01.851 INFO kablam! | Sep 06 04:01:01.851 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.851 INFO kablam! Sep 06 04:01:01.853 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.853 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 06 04:01:01.853 INFO kablam! | Sep 06 04:01:01.853 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.853 INFO kablam! | ^^^ Sep 06 04:01:01.853 INFO kablam! | Sep 06 04:01:01.853 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.853 INFO kablam! Sep 06 04:01:01.855 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.855 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 06 04:01:01.855 INFO kablam! | Sep 06 04:01:01.855 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 06 04:01:01.855 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.855 INFO kablam! | Sep 06 04:01:01.855 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.855 INFO kablam! Sep 06 04:01:01.855 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.855 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 06 04:01:01.855 INFO kablam! | Sep 06 04:01:01.855 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.855 INFO kablam! | ^^^ Sep 06 04:01:01.855 INFO kablam! | Sep 06 04:01:01.855 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.855 INFO kablam! Sep 06 04:01:01.864 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.864 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 06 04:01:01.864 INFO kablam! | Sep 06 04:01:01.864 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 06 04:01:01.864 INFO kablam! | ^^^ Sep 06 04:01:01.864 INFO kablam! | Sep 06 04:01:01.864 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.864 INFO kablam! Sep 06 04:01:01.865 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.865 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 06 04:01:01.865 INFO kablam! | Sep 06 04:01:01.865 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 06 04:01:01.865 INFO kablam! | ^^^ Sep 06 04:01:01.865 INFO kablam! | Sep 06 04:01:01.865 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.865 INFO kablam! Sep 06 04:01:01.869 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.869 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 06 04:01:01.869 INFO kablam! | Sep 06 04:01:01.869 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 06 04:01:01.869 INFO kablam! | ^^^ Sep 06 04:01:01.869 INFO kablam! | Sep 06 04:01:01.869 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.869 INFO kablam! Sep 06 04:01:01.871 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.871 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 06 04:01:01.871 INFO kablam! | Sep 06 04:01:01.871 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 06 04:01:01.871 INFO kablam! | ^^^ Sep 06 04:01:01.871 INFO kablam! | Sep 06 04:01:01.871 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.871 INFO kablam! Sep 06 04:01:01.872 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.872 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 06 04:01:01.872 INFO kablam! | Sep 06 04:01:01.872 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 06 04:01:01.872 INFO kablam! | ^^^ Sep 06 04:01:01.872 INFO kablam! | Sep 06 04:01:01.872 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.872 INFO kablam! Sep 06 04:01:01.873 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.873 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 06 04:01:01.873 INFO kablam! | Sep 06 04:01:01.873 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 06 04:01:01.873 INFO kablam! | ^^^ Sep 06 04:01:01.873 INFO kablam! | Sep 06 04:01:01.873 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.873 INFO kablam! Sep 06 04:01:01.878 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.878 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 06 04:01:01.878 INFO kablam! | ^^^ Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.878 INFO kablam! Sep 06 04:01:01.878 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.878 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 06 04:01:01.878 INFO kablam! | ^^^ Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.878 INFO kablam! Sep 06 04:01:01.878 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.878 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 06 04:01:01.878 INFO kablam! | ^^^ Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.878 INFO kablam! Sep 06 04:01:01.878 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.878 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 06 04:01:01.878 INFO kablam! | ^^^ Sep 06 04:01:01.878 INFO kablam! | Sep 06 04:01:01.878 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.878 INFO kablam! Sep 06 04:01:01.879 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.879 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 06 04:01:01.879 INFO kablam! | Sep 06 04:01:01.879 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 06 04:01:01.879 INFO kablam! | ^^^ Sep 06 04:01:01.879 INFO kablam! | Sep 06 04:01:01.879 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.879 INFO kablam! Sep 06 04:01:01.881 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.881 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 06 04:01:01.881 INFO kablam! | Sep 06 04:01:01.881 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 06 04:01:01.881 INFO kablam! | ^^^ Sep 06 04:01:01.881 INFO kablam! | Sep 06 04:01:01.881 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.881 INFO kablam! Sep 06 04:01:01.881 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.881 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 06 04:01:01.881 INFO kablam! | Sep 06 04:01:01.881 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 06 04:01:01.881 INFO kablam! | ^^^ Sep 06 04:01:01.881 INFO kablam! | Sep 06 04:01:01.881 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.881 INFO kablam! Sep 06 04:01:01.882 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.882 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 06 04:01:01.882 INFO kablam! | Sep 06 04:01:01.882 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 06 04:01:01.882 INFO kablam! | ^^^ Sep 06 04:01:01.882 INFO kablam! | Sep 06 04:01:01.882 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.882 INFO kablam! Sep 06 04:01:01.883 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.883 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 06 04:01:01.883 INFO kablam! | ^^^ Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.883 INFO kablam! Sep 06 04:01:01.883 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.883 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 06 04:01:01.883 INFO kablam! | ^^^ Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.883 INFO kablam! Sep 06 04:01:01.883 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.883 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 06 04:01:01.883 INFO kablam! | ^^^ Sep 06 04:01:01.883 INFO kablam! | Sep 06 04:01:01.883 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.883 INFO kablam! Sep 06 04:01:01.884 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.884 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 06 04:01:01.884 INFO kablam! | Sep 06 04:01:01.884 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.884 INFO kablam! | ^^^ Sep 06 04:01:01.884 INFO kablam! | Sep 06 04:01:01.884 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.884 INFO kablam! Sep 06 04:01:01.885 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.885 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 06 04:01:01.885 INFO kablam! | Sep 06 04:01:01.885 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.885 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.885 INFO kablam! | Sep 06 04:01:01.885 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.885 INFO kablam! Sep 06 04:01:01.885 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.885 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 06 04:01:01.885 INFO kablam! | Sep 06 04:01:01.885 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 06 04:01:01.885 INFO kablam! | ^^^ Sep 06 04:01:01.885 INFO kablam! | Sep 06 04:01:01.885 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.885 INFO kablam! Sep 06 04:01:01.888 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.888 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 06 04:01:01.888 INFO kablam! | Sep 06 04:01:01.888 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 06 04:01:01.888 INFO kablam! | ^^^ Sep 06 04:01:01.888 INFO kablam! | Sep 06 04:01:01.888 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.888 INFO kablam! Sep 06 04:01:01.889 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.889 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 06 04:01:01.889 INFO kablam! | Sep 06 04:01:01.889 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 06 04:01:01.889 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.889 INFO kablam! | Sep 06 04:01:01.889 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.889 INFO kablam! Sep 06 04:01:01.889 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.890 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 06 04:01:01.890 INFO kablam! | Sep 06 04:01:01.890 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 06 04:01:01.890 INFO kablam! | ^^^ Sep 06 04:01:01.890 INFO kablam! | Sep 06 04:01:01.890 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.890 INFO kablam! Sep 06 04:01:01.892 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.892 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 06 04:01:01.892 INFO kablam! | Sep 06 04:01:01.892 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.892 INFO kablam! | ^^^ Sep 06 04:01:01.892 INFO kablam! | Sep 06 04:01:01.892 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.892 INFO kablam! Sep 06 04:01:01.893 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.893 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 06 04:01:01.893 INFO kablam! | Sep 06 04:01:01.893 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.893 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.893 INFO kablam! | Sep 06 04:01:01.893 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.893 INFO kablam! Sep 06 04:01:01.893 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.893 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 06 04:01:01.893 INFO kablam! | Sep 06 04:01:01.893 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 06 04:01:01.893 INFO kablam! | ^^^ Sep 06 04:01:01.893 INFO kablam! | Sep 06 04:01:01.893 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.893 INFO kablam! Sep 06 04:01:01.895 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.895 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 06 04:01:01.895 INFO kablam! | Sep 06 04:01:01.895 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.895 INFO kablam! | ^^^ Sep 06 04:01:01.895 INFO kablam! | Sep 06 04:01:01.895 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.895 INFO kablam! Sep 06 04:01:01.896 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.896 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 06 04:01:01.896 INFO kablam! | Sep 06 04:01:01.896 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.896 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.896 INFO kablam! | Sep 06 04:01:01.897 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.897 INFO kablam! Sep 06 04:01:01.897 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.897 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 06 04:01:01.897 INFO kablam! | Sep 06 04:01:01.897 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.897 INFO kablam! | ^^^ Sep 06 04:01:01.897 INFO kablam! | Sep 06 04:01:01.897 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.897 INFO kablam! Sep 06 04:01:01.898 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.898 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 06 04:01:01.898 INFO kablam! | Sep 06 04:01:01.898 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.898 INFO kablam! | ^^^ Sep 06 04:01:01.898 INFO kablam! | Sep 06 04:01:01.898 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.898 INFO kablam! Sep 06 04:01:01.899 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.899 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 06 04:01:01.899 INFO kablam! | Sep 06 04:01:01.899 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.900 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.900 INFO kablam! | Sep 06 04:01:01.900 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.900 INFO kablam! Sep 06 04:01:01.900 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.900 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 06 04:01:01.900 INFO kablam! | Sep 06 04:01:01.900 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.900 INFO kablam! | ^^^ Sep 06 04:01:01.900 INFO kablam! | Sep 06 04:01:01.900 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.900 INFO kablam! Sep 06 04:01:01.901 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.901 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 06 04:01:01.901 INFO kablam! | Sep 06 04:01:01.901 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.901 INFO kablam! | ^^^ Sep 06 04:01:01.901 INFO kablam! | Sep 06 04:01:01.901 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.901 INFO kablam! Sep 06 04:01:01.902 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.902 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 06 04:01:01.902 INFO kablam! | Sep 06 04:01:01.902 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.902 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.902 INFO kablam! | Sep 06 04:01:01.902 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.902 INFO kablam! Sep 06 04:01:01.902 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.902 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 06 04:01:01.902 INFO kablam! | Sep 06 04:01:01.902 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.902 INFO kablam! | ^^^ Sep 06 04:01:01.902 INFO kablam! | Sep 06 04:01:01.902 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.902 INFO kablam! Sep 06 04:01:01.904 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.904 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 06 04:01:01.904 INFO kablam! | Sep 06 04:01:01.904 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.904 INFO kablam! | ^^^ Sep 06 04:01:01.904 INFO kablam! | Sep 06 04:01:01.904 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.904 INFO kablam! Sep 06 04:01:01.910 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.910 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 06 04:01:01.910 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.910 INFO kablam! Sep 06 04:01:01.910 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.910 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.910 INFO kablam! | ^^^ Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.910 INFO kablam! Sep 06 04:01:01.910 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 06 04:01:01.910 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 06 04:01:01.910 INFO kablam! | ^^^^^^^^^ Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! = help: did you mean `offset`? Sep 06 04:01:01.910 INFO kablam! Sep 06 04:01:01.910 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 04:01:01.910 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 06 04:01:01.910 INFO kablam! | ^^^ Sep 06 04:01:01.910 INFO kablam! | Sep 06 04:01:01.910 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 04:01:01.910 INFO kablam! Sep 06 04:01:01.916 INFO kablam! error: aborting due to 68 previous errors Sep 06 04:01:01.916 INFO kablam! Sep 06 04:01:01.916 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 06 04:01:01.917 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 04:01:01.924 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 06 04:01:01.924 INFO kablam! Sep 06 04:01:01.924 INFO kablam! To learn more, run the command again with --verbose. Sep 06 04:01:01.926 INFO kablam! su: No module specific data is present Sep 06 04:01:02.496 INFO running `"docker" "rm" "-f" "3f393c84e9bbb4f2979674702687d977797d025451f034b8b8e24f090e0aded8"` Sep 06 04:01:02.564 INFO blam! 3f393c84e9bbb4f2979674702687d977797d025451f034b8b8e24f090e0aded8