Sep 04 14:15:15.315 INFO checking maskerad_stack_allocator-1.1.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:15:15.315 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:15:15.316 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:15:15.566 INFO blam! 17f1ba604c7ea017a8b2f2f9c055c573aab8eff954f0ec3fa68594d156e8d0b5 Sep 04 14:15:15.569 INFO running `"docker" "start" "-a" "17f1ba604c7ea017a8b2f2f9c055c573aab8eff954f0ec3fa68594d156e8d0b5"` Sep 04 14:15:16.359 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (file:///source) Sep 04 14:15:16.669 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 14:15:16.669 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 04 14:15:16.669 INFO kablam! | Sep 04 14:15:16.669 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 14:15:16.669 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 14:15:16.669 INFO kablam! Sep 04 14:15:16.669 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 14:15:16.669 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 04 14:15:16.669 INFO kablam! | Sep 04 14:15:16.669 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 14:15:16.669 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 14:15:16.669 INFO kablam! Sep 04 14:15:16.675 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.675 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:16.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.676 INFO kablam! Sep 04 14:15:16.676 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.676 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! 71 | stack: RawVec, Sep 04 14:15:16.676 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.676 INFO kablam! Sep 04 14:15:16.676 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.676 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:16.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.676 INFO kablam! Sep 04 14:15:16.676 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.676 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! 87 | stack: RawVec, Sep 04 14:15:16.676 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.676 INFO kablam! Sep 04 14:15:16.676 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.676 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.676 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 04 14:15:16.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.676 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.677 INFO kablam! Sep 04 14:15:16.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.677 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 04 14:15:16.677 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.677 INFO kablam! Sep 04 14:15:16.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.677 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 14:15:16.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.677 INFO kablam! Sep 04 14:15:16.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.677 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 14:15:16.677 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.677 INFO kablam! Sep 04 14:15:16.677 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.677 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 04 14:15:16.677 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.677 INFO kablam! | Sep 04 14:15:16.677 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.677 INFO kablam! Sep 04 14:15:16.697 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.697 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 04 14:15:16.697 INFO kablam! | Sep 04 14:15:16.697 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 04 14:15:16.697 INFO kablam! | ^^^ Sep 04 14:15:16.697 INFO kablam! | Sep 04 14:15:16.697 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.697 INFO kablam! Sep 04 14:15:16.698 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.698 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 04 14:15:16.698 INFO kablam! | Sep 04 14:15:16.698 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 04 14:15:16.698 INFO kablam! | ^^^ Sep 04 14:15:16.698 INFO kablam! | Sep 04 14:15:16.698 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.698 INFO kablam! Sep 04 14:15:16.702 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.702 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 04 14:15:16.702 INFO kablam! | Sep 04 14:15:16.702 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.702 INFO kablam! | ^^^ Sep 04 14:15:16.702 INFO kablam! | Sep 04 14:15:16.702 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.702 INFO kablam! Sep 04 14:15:16.732 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.732 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 04 14:15:16.732 INFO kablam! | Sep 04 14:15:16.732 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.732 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.732 INFO kablam! | Sep 04 14:15:16.732 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.732 INFO kablam! Sep 04 14:15:16.732 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.732 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 04 14:15:16.732 INFO kablam! | Sep 04 14:15:16.732 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.732 INFO kablam! | ^^^ Sep 04 14:15:16.732 INFO kablam! | Sep 04 14:15:16.733 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.733 INFO kablam! Sep 04 14:15:16.741 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.741 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 04 14:15:16.741 INFO kablam! | Sep 04 14:15:16.741 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 04 14:15:16.741 INFO kablam! | ^^^ Sep 04 14:15:16.741 INFO kablam! | Sep 04 14:15:16.741 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.741 INFO kablam! Sep 04 14:15:16.741 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.741 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 04 14:15:16.741 INFO kablam! | Sep 04 14:15:16.741 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 04 14:15:16.741 INFO kablam! | ^^^ Sep 04 14:15:16.741 INFO kablam! | Sep 04 14:15:16.741 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.741 INFO kablam! Sep 04 14:15:16.742 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.742 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 04 14:15:16.742 INFO kablam! | Sep 04 14:15:16.742 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 04 14:15:16.742 INFO kablam! | ^^^ Sep 04 14:15:16.742 INFO kablam! | Sep 04 14:15:16.742 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.742 INFO kablam! Sep 04 14:15:16.742 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.742 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 04 14:15:16.742 INFO kablam! | Sep 04 14:15:16.742 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 14:15:16.742 INFO kablam! | ^^^ Sep 04 14:15:16.742 INFO kablam! | Sep 04 14:15:16.742 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.742 INFO kablam! Sep 04 14:15:16.743 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.743 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 04 14:15:16.743 INFO kablam! | Sep 04 14:15:16.743 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 14:15:16.743 INFO kablam! | ^^^ Sep 04 14:15:16.743 INFO kablam! | Sep 04 14:15:16.743 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.743 INFO kablam! Sep 04 14:15:16.744 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.744 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 04 14:15:16.744 INFO kablam! | Sep 04 14:15:16.744 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:16.744 INFO kablam! | ^^^ Sep 04 14:15:16.744 INFO kablam! | Sep 04 14:15:16.744 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.744 INFO kablam! Sep 04 14:15:16.745 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.745 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 04 14:15:16.745 INFO kablam! | Sep 04 14:15:16.746 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:16.746 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.746 INFO kablam! | Sep 04 14:15:16.746 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.746 INFO kablam! Sep 04 14:15:16.746 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.746 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 04 14:15:16.746 INFO kablam! | Sep 04 14:15:16.746 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:16.746 INFO kablam! | ^^^ Sep 04 14:15:16.746 INFO kablam! | Sep 04 14:15:16.746 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.746 INFO kablam! Sep 04 14:15:16.767 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.767 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 14:15:16.767 INFO kablam! | ^^^ Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.767 INFO kablam! Sep 04 14:15:16.767 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.767 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 14:15:16.767 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.767 INFO kablam! Sep 04 14:15:16.767 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.767 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 04 14:15:16.767 INFO kablam! | ^^^ Sep 04 14:15:16.767 INFO kablam! | Sep 04 14:15:16.767 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.767 INFO kablam! Sep 04 14:15:16.772 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.772 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 04 14:15:16.772 INFO kablam! | Sep 04 14:15:16.772 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:16.772 INFO kablam! | ^^^ Sep 04 14:15:16.772 INFO kablam! | Sep 04 14:15:16.772 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.772 INFO kablam! Sep 04 14:15:16.773 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.773 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 04 14:15:16.773 INFO kablam! | Sep 04 14:15:16.773 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:16.773 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.773 INFO kablam! | Sep 04 14:15:16.773 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.773 INFO kablam! Sep 04 14:15:16.774 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.774 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 04 14:15:16.774 INFO kablam! | Sep 04 14:15:16.774 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:16.774 INFO kablam! | ^^^ Sep 04 14:15:16.774 INFO kablam! | Sep 04 14:15:16.774 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.774 INFO kablam! Sep 04 14:15:16.780 INFO kablam! error: aborting due to 30 previous errors Sep 04 14:15:16.780 INFO kablam! Sep 04 14:15:16.780 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 04 14:15:16.780 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 14:15:16.786 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 04 14:15:16.786 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:15:16.841 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 14:15:16.841 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 04 14:15:16.841 INFO kablam! | Sep 04 14:15:16.841 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 14:15:16.841 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 14:15:16.841 INFO kablam! Sep 04 14:15:16.841 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 14:15:16.841 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 04 14:15:16.841 INFO kablam! | Sep 04 14:15:16.841 INFO kablam! 9 | use alloc::allocator::Layout; Sep 04 14:15:16.841 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 14:15:16.842 INFO kablam! Sep 04 14:15:16.858 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.858 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 04 14:15:16.858 INFO kablam! | Sep 04 14:15:16.858 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:16.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.858 INFO kablam! | Sep 04 14:15:16.858 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.858 INFO kablam! Sep 04 14:15:16.858 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.858 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 04 14:15:16.858 INFO kablam! | Sep 04 14:15:16.858 INFO kablam! 71 | stack: RawVec, Sep 04 14:15:16.858 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.858 INFO kablam! | Sep 04 14:15:16.858 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.858 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.859 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:16.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.859 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.859 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! 87 | stack: RawVec, Sep 04 14:15:16.859 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.859 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.859 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 04 14:15:16.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.859 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.859 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 04 14:15:16.859 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.859 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.859 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 14:15:16.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:16.859 INFO kablam! | Sep 04 14:15:16.859 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.859 INFO kablam! Sep 04 14:15:16.859 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.860 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 04 14:15:16.860 INFO kablam! | Sep 04 14:15:16.860 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 04 14:15:16.860 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.860 INFO kablam! | Sep 04 14:15:16.860 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.860 INFO kablam! Sep 04 14:15:16.860 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.860 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 04 14:15:16.860 INFO kablam! | Sep 04 14:15:16.860 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 04 14:15:16.860 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:16.860 INFO kablam! | Sep 04 14:15:16.860 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.860 INFO kablam! Sep 04 14:15:16.906 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.906 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 04 14:15:16.906 INFO kablam! | Sep 04 14:15:16.906 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 04 14:15:16.906 INFO kablam! | ^^^ Sep 04 14:15:16.906 INFO kablam! | Sep 04 14:15:16.906 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.906 INFO kablam! Sep 04 14:15:16.908 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.908 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 04 14:15:16.908 INFO kablam! | Sep 04 14:15:16.908 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 04 14:15:16.908 INFO kablam! | ^^^ Sep 04 14:15:16.908 INFO kablam! | Sep 04 14:15:16.908 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.908 INFO kablam! Sep 04 14:15:16.915 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.915 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 04 14:15:16.915 INFO kablam! | Sep 04 14:15:16.915 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.915 INFO kablam! | ^^^ Sep 04 14:15:16.915 INFO kablam! | Sep 04 14:15:16.915 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.915 INFO kablam! Sep 04 14:15:16.980 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.980 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 04 14:15:16.980 INFO kablam! | Sep 04 14:15:16.980 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.980 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.980 INFO kablam! | Sep 04 14:15:16.980 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.980 INFO kablam! Sep 04 14:15:16.980 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.980 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 04 14:15:16.980 INFO kablam! | Sep 04 14:15:16.980 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 04 14:15:16.980 INFO kablam! | ^^^ Sep 04 14:15:16.980 INFO kablam! | Sep 04 14:15:16.980 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.980 INFO kablam! Sep 04 14:15:16.985 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.985 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 04 14:15:16.985 INFO kablam! | Sep 04 14:15:16.985 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:16.985 INFO kablam! | ^^^ Sep 04 14:15:16.985 INFO kablam! | Sep 04 14:15:16.985 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.985 INFO kablam! Sep 04 14:15:16.986 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:16.986 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 04 14:15:16.986 INFO kablam! | Sep 04 14:15:16.987 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:16.987 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:16.987 INFO kablam! | Sep 04 14:15:16.987 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:16.987 INFO kablam! Sep 04 14:15:16.987 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:16.987 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 04 14:15:16.987 INFO kablam! | Sep 04 14:15:16.987 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:16.987 INFO kablam! | ^^^ Sep 04 14:15:16.987 INFO kablam! | Sep 04 14:15:16.987 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:16.987 INFO kablam! Sep 04 14:15:17.023 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.023 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 04 14:15:17.023 INFO kablam! | Sep 04 14:15:17.023 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.023 INFO kablam! | ^^^ Sep 04 14:15:17.023 INFO kablam! | Sep 04 14:15:17.023 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.023 INFO kablam! Sep 04 14:15:17.025 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.025 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 04 14:15:17.025 INFO kablam! | Sep 04 14:15:17.025 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.025 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.025 INFO kablam! | Sep 04 14:15:17.025 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.025 INFO kablam! Sep 04 14:15:17.025 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.025 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 04 14:15:17.025 INFO kablam! | Sep 04 14:15:17.025 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.025 INFO kablam! | ^^^ Sep 04 14:15:17.025 INFO kablam! | Sep 04 14:15:17.025 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.025 INFO kablam! Sep 04 14:15:17.028 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.028 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 04 14:15:17.028 INFO kablam! | Sep 04 14:15:17.028 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.028 INFO kablam! | ^^^ Sep 04 14:15:17.028 INFO kablam! | Sep 04 14:15:17.028 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.028 INFO kablam! Sep 04 14:15:17.029 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.029 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 04 14:15:17.029 INFO kablam! | Sep 04 14:15:17.029 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.030 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.030 INFO kablam! | Sep 04 14:15:17.030 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.030 INFO kablam! Sep 04 14:15:17.030 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.030 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 04 14:15:17.030 INFO kablam! | Sep 04 14:15:17.030 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.030 INFO kablam! | ^^^ Sep 04 14:15:17.030 INFO kablam! | Sep 04 14:15:17.030 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.030 INFO kablam! Sep 04 14:15:17.033 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.033 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 04 14:15:17.033 INFO kablam! | Sep 04 14:15:17.033 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.033 INFO kablam! | ^^^ Sep 04 14:15:17.033 INFO kablam! | Sep 04 14:15:17.033 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.033 INFO kablam! Sep 04 14:15:17.034 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.034 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 04 14:15:17.034 INFO kablam! | Sep 04 14:15:17.035 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 04 14:15:17.035 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.035 INFO kablam! | Sep 04 14:15:17.035 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.035 INFO kablam! Sep 04 14:15:17.035 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.035 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 04 14:15:17.035 INFO kablam! | Sep 04 14:15:17.035 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.035 INFO kablam! | ^^^ Sep 04 14:15:17.035 INFO kablam! | Sep 04 14:15:17.035 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.035 INFO kablam! Sep 04 14:15:17.049 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.049 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 04 14:15:17.049 INFO kablam! | Sep 04 14:15:17.049 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 04 14:15:17.049 INFO kablam! | ^^^ Sep 04 14:15:17.049 INFO kablam! | Sep 04 14:15:17.049 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.049 INFO kablam! Sep 04 14:15:17.050 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.050 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 04 14:15:17.050 INFO kablam! | Sep 04 14:15:17.050 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 04 14:15:17.050 INFO kablam! | ^^^ Sep 04 14:15:17.050 INFO kablam! | Sep 04 14:15:17.050 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.050 INFO kablam! Sep 04 14:15:17.051 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.051 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 04 14:15:17.051 INFO kablam! | Sep 04 14:15:17.051 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 14:15:17.052 INFO kablam! | ^^^ Sep 04 14:15:17.052 INFO kablam! | Sep 04 14:15:17.052 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.052 INFO kablam! Sep 04 14:15:17.054 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.054 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 04 14:15:17.054 INFO kablam! | Sep 04 14:15:17.054 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 14:15:17.054 INFO kablam! | ^^^ Sep 04 14:15:17.054 INFO kablam! | Sep 04 14:15:17.054 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.054 INFO kablam! Sep 04 14:15:17.056 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.056 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 04 14:15:17.056 INFO kablam! | Sep 04 14:15:17.056 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 14:15:17.056 INFO kablam! | ^^^ Sep 04 14:15:17.056 INFO kablam! | Sep 04 14:15:17.056 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.056 INFO kablam! Sep 04 14:15:17.058 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.058 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 04 14:15:17.058 INFO kablam! | Sep 04 14:15:17.058 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 14:15:17.058 INFO kablam! | ^^^ Sep 04 14:15:17.058 INFO kablam! | Sep 04 14:15:17.058 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.058 INFO kablam! Sep 04 14:15:17.060 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.060 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 04 14:15:17.060 INFO kablam! | Sep 04 14:15:17.060 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 04 14:15:17.060 INFO kablam! | ^^^ Sep 04 14:15:17.060 INFO kablam! | Sep 04 14:15:17.060 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.060 INFO kablam! Sep 04 14:15:17.062 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.062 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 04 14:15:17.062 INFO kablam! | Sep 04 14:15:17.062 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 04 14:15:17.062 INFO kablam! | ^^^ Sep 04 14:15:17.062 INFO kablam! | Sep 04 14:15:17.062 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.062 INFO kablam! Sep 04 14:15:17.065 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.065 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 04 14:15:17.066 INFO kablam! | Sep 04 14:15:17.066 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 04 14:15:17.066 INFO kablam! | ^^^ Sep 04 14:15:17.066 INFO kablam! | Sep 04 14:15:17.066 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.066 INFO kablam! Sep 04 14:15:17.068 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.069 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 04 14:15:17.069 INFO kablam! | Sep 04 14:15:17.069 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 04 14:15:17.069 INFO kablam! | ^^^ Sep 04 14:15:17.069 INFO kablam! | Sep 04 14:15:17.069 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.069 INFO kablam! Sep 04 14:15:17.071 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.071 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 04 14:15:17.071 INFO kablam! | Sep 04 14:15:17.071 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 04 14:15:17.071 INFO kablam! | ^^^ Sep 04 14:15:17.071 INFO kablam! | Sep 04 14:15:17.071 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.071 INFO kablam! Sep 04 14:15:17.073 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.073 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 04 14:15:17.073 INFO kablam! | Sep 04 14:15:17.073 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 04 14:15:17.073 INFO kablam! | ^^^ Sep 04 14:15:17.073 INFO kablam! | Sep 04 14:15:17.073 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.073 INFO kablam! Sep 04 14:15:17.075 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.075 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 04 14:15:17.075 INFO kablam! | Sep 04 14:15:17.075 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 04 14:15:17.075 INFO kablam! | ^^^ Sep 04 14:15:17.075 INFO kablam! | Sep 04 14:15:17.076 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.076 INFO kablam! Sep 04 14:15:17.076 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.076 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 04 14:15:17.076 INFO kablam! | Sep 04 14:15:17.076 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 04 14:15:17.076 INFO kablam! | ^^^ Sep 04 14:15:17.076 INFO kablam! | Sep 04 14:15:17.076 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.076 INFO kablam! Sep 04 14:15:17.077 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.077 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 04 14:15:17.077 INFO kablam! | Sep 04 14:15:17.077 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 04 14:15:17.077 INFO kablam! | ^^^ Sep 04 14:15:17.077 INFO kablam! | Sep 04 14:15:17.077 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.077 INFO kablam! Sep 04 14:15:17.077 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.078 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 04 14:15:17.078 INFO kablam! | Sep 04 14:15:17.078 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 14:15:17.078 INFO kablam! | ^^^ Sep 04 14:15:17.078 INFO kablam! | Sep 04 14:15:17.078 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.078 INFO kablam! Sep 04 14:15:17.078 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.078 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 04 14:15:17.078 INFO kablam! | Sep 04 14:15:17.078 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 04 14:15:17.078 INFO kablam! | ^^^ Sep 04 14:15:17.078 INFO kablam! | Sep 04 14:15:17.078 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.078 INFO kablam! Sep 04 14:15:17.080 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.080 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 04 14:15:17.080 INFO kablam! | Sep 04 14:15:17.080 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:17.080 INFO kablam! | ^^^ Sep 04 14:15:17.080 INFO kablam! | Sep 04 14:15:17.080 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.080 INFO kablam! Sep 04 14:15:17.082 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.082 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 04 14:15:17.082 INFO kablam! | Sep 04 14:15:17.082 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:17.082 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.082 INFO kablam! | Sep 04 14:15:17.082 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.082 INFO kablam! Sep 04 14:15:17.082 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.082 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 04 14:15:17.082 INFO kablam! | Sep 04 14:15:17.082 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 04 14:15:17.082 INFO kablam! | ^^^ Sep 04 14:15:17.082 INFO kablam! | Sep 04 14:15:17.082 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.082 INFO kablam! Sep 04 14:15:17.089 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.089 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 04 14:15:17.089 INFO kablam! | Sep 04 14:15:17.089 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 14:15:17.089 INFO kablam! | ^^^ Sep 04 14:15:17.089 INFO kablam! | Sep 04 14:15:17.089 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.089 INFO kablam! Sep 04 14:15:17.091 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.091 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 04 14:15:17.091 INFO kablam! | Sep 04 14:15:17.091 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 04 14:15:17.091 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.091 INFO kablam! | Sep 04 14:15:17.091 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.091 INFO kablam! Sep 04 14:15:17.091 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.091 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 04 14:15:17.091 INFO kablam! | Sep 04 14:15:17.091 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 04 14:15:17.091 INFO kablam! | ^^^ Sep 04 14:15:17.091 INFO kablam! | Sep 04 14:15:17.091 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.091 INFO kablam! Sep 04 14:15:17.096 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.096 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 04 14:15:17.096 INFO kablam! | Sep 04 14:15:17.096 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:17.096 INFO kablam! | ^^^ Sep 04 14:15:17.096 INFO kablam! | Sep 04 14:15:17.096 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.096 INFO kablam! Sep 04 14:15:17.098 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.098 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 04 14:15:17.098 INFO kablam! | Sep 04 14:15:17.098 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:17.098 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.098 INFO kablam! | Sep 04 14:15:17.098 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.098 INFO kablam! Sep 04 14:15:17.099 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.099 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 04 14:15:17.099 INFO kablam! | Sep 04 14:15:17.099 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 04 14:15:17.099 INFO kablam! | ^^^ Sep 04 14:15:17.099 INFO kablam! | Sep 04 14:15:17.099 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.099 INFO kablam! Sep 04 14:15:17.103 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.103 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 04 14:15:17.103 INFO kablam! | Sep 04 14:15:17.103 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.103 INFO kablam! | ^^^ Sep 04 14:15:17.103 INFO kablam! | Sep 04 14:15:17.103 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.103 INFO kablam! Sep 04 14:15:17.104 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.105 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 04 14:15:17.105 INFO kablam! | Sep 04 14:15:17.105 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.105 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.105 INFO kablam! | Sep 04 14:15:17.105 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.105 INFO kablam! Sep 04 14:15:17.105 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.105 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 04 14:15:17.105 INFO kablam! | Sep 04 14:15:17.105 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.105 INFO kablam! | ^^^ Sep 04 14:15:17.105 INFO kablam! | Sep 04 14:15:17.105 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.105 INFO kablam! Sep 04 14:15:17.109 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.109 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 04 14:15:17.109 INFO kablam! | Sep 04 14:15:17.109 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.109 INFO kablam! | ^^^ Sep 04 14:15:17.109 INFO kablam! | Sep 04 14:15:17.109 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.109 INFO kablam! Sep 04 14:15:17.110 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.110 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 04 14:15:17.110 INFO kablam! | Sep 04 14:15:17.110 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.110 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.110 INFO kablam! | Sep 04 14:15:17.110 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.110 INFO kablam! Sep 04 14:15:17.110 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.110 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 04 14:15:17.111 INFO kablam! | Sep 04 14:15:17.111 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.111 INFO kablam! | ^^^ Sep 04 14:15:17.111 INFO kablam! | Sep 04 14:15:17.111 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.111 INFO kablam! Sep 04 14:15:17.114 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.114 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 04 14:15:17.114 INFO kablam! | Sep 04 14:15:17.114 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.114 INFO kablam! | ^^^ Sep 04 14:15:17.114 INFO kablam! | Sep 04 14:15:17.115 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.115 INFO kablam! Sep 04 14:15:17.116 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.116 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 04 14:15:17.116 INFO kablam! | Sep 04 14:15:17.116 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.116 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.116 INFO kablam! | Sep 04 14:15:17.116 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.116 INFO kablam! Sep 04 14:15:17.116 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.116 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 04 14:15:17.116 INFO kablam! | Sep 04 14:15:17.116 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.116 INFO kablam! | ^^^ Sep 04 14:15:17.116 INFO kablam! | Sep 04 14:15:17.116 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.116 INFO kablam! Sep 04 14:15:17.119 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.119 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 04 14:15:17.119 INFO kablam! | Sep 04 14:15:17.119 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.119 INFO kablam! | ^^^ Sep 04 14:15:17.120 INFO kablam! | Sep 04 14:15:17.120 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.120 INFO kablam! Sep 04 14:15:17.121 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.121 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 04 14:15:17.121 INFO kablam! | Sep 04 14:15:17.121 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 04 14:15:17.121 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.121 INFO kablam! | Sep 04 14:15:17.121 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.121 INFO kablam! Sep 04 14:15:17.121 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.121 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 04 14:15:17.121 INFO kablam! | Sep 04 14:15:17.121 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.121 INFO kablam! | ^^^ Sep 04 14:15:17.121 INFO kablam! | Sep 04 14:15:17.121 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.122 INFO kablam! Sep 04 14:15:17.127 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 04 14:15:17.127 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 04 14:15:17.127 INFO kablam! | Sep 04 14:15:17.127 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 04 14:15:17.127 INFO kablam! | ^^^^^^^^^ Sep 04 14:15:17.127 INFO kablam! | Sep 04 14:15:17.127 INFO kablam! = help: did you mean `offset`? Sep 04 14:15:17.127 INFO kablam! Sep 04 14:15:17.129 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:17.129 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 04 14:15:17.129 INFO kablam! | Sep 04 14:15:17.129 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 04 14:15:17.129 INFO kablam! | ^^^ Sep 04 14:15:17.129 INFO kablam! | Sep 04 14:15:17.129 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:17.129 INFO kablam! Sep 04 14:15:17.142 INFO kablam! error: aborting due to 68 previous errors Sep 04 14:15:17.142 INFO kablam! Sep 04 14:15:17.142 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 04 14:15:17.142 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 14:15:17.150 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 04 14:15:17.150 INFO kablam! Sep 04 14:15:17.150 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:15:17.151 INFO kablam! su: No module specific data is present Sep 04 14:15:17.729 INFO running `"docker" "rm" "-f" "17f1ba604c7ea017a8b2f2f9c055c573aab8eff954f0ec3fa68594d156e8d0b5"` Sep 04 14:15:17.850 INFO blam! 17f1ba604c7ea017a8b2f2f9c055c573aab8eff954f0ec3fa68594d156e8d0b5