[INFO] crate maskerad_memory_allocators 5.2.0 is already in cache
[INFO] checking maskerad_memory_allocators-5.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate maskerad_memory_allocators 5.2.0 into /workspace/builds/worker-8/source
[INFO] validating manifest of crates.io crate maskerad_memory_allocators 5.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-8/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 6cc0d475862882cf47237a796224729b9f2b018cc5e74bdf9764c50fbb7bfcf8
[INFO] running `"docker" "start" "-a" "6cc0d475862882cf47237a796224729b9f2b018cc5e74bdf9764c50fbb7bfcf8"`
[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" "6cc0d475862882cf47237a796224729b9f2b018cc5e74bdf9764c50fbb7bfcf8"`
[INFO] running `"docker" "rm" "-f" "6cc0d475862882cf47237a796224729b9f2b018cc5e74bdf9764c50fbb7bfcf8"`
[INFO] [stdout] 6cc0d475862882cf47237a796224729b9f2b018cc5e74bdf9764c50fbb7bfcf8
