[INFO] fetching crate suzy 0.2.0...
[INFO] testing suzy-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate suzy 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate suzy 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate suzy 0.2.0
[INFO] tweaked toml for crates.io crate suzy 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate suzy 0.2.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 suzy 0.2.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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a90ec1ddd6ac98b20163606c303e066b24d8a9e2e0799b578316c59565988f5d
[INFO] running `Command { std: "docker" "start" "-a" "a90ec1ddd6ac98b20163606c303e066b24d8a9e2e0799b578316c59565988f5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a90ec1ddd6ac98b20163606c303e066b24d8a9e2e0799b578316c59565988f5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a90ec1ddd6ac98b20163606c303e066b24d8a9e2e0799b578316c59565988f5d", kill_on_drop: false }`
[INFO] [stdout] a90ec1ddd6ac98b20163606c303e066b24d8a9e2e0799b578316c59565988f5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a60e57043e8afdb8c2020ded0b125a222b2d296e8dd9764f35495a064d5b4832
[INFO] running `Command { std: "docker" "start" "-a" "a60e57043e8afdb8c2020ded0b125a222b2d296e8dd9764f35495a064d5b4832", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling libc v0.2.88
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling sdl2 v0.33.0
[INFO] [stderr]    Compiling drying_paint v0.4.5
[INFO] [stderr]    Compiling sdl2-sys v0.33.0
[INFO] [stderr]    Compiling inline_tweak v1.0.8
[INFO] [stderr]    Compiling suzy v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/pointer.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 |             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout]     |                                ^                   ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 182 -             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout] 182 +             Occupied(entry) => wid == *entry.get(),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable definition
[INFO] [stdout]    --> src/app/mod.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  _____________^^^^___-
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             unreachable definition
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[INFO] [stdout]     | |__________- any code following this expression is unreachable
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[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/app/mod.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________- any code following this expression is unreachable
[INFO] [stdout] 139 |           });
[INFO] [stdout]     |           ^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(AppValues, !)`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct StubPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubWindow` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct StubWindow;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubRenderPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct StubRenderPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubDrawParams` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct StubDrawParams;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubButtonContent` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct StubButtonContent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubOpenglPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct StubOpenglPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Vertex(CString),
[INFO] [stdout]    |     ------ ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 83 -     Vertex(CString),
[INFO] [stdout] 83 +     Vertex(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     Fragment(CString),
[INFO] [stdout]    |     -------- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 84 -     Fragment(CString),
[INFO] [stdout] 84 +     Fragment(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |     Link(CString),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 -     Link(CString),
[INFO] [stdout] 85 +     Link(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 162 |         _first_pass: bool,
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<StubRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<'_, StubRenderPlatform> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 197 |         _first_pass: bool,
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<'_, super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/opengl/text/font.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource {
[INFO] [stdout]     |                             ^^^^^                       ^^^^^^^^^^^
[INFO] [stdout]     |                             |                           ||
[INFO] [stdout]     |                             |                           |the same lifetime is hidden here
[INFO] [stdout]     |                             |                           the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/platform/opengl/window.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 66 |     ) -> DrawContext<OpenGlRenderPlatform> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     ) -> DrawContext<'_, OpenGlRenderPlatform> {
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/sdl2/window.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 249 |         first_pass: bool,
[INFO] [stdout] 250 |     ) -> DrawContext<opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     ) -> DrawContext<'_, opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widget/init.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<Self, T, P> {
[INFO] [stdout]    |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<'_, Self, T, P> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/window.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<P>;
[INFO] [stdout]     |                     ^^^^^^^^^                       ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<'_, P>;
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
[INFO] running `Command { std: "docker" "inspect" "a60e57043e8afdb8c2020ded0b125a222b2d296e8dd9764f35495a064d5b4832", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a60e57043e8afdb8c2020ded0b125a222b2d296e8dd9764f35495a064d5b4832", kill_on_drop: false }`
[INFO] [stdout] a60e57043e8afdb8c2020ded0b125a222b2d296e8dd9764f35495a064d5b4832
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6198397230a2332c367cfd348df0208a92eed893555ecf033e2ccfea84b012d4
[INFO] running `Command { std: "docker" "start" "-a" "6198397230a2332c367cfd348df0208a92eed893555ecf033e2ccfea84b012d4", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/pointer.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 |             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout]     |                                ^                   ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 182 -             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout] 182 +             Occupied(entry) => wid == *entry.get(),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable definition
[INFO] [stdout]    --> src/app/mod.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  _____________^^^^___-
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             unreachable definition
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[INFO] [stdout]     | |__________- any code following this expression is unreachable
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[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/app/mod.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________- any code following this expression is unreachable
[INFO] [stdout] 139 |           });
[INFO] [stdout]     |           ^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(AppValues, !)`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct StubPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubWindow` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct StubWindow;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubRenderPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct StubRenderPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubDrawParams` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct StubDrawParams;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubButtonContent` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct StubButtonContent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubOpenglPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct StubOpenglPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Vertex(CString),
[INFO] [stdout]    |     ------ ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 83 -     Vertex(CString),
[INFO] [stdout] 83 +     Vertex(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     Fragment(CString),
[INFO] [stdout]    |     -------- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 84 -     Fragment(CString),
[INFO] [stdout] 84 +     Fragment(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |     Link(CString),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 -     Link(CString),
[INFO] [stdout] 85 +     Link(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 162 |         _first_pass: bool,
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<StubRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<'_, StubRenderPlatform> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 197 |         _first_pass: bool,
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<'_, super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/opengl/text/font.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource {
[INFO] [stdout]     |                             ^^^^^                       ^^^^^^^^^^^
[INFO] [stdout]     |                             |                           ||
[INFO] [stdout]     |                             |                           |the same lifetime is hidden here
[INFO] [stdout]     |                             |                           the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/platform/opengl/window.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 66 |     ) -> DrawContext<OpenGlRenderPlatform> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     ) -> DrawContext<'_, OpenGlRenderPlatform> {
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling suzy v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/sdl2/window.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 249 |         first_pass: bool,
[INFO] [stdout] 250 |     ) -> DrawContext<opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     ) -> DrawContext<'_, opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widget/init.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<Self, T, P> {
[INFO] [stdout]    |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<'_, Self, T, P> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/window.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<P>;
[INFO] [stdout]     |                     ^^^^^^^^^                       ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<'_, P>;
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/pointer.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 |             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout]     |                                ^                   ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 182 -             Occupied(entry) => (wid == *entry.get()),
[INFO] [stdout] 182 +             Occupied(entry) => wid == *entry.get(),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable definition
[INFO] [stdout]    --> src/app/mod.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  _____________^^^^___-
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             unreachable definition
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[INFO] [stdout]     | |__________- any code following this expression is unreachable
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let _res = watch_ctx.with(|| {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 134 | |             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout] 139 | |         });
[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/app/mod.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________- any code following this expression is unreachable
[INFO] [stdout] 139 |           });
[INFO] [stdout]     |           ^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout] note: this expression has type `(AppValues, !)`, which is uninhabited
[INFO] [stdout]    --> src/app/mod.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             values.with(|| {
[INFO] [stdout] 135 | |                 platform.run(move |state, event| {
[INFO] [stdout] 136 | |                     current.handle_event(state, event);
[INFO] [stdout] 137 | |                 })
[INFO] [stdout] 138 | |             })
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct StubPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubWindow` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct StubWindow;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubRenderPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct StubRenderPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubDrawParams` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct StubDrawParams;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubButtonContent` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct StubButtonContent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StubOpenglPlatform` is never constructed
[INFO] [stdout]   --> src/platform/stub.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct StubOpenglPlatform;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Vertex(CString),
[INFO] [stdout]    |     ------ ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 83 -     Vertex(CString),
[INFO] [stdout] 83 +     Vertex(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     Fragment(CString),
[INFO] [stdout]    |     -------- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 84 -     Fragment(CString),
[INFO] [stdout] 84 +     Fragment(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/platform/opengl/shader.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |     Link(CString),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 -     Link(CString),
[INFO] [stdout] 85 +     Link(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/platform/mod.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub mod osmesa;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 162 |         _first_pass: bool,
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<StubRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     ) -> crate::graphics::DrawContext<'_, StubRenderPlatform> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/stub.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 197 |         _first_pass: bool,
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 198 |     ) -> crate::graphics::DrawContext<'_, super::opengl::OpenGlRenderPlatform>
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/opengl/text/font.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource {
[INFO] [stdout]     |                             ^^^^^                       ^^^^^^^^^^^
[INFO] [stdout]     |                             |                           ||
[INFO] [stdout]     |                             |                           |the same lifetime is hidden here
[INFO] [stdout]     |                             |                           the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn best_font_source(&self, style: FontStyle) -> &FontSource<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/platform/opengl/window.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 66 |     ) -> DrawContext<OpenGlRenderPlatform> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     ) -> DrawContext<'_, OpenGlRenderPlatform> {
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/sdl2/window.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 249 |         first_pass: bool,
[INFO] [stdout] 250 |     ) -> DrawContext<opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 250 |     ) -> DrawContext<'_, opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/platform/osmesa/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct OSMesaPlatform {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/platform/osmesa/window.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 |         first_pass: bool,
[INFO] [stdout] 111 |     ) -> DrawContext<opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> DrawContext<'_, opengl::OpenGlRenderPlatform> {
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widget/init.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<Self, T, P> {
[INFO] [stdout]    |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn create_layout_group(&mut self) -> layout::LayoutTypes<'_, Self, T, P> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/window.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<P>;
[INFO] [stdout]     |                     ^^^^^^^^^                       ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn prepare_draw(&mut self, first_pass: bool) -> DrawContext<'_, P>;
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcCdl7z2/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lOSMesa" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libinline_tweak-c0de817048d68490,libsdl2-1c026b51e2bed88a,libsdl2_sys-b8cb5ab5eeedbb85,libbitflags-9d8828a22cdd2424,liblazy_static-af860367908b8176,liblibc-67d162aa0e24a0c3,libdrying_paint-7e1f02e45eaa25ca}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcCdl7z2/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/suzy-7e39a6bc4fb82742" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lOSMesa
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `suzy` (lib test) due to 1 previous error; 22 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6198397230a2332c367cfd348df0208a92eed893555ecf033e2ccfea84b012d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6198397230a2332c367cfd348df0208a92eed893555ecf033e2ccfea84b012d4", kill_on_drop: false }`
[INFO] [stdout] 6198397230a2332c367cfd348df0208a92eed893555ecf033e2ccfea84b012d4
