[INFO] fetching crate unused 0.1.0... [INFO] checking unused-0.1.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate unused 0.1.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate unused 0.1.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1c16b2c755d8621734483278607af27319b07e20628925be040397e12615528 [INFO] running `Command { std: "docker" "start" "-a" "a1c16b2c755d8621734483278607af27319b07e20628925be040397e12615528", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1c16b2c755d8621734483278607af27319b07e20628925be040397e12615528", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c16b2c755d8621734483278607af27319b07e20628925be040397e12615528", kill_on_drop: false }` [INFO] [stdout] a1c16b2c755d8621734483278607af27319b07e20628925be040397e12615528 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ea899f9e41d112c48012af02d9a8e5b93214a6cc35f3cbd26406c22d7879469 [INFO] running `Command { std: "docker" "start" "-a" "6ea899f9e41d112c48012af02d9a8e5b93214a6cc35f3cbd26406c22d7879469", kill_on_drop: false }` [INFO] [stderr] Checking 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)]` 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] [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)]` 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.22s [INFO] running `Command { std: "docker" "inspect" "6ea899f9e41d112c48012af02d9a8e5b93214a6cc35f3cbd26406c22d7879469", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea899f9e41d112c48012af02d9a8e5b93214a6cc35f3cbd26406c22d7879469", kill_on_drop: false }` [INFO] [stdout] 6ea899f9e41d112c48012af02d9a8e5b93214a6cc35f3cbd26406c22d7879469