Sep 01 14:26:22.676 INFO checking maskerad_memory_allocators-5.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 14:26:22.676 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 14:26:22.676 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:22.922 INFO blam! 3421b44b163e976c5390b570635d2e5382c29bf51df81bdee556215037fd2c8f Sep 01 14:26:22.923 INFO running `"docker" "start" "-a" "3421b44b163e976c5390b570635d2e5382c29bf51df81bdee556215037fd2c8f"` Sep 01 14:26:23.812 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 01 14:26:24.310 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.310 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 01 14:26:24.310 INFO kablam! | Sep 01 14:26:24.310 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:24.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:24.310 INFO kablam! | Sep 01 14:26:24.310 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.311 INFO kablam! Sep 01 14:26:24.311 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.311 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 01 14:26:24.311 INFO kablam! | Sep 01 14:26:24.311 INFO kablam! 33 | storage: RawVec, Sep 01 14:26:24.311 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:24.311 INFO kablam! | Sep 01 14:26:24.311 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.311 INFO kablam! Sep 01 14:26:24.311 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.311 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 01 14:26:24.311 INFO kablam! | Sep 01 14:26:24.311 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 01 14:26:24.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:24.311 INFO kablam! | Sep 01 14:26:24.311 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.312 INFO kablam! Sep 01 14:26:24.465 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.465 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 01 14:26:24.465 INFO kablam! | Sep 01 14:26:24.465 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 01 14:26:24.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:24.465 INFO kablam! | Sep 01 14:26:24.465 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.465 INFO kablam! Sep 01 14:26:24.465 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.465 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 01 14:26:24.465 INFO kablam! | Sep 01 14:26:24.465 INFO kablam! 33 | storage: RawVec, Sep 01 14:26:24.465 INFO kablam! | ^^^^^^^^^^ Sep 01 14:26:24.465 INFO kablam! | Sep 01 14:26:24.465 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.465 INFO kablam! Sep 01 14:26:24.466 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.466 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 01 14:26:24.466 INFO kablam! | Sep 01 14:26:24.466 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 01 14:26:24.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:26:24.466 INFO kablam! | Sep 01 14:26:24.466 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.466 INFO kablam! Sep 01 14:26:24.601 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.601 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 01 14:26:24.601 INFO kablam! | Sep 01 14:26:24.601 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 01 14:26:24.601 INFO kablam! | ^^^ Sep 01 14:26:24.601 INFO kablam! | Sep 01 14:26:24.602 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.602 INFO kablam! Sep 01 14:26:24.609 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.609 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 01 14:26:24.610 INFO kablam! | Sep 01 14:26:24.610 INFO kablam! 69 | self.storage.cap() Sep 01 14:26:24.610 INFO kablam! | ^^^ Sep 01 14:26:24.610 INFO kablam! | Sep 01 14:26:24.610 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.610 INFO kablam! Sep 01 14:26:24.611 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.611 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 01 14:26:24.611 INFO kablam! | Sep 01 14:26:24.612 INFO kablam! 75 | self.storage.ptr() Sep 01 14:26:24.612 INFO kablam! | ^^^ Sep 01 14:26:24.612 INFO kablam! | Sep 01 14:26:24.612 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.612 INFO kablam! Sep 01 14:26:24.663 INFO kablam! error: aborting due to 6 previous errors Sep 01 14:26:24.663 INFO kablam! Sep 01 14:26:24.663 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 14:26:24.670 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 01 14:26:24.670 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:26:24.817 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.817 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 01 14:26:24.817 INFO kablam! | Sep 01 14:26:24.817 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 01 14:26:24.817 INFO kablam! | ^^^ Sep 01 14:26:24.817 INFO kablam! | Sep 01 14:26:24.817 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.817 INFO kablam! Sep 01 14:26:24.824 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.827 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 01 14:26:24.827 INFO kablam! | Sep 01 14:26:24.827 INFO kablam! 69 | self.storage.cap() Sep 01 14:26:24.827 INFO kablam! | ^^^ Sep 01 14:26:24.827 INFO kablam! | Sep 01 14:26:24.827 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.827 INFO kablam! Sep 01 14:26:24.827 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 14:26:24.827 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 01 14:26:24.827 INFO kablam! | Sep 01 14:26:24.827 INFO kablam! 75 | self.storage.ptr() Sep 01 14:26:24.827 INFO kablam! | ^^^ Sep 01 14:26:24.827 INFO kablam! | Sep 01 14:26:24.828 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 14:26:24.828 INFO kablam! Sep 01 14:26:24.871 INFO kablam! error: aborting due to 6 previous errors Sep 01 14:26:24.871 INFO kablam! Sep 01 14:26:24.871 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 14:26:24.879 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 01 14:26:24.879 INFO kablam! Sep 01 14:26:24.879 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:26:24.880 INFO kablam! su: No module specific data is present Sep 01 14:26:25.429 INFO running `"docker" "rm" "-f" "3421b44b163e976c5390b570635d2e5382c29bf51df81bdee556215037fd2c8f"` Sep 01 14:26:25.546 INFO blam! 3421b44b163e976c5390b570635d2e5382c29bf51df81bdee556215037fd2c8f