[INFO] fetching crate listinfo 0.4.8... [INFO] testing listinfo-0.4.8 against 1.90.0 for beta-1.91-3 [INFO] extracting crate listinfo 0.4.8 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate listinfo 0.4.8 [INFO] finished tweaking crates.io crate listinfo 0.4.8 [INFO] tweaked toml for crates.io crate listinfo 0.4.8 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate listinfo 0.4.8 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding indexmap v1.9.3 (available: v2.11.4) [INFO] [stderr] Adding nom v7.1.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab3b46acfa52d7d6d162aec2536c7901b4439d0d6cc06573a207d9ceb8379530 [INFO] running `Command { std: "docker" "start" "-a" "ab3b46acfa52d7d6d162aec2536c7901b4439d0d6cc06573a207d9ceb8379530", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab3b46acfa52d7d6d162aec2536c7901b4439d0d6cc06573a207d9ceb8379530", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab3b46acfa52d7d6d162aec2536c7901b4439d0d6cc06573a207d9ceb8379530", kill_on_drop: false }` [INFO] [stdout] ab3b46acfa52d7d6d162aec2536c7901b4439d0d6cc06573a207d9ceb8379530 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01a49010d4a5a5dba15b90c8a1e8348953292a2153912ad0c1b1a1ef1b0194fc [INFO] running `Command { std: "docker" "start" "-a" "01a49010d4a5a5dba15b90c8a1e8348953292a2153912ad0c1b1a1ef1b0194fc", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling listinfo v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ^^ ------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &T { [INFO] [stdout] | ^^ -- the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:143:26 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> { [INFO] [stdout] | ^^^^ ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:130:12 [INFO] [stdout] | [INFO] [stdout] 130 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> { [INFO] [stdout] | ---- ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `Command { std: "docker" "inspect" "01a49010d4a5a5dba15b90c8a1e8348953292a2153912ad0c1b1a1ef1b0194fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01a49010d4a5a5dba15b90c8a1e8348953292a2153912ad0c1b1a1ef1b0194fc", kill_on_drop: false }` [INFO] [stdout] 01a49010d4a5a5dba15b90c8a1e8348953292a2153912ad0c1b1a1ef1b0194fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed9673399ab922ee7d53e9bbdbbdccd7e98ffbb21161d102d01a255a93ee44b9 [INFO] running `Command { std: "docker" "start" "-a" "ed9673399ab922ee7d53e9bbdbbdccd7e98ffbb21161d102d01a255a93ee44b9", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ^^ ------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &T { [INFO] [stdout] | ^^ -- the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:143:26 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> { [INFO] [stdout] | ^^^^ ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling listinfo v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:130:12 [INFO] [stdout] | [INFO] [stdout] 130 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> { [INFO] [stdout] | ---- ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ^^ ------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &T { [INFO] [stdout] | ^^ -- the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 103 | pub fn unique(&'a self) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:143:26 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/elements.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option> { [INFO] [stdout] | ^^ -- --------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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 `'a` [INFO] [stdout] | [INFO] [stdout] 150 | pub fn entry_iter(&'a self, key: &str) -> Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stdout] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> { [INFO] [stdout] | ^^^^ ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:130:12 [INFO] [stdout] | [INFO] [stdout] 130 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> { [INFO] [stdout] | ---- ---- ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "ed9673399ab922ee7d53e9bbdbbdccd7e98ffbb21161d102d01a255a93ee44b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed9673399ab922ee7d53e9bbdbbdccd7e98ffbb21161d102d01a255a93ee44b9", kill_on_drop: false }` [INFO] [stdout] ed9673399ab922ee7d53e9bbdbbdccd7e98ffbb21161d102d01a255a93ee44b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0f0b2986584e14ccb75a2a55dea66a32dacaf00e37ed0d48077b5e33a953627 [INFO] running `Command { std: "docker" "start" "-a" "b0f0b2986584e14ccb75a2a55dea66a32dacaf00e37ed0d48077b5e33a953627", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/elements.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stderr] | ^^ ------------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | the lifetime is named here the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 13 | pub fn entry(&'a self, key: &str) -> Option>> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/elements.rs:103:20 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn unique(&'a self) -> &T { [INFO] [stderr] | ^^ -- the same lifetime is elided 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 `'a` [INFO] [stderr] | [INFO] [stderr] 103 | pub fn unique(&'a self) -> &'a T { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/elements.rs:143:26 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> { [INFO] [stderr] | ^^ -- --------- the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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 `'a` [INFO] [stderr] | [INFO] [stderr] 143 | pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/elements.rs:150:24 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn entry_iter(&'a self, key: &str) -> Option> { [INFO] [stderr] | ^^ -- --------- the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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 `'a` [INFO] [stderr] | [INFO] [stderr] 150 | pub fn entry_iter(&'a self, key: &str) -> Option>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> { [INFO] [stderr] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stderr] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:75:27 [INFO] [stderr] | [INFO] [stderr] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> { [INFO] [stderr] | ^^^^ ---- ---- ----------- the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:124:30 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> { [INFO] [stderr] | ^^^^ ---- ------------- the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:130:12 [INFO] [stderr] | [INFO] [stderr] 130 | input: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 131 | ) -> IResult<&str, (&str, EntryFragment)> { [INFO] [stderr] | ---- ---- ------------- the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `listinfo` (lib) generated 9 warnings [INFO] [stderr] warning: `listinfo` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/listinfo-892c2f032bdfdbf4) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test tests::parse_inner_braces ... ok [INFO] [stdout] test tests::test_parse_document ... ok [INFO] [stdout] test tests::test_parse_game ... ok [INFO] [stdout] test tests::test_parse_header_usability ... ok [INFO] [stdout] test tests::test_parse_multi_unique ... ok [INFO] [stdout] test tests::test_parse_header ... ok [INFO] [stdout] test tests::parse_cave_story ... ok [INFO] [stdout] test tests::test_parse_singular_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests listinfo [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0f0b2986584e14ccb75a2a55dea66a32dacaf00e37ed0d48077b5e33a953627", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0f0b2986584e14ccb75a2a55dea66a32dacaf00e37ed0d48077b5e33a953627", kill_on_drop: false }` [INFO] [stdout] b0f0b2986584e14ccb75a2a55dea66a32dacaf00e37ed0d48077b5e33a953627