[INFO] fetching crate nom-midi 0.5.1... [INFO] testing nom-midi-0.5.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate nom-midi 0.5.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate nom-midi 0.5.1 [INFO] finished tweaking crates.io crate nom-midi 0.5.1 [INFO] tweaked toml for crates.io crate nom-midi 0.5.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nom-midi 0.5.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding nom v5.1.3 (available: v8.0.0) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3cc58c6aeabe1968f3b30bd23362e3c7b04b82b2ebda6bb14cae4e75ca44b7d4 [INFO] running `Command { std: "docker" "start" "-a" "3cc58c6aeabe1968f3b30bd23362e3c7b04b82b2ebda6bb14cae4e75ca44b7d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cc58c6aeabe1968f3b30bd23362e3c7b04b82b2ebda6bb14cae4e75ca44b7d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc58c6aeabe1968f3b30bd23362e3c7b04b82b2ebda6bb14cae4e75ca44b7d4", kill_on_drop: false }` [INFO] [stdout] 3cc58c6aeabe1968f3b30bd23362e3c7b04b82b2ebda6bb14cae4e75ca44b7d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 72280c06736c1430a596cca08a219374ce86f213ec76678b52e8def27fda8d8a [INFO] running `Command { std: "docker" "start" "-a" "72280c06736c1430a596cca08a219374ce86f213ec76678b52e8def27fda8d8a", kill_on_drop: false }` [INFO] [stderr] Compiling nom-midi v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/mod.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/meta.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent> { [INFO] [stdout] | ^^^^^ ----- -------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/track.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "72280c06736c1430a596cca08a219374ce86f213ec76678b52e8def27fda8d8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72280c06736c1430a596cca08a219374ce86f213ec76678b52e8def27fda8d8a", kill_on_drop: false }` [INFO] [stdout] 72280c06736c1430a596cca08a219374ce86f213ec76678b52e8def27fda8d8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 4f3528310edf0c16e3758f567d4751df90e0d3d83a2b95010e54d23359891da5 [INFO] running `Command { std: "docker" "start" "-a" "4f3528310edf0c16e3758f567d4751df90e0d3d83a2b95010e54d23359891da5", kill_on_drop: false }` [INFO] [stderr] Compiling nom-midi v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/mod.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/meta.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent> { [INFO] [stdout] | ^^^^^ ----- -------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/track.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/mod.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/meta.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent> { [INFO] [stdout] | ^^^^^ ----- -------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/event/sysex.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence> { [INFO] [stdout] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/track.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "4f3528310edf0c16e3758f567d4751df90e0d3d83a2b95010e54d23359891da5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f3528310edf0c16e3758f567d4751df90e0d3d83a2b95010e54d23359891da5", kill_on_drop: false }` [INFO] [stdout] 4f3528310edf0c16e3758f567d4751df90e0d3d83a2b95010e54d23359891da5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 2eb163b7df8fb5aa070c3b6737ea10b79f8e0b8edd86d6bf077a6e831d55daa3 [INFO] running `Command { std: "docker" "start" "-a" "2eb163b7df8fb5aa070c3b6737ea10b79f8e0b8edd86d6bf077a6e831d55daa3", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile> { [INFO] [stderr] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 13 | pub fn parse_smf(i: &[u8]) -> IResult<&[u8], SimpleMidiFile<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/event/mod.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event> { [INFO] [stderr] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 15 | pub fn parse_event(i: &[u8]) -> IResult<&[u8], Event<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/event/meta.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent> { [INFO] [stderr] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 57 | pub fn parse_meta_event(i: &[u8]) -> IResult<&[u8], MetaEvent<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/event/sysex.rs:7:31 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent> { [INFO] [stderr] | ^^^^^ ----- -------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn parse_sysex_message(i: &[u8]) -> IResult<&[u8], SystemExclusiveEvent<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/event/sysex.rs:14:33 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence> { [INFO] [stderr] | ^^^^^ ----- -------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 14 | pub fn parse_escape_sequence(i: &[u8]) -> IResult<&[u8], EscapeSequence<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/track.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track> { [INFO] [stderr] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 16 | pub fn parse_track_chunk(i: &[u8]) -> IResult<&[u8], Track<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nom-midi` (lib) generated 6 warnings (run `cargo fix --lib -p nom-midi` to apply 6 suggestions) [INFO] [stderr] warning: `nom-midi` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/nom_midi-d3f0045c702a4bd4) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test parser::header::test_header_chunk ... ok [INFO] [stdout] test parser::util::test_var_length ... ok [INFO] [stdout] test parser::util::test_data_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2eb163b7df8fb5aa070c3b6737ea10b79f8e0b8edd86d6bf077a6e831d55daa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eb163b7df8fb5aa070c3b6737ea10b79f8e0b8edd86d6bf077a6e831d55daa3", kill_on_drop: false }` [INFO] [stdout] 2eb163b7df8fb5aa070c3b6737ea10b79f8e0b8edd86d6bf077a6e831d55daa3