Sep 01 14:26:23.903 INFO checking maskerad_memory_allocators-5.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:26:23.903 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:26:23.903 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:26:24.066 INFO blam! ac02cf39b0c676df09ddd5d881908380b6daf681460f5778e0f5270aab5f342e Sep 01 14:26:24.068 INFO running `"docker" "start" "-a" "ac02cf39b0c676df09ddd5d881908380b6daf681460f5778e0f5270aab5f342e"` Sep 01 14:26:24.909 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 01 14:26:25.391 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.391 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 01 14:26:25.391 INFO kablam! | Sep 01 14:26:25.391 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:25.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:25.391 INFO kablam! | Sep 01 14:26:25.391 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.391 INFO kablam! Sep 01 14:26:25.391 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.391 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 01 14:26:25.391 INFO kablam! | Sep 01 14:26:25.391 INFO kablam! 33 | storage: RawVec, Sep 01 14:26:25.391 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:25.391 INFO kablam! | Sep 01 14:26:25.391 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.391 INFO kablam! Sep 01 14:26:25.392 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.392 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 01 14:26:25.392 INFO kablam! | Sep 01 14:26:25.392 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 01 14:26:25.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:25.392 INFO kablam! | Sep 01 14:26:25.392 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.393 INFO kablam! Sep 01 14:26:25.556 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.556 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 01 14:26:25.556 INFO kablam! | Sep 01 14:26:25.556 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:25.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:25.556 INFO kablam! | Sep 01 14:26:25.556 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.556 INFO kablam! Sep 01 14:26:25.556 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.556 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 01 14:26:25.556 INFO kablam! | Sep 01 14:26:25.556 INFO kablam! 33 | storage: RawVec, Sep 01 14:26:25.556 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:25.556 INFO kablam! | Sep 01 14:26:25.556 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.556 INFO kablam! Sep 01 14:26:25.557 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.557 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 01 14:26:25.557 INFO kablam! | Sep 01 14:26:25.557 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 01 14:26:25.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:25.557 INFO kablam! | Sep 01 14:26:25.557 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.557 INFO kablam! Sep 01 14:26:25.710 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.710 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 01 14:26:25.710 INFO kablam! | Sep 01 14:26:25.710 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 01 14:26:25.710 INFO kablam! | ^^^ Sep 01 14:26:25.710 INFO kablam! | Sep 01 14:26:25.710 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.710 INFO kablam! Sep 01 14:26:25.720 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.720 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 01 14:26:25.721 INFO kablam! | Sep 01 14:26:25.721 INFO kablam! 69 | self.storage.cap() Sep 01 14:26:25.721 INFO kablam! | ^^^ Sep 01 14:26:25.721 INFO kablam! | Sep 01 14:26:25.721 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.721 INFO kablam! Sep 01 14:26:25.722 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.722 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 01 14:26:25.722 INFO kablam! | Sep 01 14:26:25.722 INFO kablam! 75 | self.storage.ptr() Sep 01 14:26:25.722 INFO kablam! | ^^^ Sep 01 14:26:25.722 INFO kablam! | Sep 01 14:26:25.722 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.722 INFO kablam! Sep 01 14:26:25.785 INFO kablam! error: aborting due to 6 previous errors Sep 01 14:26:25.785 INFO kablam! Sep 01 14:26:25.785 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 14:26:25.793 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 01 14:26:25.794 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:26:25.913 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.913 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 01 14:26:25.913 INFO kablam! | Sep 01 14:26:25.913 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 01 14:26:25.913 INFO kablam! | ^^^ Sep 01 14:26:25.913 INFO kablam! | Sep 01 14:26:25.913 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.913 INFO kablam! Sep 01 14:26:25.919 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.919 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 01 14:26:25.919 INFO kablam! | Sep 01 14:26:25.919 INFO kablam! 69 | self.storage.cap() Sep 01 14:26:25.919 INFO kablam! | ^^^ Sep 01 14:26:25.919 INFO kablam! | Sep 01 14:26:25.919 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.919 INFO kablam! Sep 01 14:26:25.920 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:25.920 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 01 14:26:25.920 INFO kablam! | Sep 01 14:26:25.920 INFO kablam! 75 | self.storage.ptr() Sep 01 14:26:25.921 INFO kablam! | ^^^ Sep 01 14:26:25.921 INFO kablam! | Sep 01 14:26:25.921 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:25.921 INFO kablam! Sep 01 14:26:25.961 INFO kablam! error: aborting due to 6 previous errors Sep 01 14:26:25.961 INFO kablam! Sep 01 14:26:25.961 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 14:26:25.968 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 01 14:26:25.969 INFO kablam! Sep 01 14:26:25.969 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:26:25.970 INFO kablam! su: No module specific data is present Sep 01 14:26:26.490 INFO running `"docker" "rm" "-f" "ac02cf39b0c676df09ddd5d881908380b6daf681460f5778e0f5270aab5f342e"` Sep 01 14:26:26.589 INFO blam! ac02cf39b0c676df09ddd5d881908380b6daf681460f5778e0f5270aab5f342e