Sep 04 14:15:21.552 INFO checking maskerad_memory_allocators-5.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:15:21.552 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:15:21.552 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:21.696 INFO blam! 77e0114ab84872159f224a493191273b136637aa2dcd2c5d3254c26ff1ee3941 Sep 04 14:15:21.697 INFO running `"docker" "start" "-a" "77e0114ab84872159f224a493191273b136637aa2dcd2c5d3254c26ff1ee3941"` Sep 04 14:15:22.362 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 04 14:15:22.882 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.882 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 04 14:15:22.882 INFO kablam! | Sep 04 14:15:22.882 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:22.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.882 INFO kablam! | Sep 04 14:15:22.882 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.882 INFO kablam! Sep 04 14:15:22.882 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.882 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 04 14:15:22.882 INFO kablam! | Sep 04 14:15:22.882 INFO kablam! 33 | storage: RawVec, Sep 04 14:15:22.882 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:22.882 INFO kablam! | Sep 04 14:15:22.882 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.882 INFO kablam! Sep 04 14:15:22.882 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.882 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 04 14:15:22.882 INFO kablam! | Sep 04 14:15:22.883 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 04 14:15:22.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.883 INFO kablam! | Sep 04 14:15:22.883 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.883 INFO kablam! Sep 04 14:15:22.978 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.978 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 04 14:15:22.978 INFO kablam! | Sep 04 14:15:22.978 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:22.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.978 INFO kablam! | Sep 04 14:15:22.978 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.978 INFO kablam! Sep 04 14:15:22.978 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.978 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 04 14:15:22.978 INFO kablam! | Sep 04 14:15:22.978 INFO kablam! 33 | storage: RawVec, Sep 04 14:15:22.978 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:22.978 INFO kablam! | Sep 04 14:15:22.978 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.978 INFO kablam! Sep 04 14:15:22.979 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.979 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 04 14:15:22.979 INFO kablam! | Sep 04 14:15:22.979 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 04 14:15:22.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.979 INFO kablam! | Sep 04 14:15:22.979 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.979 INFO kablam! Sep 04 14:15:23.197 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.197 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 04 14:15:23.197 INFO kablam! | Sep 04 14:15:23.197 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 04 14:15:23.198 INFO kablam! | ^^^ Sep 04 14:15:23.198 INFO kablam! | Sep 04 14:15:23.198 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.198 INFO kablam! Sep 04 14:15:23.203 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.204 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 04 14:15:23.204 INFO kablam! | Sep 04 14:15:23.204 INFO kablam! 69 | self.storage.cap() Sep 04 14:15:23.204 INFO kablam! | ^^^ Sep 04 14:15:23.204 INFO kablam! | Sep 04 14:15:23.204 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.204 INFO kablam! Sep 04 14:15:23.204 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.205 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 04 14:15:23.205 INFO kablam! | Sep 04 14:15:23.205 INFO kablam! 75 | self.storage.ptr() Sep 04 14:15:23.205 INFO kablam! | ^^^ Sep 04 14:15:23.205 INFO kablam! | Sep 04 14:15:23.205 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.205 INFO kablam! Sep 04 14:15:23.263 INFO kablam! error: aborting due to 6 previous errors Sep 04 14:15:23.263 INFO kablam! Sep 04 14:15:23.263 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:15:23.271 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 04 14:15:23.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:15:23.404 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.404 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 04 14:15:23.404 INFO kablam! | Sep 04 14:15:23.404 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 04 14:15:23.404 INFO kablam! | ^^^ Sep 04 14:15:23.404 INFO kablam! | Sep 04 14:15:23.404 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.404 INFO kablam! Sep 04 14:15:23.410 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.410 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 04 14:15:23.410 INFO kablam! | Sep 04 14:15:23.410 INFO kablam! 69 | self.storage.cap() Sep 04 14:15:23.410 INFO kablam! | ^^^ Sep 04 14:15:23.411 INFO kablam! | Sep 04 14:15:23.411 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.411 INFO kablam! Sep 04 14:15:23.411 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:23.411 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 04 14:15:23.411 INFO kablam! | Sep 04 14:15:23.411 INFO kablam! 75 | self.storage.ptr() Sep 04 14:15:23.411 INFO kablam! | ^^^ Sep 04 14:15:23.411 INFO kablam! | Sep 04 14:15:23.411 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:23.411 INFO kablam! Sep 04 14:15:23.455 INFO kablam! error: aborting due to 6 previous errors Sep 04 14:15:23.456 INFO kablam! Sep 04 14:15:23.456 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:15:23.464 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 04 14:15:23.464 INFO kablam! Sep 04 14:15:23.464 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:15:23.465 INFO kablam! su: No module specific data is present Sep 04 14:15:23.888 INFO running `"docker" "rm" "-f" "77e0114ab84872159f224a493191273b136637aa2dcd2c5d3254c26ff1ee3941"` Sep 04 14:15:23.995 INFO blam! 77e0114ab84872159f224a493191273b136637aa2dcd2c5d3254c26ff1ee3941