[INFO] fetching crate clap-clap 0.5.0... [INFO] testing clap-clap-0.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate clap-clap 0.5.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate clap-clap 0.5.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate clap-clap 0.5.0 [INFO] tweaked toml for crates.io crate clap-clap 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate clap-clap 0.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e54fb1e082869673d454c81496258080818cf5f9d7b735622686a8407cd38aa [INFO] running `Command { std: "docker" "start" "-a" "0e54fb1e082869673d454c81496258080818cf5f9d7b735622686a8407cd38aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e54fb1e082869673d454c81496258080818cf5f9d7b735622686a8407cd38aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e54fb1e082869673d454c81496258080818cf5f9d7b735622686a8407cd38aa", kill_on_drop: false }` [INFO] [stdout] 0e54fb1e082869673d454c81496258080818cf5f9d7b735622686a8407cd38aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8d418e97f6e8502ce59cd8b9683630db80b1d636cd24f2a3d7cfeab2281e47b6 [INFO] running `Command { std: "docker" "start" "-a" "8d418e97f6e8502ce59cd8b9683630db80b1d636cd24f2a3d7cfeab2281e47b6", kill_on_drop: false }` [INFO] [stderr] Compiling clap-clap v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:135:40 [INFO] [stdout] | [INFO] [stdout] 135 | pub const unsafe fn note_unchecked(&self) -> Note { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 135 | pub const unsafe fn note_unchecked(&self) -> Note<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | pub const fn note(&self) -> Result { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 139 | pub const fn note(&self) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 158 | NoteExpression<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 166 | ParamValue<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | ParamMod<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | Transport<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:50:45 [INFO] [stdout] | [INFO] [stdout] 50 | pub const unsafe fn $name_unchecked(&self) -> $type { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | pub const fn $name(&self) -> Result<$type, Error> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | Midi2<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | pub const fn get_extension(&self) -> HostExtensions { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 61 | pub const fn get_extension(&self) -> HostExtensions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/process.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | pub const fn in_events(&self) -> InputEvents { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub const fn in_events(&self) -> InputEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/process.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn out_events(&self) -> OutputEvents { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 0.93s [INFO] running `Command { std: "docker" "inspect" "8d418e97f6e8502ce59cd8b9683630db80b1d636cd24f2a3d7cfeab2281e47b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d418e97f6e8502ce59cd8b9683630db80b1d636cd24f2a3d7cfeab2281e47b6", kill_on_drop: false }` [INFO] [stdout] 8d418e97f6e8502ce59cd8b9683630db80b1d636cd24f2a3d7cfeab2281e47b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c0bcd2346d7d840f0aa5c4b22fed26d6ad37a3d4c344e5e392269bf4ee7fa6e1 [INFO] running `Command { std: "docker" "start" "-a" "c0bcd2346d7d840f0aa5c4b22fed26d6ad37a3d4c344e5e392269bf4ee7fa6e1", kill_on_drop: false }` [INFO] [stderr] error: cannot produce cdylib for `clap-clap v0.5.0 (/opt/rustwide/workdir)` as the target `x86_64-unknown-linux-musl` does not support these crate types [INFO] running `Command { std: "docker" "inspect" "c0bcd2346d7d840f0aa5c4b22fed26d6ad37a3d4c344e5e392269bf4ee7fa6e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0bcd2346d7d840f0aa5c4b22fed26d6ad37a3d4c344e5e392269bf4ee7fa6e1", kill_on_drop: false }` [INFO] [stdout] c0bcd2346d7d840f0aa5c4b22fed26d6ad37a3d4c344e5e392269bf4ee7fa6e1