[INFO] fetching crate launchy 0.3.1... [INFO] testing launchy-0.3.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate launchy 0.3.1 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate launchy 0.3.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded coremidi-sys v3.1.1 [INFO] [stderr] Downloaded midir v0.9.1 [INFO] [stderr] Downloaded coremidi v0.6.0 [INFO] [stderr] Downloaded cc v1.1.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 333c646b7b684072d83ef23bdbff84460cc86a4e3a4ebf2d019c3beab04a99d7 [INFO] running `Command { std: "docker" "start" "-a" "333c646b7b684072d83ef23bdbff84460cc86a4e3a4ebf2d019c3beab04a99d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "333c646b7b684072d83ef23bdbff84460cc86a4e3a4ebf2d019c3beab04a99d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "333c646b7b684072d83ef23bdbff84460cc86a4e3a4ebf2d019c3beab04a99d7", kill_on_drop: false }` [INFO] [stdout] 333c646b7b684072d83ef23bdbff84460cc86a4e3a4ebf2d019c3beab04a99d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6d0da1ca40715c66a13c98e7bcb6f3914b5a3fc366fdf22d514ac5077bed558 [INFO] running `Command { std: "docker" "start" "-a" "b6d0da1ca40715c66a13c98e7bcb6f3914b5a3fc366fdf22d514ac5077bed558", 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 { [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 { [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 { [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 { [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 6.61s [INFO] running `Command { std: "docker" "inspect" "b6d0da1ca40715c66a13c98e7bcb6f3914b5a3fc366fdf22d514ac5077bed558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6d0da1ca40715c66a13c98e7bcb6f3914b5a3fc366fdf22d514ac5077bed558", kill_on_drop: false }` [INFO] [stdout] b6d0da1ca40715c66a13c98e7bcb6f3914b5a3fc366fdf22d514ac5077bed558 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ce6f35ebe99b5f3dcdf3ce1de1d365dbcca2427b0cb60bfd3fcb74b9ee6d82c [INFO] running `Command { std: "docker" "start" "-a" "7ce6f35ebe99b5f3dcdf3ce1de1d365dbcca2427b0cb60bfd3fcb74b9ee6d82c", kill_on_drop: false }` [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling cpal v0.13.5 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [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 nanorand v0.7.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 { [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 { [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 { [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 { [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 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 { [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 { [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 { [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 { [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" "7ce6f35ebe99b5f3dcdf3ce1de1d365dbcca2427b0cb60bfd3fcb74b9ee6d82c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ce6f35ebe99b5f3dcdf3ce1de1d365dbcca2427b0cb60bfd3fcb74b9ee6d82c", kill_on_drop: false }` [INFO] [stdout] 7ce6f35ebe99b5f3dcdf3ce1de1d365dbcca2427b0cb60bfd3fcb74b9ee6d82c