Sep 02 07:57:26.429 INFO checking maskerad_memory_allocators-5.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:57:26.429 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:57:26.429 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:26.610 INFO blam! 7cec79d5e36d7c43eb77801fc69ed2e40f6551a044fa806d3ba81053bd31b3cd Sep 02 07:57:26.612 INFO running `"docker" "start" "-a" "7cec79d5e36d7c43eb77801fc69ed2e40f6551a044fa806d3ba81053bd31b3cd"` Sep 02 07:57:27.233 INFO kablam! Checking maskerad_memory_allocators v5.2.0 (file:///source) Sep 02 07:57:27.789 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.789 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 02 07:57:27.789 INFO kablam! | Sep 02 07:57:27.789 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:27.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:27.789 INFO kablam! | Sep 02 07:57:27.789 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.789 INFO kablam! Sep 02 07:57:27.789 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.789 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 02 07:57:27.790 INFO kablam! | Sep 02 07:57:27.790 INFO kablam! 33 | storage: RawVec, Sep 02 07:57:27.790 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:27.790 INFO kablam! | Sep 02 07:57:27.790 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.790 INFO kablam! Sep 02 07:57:27.790 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.790 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 02 07:57:27.790 INFO kablam! | Sep 02 07:57:27.790 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 02 07:57:27.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:27.791 INFO kablam! | Sep 02 07:57:27.791 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.791 INFO kablam! Sep 02 07:57:27.905 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.905 INFO kablam! --> src/memory_chunk.rs:8:5 Sep 02 07:57:27.905 INFO kablam! | Sep 02 07:57:27.905 INFO kablam! 8 | use alloc::raw_vec::RawVec; Sep 02 07:57:27.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:27.905 INFO kablam! | Sep 02 07:57:27.906 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.906 INFO kablam! Sep 02 07:57:27.906 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.906 INFO kablam! --> src/memory_chunk.rs:33:14 Sep 02 07:57:27.906 INFO kablam! | Sep 02 07:57:27.906 INFO kablam! 33 | storage: RawVec, Sep 02 07:57:27.906 INFO kablam! | ^^^^^^^^^^ Sep 02 07:57:27.906 INFO kablam! | Sep 02 07:57:27.906 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.906 INFO kablam! Sep 02 07:57:27.907 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:27.907 INFO kablam! --> src/memory_chunk.rs:49:22 Sep 02 07:57:27.907 INFO kablam! | Sep 02 07:57:27.907 INFO kablam! 49 | storage: RawVec::with_capacity(size), Sep 02 07:57:27.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:57:27.907 INFO kablam! | Sep 02 07:57:27.907 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:27.907 INFO kablam! Sep 02 07:57:28.120 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.120 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 02 07:57:28.120 INFO kablam! | Sep 02 07:57:28.120 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 02 07:57:28.120 INFO kablam! | ^^^ Sep 02 07:57:28.120 INFO kablam! | Sep 02 07:57:28.120 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.120 INFO kablam! Sep 02 07:57:28.133 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.133 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 02 07:57:28.133 INFO kablam! | Sep 02 07:57:28.133 INFO kablam! 69 | self.storage.cap() Sep 02 07:57:28.133 INFO kablam! | ^^^ Sep 02 07:57:28.133 INFO kablam! | Sep 02 07:57:28.133 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.133 INFO kablam! Sep 02 07:57:28.134 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.135 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 02 07:57:28.135 INFO kablam! | Sep 02 07:57:28.136 INFO kablam! 75 | self.storage.ptr() Sep 02 07:57:28.136 INFO kablam! | ^^^ Sep 02 07:57:28.136 INFO kablam! | Sep 02 07:57:28.136 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.136 INFO kablam! Sep 02 07:57:28.213 INFO kablam! error: aborting due to 6 previous errors Sep 02 07:57:28.213 INFO kablam! Sep 02 07:57:28.213 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 07:57:28.222 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 02 07:57:28.222 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 07:57:28.387 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.387 INFO kablam! --> src/memory_chunk.rs:40:95 Sep 02 07:57:28.387 INFO kablam! | Sep 02 07:57:28.387 INFO kablam! 40 | write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get()) Sep 02 07:57:28.387 INFO kablam! | ^^^ Sep 02 07:57:28.387 INFO kablam! | Sep 02 07:57:28.387 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.387 INFO kablam! Sep 02 07:57:28.397 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.397 INFO kablam! --> src/memory_chunk.rs:69:22 Sep 02 07:57:28.397 INFO kablam! | Sep 02 07:57:28.397 INFO kablam! 69 | self.storage.cap() Sep 02 07:57:28.397 INFO kablam! | ^^^ Sep 02 07:57:28.397 INFO kablam! | Sep 02 07:57:28.397 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.397 INFO kablam! Sep 02 07:57:28.399 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 07:57:28.399 INFO kablam! --> src/memory_chunk.rs:75:22 Sep 02 07:57:28.399 INFO kablam! | Sep 02 07:57:28.399 INFO kablam! 75 | self.storage.ptr() Sep 02 07:57:28.399 INFO kablam! | ^^^ Sep 02 07:57:28.399 INFO kablam! | Sep 02 07:57:28.399 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 07:57:28.399 INFO kablam! Sep 02 07:57:28.459 INFO kablam! error: aborting due to 6 previous errors Sep 02 07:57:28.460 INFO kablam! Sep 02 07:57:28.460 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 07:57:28.469 INFO kablam! error: Could not compile `maskerad_memory_allocators`. Sep 02 07:57:28.469 INFO kablam! Sep 02 07:57:28.469 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:57:28.471 INFO kablam! su: No module specific data is present Sep 02 07:57:28.918 INFO running `"docker" "rm" "-f" "7cec79d5e36d7c43eb77801fc69ed2e40f6551a044fa806d3ba81053bd31b3cd"` Sep 02 07:57:29.029 INFO blam! 7cec79d5e36d7c43eb77801fc69ed2e40f6551a044fa806d3ba81053bd31b3cd