[INFO] fetching crate sml-rs 0.4.0... [INFO] testing sml-rs-0.4.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate sml-rs 0.4.0 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sml-rs 0.4.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8856cc1572868053312c2cc39febc4d51124ee74dada0b640ee6de1d7a91a842 [INFO] running `Command { std: "docker" "start" "-a" "8856cc1572868053312c2cc39febc4d51124ee74dada0b640ee6de1d7a91a842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8856cc1572868053312c2cc39febc4d51124ee74dada0b640ee6de1d7a91a842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8856cc1572868053312c2cc39febc4d51124ee74dada0b640ee6de1d7a91a842", kill_on_drop: false }` [INFO] [stdout] 8856cc1572868053312c2cc39febc4d51124ee74dada0b640ee6de1d7a91a842 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f19f811b2d6ab60c211bb951c7cb92d14b1d5a5e03dde843476aff3d3ba96b8 [INFO] running `Command { std: "docker" "start" "-a" "6f19f811b2d6ab60c211bb951c7cb92d14b1d5a5e03dde843476aff3d3ba96b8", 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:188:34 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:198:34 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/common.rs:303:34 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:72:34 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/streaming.rs:134:34 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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.55s [INFO] running `Command { std: "docker" "inspect" "6f19f811b2d6ab60c211bb951c7cb92d14b1d5a5e03dde843476aff3d3ba96b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f19f811b2d6ab60c211bb951c7cb92d14b1d5a5e03dde843476aff3d3ba96b8", kill_on_drop: false }` [INFO] [stdout] 6f19f811b2d6ab60c211bb951c7cb92d14b1d5a5e03dde843476aff3d3ba96b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c667f59f0b031f9ad4e0d8a14754c1c140754d13f376d8826502ad27b7ddd73 [INFO] running `Command { std: "docker" "start" "-a" "9c667f59f0b031f9ad4e0d8a14754c1c140754d13f376d8826502ad27b7ddd73", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:188:34 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:198:34 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/common.rs:303:34 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:72:34 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/streaming.rs:134:34 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling console v0.15.8 [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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:188:34 [INFO] [stdout] | [INFO] [stdout] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:198:34 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/common.rs:303:34 [INFO] [stdout] | [INFO] [stdout] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:72:34 [INFO] [stdout] | [INFO] [stdout] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/complete.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/streaming.rs:134:34 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stdout] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/tlf.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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 46.97s [INFO] running `Command { std: "docker" "inspect" "9c667f59f0b031f9ad4e0d8a14754c1c140754d13f376d8826502ad27b7ddd73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c667f59f0b031f9ad4e0d8a14754c1c140754d13f376d8826502ad27b7ddd73", kill_on_drop: false }` [INFO] [stdout] 9c667f59f0b031f9ad4e0d8a14754c1c140754d13f376d8826502ad27b7ddd73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 01e1e79b02a5a10fe3dd74ff7e1112a4a0e01c3a75fb854898619f8268a84e4d [INFO] running `Command { std: "docker" "start" "-a" "01e1e79b02a5a10fe3dd74ff7e1112a4a0e01c3a75fb854898619f8268a84e4d", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:164:34 [INFO] [stderr] | [INFO] [stderr] 164 | fn parse(input: &'i [u8]) -> ResTy; [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 164 | fn parse(input: &'i [u8]) -> ResTy<'i, Self>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:169:43 [INFO] [stderr] | [INFO] [stderr] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 169 | fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 188 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:198:34 [INFO] [stderr] | [INFO] [stderr] 198 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 198 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | fn take_byte(input: &[u8]) -> ResTy { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 215 | fn take(input: &[u8]) -> ResTy<'_, &[u8; N]> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/common.rs:303:34 [INFO] [stderr] | [INFO] [stderr] 303 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 303 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/complete.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | fn parse(mut input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 45 | fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/complete.rs:72:34 [INFO] [stderr] | [INFO] [stderr] 72 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 72 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/complete.rs:259:21 [INFO] [stderr] | [INFO] [stderr] 259 | pub fn parse(input: &[u8]) -> Result { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 259 | pub fn parse(input: &[u8]) -> Result, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/streaming.rs:134:34 [INFO] [stderr] | [INFO] [stderr] 134 | fn parse(input: &'i [u8]) -> ResTy { [INFO] [stderr] | -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'i` [INFO] [stderr] | [INFO] [stderr] 134 | fn parse(input: &'i [u8]) -> ResTy<'i, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/tlf.rs:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | fn parse(input: &[u8]) -> ResTy { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 55 | fn parse(input: &[u8]) -> ResTy<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 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.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sml_rs-a70e8e98ebef513b) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test parser::num::test::parse_fewer_bytes ... ok [INFO] [stdout] test parser::num::test::parse_nums ... ok [INFO] [stdout] test parser::tlf::tests::different_types ... ok [INFO] [stdout] test parser::tlf::tests::len_multi_byte ... ok [INFO] [stdout] test parser::num::test::parse_optional_num ... ok [INFO] [stdout] test parser::octet_string::test::test_octet_str ... ok [INFO] [stdout] test parser::tlf::tests::len_single_byte ... ok [INFO] [stdout] test transport::decode_tests::additional_bytes ... ok [INFO] [stdout] test read_tests::test_smlreader_reading ... ok [INFO] [stdout] test parser::tlf::tests::reserved ... ok [INFO] [stdout] test transport::decode_tests::alloc_basic ... ok [INFO] [stdout] test transport::decode_tests::basic ... 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_nums_error ... 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::invalid_esc_sequence ... ok [INFO] [stdout] test transport::decode_tests::msg_end_misaligned ... 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::err_while_parsing_ok_afterwards ... ok [INFO] [stdout] test parser::num::test::parse_boolean ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::immediate_err ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::successful_read_then_eof ... ok [INFO] [stdout] test transport::tests::almost_escape_in_user_data ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_before_parsing ... ok [INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_while_parsing ... 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::padding ... ok [INFO] [stdout] test transport::tests::escape_in_user_data ... 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_debug ... ok [INFO] [stdout] test util::test_arraybuf::test_n0 ... ok [INFO] [stdout] test util::test_arraybuf::test_from_iter ... ok [INFO] [stdout] test test_smlreader_construction ... 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.07s [INFO] [stdout] [INFO] [stderr] Running tests/libsml-testing.rs (/opt/rustwide/target/debug/deps/libsml_testing-dd1831a89800506f) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_repo_validation ... ok [INFO] [stdout] test test_files ... ok [INFO] [stderr] Doc-tests sml_rs [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/lib.rs - SmlReader (line 158) ... ok [INFO] [stdout] test src/lib.rs - SmlReader (line 105) ... ok [INFO] [stdout] test src/lib.rs - SmlReader (line 150) ... ok [INFO] [stdout] test src/lib.rs - DummySmlReader::from_slice (line 312) ... ok [INFO] [stdout] test src/lib.rs - DummySmlReader::from_iterator (line 327) ... ok [INFO] [stdout] test src/lib.rs - DummySmlReader::from_reader (line 263) ... ok [INFO] [stdout] test src/lib.rs - DummySmlReader::with_vec_buffer (line 247) ... ok [INFO] [stdout] test src/lib.rs - DummySmlReader::with_static_buffer (line 230) ... ok [INFO] [stdout] test src/lib.rs - SmlReader::read (line 357) ... ok [INFO] [stdout] test src/lib.rs - SmlReader (line 171) ... ok [INFO] [stdout] test src/lib.rs - SmlReaderBuilder::from_reader (line 505) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 28) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 67) ... ok [INFO] [stdout] test src/lib.rs - SmlReaderBuilder::from_slice (line 551) ... ok [INFO] [stdout] test src/lib.rs - SmlReader (line 200) ... ok [INFO] [stdout] test src/parser/complete.rs - parser::complete (line 5) ... ok [INFO] [stdout] test src/lib.rs - SmlReaderBuilder::from_iterator (line 566) ... ok [INFO] [stdout] test src/lib.rs - SmlReader::next (line 386) ... ok [INFO] [stdout] test src/transport.rs - transport::Decoder (line 313) ... ok [INFO] [stdout] test src/transport.rs - transport::decode (line 618) ... ok [INFO] [stdout] test src/transport.rs - transport::encode (line 200) ... ok [INFO] [stdout] test src/transport.rs - transport::encode (line 187) ... ok [INFO] [stdout] test src/transport.rs - transport::decode_streaming (line 690) ... ok [INFO] [stdout] test src/transport.rs - transport::encode (line 179) ... ok [INFO] [stdout] test src/transport.rs - transport::encode_streaming (line 254) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "01e1e79b02a5a10fe3dd74ff7e1112a4a0e01c3a75fb854898619f8268a84e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01e1e79b02a5a10fe3dd74ff7e1112a4a0e01c3a75fb854898619f8268a84e4d", kill_on_drop: false }` [INFO] [stdout] 01e1e79b02a5a10fe3dd74ff7e1112a4a0e01c3a75fb854898619f8268a84e4d