[INFO] fetching crate clap-clap 0.5.0...
[INFO] testing clap-clap-0.5.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate clap-clap 0.5.0 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate clap-clap 0.5.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f672ac91d7dc2977ba1cf163d8da14024f9bf5692545506ca630cfac96e169d
[INFO] running `Command { std: "docker" "start" "-a" "4f672ac91d7dc2977ba1cf163d8da14024f9bf5692545506ca630cfac96e169d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f672ac91d7dc2977ba1cf163d8da14024f9bf5692545506ca630cfac96e169d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f672ac91d7dc2977ba1cf163d8da14024f9bf5692545506ca630cfac96e169d", kill_on_drop: false }`
[INFO] [stdout] 4f672ac91d7dc2977ba1cf163d8da14024f9bf5692545506ca630cfac96e169d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a7ce5c300cf48fb1c6df9fa89470047e3f8a395b924f9a6cbe5ca39249ee53ea
[INFO] running `Command { std: "docker" "start" "-a" "a7ce5c300cf48fb1c6df9fa89470047e3f8a395b924f9a6cbe5ca39249ee53ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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<Note, Error> {
[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<Note<'_>, 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.04s
[INFO] running `Command { std: "docker" "inspect" "a7ce5c300cf48fb1c6df9fa89470047e3f8a395b924f9a6cbe5ca39249ee53ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7ce5c300cf48fb1c6df9fa89470047e3f8a395b924f9a6cbe5ca39249ee53ea", kill_on_drop: false }`
[INFO] [stdout] a7ce5c300cf48fb1c6df9fa89470047e3f8a395b924f9a6cbe5ca39249ee53ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5b0cc5dc7ed38f6dfa53850a19d9d5d42574464f7a8b3c71e7da8aa060800f2
[INFO] running `Command { std: "docker" "start" "-a" "d5b0cc5dc7ed38f6dfa53850a19d9d5d42574464f7a8b3c71e7da8aa060800f2", kill_on_drop: false }`
[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<Note, Error> {
[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<Note<'_>, 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] [stderr]    Compiling clap-clap v0.5.0 (/opt/rustwide/workdir)
[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<Note, Error> {
[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<Note<'_>, 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 `test` profile [unoptimized + debuginfo] target(s) in 3.99s
[INFO] running `Command { std: "docker" "inspect" "d5b0cc5dc7ed38f6dfa53850a19d9d5d42574464f7a8b3c71e7da8aa060800f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5b0cc5dc7ed38f6dfa53850a19d9d5d42574464f7a8b3c71e7da8aa060800f2", kill_on_drop: false }`
[INFO] [stdout] d5b0cc5dc7ed38f6dfa53850a19d9d5d42574464f7a8b3c71e7da8aa060800f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aadf4c79480399b9ce47e29936652eb4d796bf25e38ae015f86043da526cf8cd
[INFO] running `Command { std: "docker" "start" "-a" "aadf4c79480399b9ce47e29936652eb4d796bf25e38ae015f86043da526cf8cd", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:135:40
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub const unsafe fn note_unchecked(&self) -> Note {
[INFO] [stderr]     |                                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub const unsafe fn note_unchecked(&self) -> Note<'_> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:139:23
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub const fn note(&self) -> Result<Note, Error> {
[INFO] [stderr]     |                       ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub const fn note(&self) -> Result<Note<'_>, Error> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |           pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                               ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 155 | /     impl_event_cast_methods!(
[INFO] [stderr] 156 | |         note_expression,
[INFO] [stderr] 157 | |         note_expression_unchecked,
[INFO] [stderr] 158 | |         NoteExpression,
[INFO] [stderr]     | |         ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 159 | |         clap_event_note_expression,
[INFO] [stderr] 160 | |         CLAP_EVENT_NOTE_EXPRESSION
[INFO] [stderr] 161 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 158 |         NoteExpression<'_>,
[INFO] [stderr]     |                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 155 | /     impl_event_cast_methods!(
[INFO] [stderr] 156 | |         note_expression,
[INFO] [stderr] 157 | |         note_expression_unchecked,
[INFO] [stderr] 158 | |         NoteExpression,
[INFO] [stderr]     | |         ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 159 | |         clap_event_note_expression,
[INFO] [stderr] 160 | |         CLAP_EVENT_NOTE_EXPRESSION
[INFO] [stderr] 161 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 158 |         NoteExpression<'_>,
[INFO] [stderr]     |                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |           pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                               ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 163 | /     impl_event_cast_methods!(
[INFO] [stderr] 164 | |         param_value,
[INFO] [stderr] 165 | |         param_value_unchecked,
[INFO] [stderr] 166 | |         ParamValue,
[INFO] [stderr]     | |         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 167 | |         clap_event_param_value,
[INFO] [stderr] 168 | |         CLAP_EVENT_PARAM_VALUE
[INFO] [stderr] 169 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |         ParamValue<'_>,
[INFO] [stderr]     |                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 163 | /     impl_event_cast_methods!(
[INFO] [stderr] 164 | |         param_value,
[INFO] [stderr] 165 | |         param_value_unchecked,
[INFO] [stderr] 166 | |         ParamValue,
[INFO] [stderr]     | |         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 167 | |         clap_event_param_value,
[INFO] [stderr] 168 | |         CLAP_EVENT_PARAM_VALUE
[INFO] [stderr] 169 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |         ParamValue<'_>,
[INFO] [stderr]     |                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |           pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                               ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 171 | /     impl_event_cast_methods!(
[INFO] [stderr] 172 | |         param_mod,
[INFO] [stderr] 173 | |         param_mod_unchecked,
[INFO] [stderr] 174 | |         ParamMod,
[INFO] [stderr]     | |         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 175 | |         clap_event_param_mod,
[INFO] [stderr] 176 | |         CLAP_EVENT_PARAM_MOD
[INFO] [stderr] 177 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 174 |         ParamMod<'_>,
[INFO] [stderr]     |                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 171 | /     impl_event_cast_methods!(
[INFO] [stderr] 172 | |         param_mod,
[INFO] [stderr] 173 | |         param_mod_unchecked,
[INFO] [stderr] 174 | |         ParamMod,
[INFO] [stderr]     | |         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 175 | |         clap_event_param_mod,
[INFO] [stderr] 176 | |         CLAP_EVENT_PARAM_MOD
[INFO] [stderr] 177 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 174 |         ParamMod<'_>,
[INFO] [stderr]     |                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |           pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                               ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 179 | /     impl_event_cast_methods!(
[INFO] [stderr] 180 | |         transport,
[INFO] [stderr] 181 | |         transport_unchecked,
[INFO] [stderr] 182 | |         Transport,
[INFO] [stderr]     | |         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 183 | |         clap_event_transport,
[INFO] [stderr] 184 | |         CLAP_EVENT_TRANSPORT
[INFO] [stderr] 185 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 182 |         Transport<'_>,
[INFO] [stderr]     |                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 179 | /     impl_event_cast_methods!(
[INFO] [stderr] 180 | |         transport,
[INFO] [stderr] 181 | |         transport_unchecked,
[INFO] [stderr] 182 | |         Transport,
[INFO] [stderr]     | |         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 183 | |         clap_event_transport,
[INFO] [stderr] 184 | |         CLAP_EVENT_TRANSPORT
[INFO] [stderr] 185 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 182 |         Transport<'_>,
[INFO] [stderr]     |                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |         pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                             ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 187 |     impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI);
[INFO] [stderr]     |     -----------------------------------------------^^^^-----------------------------------
[INFO] [stderr]     |     |                                              |
[INFO] [stderr]     |     |                                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 187 |     impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI);
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |         pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 187 |     impl_event_cast_methods!(midi, midi_unchecked, Midi, clap_event_midi, CLAP_EVENT_MIDI);
[INFO] [stderr]     |     -----------------------------------------------^^^^-----------------------------------
[INFO] [stderr]     |     |                                              |
[INFO] [stderr]     |     |                                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 187 |     impl_event_cast_methods!(midi, midi_unchecked, Midi<'_>, clap_event_midi, CLAP_EVENT_MIDI);
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:50:45
[INFO] [stderr]     |
[INFO] [stderr]  50 |           pub const unsafe fn $name_unchecked(&self) -> $type {
[INFO] [stderr]     |                                               ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 189 | /     impl_event_cast_methods!(
[INFO] [stderr] 190 | |         midi2,
[INFO] [stderr] 191 | |         midi2_unchecked,
[INFO] [stderr] 192 | |         Midi2,
[INFO] [stderr]     | |         ^^^^^ the same lifetime is hidden here
[INFO] [stderr] 193 | |         clap_event_midi2,
[INFO] [stderr] 194 | |         CLAP_EVENT_MIDI2
[INFO] [stderr] 195 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 192 |         Midi2<'_>,
[INFO] [stderr]     |              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events.rs:54:28
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub const fn $name(&self) -> Result<$type, Error> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 189 | /     impl_event_cast_methods!(
[INFO] [stderr] 190 | |         midi2,
[INFO] [stderr] 191 | |         midi2_unchecked,
[INFO] [stderr] 192 | |         Midi2,
[INFO] [stderr]     | |         ^^^^^ the same lifetime is hidden here
[INFO] [stderr] 193 | |         clap_event_midi2,
[INFO] [stderr] 194 | |         CLAP_EVENT_MIDI2
[INFO] [stderr] 195 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_event_cast_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 192 |         Midi2<'_>,
[INFO] [stderr]     |              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/host.rs:61:32
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub const fn get_extension(&self) -> HostExtensions {
[INFO] [stderr]    |                                ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub const fn get_extension(&self) -> HostExtensions<'_> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:157:28
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub const fn in_events(&self) -> InputEvents {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub const fn in_events(&self) -> InputEvents<'_> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:164:23
[INFO] [stderr]     |
[INFO] [stderr] 164 |     pub fn out_events(&self) -> OutputEvents {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 164 |     pub fn out_events(&self) -> OutputEvents<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `clap-clap` (lib) generated 17 warnings (run `cargo fix --lib -p clap-clap` to apply 17 suggestions)
[INFO] [stderr] warning: `clap-clap` (lib test) generated 17 warnings (17 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/clap_clap-424a32e63bc33047)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test timestamp::tests::clap_timestamp_is_u64 ... ok
[INFO] [stdout] test timestamp::tests::clap_timestamp_unknown_is_zero ... ok
[INFO] [stdout] test string_sizes::tests::cast_path_size_as_usize ... ok
[INFO] [stdout] test string_sizes::tests::cast_name_size_as_usize ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/entry.rs (/opt/rustwide/target/debug/deps/entry-f3461e039486d969)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test export_clap_entry ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/regressions.rs (/opt/rustwide/target/debug/deps/regressions-442fb99bac43c37a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test factory_descriptor_index_out_of_bounds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unit/main.rs (/opt/rustwide/target/debug/deps/unit-f43afcdcb9ae4958)
[INFO] [stdout] 
[INFO] [stdout] running 279 tests
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_MIDI ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_NOTE_CHOKE ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_NOTE_EXPRESSION ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_NOTE_END ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_NOTE_OFF ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_NOTE_ON ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_MIDI2 ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_PARAM_GESTURE_BEGIN ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_PARAM_GESTURE_END ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_MIDI_SYSEX ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_PARAM_MOD ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_PARAM_VALUE ... ok
[INFO] [stdout] test events::cast_event_ids::CLAP_EVENT_TRANSPORT ... ok
[INFO] [stdout] test events::cast_header ... ok
[INFO] [stdout] test events::input_events::process_input_events ... ok
[INFO] [stdout] test events::input_events::retrieve_events_02 ... ok
[INFO] [stdout] test events::input_events::testbed_self_test_01 ... ok
[INFO] [stdout] test events::input_events::testbed_self_test_02 ... ok
[INFO] [stdout] test events::midi2::try_midi2_02 ... ok
[INFO] [stdout] test events::input_events::input_events ... ok
[INFO] [stdout] test events::note::try_01 ... ok
[INFO] [stdout] test events::midi2::try_midi_03 ... ok
[INFO] [stdout] test events::note::try_02 ... ok
[INFO] [stdout] test events::input_events::retrieve_events_01 ... ok
[INFO] [stdout] test events::midi::update ... ok
[INFO] [stdout] test events::midi::try_midi_02 ... ok
[INFO] [stdout] test events::note::try_note_choke ... ok
[INFO] [stdout] test events::note::try_note_end ... ok
[INFO] [stdout] test events::input_events::retrieve_events_03 ... ok
[INFO] [stdout] test events::midi::try_midi_01 ... ok
[INFO] [stdout] test events::note::try_note_on ... ok
[INFO] [stdout] test events::note::try_note_off ... ok
[INFO] [stdout] test events::note::update ... ok
[INFO] [stdout] test events::note_expression::build ... ok
[INFO] [stdout] test events::midi::build ... ok
[INFO] [stdout] test events::note_expression::try_01 ... ok
[INFO] [stdout] test events::note_expression::try_expr_brightness ... ok
[INFO] [stdout] test events::midi2::build ... ok
[INFO] [stdout] test events::midi2::try_midi2_01 ... ok
[INFO] [stdout] test events::midi::try_midi_03 ... ok
[INFO] [stdout] test events::midi2::update ... ok
[INFO] [stdout] test events::note_expression::try_02 ... ok
[INFO] [stdout] test events::note_expression::try_expr_expression ... ok
[INFO] [stdout] test events::note_expression::try_expr_pressure ... ok
[INFO] [stdout] test events::note_expression::try_expr_pan ... ok
[INFO] [stdout] test events::note_expression::try_expr_volume ... ok
[INFO] [stdout] test events::note_expression::try_expr_vibrato ... ok
[INFO] [stdout] test events::note_expression::update ... ok
[INFO] [stdout] test events::output_events::process_out_events ... ok
[INFO] [stdout] test events::output_events::self_test_01 ... ok
[INFO] [stdout] test events::param_mod::try_02 ... ok
[INFO] [stdout] test events::param_mod::try_01 ... ok
[INFO] [stdout] test events::param_mod::try_03 ... ok
[INFO] [stdout] test events::param_mod::update ... ok
[INFO] [stdout] test events::param_value::build ... ok
[INFO] [stdout] test events::output_events::push_events_02 ... ok
[INFO] [stdout] test events::param_mod::build ... ok
[INFO] [stdout] test events::output_events::push_events_01 ... ok
[INFO] [stdout] test events::note_expression::try_expr_tuning ... ok
[INFO] [stdout] test events::param_value::try_01 ... ok
[INFO] [stdout] test events::param_value::try_02 ... ok
[INFO] [stdout] test events::param_value::try_03 ... ok
[INFO] [stdout] test events::note::build ... ok
[INFO] [stdout] test events::param_value::update ... ok
[INFO] [stdout] test events::transport::build ... ok
[INFO] [stdout] test events::transport::try_01 ... ok
[INFO] [stdout] test events::transport::try_02 ... ok
[INFO] [stdout] test events::transport::update ... ok
[INFO] [stdout] test events::transport::try_03 ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_no_method_is_rescan ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_impl_flag_channel_count ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_supported_flag_01 ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_no_method_rescan ... ok
[INFO] [stdout] test ext::audio_ports::plugin_audio_ports::no_ports_ports ... ok
[INFO] [stdout] test ext::audio_ports::plugin_audio_ports::ports_input_info ... ok
[INFO] [stdout] test ext::audio_ports::plugin_audio_ports::no_ports_shim ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::mono_1_1 ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_supported_flag_02 ... ok
[INFO] [stdout] test ext::audio_ports::plugin_audio_ports::ports_output_info ... ok
[INFO] [stdout] test ext::audio_ports::plugin_audio_ports::ports_input_output_count ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::mono_2_1 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::mono_13_17 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::stereo_13_17 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::mono_2_2 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::mono_1_2 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::stereo_1_1 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::stereo_2_1 ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::stereo_1_2 ... ok
[INFO] [stdout] test ext::audio_ports::host_audio_ports::audio_port_not_impl ... ok
[INFO] [stdout] test events::output_events::self_test_02 - should panic ... ok
[INFO] [stdout] test events::input_events::input_events_index_oob - should panic ... ok
[INFO] [stdout] test ext::audio_ports::static_ports::stereo_2_2 ... ok
[INFO] [stdout] test ext::latency::host_latency::latency_call_changed ... ok
[INFO] [stdout] test ext::latency::host_latency::latency_no_method_changed ... ok
[INFO] [stdout] test ext::latency::host_latency::latency_not_impl ... ok
[INFO] [stdout] test ext::latency::plugin_latency::no_ports_shim ... ok
[INFO] [stdout] test ext::log::host_implements_log_null_callback ... ok
[INFO] [stdout] test ext::latency::plugin_latency::no_ports_ports ... ok
[INFO] [stdout] test ext::log::host_log_debug ... ok
[INFO] [stdout] test ext::log::host_log_error ... ok
[INFO] [stdout] test ext::log::host_log_fatal ... ok
[INFO] [stdout] test ext::log::host_log_info ... ok
[INFO] [stdout] test ext::log::host_log_warning ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_impl_flag_channel_count ... ok
[INFO] [stdout] test ext::log::host_implements_log ... ok
[INFO] [stdout] test ext::log::host_log_misbehaving ... ok
[INFO] [stdout] test ext::latency::plugin_latency::plugin_latency_0 ... ok
[INFO] [stdout] test ext::latency::plugin_latency::plugin_latency_1 ... ok
[INFO] [stdout] test ext::log::host_doesnt_implement_log ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_no_method_rescan ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_no_method_supported_dialects ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_supported_flag_01 ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_not_impl ... ok
[INFO] [stdout] test ext::note_ports::plugin_note_ports::no_ports_shim ... ok
[INFO] [stdout] test ext::note_ports::plugin_note_ports::ports_input_info ... ok
[INFO] [stdout] test ext::note_ports::plugin_note_ports::no_ports_ports ... ok
[INFO] [stdout] test ext::note_ports::plugin_note_ports::ports_input_output_count ... ok
[INFO] [stdout] test ext::params::check_flush_active ... ok
[INFO] [stdout] test ext::params::check_flush_inactive ... ok
[INFO] [stdout] test ext::note_ports::plugin_note_ports::ports_output_info ... ok
[INFO] [stdout] test ext::params::host::check_call_rescan ... ok
[INFO] [stdout] test ext::params::host::host_implements_params ... ok
[INFO] [stdout] test ext::params::check_params_count ... ok
[INFO] [stdout] test ext::params::host::check_call_request_flush ... ok
[INFO] [stdout] test ext::params::check_params_get_info ... ok
[INFO] [stdout] test ext::params::check_text_to_value ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_supported_flag_03 ... ok
[INFO] [stdout] test ext::params::check_value_to_text_01 ... ok
[INFO] [stdout] test ext::params::check_value_to_text_02 ... ok
[INFO] [stdout] test ext::params::host::check_call_clear ... ok
[INFO] [stdout] test ext::params::host::host_doesnt_implement_params ... ok
[INFO] [stdout] test ext::params::check_get_value ... ok
[INFO] [stdout] test ext::note_ports::host_note_ports::note_port_supported_flag_02 ... ok
[INFO] [stdout] test ext::params::check_value_to_text_03 ... ok
[INFO] [stdout] test ext::params::host::host_implements_params_null_callback_clear ... ok
[INFO] [stdout] test ext::params::host::host_implements_params_null_callback_resquest_flush ... ok
[INFO] [stdout] test ext::params::host::host_implements_params_null_callback_rescan ... ok
[INFO] [stdout] test ext::params::no_impl_params ... ok
[INFO] [stdout] test ext::state::host_state::state_call_make_dirty ... ok
[INFO] [stdout] test ext::state::host_state::state_not_impl ... ok
[INFO] [stdout] test ext::state::host_state::state_no_method_make_dirty ... ok
[INFO] [stdout] test ext::state::plugin_state::ext_impl_shim ... ok
[INFO] [stdout] test ext::state::plugin_state::ext_impl_state ... ok
[INFO] [stdout] test ext::state::plugin_state::load_state_00 ... ok
[INFO] [stdout] test ext::state::plugin_state::load_state_01 ... ok
[INFO] [stdout] test ext::state::plugin_state::save_state_01 ... ok
[INFO] [stdout] test ext::state::plugin_state::load_state_02 ... ok
[INFO] [stdout] test ext::state::plugin_state::load_state_03 ... ok
[INFO] [stdout] test ext::state::plugin_state::save_state_02 ... ok
[INFO] [stdout] test ext::tail::host_tail::tail_no_method_changed ... ok
[INFO] [stdout] test ext::state::plugin_state::save_state_04 ... ok
[INFO] [stdout] test ext::tail::host_tail::tail_not_impl ... ok
[INFO] [stdout] test ext::state::plugin_state::save_state_03 ... ok
[INFO] [stdout] test ext::tail::plugin_tail::ext_impl_shim ... ok
[INFO] [stdout] test ext::tail::host_tail::tail_call_make_dirty ... ok
[INFO] [stdout] test ext::state::plugin_state::load_state_04 ... ok
[INFO] [stdout] test ext::state::plugin_state::save_state_00 ... ok
[INFO] [stdout] test ext::tail::plugin_tail::ext_impl_tail ... ok
[INFO] [stdout] test ext::tail::plugin_tail::get_tail_01 ... ok
[INFO] [stdout] test ext::tail::plugin_tail::get_tail_02 ... ok
[INFO] [stdout] test factory::dummy_desc ... ok
[INFO] [stdout] test factory::empty ... ok
[INFO] [stdout] test factory::two_dummies_count ... ok
[INFO] [stdout] test host::check_description_01 ... ok
[INFO] [stdout] test factory::two_dummies_create_badid ... ok
[INFO] [stdout] test factory::two_dummies_desc0 ... ok
[INFO] [stdout] test factory::dummy_create ... ok
[INFO] [stdout] test host::check_request_callback ... ok
[INFO] [stdout] test host::check_request_process ... ok
[INFO] [stdout] test factory::two_dummies_desc1 ... ok
[INFO] [stdout] test host::check_request_restart ... ok
[INFO] [stdout] test id::clap_sys_invalid_id_more_than_u16max ... ok
[INFO] [stdout] test factory::two_dummies_create0 ... ok
[INFO] [stdout] test factory::two_dummies_create1 ... ok
[INFO] [stdout] test plugin::call_reset ... ok
[INFO] [stdout] test plugin::call_start_processing ... ok
[INFO] [stdout] test id::valid ... ok
[INFO] [stdout] test plugin::call_activate ... ok
[INFO] [stdout] test plugin::call_get_extension_audio_ports ... ok
[INFO] [stdout] test plugin::call_stop_processing ... ok
[INFO] [stdout] test plugin::call_process ... ok
[INFO] [stdout] test plugin::call_init ... ok
[INFO] [stdout] test id::invalid ... ok
[INFO] [stdout] test ext::tail::plugin_tail::get_tail_03 ... ok
[INFO] [stdout] test host::check_description_02 ... ok
[INFO] [stdout] test id::is_valid ... ok
[INFO] [stdout] test plugin::call_deactivate ... ok
[INFO] [stdout] test plugin::call_plugin_destructor ... ok
[INFO] [stdout] test plugin::call_on_main_thread ... ok
[INFO] [stdout] test plugin::call_audio_thread_destructor ... ok
[INFO] [stdout] test id::invalid_is_max ... ok
[INFO] [stdout] test plugin::desc::DESCRIPTION ... ok
[INFO] [stdout] test plugin::desc::FEATURES ... ok
[INFO] [stdout] test plugin::desc::ID ... ok
[INFO] [stdout] test plugin::desc::NAME ... ok
[INFO] [stdout] test plugin::desc::MANUAL_URL ... ok
[INFO] [stdout] test plugin::desc::SUPPORT_URL ... ok
[INFO] [stdout] test plugin::desc::URL ... ok
[INFO] [stdout] test plugin::desc::VERSION ... ok
[INFO] [stdout] test plugin::desc::VENDOR ... ok
[INFO] [stdout] test plugin::desc::features_is_null_terminated ... ok
[INFO] [stdout] test plugin::desc::valid_after_move ... ok
[INFO] [stdout] test plugin::is_active ... ok
[INFO] [stdout] test plugin::is_inactive ... ok
[INFO] [stdout] test plugin::plugin_descriptor::description ... ok
[INFO] [stdout] test plugin::plugin_descriptor::id ... ok
[INFO] [stdout] test plugin::plugin_descriptor::name ... ok
[INFO] [stdout] test plugin::plugin_descriptor::manual_url ... ok
[INFO] [stdout] test plugin::plugin_descriptor::support_url ... ok
[INFO] [stdout] test plugin::plugin_descriptor::url ... ok
[INFO] [stdout] test plugin::plugin_descriptor::version ... ok
[INFO] [stdout] test plugin::plugin_descriptor::vendor ... ok
[INFO] [stdout] test plugin::plugin_descriptor_features ... ok
[INFO] [stdout] test plugin_features::ANALYZER ... ok
[INFO] [stdout] test plugin_features::AUDIO_EFFECT ... ok
[INFO] [stdout] test plugin_features::AMBISONIC ... ok
[INFO] [stdout] test plugin_features::COMPRESSOR ... ok
[INFO] [stdout] test plugin_features::DEESSER ... ok
[INFO] [stdout] test plugin_features::DELAY ... ok
[INFO] [stdout] test plugin_features::DISTORTION ... ok
[INFO] [stdout] test plugin_features::DRUM ... ok
[INFO] [stdout] test plugin_features::CHORUS ... ok
[INFO] [stdout] test plugin_features::EQUALIZER ... ok
[INFO] [stdout] test plugin_features::EXPANDER ... ok
[INFO] [stdout] test plugin_features::DRUM_MACHINE ... ok
[INFO] [stdout] test plugin_features::FLANGER ... ok
[INFO] [stdout] test plugin_features::FREQUENCY_SHIFTER ... ok
[INFO] [stdout] test plugin_features::FILTER ... ok
[INFO] [stdout] test plugin_features::GRANULAR ... ok
[INFO] [stdout] test plugin_features::INSTRUMENT ... ok
[INFO] [stdout] test plugin_features::LIMITER ... ok
[INFO] [stdout] test plugin_features::GATE ... ok
[INFO] [stdout] test plugin_features::MIXING ... ok
[INFO] [stdout] test plugin_features::MONO ... ok
[INFO] [stdout] test plugin_features::MULTI_EFFECTS ... ok
[INFO] [stdout] test plugin_features::NOTE_DETECTOR ... ok
[INFO] [stdout] test plugin_features::GLITCH ... ok
[INFO] [stdout] test plugin_features::PHASE_VOCODER ... ok
[INFO] [stdout] test plugin_features::PITCH_CORRECTION ... ok
[INFO] [stdout] test plugin_features::MASTERING ... ok
[INFO] [stdout] test plugin_features::PHASER ... ok
[INFO] [stdout] test plugin_features::PITCH_SHIFTER ... ok
[INFO] [stdout] test plugin_features::SAMPLER ... ok
[INFO] [stdout] test plugin_features::STEREO ... ok
[INFO] [stdout] test plugin_features::REVERB ... ok
[INFO] [stdout] test plugin_features::RESTORATION ... ok
[INFO] [stdout] test plugin_features::SYNTHESIZER ... ok
[INFO] [stdout] test plugin_features::SURROUND ... ok
[INFO] [stdout] test plugin_features::TRANSIENT_SHAPER ... ok
[INFO] [stdout] test plugin_features::TREMOLO ... ok
[INFO] [stdout] test plugin_features::UTILITY ... ok
[INFO] [stdout] test process::audio_input_data32 ... ok
[INFO] [stdout] test process::self_test_01 ... ok
[INFO] [stdout] test process::self_test_03_32 ... ok
[INFO] [stdout] test process::process_new ... ok
[INFO] [stdout] test process::self_test_04_64 ... ok
[INFO] [stdout] test process::self_test_02 ... ok
[INFO] [stdout] test process::self_test_valid_after_moved ... ok
[INFO] [stdout] test process::transport_null ... ok
[INFO] [stdout] test process::audio_input_output_map_data32 ... ok
[INFO] [stdout] test process::audio_input_output_map_data64 ... ok
[INFO] [stdout] test process::audio_input_data64 ... ok
[INFO] [stdout] test process::audio_output_data32 ... ok
[INFO] [stdout] test stream::ostream::write_2 ... ok
[INFO] [stdout] test stream::ostream::write_error ... ok
[INFO] [stdout] test process::audio_output_wrong_no - should panic ... ok
[INFO] [stdout] test stream::istream::read_1 ... ok
[INFO] [stdout] test process::audio_input_wrong_no - should panic ... ok
[INFO] [stdout] test stream::istream::read_3 ... ok
[INFO] [stdout] test stream::istream::read_error ... ok
[INFO] [stdout] test string_sizes::path_size ... ok
[INFO] [stdout] test stream::ostream::write_0 ... ok
[INFO] [stdout] test plugin_features::NOTE_EFFECT ... ok
[INFO] [stdout] test process::audio_output_data64 ... ok
[INFO] [stdout] test version::clap_version_is_compatible ... ok
[INFO] [stdout] test stream::ostream::write_1 ... ok
[INFO] [stdout] test stream::istream::read_0 ... ok
[INFO] [stdout] test string_sizes::name_size ... ok
[INFO] [stdout] test stream::istream::read_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 279 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests clap_clap
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/events.rs - events::Midi2<'a>::build (line 1023) ... ok
[INFO] [stdout] test src/fixedpoint.rs - fixedpoint (line 18) ... ok
[INFO] [stdout] test src/events.rs - events::Midi<'a>::build (line 916) ... ok
[INFO] [stdout] test src/fixedpoint.rs - fixedpoint (line 7) ... ok
[INFO] [stdout] test src/events.rs - events::TransportFlags (line 737) ... ok
[INFO] [stdout] test src/fixedpoint.rs - fixedpoint::BeatTime (line 44) ... ok
[INFO] [stdout] test src/plugin.rs - plugin::Plugin::features (line 41) ... ok
[INFO] [stdout] test src/timestamp.rs - timestamp::TimeStamp::Unknown (line 30) ... ok
[INFO] [stdout] test src/timestamp.rs - timestamp::TimeStamp (line 13) ... ok
[INFO] [stdout] test src/fixedpoint.rs - fixedpoint::SecTime (line 66) ... ok
[INFO] [stdout] test src/ext/audio_ports.rs - ext::audio_ports::RescanFlags (line 26) ... ok
[INFO] [stdout] test src/fixedpoint.rs - fixedpoint (line 27) ... ok
[INFO] [stdout] test src/events.rs - events::Midi2<'a>::update (line 1037) ... ok
[INFO] [stdout] test src/events.rs - events::Midi<'a>::update (line 930) ... ok
[INFO] [stdout] test src/id.rs - id::ClapId (line 12) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.58s; merged doctests compilation took 0.51s
[INFO] running `Command { std: "docker" "inspect" "aadf4c79480399b9ce47e29936652eb4d796bf25e38ae015f86043da526cf8cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aadf4c79480399b9ce47e29936652eb4d796bf25e38ae015f86043da526cf8cd", kill_on_drop: false }`
[INFO] [stdout] aadf4c79480399b9ce47e29936652eb4d796bf25e38ae015f86043da526cf8cd
