[INFO] fetching crate sml-rs 0.4.0... [INFO] testing sml-rs-0.4.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate sml-rs 0.4.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate sml-rs 0.4.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sml-rs 0.4.0 [INFO] tweaked toml for crates.io crate sml-rs 0.4.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sml-rs 0.4.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 sml-rs 0.4.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] [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] d217c2d8f0f5e989e2997caf3a94749f6867753d7f2b2944d86435d9cae02720 [INFO] running `Command { std: "docker" "start" "-a" "d217c2d8f0f5e989e2997caf3a94749f6867753d7f2b2944d86435d9cae02720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d217c2d8f0f5e989e2997caf3a94749f6867753d7f2b2944d86435d9cae02720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d217c2d8f0f5e989e2997caf3a94749f6867753d7f2b2944d86435d9cae02720", kill_on_drop: false }` [INFO] [stdout] d217c2d8f0f5e989e2997caf3a94749f6867753d7f2b2944d86435d9cae02720 [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] 832f8b45f7ea94943c749ffda3700301eb177f7df5de394a9fca0b238763f143 [INFO] running `Command { std: "docker" "start" "-a" "832f8b45f7ea94943c749ffda3700301eb177f7df5de394a9fca0b238763f143", kill_on_drop: false }` [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling sml-rs v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [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 consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy<'i, Self>; [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:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | ^^ ------------------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> { [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:188:22 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:198:22 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [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:215:32 [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<&[u8; N]> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [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:222:18 [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[u8]> { [INFO] [stdout] | ^^^^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [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/common.rs:303:22 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> 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] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [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/streaming.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [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] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [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/tlf.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> { [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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [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/tlf.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> { [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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [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/tlf.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> { [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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "832f8b45f7ea94943c749ffda3700301eb177f7df5de394a9fca0b238763f143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "832f8b45f7ea94943c749ffda3700301eb177f7df5de394a9fca0b238763f143", kill_on_drop: false }` [INFO] [stdout] 832f8b45f7ea94943c749ffda3700301eb177f7df5de394a9fca0b238763f143 [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] 7550d9f11f6d90309b07116c44eea0f962738729a846a1dea5dfb098d1adffc5 [INFO] running `Command { std: "docker" "start" "-a" "7550d9f11f6d90309b07116c44eea0f962738729a846a1dea5dfb098d1adffc5", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [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 consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy<'i, Self>; [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:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | ^^ ------------------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> { [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:188:22 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:198:22 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [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:215:32 [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<&[u8; N]> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [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:222:18 [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[u8]> { [INFO] [stdout] | ^^^^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [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/common.rs:303:22 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> 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] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [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/streaming.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [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] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [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/tlf.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> { [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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [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/tlf.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> { [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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [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/tlf.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> { [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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling insta v1.39.0 [INFO] [stderr] Compiling sml-rs v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [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 consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy<'i, Self>; [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:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | ^^ ------------------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> { [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:188:22 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:198:22 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [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:215:32 [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<&[u8; N]> { [INFO] [stdout] | ^^^^^ --------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [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:222:18 [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[u8]> { [INFO] [stdout] | ^^^^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [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/common.rs:303:22 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> 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] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [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/streaming.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'i` [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [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/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [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] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [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/tlf.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> { [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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [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/tlf.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> { [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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [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/tlf.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> { [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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.44s [INFO] running `Command { std: "docker" "inspect" "7550d9f11f6d90309b07116c44eea0f962738729a846a1dea5dfb098d1adffc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7550d9f11f6d90309b07116c44eea0f962738729a846a1dea5dfb098d1adffc5", kill_on_drop: false }` [INFO] [stdout] 7550d9f11f6d90309b07116c44eea0f962738729a846a1dea5dfb098d1adffc5 [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" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8f23b8f2d021a087e00b11f8889e055d7adb3656b2a5a4330192fdb0faba77b4 [INFO] running `Command { std: "docker" "start" "-a" "8f23b8f2d021a087e00b11f8889e055d7adb3656b2a5a4330192fdb0faba77b4", 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:164:22 [INFO] [stderr] | [INFO] [stderr] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [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 consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 164 | fn parse(input: &'i [u8]) -> ResTy<'i, Self>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:169:31 [INFO] [stderr] | [INFO] [stderr] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stderr] | ^^ ------------------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:188:22 [INFO] [stderr] | [INFO] [stderr] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 188 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:198:22 [INFO] [stderr] | [INFO] [stderr] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 198 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | fn take_byte(input: &[u8]) -> ResTy { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:215:32 [INFO] [stderr] | [INFO] [stderr] 215 | fn take(input: &[u8]) -> ResTy<&[u8; N]> { [INFO] [stderr] | ^^^^^ --------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [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] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:222:18 [INFO] [stderr] | [INFO] [stderr] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[u8]> { [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/common.rs:303:22 [INFO] [stderr] | [INFO] [stderr] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 303 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/complete.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 45 | fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/complete.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 72 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/complete.rs:259:21 [INFO] [stderr] | [INFO] [stderr] 259 | pub fn parse(input: &[u8]) -> Result { [INFO] [stderr] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/streaming.rs:134:22 [INFO] [stderr] | [INFO] [stderr] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'i` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 134 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/tlf.rs:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | fn parse(input: &[u8]) -> ResTy { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/tlf.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> { [INFO] [stderr] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/tlf.rs:103:26 [INFO] [stderr] | [INFO] [stderr] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> { [INFO] [stderr] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/tlf.rs:109:25 [INFO] [stderr] | [INFO] [stderr] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> { [INFO] [stderr] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `sml-rs` (lib) generated 16 warnings (run `cargo fix --lib -p sml-rs` to apply 16 suggestions) [INFO] [stderr] warning: `sml-rs` (lib test) generated 16 warnings (16 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/sml_rs-15484cf273285458) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test parser::num::test::parse_fewer_bytes ... ok [INFO] [stdout] test parser::num::test::parse_boolean ... ok [INFO] [stdout] test parser::num::test::parse_nums ... ok [INFO] [stdout] test parser::num::test::parse_nums_error ... ok [INFO] [stdout] test parser::tlf::tests::different_types ... ok [INFO] [stdout] test parser::tlf::tests::len_multi_byte ... ok [INFO] [stdout] test parser::tlf::tests::len_single_byte ... ok [INFO] [stdout] test parser::tlf::tests::reserved ... ok [INFO] [stdout] test transport::decode_tests::alloc_basic ... ok [INFO] [stdout] test transport::decode_tests::additional_bytes ... ok [INFO] [stdout] test test_smlreader_construction ... ok [INFO] [stdout] test transport::decode_tests::double_msg_start ... ok [INFO] [stdout] test transport::decode_tests::empty_msg_with_padding ... ok [INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_1 ... ok [INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_2 ... ok [INFO] [stdout] test parser::num::test::parse_optional_num ... ok [INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_3 ... ok [INFO] [stdout] test transport::decode_tests::escape_in_user_data ... ok [INFO] [stdout] test transport::decode_tests::incomplete_esc_sequence ... ok [INFO] [stdout] test transport::decode_tests::incomplete_message ... ok [INFO] [stdout] test transport::decode_tests::invalid_crc ... ok [INFO] [stdout] test transport::decode_tests::out_of_memory ... ok [INFO] [stdout] test transport::decode_tests::padding ... ok [INFO] [stdout] test transport::decode_tests::padding_too_large ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::eof_while_parsing ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::immediate_err ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_before_parsing ... ok [INFO] [stdout] test parser::octet_string::test::test_octet_str ... ok [INFO] [stdout] test transport::decode_tests::invalid_esc_sequence ... ok [INFO] [stdout] test transport::tests::almost_escape_in_user_data ... ok [INFO] [stdout] test read_tests::test_smlreader_reading ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::err_while_parsing_ok_afterwards ... ok [INFO] [stdout] test transport::decode_tests::basic ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::successful_read_then_eof ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_while_parsing ... ok [INFO] [stdout] test transport::decode_tests::msg_end_misaligned ... ok [INFO] [stdout] test transport::tests::basic ... ok [INFO] [stdout] test transport::tests::empty ... ok [INFO] [stdout] test transport::tests::ending_with_1b_no_padding ... ok [INFO] [stdout] test transport::tests::escape_in_user_data ... ok [INFO] [stdout] test transport::tests::padding ... ok [INFO] [stdout] test util::test_arraybuf::test_debug ... ok [INFO] [stdout] test util::test_arraybuf::test_basic ... ok [INFO] [stdout] test util::test_arraybuf::test_eq ... ok [INFO] [stdout] test util::test_arraybuf::test_from_iter ... ok [INFO] [stdout] test util::test_arraybuf::test_n0 ... ok [INFO] [stdout] test util::test_arraybuf::test_from_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/libsml-testing.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libsml_testing-0319eede51b69617) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_repo_validation ... ok [INFO] [stdout] test test_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8f23b8f2d021a087e00b11f8889e055d7adb3656b2a5a4330192fdb0faba77b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f23b8f2d021a087e00b11f8889e055d7adb3656b2a5a4330192fdb0faba77b4", kill_on_drop: false }` [INFO] [stdout] 8f23b8f2d021a087e00b11f8889e055d7adb3656b2a5a4330192fdb0faba77b4