[INFO] fetching crate protocol 3.4.0...
[INFO] testing protocol-3.4.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate protocol 3.4.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate protocol 3.4.0
[INFO] removed 6 missing examples
[INFO] finished tweaking crates.io crate protocol 3.4.0
[INFO] tweaked toml for crates.io crate protocol 3.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate protocol 3.4.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate protocol 3.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-traits v0.2.15
[INFO] [stderr]   Downloaded protocol-derive v3.4.0
[INFO] [stderr]   Downloaded addr2line v0.17.0
[INFO] [stderr]   Downloaded rustc-demangle v0.1.21
[INFO] [stderr]   Downloaded crc32fast v1.3.2
[INFO] [stderr]   Downloaded backtrace v0.3.66
[INFO] [stderr]   Downloaded flate2 v1.0.24
[INFO] [stderr]   Downloaded object v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b52948823353d7f4558fc4773f15f03826e2649a17c58078a3a5295748d3d55
[INFO] running `Command { std: "docker" "start" "-a" "7b52948823353d7f4558fc4773f15f03826e2649a17c58078a3a5295748d3d55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b52948823353d7f4558fc4773f15f03826e2649a17c58078a3a5295748d3d55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b52948823353d7f4558fc4773f15f03826e2649a17c58078a3a5295748d3d55", kill_on_drop: false }`
[INFO] [stdout] 7b52948823353d7f4558fc4773f15f03826e2649a17c58078a3a5295748d3d55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b05f2893faca1a469bd14bc31c5f021187c8bf12910104c2f8b4eda37f913fc
[INFO] running `Command { std: "docker" "start" "-a" "9b05f2893faca1a469bd14bc31c5f021187c8bf12910104c2f8b4eda37f913fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling protocol-derive v3.4.0
[INFO] [stderr]    Compiling protocol v3.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / error_chain! {
[INFO] [stdout] 53 | |     types {
[INFO] [stdout] 54 | |         Error, ErrorKind, ResultExt;
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1]`
[INFO] [stdout] ...
[INFO] [stdout] 38 | impl_parcel_for_array!(1);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 39 | impl_parcel_for_array!(2);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 3]`
[INFO] [stdout] ...
[INFO] [stdout] 40 | impl_parcel_for_array!(3);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 41 | impl_parcel_for_array!(4);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 5]`
[INFO] [stdout] ...
[INFO] [stdout] 42 | impl_parcel_for_array!(5);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 6]`
[INFO] [stdout] ...
[INFO] [stdout] 43 | impl_parcel_for_array!(6);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 7]`
[INFO] [stdout] ...
[INFO] [stdout] 44 | impl_parcel_for_array!(7);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 45 | impl_parcel_for_array!(8);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 9]`
[INFO] [stdout] ...
[INFO] [stdout] 46 | impl_parcel_for_array!(9);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 10]`
[INFO] [stdout] ...
[INFO] [stdout] 47 | impl_parcel_for_array!(10);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 11]`
[INFO] [stdout] ...
[INFO] [stdout] 48 | impl_parcel_for_array!(11);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 12]`
[INFO] [stdout] ...
[INFO] [stdout] 49 | impl_parcel_for_array!(12);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 13]`
[INFO] [stdout] ...
[INFO] [stdout] 50 | impl_parcel_for_array!(13);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 14]`
[INFO] [stdout] ...
[INFO] [stdout] 51 | impl_parcel_for_array!(14);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 15]`
[INFO] [stdout] ...
[INFO] [stdout] 52 | impl_parcel_for_array!(15);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 16]`
[INFO] [stdout] ...
[INFO] [stdout] 53 | impl_parcel_for_array!(16);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 17]`
[INFO] [stdout] ...
[INFO] [stdout] 54 | impl_parcel_for_array!(17);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 18]`
[INFO] [stdout] ...
[INFO] [stdout] 55 | impl_parcel_for_array!(18);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 19]`
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_parcel_for_array!(19);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 20]`
[INFO] [stdout] ...
[INFO] [stdout] 57 | impl_parcel_for_array!(20);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 21]`
[INFO] [stdout] ...
[INFO] [stdout] 58 | impl_parcel_for_array!(21);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 22]`
[INFO] [stdout] ...
[INFO] [stdout] 59 | impl_parcel_for_array!(22);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 23]`
[INFO] [stdout] ...
[INFO] [stdout] 60 | impl_parcel_for_array!(23);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 24]`
[INFO] [stdout] ...
[INFO] [stdout] 61 | impl_parcel_for_array!(24);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 25]`
[INFO] [stdout] ...
[INFO] [stdout] 62 | impl_parcel_for_array!(25);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 26]`
[INFO] [stdout] ...
[INFO] [stdout] 63 | impl_parcel_for_array!(26);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 27]`
[INFO] [stdout] ...
[INFO] [stdout] 64 | impl_parcel_for_array!(27);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 28]`
[INFO] [stdout] ...
[INFO] [stdout] 65 | impl_parcel_for_array!(28);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 29]`
[INFO] [stdout] ...
[INFO] [stdout] 66 | impl_parcel_for_array!(29);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 30]`
[INFO] [stdout] ...
[INFO] [stdout] 67 | impl_parcel_for_array!(30);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 31]`
[INFO] [stdout] ...
[INFO] [stdout] 68 | impl_parcel_for_array!(31);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 32]`
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl_parcel_for_array!(32);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 40]`
[INFO] [stdout] ...
[INFO] [stdout] 70 | impl_parcel_for_array!(40);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 42]`
[INFO] [stdout] ...
[INFO] [stdout] 71 | impl_parcel_for_array!(42);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 48]`
[INFO] [stdout] ...
[INFO] [stdout] 72 | impl_parcel_for_array!(48);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 64]`
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_parcel_for_array!(64);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 80]`
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_parcel_for_array!(80);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 120]`
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_parcel_for_array!(120);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 128]`
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_parcel_for_array!(128);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 256]`
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_parcel_for_array!(256);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 500]`
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_parcel_for_array!(500);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 512]`
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_parcel_for_array!(512);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1000]`
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_parcel_for_array!(1000);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1024]`
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_parcel_for_array!(1024);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4096]`
[INFO] [stdout] ...
[INFO] [stdout] 82 | impl_parcel_for_array!(4096);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 65535]`
[INFO] [stdout] ...
[INFO] [stdout] 83 | impl_parcel_for_array!(0xffff);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s
[INFO] running `Command { std: "docker" "inspect" "9b05f2893faca1a469bd14bc31c5f021187c8bf12910104c2f8b4eda37f913fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b05f2893faca1a469bd14bc31c5f021187c8bf12910104c2f8b4eda37f913fc", kill_on_drop: false }`
[INFO] [stdout] 9b05f2893faca1a469bd14bc31c5f021187c8bf12910104c2f8b4eda37f913fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81c125a1301f35ce12efff705183726d90d45f376b9060d05505fd3dfb855644
[INFO] running `Command { std: "docker" "start" "-a" "81c125a1301f35ce12efff705183726d90d45f376b9060d05505fd3dfb855644", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / error_chain! {
[INFO] [stdout] 53 | |     types {
[INFO] [stdout] 54 | |         Error, ErrorKind, ResultExt;
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1]`
[INFO] [stdout] ...
[INFO] [stdout] 38 | impl_parcel_for_array!(1);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 39 | impl_parcel_for_array!(2);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 3]`
[INFO] [stdout] ...
[INFO] [stdout] 40 | impl_parcel_for_array!(3);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 41 | impl_parcel_for_array!(4);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 5]`
[INFO] [stdout] ...
[INFO] [stdout] 42 | impl_parcel_for_array!(5);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 6]`
[INFO] [stdout] ...
[INFO] [stdout] 43 | impl_parcel_for_array!(6);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 7]`
[INFO] [stdout] ...
[INFO] [stdout] 44 | impl_parcel_for_array!(7);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 45 | impl_parcel_for_array!(8);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 9]`
[INFO] [stdout] ...
[INFO] [stdout] 46 | impl_parcel_for_array!(9);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 10]`
[INFO] [stdout] ...
[INFO] [stdout] 47 | impl_parcel_for_array!(10);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 11]`
[INFO] [stdout] ...
[INFO] [stdout] 48 | impl_parcel_for_array!(11);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 12]`
[INFO] [stdout] ...
[INFO] [stdout] 49 | impl_parcel_for_array!(12);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 13]`
[INFO] [stdout] ...
[INFO] [stdout] 50 | impl_parcel_for_array!(13);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 14]`
[INFO] [stdout] ...
[INFO] [stdout] 51 | impl_parcel_for_array!(14);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 15]`
[INFO] [stdout] ...
[INFO] [stdout] 52 | impl_parcel_for_array!(15);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 16]`
[INFO] [stdout] ...
[INFO] [stdout] 53 | impl_parcel_for_array!(16);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 17]`
[INFO] [stdout] ...
[INFO] [stdout] 54 | impl_parcel_for_array!(17);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 18]`
[INFO] [stdout] ...
[INFO] [stdout] 55 | impl_parcel_for_array!(18);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 19]`
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_parcel_for_array!(19);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 20]`
[INFO] [stdout] ...
[INFO] [stdout] 57 | impl_parcel_for_array!(20);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 21]`
[INFO] [stdout] ...
[INFO] [stdout] 58 | impl_parcel_for_array!(21);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 22]`
[INFO] [stdout] ...
[INFO] [stdout] 59 | impl_parcel_for_array!(22);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 23]`
[INFO] [stdout] ...
[INFO] [stdout] 60 | impl_parcel_for_array!(23);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 24]`
[INFO] [stdout] ...
[INFO] [stdout] 61 | impl_parcel_for_array!(24);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 25]`
[INFO] [stdout] ...
[INFO] [stdout] 62 | impl_parcel_for_array!(25);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 26]`
[INFO] [stdout] ...
[INFO] [stdout] 63 | impl_parcel_for_array!(26);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 27]`
[INFO] [stdout] ...
[INFO] [stdout] 64 | impl_parcel_for_array!(27);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 28]`
[INFO] [stdout] ...
[INFO] [stdout] 65 | impl_parcel_for_array!(28);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 29]`
[INFO] [stdout] ...
[INFO] [stdout] 66 | impl_parcel_for_array!(29);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 30]`
[INFO] [stdout] ...
[INFO] [stdout] 67 | impl_parcel_for_array!(30);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 31]`
[INFO] [stdout] ...
[INFO] [stdout] 68 | impl_parcel_for_array!(31);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 32]`
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl_parcel_for_array!(32);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 40]`
[INFO] [stdout] ...
[INFO] [stdout] 70 | impl_parcel_for_array!(40);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 42]`
[INFO] [stdout] ...
[INFO] [stdout] 71 | impl_parcel_for_array!(42);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 48]`
[INFO] [stdout] ...
[INFO] [stdout] 72 | impl_parcel_for_array!(48);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 64]`
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_parcel_for_array!(64);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 80]`
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_parcel_for_array!(80);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 120]`
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_parcel_for_array!(120);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 128]`
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_parcel_for_array!(128);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 256]`
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_parcel_for_array!(256);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 500]`
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_parcel_for_array!(500);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 512]`
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_parcel_for_array!(512);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1000]`
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_parcel_for_array!(1000);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1024]`
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_parcel_for_array!(1024);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4096]`
[INFO] [stdout] ...
[INFO] [stdout] 82 | impl_parcel_for_array!(4096);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 65535]`
[INFO] [stdout] ...
[INFO] [stdout] 83 | impl_parcel_for_array!(0xffff);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling protocol v3.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / error_chain! {
[INFO] [stdout] 53 | |     types {
[INFO] [stdout] 54 | |         Error, ErrorKind, ResultExt;
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1]`
[INFO] [stdout] ...
[INFO] [stdout] 38 | impl_parcel_for_array!(1);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 39 | impl_parcel_for_array!(2);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 3]`
[INFO] [stdout] ...
[INFO] [stdout] 40 | impl_parcel_for_array!(3);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 41 | impl_parcel_for_array!(4);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 5]`
[INFO] [stdout] ...
[INFO] [stdout] 42 | impl_parcel_for_array!(5);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 6]`
[INFO] [stdout] ...
[INFO] [stdout] 43 | impl_parcel_for_array!(6);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 7]`
[INFO] [stdout] ...
[INFO] [stdout] 44 | impl_parcel_for_array!(7);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 45 | impl_parcel_for_array!(8);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 9]`
[INFO] [stdout] ...
[INFO] [stdout] 46 | impl_parcel_for_array!(9);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 10]`
[INFO] [stdout] ...
[INFO] [stdout] 47 | impl_parcel_for_array!(10);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 11]`
[INFO] [stdout] ...
[INFO] [stdout] 48 | impl_parcel_for_array!(11);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 12]`
[INFO] [stdout] ...
[INFO] [stdout] 49 | impl_parcel_for_array!(12);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 13]`
[INFO] [stdout] ...
[INFO] [stdout] 50 | impl_parcel_for_array!(13);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 14]`
[INFO] [stdout] ...
[INFO] [stdout] 51 | impl_parcel_for_array!(14);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 15]`
[INFO] [stdout] ...
[INFO] [stdout] 52 | impl_parcel_for_array!(15);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 16]`
[INFO] [stdout] ...
[INFO] [stdout] 53 | impl_parcel_for_array!(16);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 17]`
[INFO] [stdout] ...
[INFO] [stdout] 54 | impl_parcel_for_array!(17);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 18]`
[INFO] [stdout] ...
[INFO] [stdout] 55 | impl_parcel_for_array!(18);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 19]`
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_parcel_for_array!(19);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 20]`
[INFO] [stdout] ...
[INFO] [stdout] 57 | impl_parcel_for_array!(20);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 21]`
[INFO] [stdout] ...
[INFO] [stdout] 58 | impl_parcel_for_array!(21);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 22]`
[INFO] [stdout] ...
[INFO] [stdout] 59 | impl_parcel_for_array!(22);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 23]`
[INFO] [stdout] ...
[INFO] [stdout] 60 | impl_parcel_for_array!(23);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 24]`
[INFO] [stdout] ...
[INFO] [stdout] 61 | impl_parcel_for_array!(24);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 25]`
[INFO] [stdout] ...
[INFO] [stdout] 62 | impl_parcel_for_array!(25);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 26]`
[INFO] [stdout] ...
[INFO] [stdout] 63 | impl_parcel_for_array!(26);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 27]`
[INFO] [stdout] ...
[INFO] [stdout] 64 | impl_parcel_for_array!(27);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 28]`
[INFO] [stdout] ...
[INFO] [stdout] 65 | impl_parcel_for_array!(28);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 29]`
[INFO] [stdout] ...
[INFO] [stdout] 66 | impl_parcel_for_array!(29);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 30]`
[INFO] [stdout] ...
[INFO] [stdout] 67 | impl_parcel_for_array!(30);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 31]`
[INFO] [stdout] ...
[INFO] [stdout] 68 | impl_parcel_for_array!(31);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 32]`
[INFO] [stdout] ...
[INFO] [stdout] 69 | impl_parcel_for_array!(32);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 40]`
[INFO] [stdout] ...
[INFO] [stdout] 70 | impl_parcel_for_array!(40);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 42]`
[INFO] [stdout] ...
[INFO] [stdout] 71 | impl_parcel_for_array!(42);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 48]`
[INFO] [stdout] ...
[INFO] [stdout] 72 | impl_parcel_for_array!(48);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 64]`
[INFO] [stdout] ...
[INFO] [stdout] 73 | impl_parcel_for_array!(64);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 80]`
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_parcel_for_array!(80);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 120]`
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_parcel_for_array!(120);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 128]`
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_parcel_for_array!(128);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 256]`
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_parcel_for_array!(256);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 500]`
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_parcel_for_array!(500);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 512]`
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_parcel_for_array!(512);
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1000]`
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_parcel_for_array!(1000);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 1024]`
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_parcel_for_array!(1024);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 4096]`
[INFO] [stdout] ...
[INFO] [stdout] 82 | impl_parcel_for_array!(4096);
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/types/array.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 mem::forget(uninit_array);
[INFO] [stdout]    |                 ^^^^^^^^^^^^------------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             argument has type `[MaybeUninit<T>; 65535]`
[INFO] [stdout] ...
[INFO] [stdout] 83 | impl_parcel_for_array!(0xffff);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 25 -                 mem::forget(uninit_array);
[INFO] [stdout] 25 +                 let _ = uninit_array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `Command { std: "docker" "inspect" "81c125a1301f35ce12efff705183726d90d45f376b9060d05505fd3dfb855644", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81c125a1301f35ce12efff705183726d90d45f376b9060d05505fd3dfb855644", kill_on_drop: false }`
[INFO] [stdout] 81c125a1301f35ce12efff705183726d90d45f376b9060d05505fd3dfb855644
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b3251285ad9754098bb1d084d7f8b719b8a2be97227e79f18fe58f6930cd2b45
[INFO] running `Command { std: "docker" "start" "-a" "b3251285ad9754098bb1d084d7f8b719b8a2be97227e79f18fe58f6930cd2b45", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]   --> src/errors.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | / error_chain! {
[INFO] [stderr] 53 | |     types {
[INFO] [stderr] 54 | |         Error, ErrorKind, ResultExt;
[INFO] [stderr] ...  |
[INFO] [stderr] 84 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 1]`
[INFO] [stderr] ...
[INFO] [stderr] 38 | impl_parcel_for_array!(1);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 2]`
[INFO] [stderr] ...
[INFO] [stderr] 39 | impl_parcel_for_array!(2);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 3]`
[INFO] [stderr] ...
[INFO] [stderr] 40 | impl_parcel_for_array!(3);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 4]`
[INFO] [stderr] ...
[INFO] [stderr] 41 | impl_parcel_for_array!(4);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 5]`
[INFO] [stderr] ...
[INFO] [stderr] 42 | impl_parcel_for_array!(5);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 6]`
[INFO] [stderr] ...
[INFO] [stderr] 43 | impl_parcel_for_array!(6);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 7]`
[INFO] [stderr] ...
[INFO] [stderr] 44 | impl_parcel_for_array!(7);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 45 | impl_parcel_for_array!(8);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 9]`
[INFO] [stderr] ...
[INFO] [stderr] 46 | impl_parcel_for_array!(9);
[INFO] [stderr]    | ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 10]`
[INFO] [stderr] ...
[INFO] [stderr] 47 | impl_parcel_for_array!(10);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 11]`
[INFO] [stderr] ...
[INFO] [stderr] 48 | impl_parcel_for_array!(11);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 12]`
[INFO] [stderr] ...
[INFO] [stderr] 49 | impl_parcel_for_array!(12);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 13]`
[INFO] [stderr] ...
[INFO] [stderr] 50 | impl_parcel_for_array!(13);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 14]`
[INFO] [stderr] ...
[INFO] [stderr] 51 | impl_parcel_for_array!(14);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 15]`
[INFO] [stderr] ...
[INFO] [stderr] 52 | impl_parcel_for_array!(15);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 16]`
[INFO] [stderr] ...
[INFO] [stderr] 53 | impl_parcel_for_array!(16);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 17]`
[INFO] [stderr] ...
[INFO] [stderr] 54 | impl_parcel_for_array!(17);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 18]`
[INFO] [stderr] ...
[INFO] [stderr] 55 | impl_parcel_for_array!(18);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 19]`
[INFO] [stderr] ...
[INFO] [stderr] 56 | impl_parcel_for_array!(19);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 20]`
[INFO] [stderr] ...
[INFO] [stderr] 57 | impl_parcel_for_array!(20);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 21]`
[INFO] [stderr] ...
[INFO] [stderr] 58 | impl_parcel_for_array!(21);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 22]`
[INFO] [stderr] ...
[INFO] [stderr] 59 | impl_parcel_for_array!(22);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 23]`
[INFO] [stderr] ...
[INFO] [stderr] 60 | impl_parcel_for_array!(23);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 24]`
[INFO] [stderr] ...
[INFO] [stderr] 61 | impl_parcel_for_array!(24);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 25]`
[INFO] [stderr] ...
[INFO] [stderr] 62 | impl_parcel_for_array!(25);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 26]`
[INFO] [stderr] ...
[INFO] [stderr] 63 | impl_parcel_for_array!(26);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 27]`
[INFO] [stderr] ...
[INFO] [stderr] 64 | impl_parcel_for_array!(27);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 28]`
[INFO] [stderr] ...
[INFO] [stderr] 65 | impl_parcel_for_array!(28);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 29]`
[INFO] [stderr] ...
[INFO] [stderr] 66 | impl_parcel_for_array!(29);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 30]`
[INFO] [stderr] ...
[INFO] [stderr] 67 | impl_parcel_for_array!(30);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 31]`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl_parcel_for_array!(31);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 32]`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl_parcel_for_array!(32);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 40]`
[INFO] [stderr] ...
[INFO] [stderr] 70 | impl_parcel_for_array!(40);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 42]`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl_parcel_for_array!(42);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 48]`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_parcel_for_array!(48);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 64]`
[INFO] [stderr] ...
[INFO] [stderr] 73 | impl_parcel_for_array!(64);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 80]`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_parcel_for_array!(80);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 120]`
[INFO] [stderr] ...
[INFO] [stderr] 75 | impl_parcel_for_array!(120);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 128]`
[INFO] [stderr] ...
[INFO] [stderr] 76 | impl_parcel_for_array!(128);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 256]`
[INFO] [stderr] ...
[INFO] [stderr] 77 | impl_parcel_for_array!(256);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 500]`
[INFO] [stderr] ...
[INFO] [stderr] 78 | impl_parcel_for_array!(500);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 512]`
[INFO] [stderr] ...
[INFO] [stderr] 79 | impl_parcel_for_array!(512);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 1000]`
[INFO] [stderr] ...
[INFO] [stderr] 80 | impl_parcel_for_array!(1000);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 1024]`
[INFO] [stderr] ...
[INFO] [stderr] 81 | impl_parcel_for_array!(1024);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 4096]`
[INFO] [stderr] ...
[INFO] [stderr] 82 | impl_parcel_for_array!(4096);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]   --> src/types/array.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |                 mem::forget(uninit_array);
[INFO] [stderr]    |                 ^^^^^^^^^^^^------------^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             argument has type `[MaybeUninit<T>; 65535]`
[INFO] [stderr] ...
[INFO] [stderr] 83 | impl_parcel_for_array!(0xffff);
[INFO] [stderr]    | ------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_parcel_for_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]    |
[INFO] [stderr] 25 -                 mem::forget(uninit_array);
[INFO] [stderr] 25 +                 let _ = uninit_array;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `protocol` (lib) generated 47 warnings
[INFO] [stderr] warning: `protocol` (lib test) generated 47 warnings (47 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protocol-0b29eb7ff3f77cbd)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test logic::aligned::test::alignment_calculations::test_align_to_4_with_size_97 ... ok
[INFO] [stdout] test logic::aligned::test::alignment_calculations::test_align_to_3_with_size_2 ... ok
[INFO] [stdout] test logic::aligned::test::alignment_calculations::test_align_to_4_with_size_2 ... ok
[INFO] [stdout] test logic::aligned::test::alignment_calculations::test_align_to_3_with_size_5 ... ok
[INFO] [stdout] test logic::aligned::test::alignment_calculations::test_aligning_when_none_needed ... ok
[INFO] [stdout] test types::array::test::can_read_array ... ok
[INFO] [stdout] test types::array::test::can_write_array ... ok
[INFO] [stdout] test types::collections::list::btree_set::test::can_be_written_and_read_back_correctly ... ok
[INFO] [stdout] test types::collections::list::hash_set::test::can_be_written_and_read_back_correctly ... ok
[INFO] [stdout] test types::collections::list::linked_list::test::can_be_written_and_read_back_correctly ... ok
[INFO] [stdout] test types::collections::list::vec_deque::test::can_be_written_and_read_back_correctly ... ok
[INFO] [stdout] test types::cstring::test::can_read_cstring ... ok
[INFO] [stdout] test types::cstring::test::can_write_cstring ... ok
[INFO] [stdout] test wire::middleware::pipeline::test::successfully_passes_data_through_the_pipeline ... ok
[INFO] [stdout] test wire::middleware::rotate_bytes::test::bytes_encoded_correctly ... ok
[INFO] [stdout] test wire::stream::transport::simple::test::serialises_the_data_with_32bit_length_prefix ... ok
[INFO] [stdout] test wire::middleware::rotate_bytes::test::bytes_decoded_correctly ... ok
[INFO] [stdout] test wire::middleware::rotate_bytes::test::bytes_read_back_correctly ... ok
[INFO] [stdout] test wire::stream::transport::simple::test::successfully_deserializes_data_with_32bit_length_prefix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests protocol
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/lib.rs - Protocol (line 173) ... ok
[INFO] [stdout] test src/lib.rs - (line 131) ... ok
[INFO] [stdout] test src/attributes/mod.rs - attributes (line 59) ... ok
[INFO] [stdout] test src/lib.rs - (line 76) ... ok
[INFO] [stdout] test src/lib.rs - (line 11) ... ok
[INFO] [stdout] test src/attributes/mod.rs - attributes (line 36) ... ok
[INFO] [stdout] test src/lib.rs - (line 50) ... ok
[INFO] [stdout] test src/wire/reader.rs - wire::reader::Reader (line 23) ... ok
[INFO] [stdout] test src/lib.rs - (line 105) ... ok
[INFO] [stdout] test src/attributes/mod.rs - attributes (line 5) ... ok
[INFO] [stdout] test src/attributes/mod.rs - attributes (line 94) ... ok
[INFO] [stdout] test src/high_level.rs - high_level::HighLevel (line 12) ... ok
[INFO] [stdout] test src/logic/aligned.rs - logic::aligned::Aligned (line 24) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b3251285ad9754098bb1d084d7f8b719b8a2be97227e79f18fe58f6930cd2b45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3251285ad9754098bb1d084d7f8b719b8a2be97227e79f18fe58f6930cd2b45", kill_on_drop: false }`
[INFO] [stdout] b3251285ad9754098bb1d084d7f8b719b8a2be97227e79f18fe58f6930cd2b45
