[INFO] fetching crate block-array-cow 0.1.4...
[INFO] checking block-array-cow-0.1.4 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate block-array-cow 0.1.4 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate block-array-cow 0.1.4 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate block-array-cow 0.1.4
[INFO] finished tweaking crates.io crate block-array-cow 0.1.4
[INFO] tweaked toml for crates.io crate block-array-cow 0.1.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 369cfa0b1db7fc842ed6a1b9fa04d83ebdab28dba516988e91e8597570a07246
[INFO] running `Command { std: "docker" "start" "-a" "369cfa0b1db7fc842ed6a1b9fa04d83ebdab28dba516988e91e8597570a07246", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "369cfa0b1db7fc842ed6a1b9fa04d83ebdab28dba516988e91e8597570a07246", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "369cfa0b1db7fc842ed6a1b9fa04d83ebdab28dba516988e91e8597570a07246", kill_on_drop: false }`
[INFO] [stdout] 369cfa0b1db7fc842ed6a1b9fa04d83ebdab28dba516988e91e8597570a07246
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd93fae7c30d837c82f4535c80ae742e58fa820624e9ab91be8549313b6ef50b
[INFO] running `Command { std: "docker" "start" "-a" "cd93fae7c30d837c82f4535c80ae742e58fa820624e9ab91be8549313b6ef50b", kill_on_drop: false }`
[INFO] [stderr]     Checking block-array-cow v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/lib.rs:980:41
[INFO] [stdout]     |
[INFO] [stdout] 980 |     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 980 -     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout] 980 +     let key: HashKey = table_hash_array[(offset - i_table_start) / info.chunk_stride];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/lib.rs:980:41
[INFO] [stdout]     |
[INFO] [stdout] 980 |     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 980 -     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout] 980 +     let key: HashKey = table_hash_array[(offset - i_table_start) / info.chunk_stride];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/plain_ptr.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait PtrAnyImpl<T> {
[INFO] [stdout]    |           ---------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn new(ptr: Self::BasePtr) -> Self;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn new_from_mut(ptr: PtrMut<T>) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 42 |     fn null() -> Self;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 43 |     fn is_null(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 44 |     fn as_ptr(&self) -> Self::BasePtr;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 45 |     fn as_const(&self) -> PtrConst<T>;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn as_option(&self) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PtrAny` is never used
[INFO] [stdout]   --> src/plain_ptr.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait PtrAny<T>:
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/plain_ptr.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait PtrAnyImpl<T> {
[INFO] [stdout]    |           ---------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn new(ptr: Self::BasePtr) -> Self;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn new_from_mut(ptr: PtrMut<T>) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 42 |     fn null() -> Self;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 43 |     fn is_null(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 44 |     fn as_ptr(&self) -> Self::BasePtr;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 45 |     fn as_const(&self) -> PtrConst<T>;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn as_option(&self) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PtrAny` is never used
[INFO] [stdout]   --> src/plain_ptr.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait PtrAny<T>:
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> tests/rand.rs:106:54
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> tests/rand.rs:106:54
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "cd93fae7c30d837c82f4535c80ae742e58fa820624e9ab91be8549313b6ef50b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd93fae7c30d837c82f4535c80ae742e58fa820624e9ab91be8549313b6ef50b", kill_on_drop: false }`
[INFO] [stdout] cd93fae7c30d837c82f4535c80ae742e58fa820624e9ab91be8549313b6ef50b
[INFO] checking block-array-cow-0.1.4 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate block-array-cow 0.1.4 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate block-array-cow 0.1.4 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate block-array-cow 0.1.4
[INFO] finished tweaking crates.io crate block-array-cow 0.1.4
[INFO] tweaked toml for crates.io crate block-array-cow 0.1.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d2ef339dafc89a799a3e53cc91fb799478c396f2fbfb2c2309591f959f3ea7a
[INFO] running `Command { std: "docker" "start" "-a" "3d2ef339dafc89a799a3e53cc91fb799478c396f2fbfb2c2309591f959f3ea7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d2ef339dafc89a799a3e53cc91fb799478c396f2fbfb2c2309591f959f3ea7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d2ef339dafc89a799a3e53cc91fb799478c396f2fbfb2c2309591f959f3ea7a", kill_on_drop: false }`
[INFO] [stdout] 3d2ef339dafc89a799a3e53cc91fb799478c396f2fbfb2c2309591f959f3ea7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 035c6b1e990ad263a8be6576c4925cdabdea5dd42f0c0f5f6e096f1bede1b124
[INFO] running `Command { std: "docker" "start" "-a" "035c6b1e990ad263a8be6576c4925cdabdea5dd42f0c0f5f6e096f1bede1b124", kill_on_drop: false }`
[INFO] [stderr]     Checking block-array-cow v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/lib.rs:980:41
[INFO] [stdout]     |
[INFO] [stdout] 980 |     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 980 -     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout] 980 +     let key: HashKey = table_hash_array[(offset - i_table_start) / info.chunk_stride];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/lib.rs:980:41
[INFO] [stdout]     |
[INFO] [stdout] 980 |     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 980 -     let key: HashKey = table_hash_array[((offset - i_table_start) / info.chunk_stride)];
[INFO] [stdout] 980 +     let key: HashKey = table_hash_array[(offset - i_table_start) / info.chunk_stride];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/plain_ptr.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait PtrAnyImpl<T> {
[INFO] [stdout]    |           ---------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn new(ptr: Self::BasePtr) -> Self;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn new_from_mut(ptr: PtrMut<T>) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 42 |     fn null() -> Self;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 43 |     fn is_null(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 44 |     fn as_ptr(&self) -> Self::BasePtr;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 45 |     fn as_const(&self) -> PtrConst<T>;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn as_option(&self) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PtrAny` is never used
[INFO] [stdout]   --> src/plain_ptr.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait PtrAny<T>:
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/plain_ptr.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait PtrAnyImpl<T> {
[INFO] [stdout]    |           ---------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn new(ptr: Self::BasePtr) -> Self;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn new_from_mut(ptr: PtrMut<T>) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 42 |     fn null() -> Self;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 43 |     fn is_null(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 44 |     fn as_ptr(&self) -> Self::BasePtr;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 45 |     fn as_const(&self) -> PtrConst<T>;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn as_option(&self) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PtrAny` is never used
[INFO] [stdout]   --> src/plain_ptr.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait PtrAny<T>:
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> tests/rand.rs:106:54
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> tests/rand.rs:106:54
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> tests/rand.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |                   let mut v: $t = unsafe { ::std::mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 142 | / rand_gen_any_impl! {
[INFO] [stdout] 143 | |     i16 i64 isize
[INFO] [stdout] 144 | |     u16 u64 usize
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `rand_gen_any_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "035c6b1e990ad263a8be6576c4925cdabdea5dd42f0c0f5f6e096f1bede1b124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "035c6b1e990ad263a8be6576c4925cdabdea5dd42f0c0f5f6e096f1bede1b124", kill_on_drop: false }`
[INFO] [stdout] 035c6b1e990ad263a8be6576c4925cdabdea5dd42f0c0f5f6e096f1bede1b124
