[INFO] cloning repository https://github.com/iapposki/rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iapposki/rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiapposki%2Frust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiapposki%2Frust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c267578fab6781b1c3a5c4772f03844a8ef550b
[INFO] testing iapposki/rust against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiapposki%2Frust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iapposki/rust
[INFO] finished tweaking git repo https://github.com/iapposki/rust
[INFO] tweaked toml for git repo https://github.com/iapposki/rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iapposki/rust on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iapposki/rust 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b28f6d3f6f3d16394fbd708c536a97c1e6381cda2848a068b566603804cc012
[INFO] running `Command { std: "docker" "start" "-a" "7b28f6d3f6f3d16394fbd708c536a97c1e6381cda2848a068b566603804cc012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b28f6d3f6f3d16394fbd708c536a97c1e6381cda2848a068b566603804cc012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b28f6d3f6f3d16394fbd708c536a97c1e6381cda2848a068b566603804cc012", kill_on_drop: false }`
[INFO] [stdout] 7b28f6d3f6f3d16394fbd708c536a97c1e6381cda2848a068b566603804cc012
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc6bc11d69d7e0dc5be22f1cbd05a74d7fdafc5d60c907efb7218809b42f29dc
[INFO] running `Command { std: "docker" "start" "-a" "cc6bc11d69d7e0dc5be22f1cbd05a74d7fdafc5d60c907efb7218809b42f29dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusttutorial v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Rectangle` is never constructed
[INFO] [stdout]   --> src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | struct Rectangle {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `1` and `2` are never read
[INFO] [stdout]    --> src/main.rs:152:28
[INFO] [stdout]     |
[INFO] [stdout] 152 |         struct Colour(i32, i32, i32);
[INFO] [stdout]     |                ------      ^^^  ^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                fields in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing these fields
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:244:16
[INFO] [stdout]     |
[INFO] [stdout] 244 |             V4(String),
[INFO] [stdout]     |             -- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 244 -             V4(String),
[INFO] [stdout] 244 +             V4(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:245:16
[INFO] [stdout]     |
[INFO] [stdout] 245 |             V6(String),
[INFO] [stdout]     |             -- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 245 -             V6(String),
[INFO] [stdout] 245 +             V6(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             Write(String),
[INFO] [stdout]     |             ----- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Message` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 255 -             Write(String),
[INFO] [stdout] 255 +             Write(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:428:17
[INFO] [stdout]     |
[INFO] [stdout] 428 |             Int(i32),
[INFO] [stdout]     |             --- ^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 428 -             Int(i32),
[INFO] [stdout] 428 +             Int(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:429:19
[INFO] [stdout]     |
[INFO] [stdout] 429 |             Float(f64),
[INFO] [stdout]     |             ----- ^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 429 -             Float(f64),
[INFO] [stdout] 429 +             Float(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:430:18
[INFO] [stdout]     |
[INFO] [stdout] 430 |             Text(String),
[INFO] [stdout]     |             ---- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 430 -             Text(String),
[INFO] [stdout] 430 +             Text(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "cc6bc11d69d7e0dc5be22f1cbd05a74d7fdafc5d60c907efb7218809b42f29dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc6bc11d69d7e0dc5be22f1cbd05a74d7fdafc5d60c907efb7218809b42f29dc", kill_on_drop: false }`
[INFO] [stdout] cc6bc11d69d7e0dc5be22f1cbd05a74d7fdafc5d60c907efb7218809b42f29dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e072e4a232cd117d37a60afb62eb7cc3f78a352b692a3fa1800919c3cb8be6e
[INFO] running `Command { std: "docker" "start" "-a" "3e072e4a232cd117d37a60afb62eb7cc3f78a352b692a3fa1800919c3cb8be6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusttutorial v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Rectangle` is never constructed
[INFO] [stdout]   --> src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | struct Rectangle {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `1` and `2` are never read
[INFO] [stdout]    --> src/main.rs:152:28
[INFO] [stdout]     |
[INFO] [stdout] 152 |         struct Colour(i32, i32, i32);
[INFO] [stdout]     |                ------      ^^^  ^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                fields in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing these fields
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:244:16
[INFO] [stdout]     |
[INFO] [stdout] 244 |             V4(String),
[INFO] [stdout]     |             -- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 244 -             V4(String),
[INFO] [stdout] 244 +             V4(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:245:16
[INFO] [stdout]     |
[INFO] [stdout] 245 |             V6(String),
[INFO] [stdout]     |             -- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 245 -             V6(String),
[INFO] [stdout] 245 +             V6(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             Write(String),
[INFO] [stdout]     |             ----- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Message` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 255 -             Write(String),
[INFO] [stdout] 255 +             Write(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:428:17
[INFO] [stdout]     |
[INFO] [stdout] 428 |             Int(i32),
[INFO] [stdout]     |             --- ^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 428 -             Int(i32),
[INFO] [stdout] 428 +             Int(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:429:19
[INFO] [stdout]     |
[INFO] [stdout] 429 |             Float(f64),
[INFO] [stdout]     |             ----- ^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 429 -             Float(f64),
[INFO] [stdout] 429 +             Float(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:430:18
[INFO] [stdout]     |
[INFO] [stdout] 430 |             Text(String),
[INFO] [stdout]     |             ---- ^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 430 -             Text(String),
[INFO] [stdout] 430 +             Text(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "3e072e4a232cd117d37a60afb62eb7cc3f78a352b692a3fa1800919c3cb8be6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e072e4a232cd117d37a60afb62eb7cc3f78a352b692a3fa1800919c3cb8be6e", kill_on_drop: false }`
[INFO] [stdout] 3e072e4a232cd117d37a60afb62eb7cc3f78a352b692a3fa1800919c3cb8be6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7a72bc95c72025716d4e1bb02c28b602f02dab602a3c1ab06eeb2b9a239c5018
[INFO] running `Command { std: "docker" "start" "-a" "7a72bc95c72025716d4e1bb02c28b602f02dab602a3c1ab06eeb2b9a239c5018", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Rectangle` is never constructed
[INFO] [stderr]   --> src/lib.rs:97:8
[INFO] [stderr]    |
[INFO] [stderr] 97 | struct Rectangle {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rusttutorial` (lib) generated 1 warning
[INFO] [stderr] warning: fields `1` and `2` are never read
[INFO] [stderr]    --> src/main.rs:152:28
[INFO] [stderr]     |
[INFO] [stderr] 152 |         struct Colour(i32, i32, i32);
[INFO] [stderr]     |                ------      ^^^  ^^^
[INFO] [stderr]     |                |
[INFO] [stderr]     |                fields in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing these fields
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:244:16
[INFO] [stderr]     |
[INFO] [stderr] 244 |             V4(String),
[INFO] [stderr]     |             -- ^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 244 -             V4(String),
[INFO] [stderr] 244 +             V4(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:245:16
[INFO] [stderr]     |
[INFO] [stderr] 245 |             V6(String),
[INFO] [stderr]     |             -- ^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `IpAddrWithEnum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 245 -             V6(String),
[INFO] [stderr] 245 +             V6(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:255:19
[INFO] [stderr]     |
[INFO] [stderr] 255 |             Write(String),
[INFO] [stderr]     |             ----- ^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Message` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 255 -             Write(String),
[INFO] [stderr] 255 +             Write(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:428:17
[INFO] [stderr]     |
[INFO] [stderr] 428 |             Int(i32),
[INFO] [stderr]     |             --- ^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 428 -             Int(i32),
[INFO] [stderr] 428 +             Int(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:429:19
[INFO] [stderr]     |
[INFO] [stderr] 429 |             Float(f64),
[INFO] [stderr]     |             ----- ^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 429 -             Float(f64),
[INFO] [stderr] 429 +             Float(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:430:18
[INFO] [stderr]     |
[INFO] [stderr] 430 |             Text(String),
[INFO] [stderr]     |             ---- ^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SpreadsheetCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 430 -             Text(String),
[INFO] [stderr] 430 +             Text(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rusttutorial` (bin "rusttutorial") generated 7 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusttutorial-7d7f42e6eacfcc83)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::exploration ... ok
[INFO] [stdout] test tests::larger_can_hold_smaller ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test tests::greeting_contains_name ... ok
[INFO] [stdout] test tests::greater_than_100 - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusttutorial-6adc8bebd317eaed)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-e425f946a50d95c7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test it_adds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rusttutorial
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a72bc95c72025716d4e1bb02c28b602f02dab602a3c1ab06eeb2b9a239c5018", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a72bc95c72025716d4e1bb02c28b602f02dab602a3c1ab06eeb2b9a239c5018", kill_on_drop: false }`
[INFO] [stdout] 7a72bc95c72025716d4e1bb02c28b602f02dab602a3c1ab06eeb2b9a239c5018
