[INFO] fetching crate clap-clap 0.5.0... [INFO] checking clap-clap-0.5.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate clap-clap 0.5.0 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate clap-clap 0.5.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6e6392c2fb900b4a85bb355be610764a83c70479fbacbb203b6320d6d3a402d [INFO] running `Command { std: "docker" "start" "-a" "e6e6392c2fb900b4a85bb355be610764a83c70479fbacbb203b6320d6d3a402d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6e6392c2fb900b4a85bb355be610764a83c70479fbacbb203b6320d6d3a402d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6e6392c2fb900b4a85bb355be610764a83c70479fbacbb203b6320d6d3a402d", kill_on_drop: false }` [INFO] [stdout] e6e6392c2fb900b4a85bb355be610764a83c70479fbacbb203b6320d6d3a402d [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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7f0a8e39e945583cc50358ed42748e225e42864a3620d1487941f5d344ce38c [INFO] running `Command { std: "docker" "start" "-a" "a7f0a8e39e945583cc50358ed42748e225e42864a3620d1487941f5d344ce38c", 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 1.84s [INFO] running `Command { std: "docker" "inspect" "a7f0a8e39e945583cc50358ed42748e225e42864a3620d1487941f5d344ce38c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7f0a8e39e945583cc50358ed42748e225e42864a3620d1487941f5d344ce38c", kill_on_drop: false }` [INFO] [stdout] a7f0a8e39e945583cc50358ed42748e225e42864a3620d1487941f5d344ce38c