[INFO] fetching crate unused 0.1.0...
[INFO] building unused-0.1.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate unused 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate unused 0.1.0
[INFO] finished tweaking crates.io crate unused 0.1.0
[INFO] tweaked toml for crates.io crate unused 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate unused 0.1.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e30e762cea57747745377906119b16a13ad85d0aee158a737f90527c44a1c31
[INFO] running `Command { std: "docker" "start" "-a" "0e30e762cea57747745377906119b16a13ad85d0aee158a737f90527c44a1c31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e30e762cea57747745377906119b16a13ad85d0aee158a737f90527c44a1c31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e30e762cea57747745377906119b16a13ad85d0aee158a737f90527c44a1c31", kill_on_drop: false }`
[INFO] [stdout] 0e30e762cea57747745377906119b16a13ad85d0aee158a737f90527c44a1c31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fedfad2098a1e5daf149ab9b5b290700c204701a79e24900e41496319797cc49
[INFO] running `Command { std: "docker" "start" "-a" "fedfad2098a1e5daf149ab9b5b290700c204701a79e24900e41496319797cc49", kill_on_drop: false }`
[INFO] [stderr]    Compiling unused v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] running `Command { std: "docker" "inspect" "fedfad2098a1e5daf149ab9b5b290700c204701a79e24900e41496319797cc49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fedfad2098a1e5daf149ab9b5b290700c204701a79e24900e41496319797cc49", kill_on_drop: false }`
[INFO] [stdout] fedfad2098a1e5daf149ab9b5b290700c204701a79e24900e41496319797cc49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c39e2de45c80bbca1abffdcd1c6bbb0122eab6b90f5a9ab359f88405a53fbee
[INFO] running `Command { std: "docker" "start" "-a" "4c39e2de45c80bbca1abffdcd1c6bbb0122eab6b90f5a9ab359f88405a53fbee", kill_on_drop: false }`
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling unused v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/contravariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/contravariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/covariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/covariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:56:15
[INFO] [stdout]    |
[INFO] [stdout] 56 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/invariant.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |         ^^^^^^--------------------^^^
[INFO] [stdout]    |         |     |
[INFO] [stdout]    |         |     any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `end::End`, which is uninhabited
[INFO] [stdout]   --> src/invariant.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         match self.inconstruable() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "4c39e2de45c80bbca1abffdcd1c6bbb0122eab6b90f5a9ab359f88405a53fbee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c39e2de45c80bbca1abffdcd1c6bbb0122eab6b90f5a9ab359f88405a53fbee", kill_on_drop: false }`
[INFO] [stdout] 4c39e2de45c80bbca1abffdcd1c6bbb0122eab6b90f5a9ab359f88405a53fbee
