Sep 02 07:57:26.971 INFO checking maskerad_memory_allocators-5.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:57:26.971 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:57:26.971 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:27.141 INFO blam! ed45f95c41e2c2b7799906836fc7a29b3a1227343b31014129a6746a338c14ea Sep 02 07:57:27.143 INFO running `"docker" "start" "-a" "ed45f95c41e2c2b7799906836fc7a29b3a1227343b31014129a6746a338c14ea"` Sep 02 07:57:27.878 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 02 07:57:28.526 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.526 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 02 07:57:28.526 INFO kablam! | Sep 02 07:57:28.527 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:28.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:28.527 INFO kablam! | Sep 02 07:57:28.527 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.527 INFO kablam! Sep 02 07:57:28.527 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.527 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 02 07:57:28.527 INFO kablam! | Sep 02 07:57:28.527 INFO kablam! 33 | storage: RawVec, Sep 02 07:57:28.527 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:28.527 INFO kablam! | Sep 02 07:57:28.527 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.527 INFO kablam! Sep 02 07:57:28.527 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.527 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 02 07:57:28.528 INFO kablam! | Sep 02 07:57:28.528 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 02 07:57:28.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:28.528 INFO kablam! | Sep 02 07:57:28.528 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.528 INFO kablam! Sep 02 07:57:28.585 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.585 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 02 07:57:28.585 INFO kablam! | Sep 02 07:57:28.585 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:28.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:28.585 INFO kablam! | Sep 02 07:57:28.585 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.585 INFO kablam! Sep 02 07:57:28.585 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.585 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 02 07:57:28.585 INFO kablam! | Sep 02 07:57:28.585 INFO kablam! 33 | storage: RawVec, Sep 02 07:57:28.585 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:28.585 INFO kablam! | Sep 02 07:57:28.585 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.585 INFO kablam! Sep 02 07:57:28.586 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.586 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 02 07:57:28.586 INFO kablam! | Sep 02 07:57:28.586 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 02 07:57:28.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:28.586 INFO kablam! | Sep 02 07:57:28.586 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.586 INFO kablam! Sep 02 07:57:28.842 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.842 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 02 07:57:28.842 INFO kablam! | Sep 02 07:57:28.842 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 02 07:57:28.842 INFO kablam! | ^^^ Sep 02 07:57:28.842 INFO kablam! | Sep 02 07:57:28.843 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.843 INFO kablam! Sep 02 07:57:28.849 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.849 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 02 07:57:28.849 INFO kablam! | Sep 02 07:57:28.849 INFO kablam! 69 | self.storage.cap() Sep 02 07:57:28.849 INFO kablam! | ^^^ Sep 02 07:57:28.849 INFO kablam! | Sep 02 07:57:28.849 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.849 INFO kablam! Sep 02 07:57:28.850 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.850 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 02 07:57:28.850 INFO kablam! | Sep 02 07:57:28.850 INFO kablam! 75 | self.storage.ptr() Sep 02 07:57:28.850 INFO kablam! | ^^^ Sep 02 07:57:28.850 INFO kablam! | Sep 02 07:57:28.851 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.851 INFO kablam! Sep 02 07:57:28.896 INFO kablam! error: aborting due to 6 previous errors Sep 02 07:57:28.896 INFO kablam! Sep 02 07:57:28.896 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 07:57:28.903 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 02 07:57:28.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 07:57:28.943 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.943 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 02 07:57:28.943 INFO kablam! | Sep 02 07:57:28.943 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 02 07:57:28.944 INFO kablam! | ^^^ Sep 02 07:57:28.944 INFO kablam! | Sep 02 07:57:28.944 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.944 INFO kablam! Sep 02 07:57:28.954 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.954 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 02 07:57:28.954 INFO kablam! | Sep 02 07:57:28.954 INFO kablam! 69 | self.storage.cap() Sep 02 07:57:28.954 INFO kablam! | ^^^ Sep 02 07:57:28.954 INFO kablam! | Sep 02 07:57:28.954 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.954 INFO kablam! Sep 02 07:57:28.955 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.955 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 02 07:57:28.955 INFO kablam! | Sep 02 07:57:28.955 INFO kablam! 75 | self.storage.ptr() Sep 02 07:57:28.955 INFO kablam! | ^^^ Sep 02 07:57:28.955 INFO kablam! | Sep 02 07:57:28.955 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.955 INFO kablam! Sep 02 07:57:29.023 INFO kablam! error: aborting due to 6 previous errors Sep 02 07:57:29.023 INFO kablam! Sep 02 07:57:29.023 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 07:57:29.033 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 02 07:57:29.033 INFO kablam! Sep 02 07:57:29.033 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:57:29.035 INFO kablam! su: No module specific data is present Sep 02 07:57:29.366 INFO running `"docker" "rm" "-f" "ed45f95c41e2c2b7799906836fc7a29b3a1227343b31014129a6746a338c14ea"` Sep 02 07:57:29.468 INFO blam! ed45f95c41e2c2b7799906836fc7a29b3a1227343b31014129a6746a338c14ea