Sep 04 14:15:20.598 INFO checking maskerad_memory_allocators-5.2.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 14:15:20.598 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 14:15:20.598 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:20.858 INFO blam! 2e4f206f521b37eb7bb5b2db3d722b9e8e078dda70a1803b69ed34a753a795f0 Sep 04 14:15:20.860 INFO running `"docker" "start" "-a" "2e4f206f521b37eb7bb5b2db3d722b9e8e078dda70a1803b69ed34a753a795f0"` Sep 04 14:15:21.745 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 04 14:15:22.278 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.278 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 04 14:15:22.278 INFO kablam! | Sep 04 14:15:22.278 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:22.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.278 INFO kablam! | Sep 04 14:15:22.278 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.278 INFO kablam! Sep 04 14:15:22.278 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.278 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 04 14:15:22.278 INFO kablam! | Sep 04 14:15:22.278 INFO kablam! 33 | storage: RawVec, Sep 04 14:15:22.278 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:22.278 INFO kablam! | Sep 04 14:15:22.278 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.278 INFO kablam! Sep 04 14:15:22.279 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.279 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 04 14:15:22.279 INFO kablam! | Sep 04 14:15:22.279 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 04 14:15:22.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.279 INFO kablam! | Sep 04 14:15:22.279 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.279 INFO kablam! Sep 04 14:15:22.364 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.364 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 04 14:15:22.364 INFO kablam! | Sep 04 14:15:22.364 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 04 14:15:22.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.364 INFO kablam! | Sep 04 14:15:22.364 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.364 INFO kablam! Sep 04 14:15:22.365 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.365 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 04 14:15:22.365 INFO kablam! | Sep 04 14:15:22.365 INFO kablam! 33 | storage: RawVec, Sep 04 14:15:22.365 INFO kablam! | ^^^^^^^^^^ Sep 04 14:15:22.365 INFO kablam! | Sep 04 14:15:22.365 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.365 INFO kablam! Sep 04 14:15:22.366 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.366 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 04 14:15:22.366 INFO kablam! | Sep 04 14:15:22.366 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 04 14:15:22.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:15:22.366 INFO kablam! | Sep 04 14:15:22.366 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.366 INFO kablam! Sep 04 14:15:22.561 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.561 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 04 14:15:22.561 INFO kablam! | Sep 04 14:15:22.561 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 04 14:15:22.561 INFO kablam! | ^^^ Sep 04 14:15:22.561 INFO kablam! | Sep 04 14:15:22.561 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.561 INFO kablam! Sep 04 14:15:22.564 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.564 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 04 14:15:22.564 INFO kablam! | Sep 04 14:15:22.564 INFO kablam! 69 | self.storage.cap() Sep 04 14:15:22.564 INFO kablam! | ^^^ Sep 04 14:15:22.564 INFO kablam! | Sep 04 14:15:22.564 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.564 INFO kablam! Sep 04 14:15:22.567 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.567 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 04 14:15:22.567 INFO kablam! | Sep 04 14:15:22.567 INFO kablam! 75 | self.storage.ptr() Sep 04 14:15:22.567 INFO kablam! | ^^^ Sep 04 14:15:22.567 INFO kablam! | Sep 04 14:15:22.567 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.567 INFO kablam! Sep 04 14:15:22.618 INFO kablam! error: aborting due to 6 previous errors Sep 04 14:15:22.618 INFO kablam! Sep 04 14:15:22.618 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:15:22.626 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 04 14:15:22.626 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:15:22.718 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.718 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 04 14:15:22.718 INFO kablam! | Sep 04 14:15:22.718 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 04 14:15:22.718 INFO kablam! | ^^^ Sep 04 14:15:22.718 INFO kablam! | Sep 04 14:15:22.718 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.718 INFO kablam! Sep 04 14:15:22.726 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.726 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 04 14:15:22.726 INFO kablam! | Sep 04 14:15:22.726 INFO kablam! 69 | self.storage.cap() Sep 04 14:15:22.726 INFO kablam! | ^^^ Sep 04 14:15:22.726 INFO kablam! | Sep 04 14:15:22.726 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.726 INFO kablam! Sep 04 14:15:22.727 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 14:15:22.727 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 04 14:15:22.727 INFO kablam! | Sep 04 14:15:22.727 INFO kablam! 75 | self.storage.ptr() Sep 04 14:15:22.727 INFO kablam! | ^^^ Sep 04 14:15:22.727 INFO kablam! | Sep 04 14:15:22.727 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 14:15:22.727 INFO kablam! Sep 04 14:15:22.767 INFO kablam! error: aborting due to 6 previous errors Sep 04 14:15:22.767 INFO kablam! Sep 04 14:15:22.767 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:15:22.775 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 04 14:15:22.775 INFO kablam! Sep 04 14:15:22.775 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:15:22.776 INFO kablam! su: No module specific data is present Sep 04 14:15:23.210 INFO running `"docker" "rm" "-f" "2e4f206f521b37eb7bb5b2db3d722b9e8e078dda70a1803b69ed34a753a795f0"` Sep 04 14:15:23.337 INFO blam! 2e4f206f521b37eb7bb5b2db3d722b9e8e078dda70a1803b69ed34a753a795f0