[INFO] crate maskerad_memory_allocators 5.2.0 is already in cache
[INFO] checking maskerad_memory_allocators-5.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate maskerad_memory_allocators 5.2.0 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate maskerad_memory_allocators 5.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate maskerad_memory_allocators 5.2.0
[INFO] finished tweaking crates.io crate maskerad_memory_allocators 5.2.0
[INFO] tweaked toml for crates.io crate maskerad_memory_allocators 5.2.0 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5d9fd5aedb8ab42c7e13f09c0b2321ceef2fed5b61c7fd2b18ed3740068ab6bc
[INFO] running `"docker" "start" "-a" "5d9fd5aedb8ab42c7e13f09c0b2321ceef2fed5b61c7fd2b18ed3740068ab6bc"`
[INFO] [stderr]     Checking maskerad_memory_allocators v5.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/allocation_error.rs:43:32
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn cause(&self) -> Option<&Error> {
[INFO] [stderr]    |                                ^^^^^ help: use `dyn`: `dyn Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/utils.rs:49:33
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let obj = mem::transmute::<&AllTypes, TraitObject>(ptr);
[INFO] [stderr]    |                                 ^^^^^^^^ help: use `dyn`: `dyn AllTypes`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]  --> src/memory_chunk.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use alloc::raw_vec::RawVec;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |     storage: RawVec<u8>,
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:49:22
[INFO] [stderr]    |
[INFO] [stderr] 49 |             storage: RawVec::with_capacity(size),
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/allocation_error.rs:43:32
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn cause(&self) -> Option<&Error> {
[INFO] [stderr]    |                                ^^^^^ help: use `dyn`: `dyn Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/utils.rs:49:33
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let obj = mem::transmute::<&AllTypes, TraitObject>(ptr);
[INFO] [stderr]    |                                 ^^^^^^^^ help: use `dyn`: `dyn AllTypes`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]  --> src/memory_chunk.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use alloc::raw_vec::RawVec;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |     storage: RawVec<u8>,
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:49:22
[INFO] [stderr]    |
[INFO] [stderr] 49 |             storage: RawVec::with_capacity(size),
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<u8>` in the current scope
[INFO] [stderr]   --> src/memory_chunk.rs:40:95
[INFO] [stderr]    |
[INFO] [stderr] 40 |         write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get())
[INFO] [stderr]    |                                                                                               ^^^ private field, not a method
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<u8>` in the current scope
[INFO] [stderr]   --> src/memory_chunk.rs:69:22
[INFO] [stderr]    |
[INFO] [stderr] 69 |         self.storage.cap()
[INFO] [stderr]    |                      ^^^ private field, not a method
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:75:22
[INFO] [stderr]    |
[INFO] [stderr] 75 |         self.storage.ptr()
[INFO] [stderr]    |                      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `maskerad_memory_allocators`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<u8>` in the current scope
[INFO] [stderr]   --> src/memory_chunk.rs:40:95
[INFO] [stderr]    |
[INFO] [stderr] 40 |         write!(f, "MemoryChunk [Max capacity: {} bytes, Memory used: {} bytes]", self.storage.cap(), self.fill.get())
[INFO] [stderr]    |                                                                                               ^^^ private field, not a method
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<u8>` in the current scope
[INFO] [stderr]   --> src/memory_chunk.rs:69:22
[INFO] [stderr]    |
[INFO] [stderr] 69 |         self.storage.cap()
[INFO] [stderr]    |                      ^^^ private field, not a method
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail
[INFO] [stderr]   --> src/memory_chunk.rs:75:22
[INFO] [stderr]    |
[INFO] [stderr] 75 |         self.storage.ptr()
[INFO] [stderr]    |                      ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `maskerad_memory_allocators`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5d9fd5aedb8ab42c7e13f09c0b2321ceef2fed5b61c7fd2b18ed3740068ab6bc"`
[INFO] running `"docker" "rm" "-f" "5d9fd5aedb8ab42c7e13f09c0b2321ceef2fed5b61c7fd2b18ed3740068ab6bc"`
[INFO] [stdout] 5d9fd5aedb8ab42c7e13f09c0b2321ceef2fed5b61c7fd2b18ed3740068ab6bc
