[INFO] fetching crate clap-clap 0.5.0... [INFO] checking clap-clap-0.5.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate clap-clap 0.5.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate clap-clap 0.5.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate clap-clap 0.5.0 [INFO] tweaked toml for crates.io crate clap-clap 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate clap-clap 0.5.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate clap-clap 0.5.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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 327925ec72c6c7ca7ea6ba3910d127def0fdc2d754deb1d7ec57fa6a43078865 [INFO] running `Command { std: "docker" "start" "-a" "327925ec72c6c7ca7ea6ba3910d127def0fdc2d754deb1d7ec57fa6a43078865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "327925ec72c6c7ca7ea6ba3910d127def0fdc2d754deb1d7ec57fa6a43078865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "327925ec72c6c7ca7ea6ba3910d127def0fdc2d754deb1d7ec57fa6a43078865", kill_on_drop: false }` [INFO] [stdout] 327925ec72c6c7ca7ea6ba3910d127def0fdc2d754deb1d7ec57fa6a43078865 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8731a56850ea970794baaa30a2a0a530d0b5d95bea5ac5c206b5efd69981993a [INFO] running `Command { std: "docker" "start" "-a" "8731a56850ea970794baaa30a2a0a530d0b5d95bea5ac5c206b5efd69981993a", kill_on_drop: false }` [INFO] [stderr] Checking clap-clap v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:135:40 [INFO] [stdout] | [INFO] [stdout] 135 | pub const unsafe fn note_unchecked(&self) -> Note { [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] 135 | pub const unsafe fn note_unchecked(&self) -> Note<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | pub const fn note(&self) -> Result { [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] 139 | pub const fn note(&self) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 155 | / impl_event_cast_methods!( [INFO] [stdout] 156 | | note_expression, [INFO] [stdout] 157 | | note_expression_unchecked, [INFO] [stdout] 158 | | NoteExpression, [INFO] [stdout] | | -------------- the same lifetime is hidden here [INFO] [stdout] 159 | | clap_event_note_expression, [INFO] [stdout] 160 | | CLAP_EVENT_NOTE_EXPRESSION [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 155 | / impl_event_cast_methods!( [INFO] [stdout] 156 | | note_expression, [INFO] [stdout] 157 | | note_expression_unchecked, [INFO] [stdout] 158 | | NoteExpression, [INFO] [stdout] | | -------------- the same lifetime is hidden here [INFO] [stdout] 159 | | clap_event_note_expression, [INFO] [stdout] 160 | | CLAP_EVENT_NOTE_EXPRESSION [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 163 | / impl_event_cast_methods!( [INFO] [stdout] 164 | | param_value, [INFO] [stdout] 165 | | param_value_unchecked, [INFO] [stdout] 166 | | ParamValue, [INFO] [stdout] | | ---------- the same lifetime is hidden here [INFO] [stdout] 167 | | clap_event_param_value, [INFO] [stdout] 168 | | CLAP_EVENT_PARAM_VALUE [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 163 | / impl_event_cast_methods!( [INFO] [stdout] 164 | | param_value, [INFO] [stdout] 165 | | param_value_unchecked, [INFO] [stdout] 166 | | ParamValue, [INFO] [stdout] | | ---------- the same lifetime is hidden here [INFO] [stdout] 167 | | clap_event_param_value, [INFO] [stdout] 168 | | CLAP_EVENT_PARAM_VALUE [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 171 | / impl_event_cast_methods!( [INFO] [stdout] 172 | | param_mod, [INFO] [stdout] 173 | | param_mod_unchecked, [INFO] [stdout] 174 | | ParamMod, [INFO] [stdout] | | -------- the same lifetime is hidden here [INFO] [stdout] 175 | | clap_event_param_mod, [INFO] [stdout] 176 | | CLAP_EVENT_PARAM_MOD [INFO] [stdout] 177 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 171 | / impl_event_cast_methods!( [INFO] [stdout] 172 | | param_mod, [INFO] [stdout] 173 | | param_mod_unchecked, [INFO] [stdout] 174 | | ParamMod, [INFO] [stdout] | | -------- the same lifetime is hidden here [INFO] [stdout] 175 | | clap_event_param_mod, [INFO] [stdout] 176 | | CLAP_EVENT_PARAM_MOD [INFO] [stdout] 177 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 179 | / impl_event_cast_methods!( [INFO] [stdout] 180 | | transport, [INFO] [stdout] 181 | | transport_unchecked, [INFO] [stdout] 182 | | Transport, [INFO] [stdout] | | --------- the same lifetime is hidden here [INFO] [stdout] 183 | | clap_event_transport, [INFO] [stdout] 184 | | CLAP_EVENT_TRANSPORT [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 179 | / impl_event_cast_methods!( [INFO] [stdout] 180 | | transport, [INFO] [stdout] 181 | | transport_unchecked, [INFO] [stdout] 182 | | Transport, [INFO] [stdout] | | --------- the same lifetime is hidden here [INFO] [stdout] 183 | | clap_event_transport, [INFO] [stdout] 184 | | CLAP_EVENT_TRANSPORT [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | -------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | -------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | / impl_event_cast_methods!( [INFO] [stdout] 190 | | midi2, [INFO] [stdout] 191 | | midi2_unchecked, [INFO] [stdout] 192 | | Midi2, [INFO] [stdout] | | ----- the same lifetime is hidden here [INFO] [stdout] 193 | | clap_event_midi2, [INFO] [stdout] 194 | | CLAP_EVENT_MIDI2 [INFO] [stdout] 195 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | / impl_event_cast_methods!( [INFO] [stdout] 190 | | midi2, [INFO] [stdout] 191 | | midi2_unchecked, [INFO] [stdout] 192 | | Midi2, [INFO] [stdout] | | ----- the same lifetime is hidden here [INFO] [stdout] 193 | | clap_event_midi2, [INFO] [stdout] 194 | | CLAP_EVENT_MIDI2 [INFO] [stdout] 195 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/host.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | pub const fn get_extension(&self) -> HostExtensions { [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] 61 | pub const fn get_extension(&self) -> HostExtensions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | pub const fn in_events(&self) -> InputEvents { [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] 157 | pub const fn in_events(&self) -> InputEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn out_events(&self) -> OutputEvents { [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] 164 | pub fn out_events(&self) -> OutputEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:135:40 [INFO] [stdout] | [INFO] [stdout] 135 | pub const unsafe fn note_unchecked(&self) -> Note { [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] 135 | pub const unsafe fn note_unchecked(&self) -> Note<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | pub const fn note(&self) -> Result { [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] 139 | pub const fn note(&self) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 155 | / impl_event_cast_methods!( [INFO] [stdout] 156 | | note_expression, [INFO] [stdout] 157 | | note_expression_unchecked, [INFO] [stdout] 158 | | NoteExpression, [INFO] [stdout] | | -------------- the same lifetime is hidden here [INFO] [stdout] 159 | | clap_event_note_expression, [INFO] [stdout] 160 | | CLAP_EVENT_NOTE_EXPRESSION [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 155 | / impl_event_cast_methods!( [INFO] [stdout] 156 | | note_expression, [INFO] [stdout] 157 | | note_expression_unchecked, [INFO] [stdout] 158 | | NoteExpression, [INFO] [stdout] | | -------------- the same lifetime is hidden here [INFO] [stdout] 159 | | clap_event_note_expression, [INFO] [stdout] 160 | | CLAP_EVENT_NOTE_EXPRESSION [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 163 | / impl_event_cast_methods!( [INFO] [stdout] 164 | | param_value, [INFO] [stdout] 165 | | param_value_unchecked, [INFO] [stdout] 166 | | ParamValue, [INFO] [stdout] | | ---------- the same lifetime is hidden here [INFO] [stdout] 167 | | clap_event_param_value, [INFO] [stdout] 168 | | CLAP_EVENT_PARAM_VALUE [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 163 | / impl_event_cast_methods!( [INFO] [stdout] 164 | | param_value, [INFO] [stdout] 165 | | param_value_unchecked, [INFO] [stdout] 166 | | ParamValue, [INFO] [stdout] | | ---------- the same lifetime is hidden here [INFO] [stdout] 167 | | clap_event_param_value, [INFO] [stdout] 168 | | CLAP_EVENT_PARAM_VALUE [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 171 | / impl_event_cast_methods!( [INFO] [stdout] 172 | | param_mod, [INFO] [stdout] 173 | | param_mod_unchecked, [INFO] [stdout] 174 | | ParamMod, [INFO] [stdout] | | -------- the same lifetime is hidden here [INFO] [stdout] 175 | | clap_event_param_mod, [INFO] [stdout] 176 | | CLAP_EVENT_PARAM_MOD [INFO] [stdout] 177 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 171 | / impl_event_cast_methods!( [INFO] [stdout] 172 | | param_mod, [INFO] [stdout] 173 | | param_mod_unchecked, [INFO] [stdout] 174 | | ParamMod, [INFO] [stdout] | | -------- the same lifetime is hidden here [INFO] [stdout] 175 | | clap_event_param_mod, [INFO] [stdout] 176 | | CLAP_EVENT_PARAM_MOD [INFO] [stdout] 177 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 179 | / impl_event_cast_methods!( [INFO] [stdout] 180 | | transport, [INFO] [stdout] 181 | | transport_unchecked, [INFO] [stdout] 182 | | Transport, [INFO] [stdout] | | --------- the same lifetime is hidden here [INFO] [stdout] 183 | | clap_event_transport, [INFO] [stdout] 184 | | CLAP_EVENT_TRANSPORT [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 179 | / impl_event_cast_methods!( [INFO] [stdout] 180 | | transport, [INFO] [stdout] 181 | | transport_unchecked, [INFO] [stdout] 182 | | Transport, [INFO] [stdout] | | --------- the same lifetime is hidden here [INFO] [stdout] 183 | | clap_event_transport, [INFO] [stdout] 184 | | CLAP_EVENT_TRANSPORT [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | -------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | -------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 187 | impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | / impl_event_cast_methods!( [INFO] [stdout] 190 | | midi2, [INFO] [stdout] 191 | | midi2_unchecked, [INFO] [stdout] 192 | | Midi2, [INFO] [stdout] | | ----- the same lifetime is hidden here [INFO] [stdout] 193 | | clap_event_midi2, [INFO] [stdout] 194 | | CLAP_EVENT_MIDI2 [INFO] [stdout] 195 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | / impl_event_cast_methods!( [INFO] [stdout] 190 | | midi2, [INFO] [stdout] 191 | | midi2_unchecked, [INFO] [stdout] 192 | | Midi2, [INFO] [stdout] | | ----- the same lifetime is hidden here [INFO] [stdout] 193 | | clap_event_midi2, [INFO] [stdout] 194 | | CLAP_EVENT_MIDI2 [INFO] [stdout] 195 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/host.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | pub const fn get_extension(&self) -> HostExtensions { [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] 61 | pub const fn get_extension(&self) -> HostExtensions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | pub const fn in_events(&self) -> InputEvents { [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] 157 | pub const fn in_events(&self) -> InputEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn out_events(&self) -> OutputEvents { [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] 164 | pub fn out_events(&self) -> OutputEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s [INFO] running `Command { std: "docker" "inspect" "8731a56850ea970794baaa30a2a0a530d0b5d95bea5ac5c206b5efd69981993a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8731a56850ea970794baaa30a2a0a530d0b5d95bea5ac5c206b5efd69981993a", kill_on_drop: false }` [INFO] [stdout] 8731a56850ea970794baaa30a2a0a530d0b5d95bea5ac5c206b5efd69981993a