[INFO] cloning repository https://github.com/Bitgrid-SIG/graph-browser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bitgrid-SIG/graph-browser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBitgrid-SIG%2Fgraph-browser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBitgrid-SIG%2Fgraph-browser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7193c438901ffdbb2a2f404f10fc7c966790d98a
[INFO] testing Bitgrid-SIG/graph-browser against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBitgrid-SIG%2Fgraph-browser" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Bitgrid-SIG/graph-browser
[INFO] finished tweaking git repo https://github.com/Bitgrid-SIG/graph-browser
[INFO] tweaked toml for git repo https://github.com/Bitgrid-SIG/graph-browser written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Bitgrid-SIG/graph-browser on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Bitgrid-SIG/graph-browser 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f60b2965a874bc95ebec7b785575f0139f691e8b9ba2dffbdcd53c127e721586
[INFO] running `Command { std: "docker" "start" "-a" "f60b2965a874bc95ebec7b785575f0139f691e8b9ba2dffbdcd53c127e721586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f60b2965a874bc95ebec7b785575f0139f691e8b9ba2dffbdcd53c127e721586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f60b2965a874bc95ebec7b785575f0139f691e8b9ba2dffbdcd53c127e721586", kill_on_drop: false }`
[INFO] [stdout] f60b2965a874bc95ebec7b785575f0139f691e8b9ba2dffbdcd53c127e721586
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dccc9ef73ae72b8ff3c0080d6706b2a94cb38074d43b0f69c71f3b774f80c661
[INFO] running `Command { std: "docker" "start" "-a" "dccc9ef73ae72b8ff3c0080d6706b2a94cb38074d43b0f69c71f3b774f80c661", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.26
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling sdl3-src v3.2.16
[INFO] [stderr]    Compiling rpkg-config v0.1.2
[INFO] [stderr]    Compiling chlorine v1.0.13
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling sdl3 v0.14.29
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling glow v0.14.2
[INFO] [stderr]    Compiling graph-bgml v0.1.0 (/opt/rustwide/workdir/graph-bgml)
[INFO] [stderr]    Compiling graph-macros v0.1.0 (/opt/rustwide/workdir/graph-macros)
[INFO] [stderr]    Compiling graph-macros-derive v0.1.0 (/opt/rustwide/workdir/graph-macros-derive)
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling imgui-sys v0.12.0
[INFO] [stderr]    Compiling sdl3-sys v0.5.2+SDL3-3.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling imgui v0.12.0
[INFO] [stderr]    Compiling imgui-glow-renderer v0.13.0
[INFO] [stderr]    Compiling imgui-sdl3-support v0.13.0
[INFO] [stderr]    Compiling graph-common v0.1.0 (/opt/rustwide/workdir/graph-common)
[INFO] [stderr]    Compiling graph-engine v0.1.0 (/opt/rustwide/workdir/graph-engine)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> graph-engine/src/subsystems/ui.rs:72:35
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder<'_> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/ui.rs:176:16
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn get(&mut self) -> UiDropGuard {
[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] 176 |     pub fn get(&mut self) -> UiDropGuard<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder {
[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] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:195:19
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn get_ui(&self) -> Option<RefMut<GraphUi>> {
[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] 195 |     pub fn get_ui(&self) -> Option<RefMut<'_, GraphUi>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator {
[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] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling graph-browser v0.1.0 (/opt/rustwide/workdir/browser)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
[INFO] running `Command { std: "docker" "inspect" "dccc9ef73ae72b8ff3c0080d6706b2a94cb38074d43b0f69c71f3b774f80c661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dccc9ef73ae72b8ff3c0080d6706b2a94cb38074d43b0f69c71f3b774f80c661", kill_on_drop: false }`
[INFO] [stdout] dccc9ef73ae72b8ff3c0080d6706b2a94cb38074d43b0f69c71f3b774f80c661
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f538d88b0a5d4bbb8f57d239a3020f9a0b10c92cb9342e7965d22c0c8a8df4af
[INFO] running `Command { std: "docker" "start" "-a" "f538d88b0a5d4bbb8f57d239a3020f9a0b10c92cb9342e7965d22c0c8a8df4af", kill_on_drop: false }`
[INFO] [stderr]    Compiling graph-bgml v0.1.0 (/opt/rustwide/workdir/graph-bgml)
[INFO] [stderr]    Compiling graph-macros-derive v0.1.0 (/opt/rustwide/workdir/graph-macros-derive)
[INFO] [stderr]    Compiling graph-macros v0.1.0 (/opt/rustwide/workdir/graph-macros)
[INFO] [stderr]    Compiling graph-common v0.1.0 (/opt/rustwide/workdir/graph-common)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> graph-engine/src/subsystems/ui.rs:72:35
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder<'_> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/ui.rs:176:16
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn get(&mut self) -> UiDropGuard {
[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] 176 |     pub fn get(&mut self) -> UiDropGuard<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling graph-engine v0.1.0 (/opt/rustwide/workdir/graph-engine)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder {
[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] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling graph-browser v0.1.0 (/opt/rustwide/workdir/browser)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:195:19
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn get_ui(&self) -> Option<RefMut<GraphUi>> {
[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] 195 |     pub fn get_ui(&self) -> Option<RefMut<'_, GraphUi>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator {
[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] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> graph-engine/src/subsystems/ui.rs:72:35
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder<'_> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/ui.rs:176:16
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn get(&mut self) -> UiDropGuard {
[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] 176 |     pub fn get(&mut self) -> UiDropGuard<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder {
[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] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:195:19
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn get_ui(&self) -> Option<RefMut<GraphUi>> {
[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] 195 |     pub fn get_ui(&self) -> Option<RefMut<'_, GraphUi>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> graph-engine/src/subsystems/window.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator {
[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] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "f538d88b0a5d4bbb8f57d239a3020f9a0b10c92cb9342e7965d22c0c8a8df4af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f538d88b0a5d4bbb8f57d239a3020f9a0b10c92cb9342e7965d22c0c8a8df4af", kill_on_drop: false }`
[INFO] [stdout] f538d88b0a5d4bbb8f57d239a3020f9a0b10c92cb9342e7965d22c0c8a8df4af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5a94774a31771becd9d2b6e06bfadd3b734380df63174322fb4a5a2d54f4c51e
[INFO] running `Command { std: "docker" "start" "-a" "5a94774a31771becd9d2b6e06bfadd3b734380df63174322fb4a5a2d54f4c51e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> graph-engine/src/subsystems/ui.rs:72:35
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder {
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub(crate) fn builder(window: &mut super::window::GraphWindow) -> GraphUiBuilder<'_> {
[INFO] [stderr]    |                                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> graph-engine/src/subsystems/ui.rs:176:16
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn get(&mut self) -> UiDropGuard {
[INFO] [stderr]     |                ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn get(&mut self) -> UiDropGuard<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> graph-engine/src/subsystems/window.rs:179:19
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder {
[INFO] [stderr]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub fn new_ui(&mut self) -> GraphUiBuilder<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> graph-engine/src/subsystems/window.rs:195:19
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn get_ui(&self) -> Option<RefMut<GraphUi>> {
[INFO] [stderr]     |                   ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn get_ui(&self) -> Option<RefMut<'_, GraphUi>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> graph-engine/src/subsystems/window.rs:210:24
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub fn poll_events(&self) -> super::event::GraphEventIterator<'_> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `graph-engine` (lib) generated 5 warnings (run `cargo fix --lib -p graph-engine` to apply 5 suggestions)
[INFO] [stderr] warning: `graph-engine` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_bgml-f50c62fea06ab0d8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/graph_browser-7684823603703594)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_common-3c905a8c49984ee9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_engine-7c8eca221f4878c6)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_macros-9d6d88da8d533f97)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_macros_derive-1c61e5592fa912a8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests graph_bgml
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests graph_common
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test graph-common/src/renderer.rs - renderer::SDL (line 81) ... FAILED
[INFO] [stdout] test graph-common/src/renderer.rs - renderer (line 7) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- graph-common/src/renderer.rs - renderer::SDL (line 81) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `common` in this scope
[INFO] [stdout]   --> graph-common/src/renderer.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | use common::renderer::SDL;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `common`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `common`, use `cargo add common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- graph-common/src/renderer.rs - renderer (line 7) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `common` in this scope
[INFO] [stdout]  --> graph-common/src/renderer.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use common::renderer::imgui;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `common`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `common`, use `cargo add common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `common` in this scope
[INFO] [stdout]  --> graph-common/src/renderer.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use common::renderer::sdl3;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `common`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `common`, use `cargo add common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     graph-common/src/renderer.rs - renderer (line 7)
[INFO] [stdout]     graph-common/src/renderer.rs - renderer::SDL (line 81)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.13s; merged doctests compilation took 0.06s
[INFO] [stderr] error: doctest failed, to rerun pass `-p graph-common --doc`
[INFO] running `Command { std: "docker" "inspect" "5a94774a31771becd9d2b6e06bfadd3b734380df63174322fb4a5a2d54f4c51e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a94774a31771becd9d2b6e06bfadd3b734380df63174322fb4a5a2d54f4c51e", kill_on_drop: false }`
[INFO] [stdout] 5a94774a31771becd9d2b6e06bfadd3b734380df63174322fb4a5a2d54f4c51e
