[INFO] fetching crate rust-raknet 0.12.0...
[INFO] building rust-raknet-0.12.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rust-raknet 0.12.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rust-raknet 0.12.0
[INFO] finished tweaking crates.io crate rust-raknet 0.12.0
[INFO] tweaked toml for crates.io crate rust-raknet 0.12.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-raknet 0.12.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 50 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7d8344facac406be28ccc3a2b4df1dcd52d30bc2213941bbb9667b17793f618
[INFO] running `Command { std: "docker" "start" "-a" "d7d8344facac406be28ccc3a2b4df1dcd52d30bc2213941bbb9667b17793f618", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7d8344facac406be28ccc3a2b4df1dcd52d30bc2213941bbb9667b17793f618", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7d8344facac406be28ccc3a2b4df1dcd52d30bc2213941bbb9667b17793f618", kill_on_drop: false }`
[INFO] [stdout] d7d8344facac406be28ccc3a2b4df1dcd52d30bc2213941bbb9667b17793f618
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0acf52c0e909a9e6a106d22c5aac5d9c978736a45f47872885b96b6926658eb
[INFO] running `Command { std: "docker" "start" "-a" "f0acf52c0e909a9e6a106d22c5aac5d9c978736a45f47872885b96b6926658eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rust-raknet v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct PacketUnconnectedPing {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 107 |     pub time: i64,
[INFO] [stdout] 108 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub struct PacketUnconnectedPong {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub struct OpenConnectionRequest1 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 128 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub struct OpenConnectionRequest2 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 135 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct OpenConnectionReply1 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 143 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct OpenConnectionReply2 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 151 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion {
[INFO] [stdout]     |            --------------------------- field in this struct
[INFO] [stdout] 182 |     pub server_protocol: u8,
[INFO] [stdout] 183 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct AlreadyConnected {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 189 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/arq.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct FrameSetPacket {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 56 |     pub id: u8,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FrameSetPacket` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
[INFO] running `Command { std: "docker" "inspect" "f0acf52c0e909a9e6a106d22c5aac5d9c978736a45f47872885b96b6926658eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0acf52c0e909a9e6a106d22c5aac5d9c978736a45f47872885b96b6926658eb", kill_on_drop: false }`
[INFO] [stdout] f0acf52c0e909a9e6a106d22c5aac5d9c978736a45f47872885b96b6926658eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f196a2e7c5b7bbf9e5d5311fd896c75423b8258ca97c4d0ce8fbef2ec267f0eb
[INFO] running `Command { std: "docker" "start" "-a" "f196a2e7c5b7bbf9e5d5311fd896c75423b8258ca97c4d0ce8fbef2ec267f0eb", kill_on_drop: false }`
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct PacketUnconnectedPing {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 107 |     pub time: i64,
[INFO] [stdout] 108 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub struct PacketUnconnectedPong {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub struct OpenConnectionRequest1 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 128 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub struct OpenConnectionRequest2 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 135 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct OpenConnectionReply1 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 143 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct OpenConnectionReply2 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 151 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion {
[INFO] [stdout]     |            --------------------------- field in this struct
[INFO] [stdout] 182 |     pub server_protocol: u8,
[INFO] [stdout] 183 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct AlreadyConnected {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 189 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/arq.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct FrameSetPacket {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 56 |     pub id: u8,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FrameSetPacket` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-raknet v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct PacketUnconnectedPing {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 107 |     pub time: i64,
[INFO] [stdout] 108 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub struct PacketUnconnectedPong {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub struct OpenConnectionRequest1 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 128 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub struct OpenConnectionRequest2 {
[INFO] [stdout]     |            ---------------------- field in this struct
[INFO] [stdout] 135 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct OpenConnectionReply1 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 143 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct OpenConnectionReply2 {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 151 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion {
[INFO] [stdout]     |            --------------------------- field in this struct
[INFO] [stdout] 182 |     pub server_protocol: u8,
[INFO] [stdout] 183 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `magic` is never read
[INFO] [stdout]    --> src/packet.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct AlreadyConnected {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 189 |     pub magic: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.17s
[INFO] running `Command { std: "docker" "inspect" "f196a2e7c5b7bbf9e5d5311fd896c75423b8258ca97c4d0ce8fbef2ec267f0eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f196a2e7c5b7bbf9e5d5311fd896c75423b8258ca97c4d0ce8fbef2ec267f0eb", kill_on_drop: false }`
[INFO] [stdout] f196a2e7c5b7bbf9e5d5311fd896c75423b8258ca97c4d0ce8fbef2ec267f0eb
