[INFO] fetching crate winio-handle 0.4.0... [INFO] testing winio-handle-0.4.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate winio-handle 0.4.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate winio-handle 0.4.0 [INFO] finished tweaking crates.io crate winio-handle 0.4.0 [INFO] tweaked toml for crates.io crate winio-handle 0.4.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate winio-handle 0.4.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate winio-handle 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 059f4ad1325bb8f40cce70655cf04503a20a27736291a069a8bb0cd44dba31db [INFO] running `Command { std: "docker" "start" "-a" "059f4ad1325bb8f40cce70655cf04503a20a27736291a069a8bb0cd44dba31db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "059f4ad1325bb8f40cce70655cf04503a20a27736291a069a8bb0cd44dba31db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "059f4ad1325bb8f40cce70655cf04503a20a27736291a069a8bb0cd44dba31db", kill_on_drop: false }` [INFO] [stdout] 059f4ad1325bb8f40cce70655cf04503a20a27736291a069a8bb0cd44dba31db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53da93584b48a756881aaa9b4a4513b5417d324040fb74beb94d76ac9edfa27e [INFO] running `Command { std: "docker" "start" "-a" "53da93584b48a756881aaa9b4a4513b5417d324040fb74beb94d76ac9edfa27e", kill_on_drop: false }` [INFO] [stderr] Compiling winio-handle v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [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/window.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | --------------------------- any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | --------------------- any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | -------------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "53da93584b48a756881aaa9b4a4513b5417d324040fb74beb94d76ac9edfa27e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53da93584b48a756881aaa9b4a4513b5417d324040fb74beb94d76ac9edfa27e", kill_on_drop: false }` [INFO] [stdout] 53da93584b48a756881aaa9b4a4513b5417d324040fb74beb94d76ac9edfa27e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c00711771f38e59919bef03f71da2b3d80c5a83fb63f113cf7741fdd24d0099 [INFO] running `Command { std: "docker" "start" "-a" "3c00711771f38e59919bef03f71da2b3d80c5a83fb63f113cf7741fdd24d0099", kill_on_drop: false }` [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [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/window.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | --------------------------- any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | --------------------- any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | -------------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling winio-handle v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [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/window.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stdout] --> src/window.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_window(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_window() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/window.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stdout] --> src/window.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ------------------------ any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stdout] --> src/widget.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ------------------ any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_widget(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widget.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stdout] --> src/widget.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_widget() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 120 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:127:6 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ------------------- any code following this expression is unreachable [INFO] [stdout] 127 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | self.handle.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | --------------------------- any code following this expression is unreachable [INFO] [stdout] 133 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stdout] --> src/container.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | (**self).as_raw_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ------------ any code following this expression is unreachable [INFO] [stdout] 145 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | self.clone() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | --------------------- any code following this expression is unreachable [INFO] [stdout] 152 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | T::as_container(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | -------------------- any code following this expression is unreachable [INFO] [stdout] 158 | } [INFO] [stdout] | ^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | value.as_container() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [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 `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | Self(Some(value.into())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/container.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | -------^ [INFO] [stdout] | | | [INFO] [stdout] | | unreachable expression [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stdout] --> src/container.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | Self(value.map(|v| v.into())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "3c00711771f38e59919bef03f71da2b3d80c5a83fb63f113cf7741fdd24d0099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c00711771f38e59919bef03f71da2b3d80c5a83fb63f113cf7741fdd24d0099", kill_on_drop: false }` [INFO] [stdout] 3c00711771f38e59919bef03f71da2b3d80c5a83fb63f113cf7741fdd24d0099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8b13a531cd4b784847366787aa51913519c2be2c89631655bc678a4208f7f87a [INFO] running `Command { std: "docker" "start" "-a" "8b13a531cd4b784847366787aa51913519c2be2c89631655bc678a4208f7f87a", kill_on_drop: false }` [INFO] [stderr] warning: unreachable expression [INFO] [stdout] [INFO] [stderr] --> src/window.rs:120:6 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 119 | self.clone() [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stdout] [INFO] [stderr] 120 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stderr] --> src/window.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:127:6 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ------------------- any code following this expression is unreachable [INFO] [stderr] 127 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stderr] --> src/window.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:133:6 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_window() [INFO] [stderr] | ------------------------ any code following this expression is unreachable [INFO] [stderr] 133 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWindow`, which is uninhabited [INFO] [stderr] --> src/window.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_window() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:145:6 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stderr] 145 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stderr] --> src/window.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:152:6 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_window(self) [INFO] [stderr] | ------------------ any code following this expression is unreachable [INFO] [stderr] 152 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stderr] --> src/window.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_window(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:158:6 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_window() [INFO] [stderr] | ----------------- any code following this expression is unreachable [INFO] [stderr] 158 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stderr] --> src/window.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_window() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:166:14 [INFO] [stderr] | [INFO] [stderr] 166 | Self(Some(value.into())) [INFO] [stderr] | ^^^^^------------^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stderr] --> src/window.rs:166:19 [INFO] [stderr] | [INFO] [stderr] 166 | Self(Some(value.into())) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/window.rs:172:35 [INFO] [stderr] | [INFO] [stderr] 172 | Self(value.map(|v| v.into())) [INFO] [stderr] | -------^ [INFO] [stderr] | | | [INFO] [stderr] | | unreachable expression [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWindow<'_>`, which is uninhabited [INFO] [stderr] --> src/window.rs:172:28 [INFO] [stderr] | [INFO] [stderr] 172 | Self(value.map(|v| v.into())) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:120:6 [INFO] [stderr] | [INFO] [stderr] 119 | self.clone() [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stderr] 120 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stderr] --> src/widget.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:127:6 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ------------------- any code following this expression is unreachable [INFO] [stderr] 127 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stderr] --> src/widget.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:133:6 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_widget() [INFO] [stderr] | ------------------------ any code following this expression is unreachable [INFO] [stderr] 133 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawWidget`, which is uninhabited [INFO] [stderr] --> src/widget.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_widget() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:145:6 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stderr] 145 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stderr] --> src/widget.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:152:6 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_widget(self) [INFO] [stderr] | ------------------ any code following this expression is unreachable [INFO] [stderr] 152 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stderr] --> src/widget.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_widget(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/widget.rs:158:6 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_widget() [INFO] [stderr] | ----------------- any code following this expression is unreachable [INFO] [stderr] 158 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedWidget<'_>`, which is uninhabited [INFO] [stderr] --> src/widget.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_widget() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:120:6 [INFO] [stderr] | [INFO] [stderr] 119 | self.clone() [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stderr] 120 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stderr] --> src/container.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:127:6 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ------------------- any code following this expression is unreachable [INFO] [stderr] 127 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stderr] --> src/container.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | self.handle.clone() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:133:6 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_container() [INFO] [stderr] | --------------------------- any code following this expression is unreachable [INFO] [stderr] 133 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `RawContainer`, which is uninhabited [INFO] [stderr] --> src/container.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | (**self).as_raw_container() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:145:6 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ------------ any code following this expression is unreachable [INFO] [stderr] 145 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stderr] --> src/container.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | self.clone() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:152:6 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_container(self) [INFO] [stderr] | --------------------- any code following this expression is unreachable [INFO] [stderr] 152 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stderr] --> src/container.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | T::as_container(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:158:6 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_container() [INFO] [stderr] | -------------------- any code following this expression is unreachable [INFO] [stderr] 158 | } [INFO] [stderr] | ^ unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stderr] --> src/container.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | value.as_container() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:166:14 [INFO] [stderr] | [INFO] [stderr] 166 | Self(Some(value.into())) [INFO] [stderr] | ^^^^^------------^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stderr] --> src/container.rs:166:19 [INFO] [stderr] | [INFO] [stderr] 166 | Self(Some(value.into())) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/container.rs:172:35 [INFO] [stderr] | [INFO] [stderr] 172 | Self(value.map(|v| v.into())) [INFO] [stderr] | -------^ [INFO] [stderr] | | | [INFO] [stderr] | | unreachable expression [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] note: this expression has type `BorrowedContainer<'_>`, which is uninhabited [INFO] [stderr] --> src/container.rs:172:28 [INFO] [stderr] | [INFO] [stderr] 172 | Self(value.map(|v| v.into())) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `winio-handle` (lib) generated 22 warnings [INFO] [stderr] warning: `winio-handle` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/winio_handle-1c1265fd3b20a177) [INFO] [stderr] Doc-tests winio_handle [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" "8b13a531cd4b784847366787aa51913519c2be2c89631655bc678a4208f7f87a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b13a531cd4b784847366787aa51913519c2be2c89631655bc678a4208f7f87a", kill_on_drop: false }` [INFO] [stdout] 8b13a531cd4b784847366787aa51913519c2be2c89631655bc678a4208f7f87a