[INFO] fetching crate launchy 0.3.1...
[INFO] testing launchy-0.3.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate launchy 0.3.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate launchy 0.3.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate launchy 0.3.1
[INFO] tweaked toml for crates.io crate launchy 0.3.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate launchy 0.3.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate launchy 0.3.1 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ce04fba662b9ab1a606a039f88d12ad9206cdccb1b3f0307b71c06260755da2
[INFO] running `Command { std: "docker" "start" "-a" "2ce04fba662b9ab1a606a039f88d12ad9206cdccb1b3f0307b71c06260755da2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ce04fba662b9ab1a606a039f88d12ad9206cdccb1b3f0307b71c06260755da2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ce04fba662b9ab1a606a039f88d12ad9206cdccb1b3f0307b71c06260755da2", kill_on_drop: false }`
[INFO] [stdout] 2ce04fba662b9ab1a606a039f88d12ad9206cdccb1b3f0307b71c06260755da2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d572286c63967be9c94919fbc05c58345ea45b51caa53aced5755915d4b60839
[INFO] running `Command { std: "docker" "start" "-a" "d572286c63967be9c94919fbc05c58345ea45b51caa53aced5755915d4b60839", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling alsa v0.7.1
[INFO] [stderr]    Compiling midir v0.9.1
[INFO] [stderr]    Compiling launchy v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:230:13
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<Self::Message> {
[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] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<'_, Self::Message> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<Self::Message> {
[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] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<'_, Self::Message> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<Self::Message> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^ 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] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<Self::Message> {
[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] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
[INFO] running `Command { std: "docker" "inspect" "d572286c63967be9c94919fbc05c58345ea45b51caa53aced5755915d4b60839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d572286c63967be9c94919fbc05c58345ea45b51caa53aced5755915d4b60839", kill_on_drop: false }`
[INFO] [stdout] d572286c63967be9c94919fbc05c58345ea45b51caa53aced5755915d4b60839
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f73a4074a0ff7b6996009b614f1902d8b694963b357273b421f93baabee963a8
[INFO] running `Command { std: "docker" "start" "-a" "f73a4074a0ff7b6996009b614f1902d8b694963b357273b421f93baabee963a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling cpal v0.13.5
[INFO] [stderr]    Compiling claxon v0.4.3
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling slice-deque v0.3.0
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:230:13
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<Self::Message> {
[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] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<'_, Self::Message> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<Self::Message> {
[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] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<'_, Self::Message> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<Self::Message> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^ 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] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<Self::Message> {
[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] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cc v1.1.24
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]    Compiling alsa v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling minimp3 v0.5.1
[INFO] [stderr]    Compiling rodio v0.15.0
[INFO] [stderr]    Compiling launchy v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0164]: expected tuple struct or tuple variant, found struct variant `Message::Press`
[INFO] [stdout]    --> examples/validate-mini-mk3/main.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |             Message::Press(button) if button == Button::grid(4, 3) => {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct or tuple variant
[INFO] [stdout]     |
[INFO] [stdout] help: the struct variant's field is being ignored
[INFO] [stdout]     |
[INFO] [stdout] 181 -             Message::Press(button) if button == Button::grid(4, 3) => {
[INFO] [stdout] 181 +             Message::Press { button: _ } if button == Button::grid(4, 3) => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0164]: expected tuple struct or tuple variant, found struct variant `Message::Release`
[INFO] [stdout]    --> examples/validate-mini-mk3/main.rs:185:13
[INFO] [stdout]     |
[INFO] [stdout] 185 |             Message::Release(button) if button == Button::grid(4, 3) => {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct or tuple variant
[INFO] [stdout]     |
[INFO] [stdout] help: the struct variant's field is being ignored
[INFO] [stdout]     |
[INFO] [stdout] 185 -             Message::Release(button) if button == Button::grid(4, 3) => {
[INFO] [stdout] 185 +             Message::Release { button: _ } if button == Button::grid(4, 3) => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0164`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `launchy` (example "validate-mini-mk3") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:230:13
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<Self::Message> {
[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] 230 |     fn iter(&self) -> std::sync::mpsc::Iter<'_, Self::Message> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<Self::Message> {
[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] 239 |     fn iter_pending(&self) -> std::sync::mpsc::TryIter<'_, Self::Message> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<Self::Message> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^ 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] 248 |     fn iter_for(&self, duration: std::time::Duration) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/midi_io.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<Self::Message> {
[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] 260 |     fn iter_for_millis(&self, millis: u64) -> IterFor<'_, Self::Message> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f73a4074a0ff7b6996009b614f1902d8b694963b357273b421f93baabee963a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f73a4074a0ff7b6996009b614f1902d8b694963b357273b421f93baabee963a8", kill_on_drop: false }`
[INFO] [stdout] f73a4074a0ff7b6996009b614f1902d8b694963b357273b421f93baabee963a8
