Sep 02 07:57:24.616 INFO checking maskerad_stack_allocator-1.1.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:57:24.617 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:57:24.617 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:57:24.777 INFO blam! 53461c63dca49fb0a0d2b09cb04c6be0d04c222cccb442f5bc24255858692f46 Sep 02 07:57:24.778 INFO running `"docker" "start" "-a" "53461c63dca49fb0a0d2b09cb04c6be0d04c222cccb442f5bc24255858692f46"` Sep 02 07:57:25.450 INFO kablam! Checking maskerad_stack_allocator v1.1.2 (file:///source) Sep 02 07:57:25.856 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 07:57:25.856 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 02 07:57:25.856 INFO kablam! | Sep 02 07:57:25.857 INFO kablam! 9 | use alloc::allocator::Layout; Sep 02 07:57:25.857 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 07:57:25.857 INFO kablam! Sep 02 07:57:25.857 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 07:57:25.857 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 02 07:57:25.857 INFO kablam! | Sep 02 07:57:25.857 INFO kablam! 9 | use alloc::allocator::Layout; Sep 02 07:57:25.857 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 07:57:25.857 INFO kablam! Sep 02 07:57:25.868 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.869 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:25.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.869 INFO kablam! Sep 02 07:57:25.869 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.869 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! 71 | stack: RawVec, Sep 02 07:57:25.869 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.869 INFO kablam! Sep 02 07:57:25.869 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.869 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:25.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:25.869 INFO kablam! | Sep 02 07:57:25.869 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.869 INFO kablam! Sep 02 07:57:25.870 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.870 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 02 07:57:25.870 INFO kablam! | Sep 02 07:57:25.870 INFO kablam! 87 | stack: RawVec, Sep 02 07:57:25.870 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:25.870 INFO kablam! | Sep 02 07:57:25.870 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.870 INFO kablam! Sep 02 07:57:25.870 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.870 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 02 07:57:25.870 INFO kablam! | Sep 02 07:57:25.870 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 02 07:57:25.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:25.870 INFO kablam! | Sep 02 07:57:25.870 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.870 INFO kablam! Sep 02 07:57:25.870 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.870 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 02 07:57:25.870 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 02 07:57:25.871 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.871 INFO kablam! Sep 02 07:57:25.871 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.871 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 02 07:57:25.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.871 INFO kablam! Sep 02 07:57:25.871 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.871 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 02 07:57:25.871 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.871 INFO kablam! Sep 02 07:57:25.871 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.871 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 02 07:57:25.871 INFO kablam! | Sep 02 07:57:25.871 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 02 07:57:25.871 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:25.872 INFO kablam! | Sep 02 07:57:25.872 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.872 INFO kablam! Sep 02 07:57:25.899 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.899 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 02 07:57:25.899 INFO kablam! | Sep 02 07:57:25.899 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 02 07:57:25.899 INFO kablam! | ^^^ Sep 02 07:57:25.899 INFO kablam! | Sep 02 07:57:25.899 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.899 INFO kablam! Sep 02 07:57:25.901 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.901 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 02 07:57:25.901 INFO kablam! | Sep 02 07:57:25.901 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 02 07:57:25.901 INFO kablam! | ^^^ Sep 02 07:57:25.901 INFO kablam! | Sep 02 07:57:25.901 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.901 INFO kablam! Sep 02 07:57:25.908 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.908 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 02 07:57:25.908 INFO kablam! | Sep 02 07:57:25.908 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:25.909 INFO kablam! | ^^^ Sep 02 07:57:25.909 INFO kablam! | Sep 02 07:57:25.909 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.909 INFO kablam! Sep 02 07:57:25.959 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:25.959 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 02 07:57:25.959 INFO kablam! | Sep 02 07:57:25.959 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:25.959 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:25.959 INFO kablam! | Sep 02 07:57:25.959 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:25.959 INFO kablam! Sep 02 07:57:25.960 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.960 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 02 07:57:25.960 INFO kablam! | Sep 02 07:57:25.960 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:25.960 INFO kablam! | ^^^ Sep 02 07:57:25.960 INFO kablam! | Sep 02 07:57:25.960 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.960 INFO kablam! Sep 02 07:57:25.972 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.973 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 02 07:57:25.973 INFO kablam! | Sep 02 07:57:25.973 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 02 07:57:25.973 INFO kablam! | ^^^ Sep 02 07:57:25.973 INFO kablam! | Sep 02 07:57:25.973 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.973 INFO kablam! Sep 02 07:57:25.973 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.973 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 02 07:57:25.973 INFO kablam! | Sep 02 07:57:25.973 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 02 07:57:25.973 INFO kablam! | ^^^ Sep 02 07:57:25.973 INFO kablam! | Sep 02 07:57:25.973 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.973 INFO kablam! Sep 02 07:57:25.974 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.974 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 02 07:57:25.974 INFO kablam! | Sep 02 07:57:25.974 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 02 07:57:25.974 INFO kablam! | ^^^ Sep 02 07:57:25.974 INFO kablam! | Sep 02 07:57:25.974 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.974 INFO kablam! Sep 02 07:57:25.975 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.975 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 02 07:57:25.975 INFO kablam! | Sep 02 07:57:25.975 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 02 07:57:25.975 INFO kablam! | ^^^ Sep 02 07:57:25.975 INFO kablam! | Sep 02 07:57:25.975 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.975 INFO kablam! Sep 02 07:57:25.975 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.976 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 02 07:57:25.976 INFO kablam! | Sep 02 07:57:25.976 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 02 07:57:25.976 INFO kablam! | ^^^ Sep 02 07:57:25.976 INFO kablam! | Sep 02 07:57:25.976 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.976 INFO kablam! Sep 02 07:57:25.977 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.977 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 02 07:57:25.977 INFO kablam! | Sep 02 07:57:25.977 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:25.977 INFO kablam! | ^^^ Sep 02 07:57:25.977 INFO kablam! | Sep 02 07:57:25.977 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.977 INFO kablam! Sep 02 07:57:25.980 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:25.980 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 02 07:57:25.980 INFO kablam! | Sep 02 07:57:25.980 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:25.980 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:25.980 INFO kablam! | Sep 02 07:57:25.980 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:25.980 INFO kablam! Sep 02 07:57:25.981 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:25.981 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 02 07:57:25.981 INFO kablam! | Sep 02 07:57:25.981 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:25.981 INFO kablam! | ^^^ Sep 02 07:57:25.981 INFO kablam! | Sep 02 07:57:25.981 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:25.981 INFO kablam! Sep 02 07:57:26.008 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.008 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 02 07:57:26.008 INFO kablam! | Sep 02 07:57:26.008 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 02 07:57:26.008 INFO kablam! | ^^^ Sep 02 07:57:26.008 INFO kablam! | Sep 02 07:57:26.009 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.009 INFO kablam! Sep 02 07:57:26.009 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.009 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 02 07:57:26.009 INFO kablam! | Sep 02 07:57:26.009 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 02 07:57:26.009 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.009 INFO kablam! | Sep 02 07:57:26.010 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.010 INFO kablam! Sep 02 07:57:26.010 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.010 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 02 07:57:26.010 INFO kablam! | Sep 02 07:57:26.010 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 02 07:57:26.010 INFO kablam! | ^^^ Sep 02 07:57:26.010 INFO kablam! | Sep 02 07:57:26.010 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.010 INFO kablam! Sep 02 07:57:26.023 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.023 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 02 07:57:26.023 INFO kablam! | Sep 02 07:57:26.023 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.023 INFO kablam! | ^^^ Sep 02 07:57:26.023 INFO kablam! | Sep 02 07:57:26.023 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.023 INFO kablam! Sep 02 07:57:26.023 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.023 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 02 07:57:26.023 INFO kablam! | Sep 02 07:57:26.023 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.023 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.023 INFO kablam! | Sep 02 07:57:26.023 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.023 INFO kablam! Sep 02 07:57:26.023 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.024 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 02 07:57:26.024 INFO kablam! | Sep 02 07:57:26.024 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.024 INFO kablam! | ^^^ Sep 02 07:57:26.024 INFO kablam! | Sep 02 07:57:26.024 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.024 INFO kablam! Sep 02 07:57:26.031 INFO kablam! error: aborting due to 30 previous errors Sep 02 07:57:26.031 INFO kablam! Sep 02 07:57:26.032 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 02 07:57:26.033 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 07:57:26.042 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 02 07:57:26.042 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 07:57:26.074 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 07:57:26.074 INFO kablam! --> src/stack_allocator.rs:9:12 Sep 02 07:57:26.074 INFO kablam! | Sep 02 07:57:26.074 INFO kablam! 9 | use alloc::allocator::Layout; Sep 02 07:57:26.074 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 07:57:26.074 INFO kablam! Sep 02 07:57:26.075 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 07:57:26.075 INFO kablam! --> src/double_ended_allocator.rs:9:12 Sep 02 07:57:26.075 INFO kablam! | Sep 02 07:57:26.075 INFO kablam! 9 | use alloc::allocator::Layout; Sep 02 07:57:26.075 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 07:57:26.075 INFO kablam! Sep 02 07:57:26.104 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.104 INFO kablam! --> src/stack_allocator.rs:8:5 Sep 02 07:57:26.104 INFO kablam! | Sep 02 07:57:26.104 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:26.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:26.104 INFO kablam! | Sep 02 07:57:26.104 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.104 INFO kablam! Sep 02 07:57:26.104 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.104 INFO kablam! --> src/stack_allocator.rs:71:12 Sep 02 07:57:26.104 INFO kablam! | Sep 02 07:57:26.104 INFO kablam! 71 | stack: RawVec, Sep 02 07:57:26.104 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:26.104 INFO kablam! | Sep 02 07:57:26.104 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.104 INFO kablam! Sep 02 07:57:26.106 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.106 INFO kablam! --> src/double_ended_allocator.rs:8:5 Sep 02 07:57:26.106 INFO kablam! | Sep 02 07:57:26.106 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:26.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:26.106 INFO kablam! | Sep 02 07:57:26.106 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.106 INFO kablam! Sep 02 07:57:26.106 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.106 INFO kablam! --> src/double_ended_allocator.rs:87:12 Sep 02 07:57:26.106 INFO kablam! | Sep 02 07:57:26.106 INFO kablam! 87 | stack: RawVec, Sep 02 07:57:26.106 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:26.106 INFO kablam! | Sep 02 07:57:26.106 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.106 INFO kablam! Sep 02 07:57:26.107 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.107 INFO kablam! --> src/stack_allocator.rs:91:21 Sep 02 07:57:26.107 INFO kablam! | Sep 02 07:57:26.107 INFO kablam! 91 | let stack = RawVec::with_capacity(capacity); Sep 02 07:57:26.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:26.107 INFO kablam! | Sep 02 07:57:26.107 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.107 INFO kablam! Sep 02 07:57:26.107 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.107 INFO kablam! --> src/stack_allocator.rs:100:29 Sep 02 07:57:26.107 INFO kablam! | Sep 02 07:57:26.107 INFO kablam! 100 | pub fn stack(&self) -> &RawVec { Sep 02 07:57:26.107 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:26.107 INFO kablam! | Sep 02 07:57:26.107 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.107 INFO kablam! Sep 02 07:57:26.107 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.107 INFO kablam! --> src/double_ended_allocator.rs:111:37 Sep 02 07:57:26.107 INFO kablam! | Sep 02 07:57:26.107 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 02 07:57:26.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:26.108 INFO kablam! | Sep 02 07:57:26.108 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.108 INFO kablam! Sep 02 07:57:26.108 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.108 INFO kablam! --> src/double_ended_allocator.rs:111:24 Sep 02 07:57:26.108 INFO kablam! | Sep 02 07:57:26.108 INFO kablam! 111 | let stack: RawVec = RawVec::with_capacity(capacity); Sep 02 07:57:26.108 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:26.108 INFO kablam! | Sep 02 07:57:26.108 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.108 INFO kablam! Sep 02 07:57:26.108 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.108 INFO kablam! --> src/double_ended_allocator.rs:126:29 Sep 02 07:57:26.108 INFO kablam! | Sep 02 07:57:26.108 INFO kablam! 126 | pub fn stack(&self) -> &RawVec { Sep 02 07:57:26.108 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:26.108 INFO kablam! | Sep 02 07:57:26.108 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.108 INFO kablam! Sep 02 07:57:26.156 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.156 INFO kablam! --> src/stack_allocator.rs:92:46 Sep 02 07:57:26.156 INFO kablam! | Sep 02 07:57:26.156 INFO kablam! 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); Sep 02 07:57:26.156 INFO kablam! | ^^^ Sep 02 07:57:26.156 INFO kablam! | Sep 02 07:57:26.156 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.157 INFO kablam! Sep 02 07:57:26.158 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.158 INFO kablam! --> src/stack_allocator.rs:122:44 Sep 02 07:57:26.158 INFO kablam! | Sep 02 07:57:26.158 INFO kablam! 122 | self.current_offset.set(self.stack.ptr()); Sep 02 07:57:26.158 INFO kablam! | ^^^ Sep 02 07:57:26.158 INFO kablam! | Sep 02 07:57:26.158 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.158 INFO kablam! Sep 02 07:57:26.164 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.164 INFO kablam! --> src/stack_allocator.rs:168:33 Sep 02 07:57:26.164 INFO kablam! | Sep 02 07:57:26.164 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:26.164 INFO kablam! | ^^^ Sep 02 07:57:26.164 INFO kablam! | Sep 02 07:57:26.164 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.164 INFO kablam! Sep 02 07:57:26.202 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.202 INFO kablam! --> src/stack_allocator.rs:168:39 Sep 02 07:57:26.202 INFO kablam! | Sep 02 07:57:26.202 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:26.202 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.202 INFO kablam! | Sep 02 07:57:26.202 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.202 INFO kablam! Sep 02 07:57:26.202 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.202 INFO kablam! --> src/stack_allocator.rs:168:94 Sep 02 07:57:26.202 INFO kablam! | Sep 02 07:57:26.202 INFO kablam! 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); Sep 02 07:57:26.202 INFO kablam! | ^^^ Sep 02 07:57:26.202 INFO kablam! | Sep 02 07:57:26.203 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.203 INFO kablam! Sep 02 07:57:26.207 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.207 INFO kablam! --> src/stack_allocator.rs:235:36 Sep 02 07:57:26.207 INFO kablam! | Sep 02 07:57:26.207 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.207 INFO kablam! | ^^^ Sep 02 07:57:26.207 INFO kablam! | Sep 02 07:57:26.207 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.207 INFO kablam! Sep 02 07:57:26.209 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.209 INFO kablam! --> src/stack_allocator.rs:235:42 Sep 02 07:57:26.209 INFO kablam! | Sep 02 07:57:26.209 INFO kablam! 235 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.209 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.209 INFO kablam! | Sep 02 07:57:26.209 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.209 INFO kablam! Sep 02 07:57:26.209 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.209 INFO kablam! --> src/stack_allocator.rs:236:42 Sep 02 07:57:26.209 INFO kablam! | Sep 02 07:57:26.209 INFO kablam! 236 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.209 INFO kablam! | ^^^ Sep 02 07:57:26.210 INFO kablam! | Sep 02 07:57:26.210 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.210 INFO kablam! Sep 02 07:57:26.253 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.253 INFO kablam! --> src/stack_allocator.rs:270:36 Sep 02 07:57:26.253 INFO kablam! | Sep 02 07:57:26.253 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.253 INFO kablam! | ^^^ Sep 02 07:57:26.253 INFO kablam! | Sep 02 07:57:26.253 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.253 INFO kablam! Sep 02 07:57:26.255 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.255 INFO kablam! --> src/stack_allocator.rs:270:42 Sep 02 07:57:26.255 INFO kablam! | Sep 02 07:57:26.255 INFO kablam! 270 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.255 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.255 INFO kablam! | Sep 02 07:57:26.255 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.256 INFO kablam! Sep 02 07:57:26.256 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.256 INFO kablam! --> src/stack_allocator.rs:271:42 Sep 02 07:57:26.256 INFO kablam! | Sep 02 07:57:26.256 INFO kablam! 271 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.256 INFO kablam! | ^^^ Sep 02 07:57:26.256 INFO kablam! | Sep 02 07:57:26.256 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.256 INFO kablam! Sep 02 07:57:26.260 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.260 INFO kablam! --> src/stack_allocator.rs:296:36 Sep 02 07:57:26.260 INFO kablam! | Sep 02 07:57:26.260 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.260 INFO kablam! | ^^^ Sep 02 07:57:26.260 INFO kablam! | Sep 02 07:57:26.260 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.260 INFO kablam! Sep 02 07:57:26.262 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.262 INFO kablam! --> src/stack_allocator.rs:296:42 Sep 02 07:57:26.262 INFO kablam! | Sep 02 07:57:26.262 INFO kablam! 296 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.262 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.262 INFO kablam! | Sep 02 07:57:26.262 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.262 INFO kablam! Sep 02 07:57:26.262 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.262 INFO kablam! --> src/stack_allocator.rs:297:42 Sep 02 07:57:26.262 INFO kablam! | Sep 02 07:57:26.263 INFO kablam! 297 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.263 INFO kablam! | ^^^ Sep 02 07:57:26.263 INFO kablam! | Sep 02 07:57:26.263 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.263 INFO kablam! Sep 02 07:57:26.267 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.267 INFO kablam! --> src/stack_allocator.rs:321:36 Sep 02 07:57:26.267 INFO kablam! | Sep 02 07:57:26.267 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.267 INFO kablam! | ^^^ Sep 02 07:57:26.267 INFO kablam! | Sep 02 07:57:26.267 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.267 INFO kablam! Sep 02 07:57:26.269 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.269 INFO kablam! --> src/stack_allocator.rs:321:42 Sep 02 07:57:26.269 INFO kablam! | Sep 02 07:57:26.269 INFO kablam! 321 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset.get()).unwrap() as usize; Sep 02 07:57:26.269 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.269 INFO kablam! | Sep 02 07:57:26.269 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.269 INFO kablam! Sep 02 07:57:26.269 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.269 INFO kablam! --> src/stack_allocator.rs:322:42 Sep 02 07:57:26.269 INFO kablam! | Sep 02 07:57:26.269 INFO kablam! 322 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.269 INFO kablam! | ^^^ Sep 02 07:57:26.269 INFO kablam! | Sep 02 07:57:26.269 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.269 INFO kablam! Sep 02 07:57:26.284 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.284 INFO kablam! --> src/double_buffered_allocator.rs:144:50 Sep 02 07:57:26.284 INFO kablam! | Sep 02 07:57:26.284 INFO kablam! 144 | assert_eq!(alloc.active_buffer().stack().cap(), 100); Sep 02 07:57:26.284 INFO kablam! | ^^^ Sep 02 07:57:26.284 INFO kablam! | Sep 02 07:57:26.284 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.284 INFO kablam! Sep 02 07:57:26.286 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.286 INFO kablam! --> src/double_buffered_allocator.rs:145:52 Sep 02 07:57:26.286 INFO kablam! | Sep 02 07:57:26.286 INFO kablam! 145 | assert_eq!(alloc.inactive_buffer().stack().cap(), 100); Sep 02 07:57:26.286 INFO kablam! | ^^^ Sep 02 07:57:26.287 INFO kablam! | Sep 02 07:57:26.287 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.287 INFO kablam! Sep 02 07:57:26.289 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.289 INFO kablam! --> src/double_buffered_allocator.rs:154:50 Sep 02 07:57:26.289 INFO kablam! | Sep 02 07:57:26.289 INFO kablam! 154 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 02 07:57:26.289 INFO kablam! | ^^^ Sep 02 07:57:26.289 INFO kablam! | Sep 02 07:57:26.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.289 INFO kablam! Sep 02 07:57:26.291 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.291 INFO kablam! --> src/double_buffered_allocator.rs:155:52 Sep 02 07:57:26.291 INFO kablam! | Sep 02 07:57:26.291 INFO kablam! 155 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 02 07:57:26.292 INFO kablam! | ^^^ Sep 02 07:57:26.292 INFO kablam! | Sep 02 07:57:26.292 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.292 INFO kablam! Sep 02 07:57:26.294 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.294 INFO kablam! --> src/double_buffered_allocator.rs:161:50 Sep 02 07:57:26.294 INFO kablam! | Sep 02 07:57:26.294 INFO kablam! 161 | assert_ne!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 02 07:57:26.294 INFO kablam! | ^^^ Sep 02 07:57:26.294 INFO kablam! | Sep 02 07:57:26.294 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.294 INFO kablam! Sep 02 07:57:26.296 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.296 INFO kablam! --> src/double_buffered_allocator.rs:162:52 Sep 02 07:57:26.296 INFO kablam! | Sep 02 07:57:26.296 INFO kablam! 162 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 02 07:57:26.296 INFO kablam! | ^^^ Sep 02 07:57:26.296 INFO kablam! | Sep 02 07:57:26.296 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.296 INFO kablam! Sep 02 07:57:26.298 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.298 INFO kablam! --> src/double_buffered_allocator.rs:168:50 Sep 02 07:57:26.298 INFO kablam! | Sep 02 07:57:26.298 INFO kablam! 168 | assert_eq!(alloc.active_buffer().stack().ptr(), active_buffer_top_stack); Sep 02 07:57:26.298 INFO kablam! | ^^^ Sep 02 07:57:26.299 INFO kablam! | Sep 02 07:57:26.299 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.299 INFO kablam! Sep 02 07:57:26.300 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.300 INFO kablam! --> src/double_buffered_allocator.rs:169:52 Sep 02 07:57:26.301 INFO kablam! | Sep 02 07:57:26.301 INFO kablam! 169 | assert_eq!(alloc.inactive_buffer().stack().ptr(), inactive_buffer_top_stack); Sep 02 07:57:26.301 INFO kablam! | ^^^ Sep 02 07:57:26.301 INFO kablam! | Sep 02 07:57:26.301 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.301 INFO kablam! Sep 02 07:57:26.304 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.304 INFO kablam! --> src/double_buffered_allocator.rs:178:45 Sep 02 07:57:26.305 INFO kablam! | Sep 02 07:57:26.305 INFO kablam! 178 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 02 07:57:26.305 INFO kablam! | ^^^ Sep 02 07:57:26.305 INFO kablam! | Sep 02 07:57:26.305 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.305 INFO kablam! Sep 02 07:57:26.307 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.307 INFO kablam! --> src/double_buffered_allocator.rs:179:45 Sep 02 07:57:26.307 INFO kablam! | Sep 02 07:57:26.307 INFO kablam! 179 | assert_eq!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 02 07:57:26.307 INFO kablam! | ^^^ Sep 02 07:57:26.307 INFO kablam! | Sep 02 07:57:26.307 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.307 INFO kablam! Sep 02 07:57:26.309 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.310 INFO kablam! --> src/double_buffered_allocator.rs:185:45 Sep 02 07:57:26.310 INFO kablam! | Sep 02 07:57:26.310 INFO kablam! 185 | assert_eq!(alloc.buffers[0].stack().ptr(), first_buffer_top_stack); Sep 02 07:57:26.310 INFO kablam! | ^^^ Sep 02 07:57:26.310 INFO kablam! | Sep 02 07:57:26.310 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.310 INFO kablam! Sep 02 07:57:26.312 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.312 INFO kablam! --> src/double_buffered_allocator.rs:186:45 Sep 02 07:57:26.312 INFO kablam! | Sep 02 07:57:26.312 INFO kablam! 186 | assert_ne!(alloc.buffers[1].stack().ptr(), second_buffer_top_stack); Sep 02 07:57:26.312 INFO kablam! | ^^^ Sep 02 07:57:26.312 INFO kablam! | Sep 02 07:57:26.312 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.312 INFO kablam! Sep 02 07:57:26.314 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.314 INFO kablam! --> src/double_ended_allocator.rs:112:57 Sep 02 07:57:26.314 INFO kablam! | Sep 02 07:57:26.315 INFO kablam! 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); Sep 02 07:57:26.315 INFO kablam! | ^^^ Sep 02 07:57:26.315 INFO kablam! | Sep 02 07:57:26.315 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.315 INFO kablam! Sep 02 07:57:26.315 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.315 INFO kablam! --> src/double_ended_allocator.rs:113:54 Sep 02 07:57:26.315 INFO kablam! | Sep 02 07:57:26.315 INFO kablam! 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); Sep 02 07:57:26.315 INFO kablam! | ^^^ Sep 02 07:57:26.315 INFO kablam! | Sep 02 07:57:26.315 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.315 INFO kablam! Sep 02 07:57:26.317 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.317 INFO kablam! --> src/double_ended_allocator.rs:148:51 Sep 02 07:57:26.317 INFO kablam! | Sep 02 07:57:26.317 INFO kablam! 148 | self.current_offset_bottom.set(self.stack.ptr()); Sep 02 07:57:26.317 INFO kablam! | ^^^ Sep 02 07:57:26.317 INFO kablam! | Sep 02 07:57:26.317 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.317 INFO kablam! Sep 02 07:57:26.318 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.318 INFO kablam! --> src/double_ended_allocator.rs:174:42 Sep 02 07:57:26.318 INFO kablam! | Sep 02 07:57:26.318 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 02 07:57:26.318 INFO kablam! | ^^^ Sep 02 07:57:26.318 INFO kablam! | Sep 02 07:57:26.318 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.318 INFO kablam! Sep 02 07:57:26.318 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.318 INFO kablam! --> src/double_ended_allocator.rs:174:68 Sep 02 07:57:26.318 INFO kablam! | Sep 02 07:57:26.318 INFO kablam! 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); Sep 02 07:57:26.318 INFO kablam! | ^^^ Sep 02 07:57:26.318 INFO kablam! | Sep 02 07:57:26.318 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.319 INFO kablam! Sep 02 07:57:26.320 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.320 INFO kablam! --> src/double_ended_allocator.rs:226:33 Sep 02 07:57:26.320 INFO kablam! | Sep 02 07:57:26.320 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:26.320 INFO kablam! | ^^^ Sep 02 07:57:26.320 INFO kablam! | Sep 02 07:57:26.320 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.320 INFO kablam! Sep 02 07:57:26.322 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.322 INFO kablam! --> src/double_ended_allocator.rs:226:39 Sep 02 07:57:26.322 INFO kablam! | Sep 02 07:57:26.322 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:26.323 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.323 INFO kablam! | Sep 02 07:57:26.323 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.323 INFO kablam! Sep 02 07:57:26.323 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.323 INFO kablam! --> src/double_ended_allocator.rs:226:94 Sep 02 07:57:26.323 INFO kablam! | Sep 02 07:57:26.323 INFO kablam! 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); Sep 02 07:57:26.323 INFO kablam! | ^^^ Sep 02 07:57:26.324 INFO kablam! | Sep 02 07:57:26.324 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.324 INFO kablam! Sep 02 07:57:26.329 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.330 INFO kablam! --> src/double_ended_allocator.rs:274:50 Sep 02 07:57:26.330 INFO kablam! | Sep 02 07:57:26.330 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 02 07:57:26.330 INFO kablam! | ^^^ Sep 02 07:57:26.330 INFO kablam! | Sep 02 07:57:26.330 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.330 INFO kablam! Sep 02 07:57:26.331 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.331 INFO kablam! --> src/double_ended_allocator.rs:274:56 Sep 02 07:57:26.331 INFO kablam! | Sep 02 07:57:26.331 INFO kablam! 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); Sep 02 07:57:26.332 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.332 INFO kablam! | Sep 02 07:57:26.332 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.332 INFO kablam! Sep 02 07:57:26.332 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.332 INFO kablam! --> src/double_ended_allocator.rs:277:46 Sep 02 07:57:26.332 INFO kablam! | Sep 02 07:57:26.332 INFO kablam! 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; Sep 02 07:57:26.332 INFO kablam! | ^^^ Sep 02 07:57:26.332 INFO kablam! | Sep 02 07:57:26.333 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.333 INFO kablam! Sep 02 07:57:26.338 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.338 INFO kablam! --> src/double_ended_allocator.rs:292:33 Sep 02 07:57:26.338 INFO kablam! | Sep 02 07:57:26.338 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.338 INFO kablam! | ^^^ Sep 02 07:57:26.338 INFO kablam! | Sep 02 07:57:26.338 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.338 INFO kablam! Sep 02 07:57:26.340 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.340 INFO kablam! --> src/double_ended_allocator.rs:292:39 Sep 02 07:57:26.340 INFO kablam! | Sep 02 07:57:26.340 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.340 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.340 INFO kablam! | Sep 02 07:57:26.340 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.340 INFO kablam! Sep 02 07:57:26.340 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.340 INFO kablam! --> src/double_ended_allocator.rs:292:95 Sep 02 07:57:26.340 INFO kablam! | Sep 02 07:57:26.340 INFO kablam! 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); Sep 02 07:57:26.341 INFO kablam! | ^^^ Sep 02 07:57:26.341 INFO kablam! | Sep 02 07:57:26.341 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.341 INFO kablam! Sep 02 07:57:26.345 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.345 INFO kablam! --> src/double_ended_allocator.rs:387:36 Sep 02 07:57:26.345 INFO kablam! | Sep 02 07:57:26.345 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.345 INFO kablam! | ^^^ Sep 02 07:57:26.345 INFO kablam! | Sep 02 07:57:26.345 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.345 INFO kablam! Sep 02 07:57:26.347 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.347 INFO kablam! --> src/double_ended_allocator.rs:387:42 Sep 02 07:57:26.347 INFO kablam! | Sep 02 07:57:26.347 INFO kablam! 387 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.347 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.347 INFO kablam! | Sep 02 07:57:26.347 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.347 INFO kablam! Sep 02 07:57:26.347 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.347 INFO kablam! --> src/double_ended_allocator.rs:388:42 Sep 02 07:57:26.347 INFO kablam! | Sep 02 07:57:26.347 INFO kablam! 388 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.348 INFO kablam! | ^^^ Sep 02 07:57:26.348 INFO kablam! | Sep 02 07:57:26.348 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.348 INFO kablam! Sep 02 07:57:26.351 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.351 INFO kablam! --> src/double_ended_allocator.rs:422:36 Sep 02 07:57:26.351 INFO kablam! | Sep 02 07:57:26.352 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.352 INFO kablam! | ^^^ Sep 02 07:57:26.352 INFO kablam! | Sep 02 07:57:26.352 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.352 INFO kablam! Sep 02 07:57:26.353 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.353 INFO kablam! --> src/double_ended_allocator.rs:422:42 Sep 02 07:57:26.354 INFO kablam! | Sep 02 07:57:26.354 INFO kablam! 422 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.354 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.354 INFO kablam! | Sep 02 07:57:26.354 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.354 INFO kablam! Sep 02 07:57:26.354 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.354 INFO kablam! --> src/double_ended_allocator.rs:423:42 Sep 02 07:57:26.354 INFO kablam! | Sep 02 07:57:26.354 INFO kablam! 423 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.354 INFO kablam! | ^^^ Sep 02 07:57:26.354 INFO kablam! | Sep 02 07:57:26.354 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.354 INFO kablam! Sep 02 07:57:26.357 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.357 INFO kablam! --> src/double_ended_allocator.rs:448:36 Sep 02 07:57:26.358 INFO kablam! | Sep 02 07:57:26.358 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.358 INFO kablam! | ^^^ Sep 02 07:57:26.358 INFO kablam! | Sep 02 07:57:26.358 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.358 INFO kablam! Sep 02 07:57:26.359 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.359 INFO kablam! --> src/double_ended_allocator.rs:448:42 Sep 02 07:57:26.359 INFO kablam! | Sep 02 07:57:26.360 INFO kablam! 448 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.360 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.360 INFO kablam! | Sep 02 07:57:26.360 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.360 INFO kablam! Sep 02 07:57:26.360 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.360 INFO kablam! --> src/double_ended_allocator.rs:449:42 Sep 02 07:57:26.360 INFO kablam! | Sep 02 07:57:26.360 INFO kablam! 449 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.360 INFO kablam! | ^^^ Sep 02 07:57:26.360 INFO kablam! | Sep 02 07:57:26.360 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.360 INFO kablam! Sep 02 07:57:26.364 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.364 INFO kablam! --> src/double_ended_allocator.rs:473:36 Sep 02 07:57:26.364 INFO kablam! | Sep 02 07:57:26.364 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.364 INFO kablam! | ^^^ Sep 02 07:57:26.365 INFO kablam! | Sep 02 07:57:26.365 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.365 INFO kablam! Sep 02 07:57:26.366 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.366 INFO kablam! --> src/double_ended_allocator.rs:473:42 Sep 02 07:57:26.366 INFO kablam! | Sep 02 07:57:26.366 INFO kablam! 473 | let cap_used = alloc.stack.ptr().offset_to(alloc.current_offset_bottom.get()).unwrap() as usize; Sep 02 07:57:26.367 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.367 INFO kablam! | Sep 02 07:57:26.367 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.367 INFO kablam! Sep 02 07:57:26.367 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.367 INFO kablam! --> src/double_ended_allocator.rs:474:42 Sep 02 07:57:26.367 INFO kablam! | Sep 02 07:57:26.367 INFO kablam! 474 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.367 INFO kablam! | ^^^ Sep 02 07:57:26.367 INFO kablam! | Sep 02 07:57:26.367 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.367 INFO kablam! Sep 02 07:57:26.374 INFO kablam! error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope Sep 02 07:57:26.374 INFO kablam! --> src/double_ended_allocator.rs:490:35 Sep 02 07:57:26.374 INFO kablam! | Sep 02 07:57:26.374 INFO kablam! 490 | let cap_used = (top_stack.offset_to(alloc.current_offset_top.get()).unwrap() * -1) as usize; Sep 02 07:57:26.374 INFO kablam! | ^^^^^^^^^ Sep 02 07:57:26.374 INFO kablam! | Sep 02 07:57:26.374 INFO kablam! = help: did you mean `offset`? Sep 02 07:57:26.375 INFO kablam! Sep 02 07:57:26.376 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:26.376 INFO kablam! --> src/double_ended_allocator.rs:491:42 Sep 02 07:57:26.376 INFO kablam! | Sep 02 07:57:26.376 INFO kablam! 491 | let cap_remaining = (alloc.stack.cap() - cap_used) as isize; Sep 02 07:57:26.376 INFO kablam! | ^^^ Sep 02 07:57:26.376 INFO kablam! | Sep 02 07:57:26.376 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:26.376 INFO kablam! Sep 02 07:57:26.391 INFO kablam! error: aborting due to 68 previous errors Sep 02 07:57:26.391 INFO kablam! Sep 02 07:57:26.391 INFO kablam! Some errors occurred: E0432, E0599, E0658. Sep 02 07:57:26.391 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 07:57:26.399 INFO kablam! error: Could not compile `maskerad_stack_allocator`. Sep 02 07:57:26.399 INFO kablam! Sep 02 07:57:26.400 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:57:26.401 INFO kablam! su: No module specific data is present Sep 02 07:57:26.827 INFO running `"docker" "rm" "-f" "53461c63dca49fb0a0d2b09cb04c6be0d04c222cccb442f5bc24255858692f46"` Sep 02 07:57:26.924 INFO blam! 53461c63dca49fb0a0d2b09cb04c6be0d04c222cccb442f5bc24255858692f46