[INFO] fetching crate tini 1.3.0...
[INFO] testing tini-1.3.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tini 1.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate tini 1.3.0
[INFO] finished tweaking crates.io crate tini 1.3.0
[INFO] tweaked toml for crates.io crate tini 1.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tini 1.3.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89d97fff6cfad08e8ea39f9c820dffaddc49199a9b54d6ef6966f3c02f987a97
[INFO] running `Command { std: "docker" "start" "-a" "89d97fff6cfad08e8ea39f9c820dffaddc49199a9b54d6ef6966f3c02f987a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89d97fff6cfad08e8ea39f9c820dffaddc49199a9b54d6ef6966f3c02f987a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89d97fff6cfad08e8ea39f9c820dffaddc49199a9b54d6ef6966f3c02f987a97", kill_on_drop: false }`
[INFO] [stdout] 89d97fff6cfad08e8ea39f9c820dffaddc49199a9b54d6ef6966f3c02f987a97
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8eb690fe2b4ab76cdd8fb8e9b6604334fbb53b2480b3e612e23fdc1e3712941f
[INFO] running `Command { std: "docker" "start" "-a" "8eb690fe2b4ab76cdd8fb8e9b6604334fbb53b2480b3e612e23fdc1e3712941f", kill_on_drop: false }`
[INFO] [stderr]    Compiling tini v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `IntoIter` is never constructed
[INFO] [stdout]    --> src/ordered_hashmap.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct IntoIter<K, V> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:495:25
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:518:17
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn iter(&self) -> IniIter {
[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] 518 |     pub fn iter(&self) -> IniIter<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:21
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn iter_mut(&mut self) -> IniIterMut {
[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] 546 |     pub fn iter_mut(&mut self) -> IniIterMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:665:55
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&String> {
[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] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&'a String> {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:677:17
[INFO] [stdout]     |
[INFO] [stdout] 677 |     pub fn iter(&self) -> SectionIter {
[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] 677 |     pub fn iter(&self) -> SectionIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:681:21
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut {
[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] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ordered_hashmap.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn keys(&self) -> std::slice::Iter<K> {
[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] 203 |     pub fn keys(&self) -> std::slice::Iter<'_, K> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] running `Command { std: "docker" "inspect" "8eb690fe2b4ab76cdd8fb8e9b6604334fbb53b2480b3e612e23fdc1e3712941f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8eb690fe2b4ab76cdd8fb8e9b6604334fbb53b2480b3e612e23fdc1e3712941f", kill_on_drop: false }`
[INFO] [stdout] 8eb690fe2b4ab76cdd8fb8e9b6604334fbb53b2480b3e612e23fdc1e3712941f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dcabfb5cc3a68383db636d328949e87f130a4a6caa44b82ed6556099d654393
[INFO] running `Command { std: "docker" "start" "-a" "0dcabfb5cc3a68383db636d328949e87f130a4a6caa44b82ed6556099d654393", kill_on_drop: false }`
[INFO] [stderr]    Compiling tini v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `IntoIter` is never constructed
[INFO] [stdout]    --> src/ordered_hashmap.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct IntoIter<K, V> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:495:25
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:518:17
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn iter(&self) -> IniIter {
[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] 518 |     pub fn iter(&self) -> IniIter<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:21
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn iter_mut(&mut self) -> IniIterMut {
[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] 546 |     pub fn iter_mut(&mut self) -> IniIterMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:665:55
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&String> {
[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] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&'a String> {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:677:17
[INFO] [stdout]     |
[INFO] [stdout] 677 |     pub fn iter(&self) -> SectionIter {
[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] 677 |     pub fn iter(&self) -> SectionIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:681:21
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut {
[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] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ordered_hashmap.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn keys(&self) -> std::slice::Iter<K> {
[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] 203 |     pub fn keys(&self) -> std::slice::Iter<'_, K> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IntoIter` is never constructed
[INFO] [stdout]    --> src/ordered_hashmap.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct IntoIter<K, V> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:495:25
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:518:17
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn iter(&self) -> IniIter {
[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] 518 |     pub fn iter(&self) -> IniIter<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:21
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn iter_mut(&mut self) -> IniIterMut {
[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] 546 |     pub fn iter_mut(&mut self) -> IniIterMut<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:665:55
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&String> {
[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] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&'a String> {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:677:17
[INFO] [stdout]     |
[INFO] [stdout] 677 |     pub fn iter(&self) -> SectionIter {
[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] 677 |     pub fn iter(&self) -> SectionIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:681:21
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut {
[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] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ordered_hashmap.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn keys(&self) -> std::slice::Iter<K> {
[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] 203 |     pub fn keys(&self) -> std::slice::Iter<'_, K> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "0dcabfb5cc3a68383db636d328949e87f130a4a6caa44b82ed6556099d654393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dcabfb5cc3a68383db636d328949e87f130a4a6caa44b82ed6556099d654393", kill_on_drop: false }`
[INFO] [stdout] 0dcabfb5cc3a68383db636d328949e87f130a4a6caa44b82ed6556099d654393
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 30b2902c7ce209c2d38bc4757a34a9f31cb3a3ad0b57f44604dc221b23d26dc2
[INFO] running `Command { std: "docker" "start" "-a" "30b2902c7ce209c2d38bc4757a34a9f31cb3a3ad0b57f44604dc221b23d26dc2", kill_on_drop: false }`
[INFO] [stderr] warning: struct `IntoIter` is never constructed
[INFO] [stderr]    --> src/ordered_hashmap.rs:309:12
[INFO] [stderr]     |
[INFO] [stderr] 309 | pub struct IntoIter<K, V> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:495:25
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn section_iter(&self, section: &str) -> SectionIter<'_> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:518:17
[INFO] [stderr]     |
[INFO] [stderr] 518 |     pub fn iter(&self) -> IniIter {
[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] 518 |     pub fn iter(&self) -> IniIter<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:546:21
[INFO] [stderr]     |
[INFO] [stderr] 546 |     pub fn iter_mut(&mut self) -> IniIterMut {
[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] 546 |     pub fn iter_mut(&mut self) -> IniIterMut<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:665:55
[INFO] [stderr]     |
[INFO] [stderr] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&String> {
[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] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 665 |     pub fn get_raw<'a>(&'a self, key: &str) -> Option<&'a String> {
[INFO] [stderr]     |                                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:677:17
[INFO] [stderr]     |
[INFO] [stderr] 677 |     pub fn iter(&self) -> SectionIter {
[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] 677 |     pub fn iter(&self) -> SectionIter<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:681:21
[INFO] [stderr]     |
[INFO] [stderr] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut {
[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] 681 |     pub fn iter_mut(&mut self) -> SectionIterMut<'_> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ordered_hashmap.rs:203:17
[INFO] [stderr]     |
[INFO] [stderr] 203 |     pub fn keys(&self) -> std::slice::Iter<K> {
[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] 203 |     pub fn keys(&self) -> std::slice::Iter<'_, K> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `tini` (lib) generated 8 warnings (run `cargo fix --lib -p tini` to apply 7 suggestions)
[INFO] [stderr] warning: `tini` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tini-38516593f6fa8ba2)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test library_test::bad_cast ... ok
[INFO] [stdout] test library_test::empty_key ... ok
[INFO] [stdout] test library_test::float ... ok
[INFO] [stdout] test library_test::bool ... ok
[INFO] [stdout] test library_test::float_vec ... ok
[INFO] [stdout] test library_test::get_or_macro ... ok
[INFO] [stdout] test library_test::invalid_syntax ... ok
[INFO] [stdout] test library_test::invalid_section ... ok
[INFO] [stdout] test library_test::parse_error ... ok
[INFO] [stdout] test library_test::ordering_iter ... ok
[INFO] [stdout] test library_test::random_access_section ... ok
[INFO] [stdout] test library_test::string_vec ... ok
[INFO] [stdout] test ordered_hashmap::library_test::get ... ok
[INFO] [stdout] test parser::test::comment ... ok
[INFO] [stdout] test parser::test::empty_key ... ok
[INFO] [stdout] test parser::test::empty_kv ... ok
[INFO] [stdout] test parser::test::empty_value ... ok
[INFO] [stdout] test parser::test::empty_value_with_comment ... ok
[INFO] [stdout] test parser::test::entry ... ok
[INFO] [stdout] test parser::test::text_entry ... ok
[INFO] [stdout] test parser::test::unix_comment ... ok
[INFO] [stdout] test parser::test::weird_name ... ok
[INFO] [stdout] test parser::test::section ... ok
[INFO] [stdout] test parser::test::weird_section ... ok
[INFO] [stdout] test parser::test::incorrect_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tini
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test src/lib.rs - Ini::from_file (line 92) - compile ... ok
[INFO] [stdout] test src/lib.rs - Ini::from_string (line 151) ... ok
[INFO] [stdout] test src/lib.rs - Ini::from_file (line 104) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/lib.rs - Ini::get (line 417) ... ok
[INFO] [stdout] test src/lib.rs - Ini::from_reader (line 126) ... ok
[INFO] [stdout] test src/lib.rs - Ini::erase (line 390) ... ok
[INFO] [stdout] test src/lib.rs - Ini::get_vec_with_sep (line 461) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/lib.rs - Ini::clear (line 366) ... ok
[INFO] [stdout] test src/lib.rs - Ini::get_vec (line 439) ... ok
[INFO] [stdout] test src/lib.rs - Ini::item (line 235) ... ok
[INFO] [stdout] test src/lib.rs - Ini::iter_mut (line 527) ... ok
[INFO] [stdout] test src/lib.rs - Ini::iter (line 503) ... ok
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::IntoIter (line 304) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::Iter (line 273) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::entry (line 211) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::get (line 45) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::get_mut (line 67) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::insert (line 103) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::iter (line 149) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::iter_mut (line 169) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::keys (line 193) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::new (line 30) ... ignored
[INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap<K,V>::remove (line 124) ... ignored
[INFO] [stdout] test src/lib.rs - Ini::item_vec (line 300) ... ok
[INFO] [stdout] test src/lib.rs - Ini::to_writer (line 184) ... ok
[INFO] [stdout] test src/lib.rs - Ini::section (line 211) ... ok
[INFO] [stdout] test src/lib.rs - Ini::item_vec_with_sep (line 266) ... ok
[INFO] [stdout] test src/lib.rs - Ini::items (line 326) ... ok
[INFO] [stdout] test src/lib.rs - Ini::section_iter (line 482) ... ok
[INFO] [stdout] test src/lib.rs - Section::get (line 647) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 11 ignored; 0 measured; 0 filtered out; finished in 2.60s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "30b2902c7ce209c2d38bc4757a34a9f31cb3a3ad0b57f44604dc221b23d26dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30b2902c7ce209c2d38bc4757a34a9f31cb3a3ad0b57f44604dc221b23d26dc2", kill_on_drop: false }`
[INFO] [stdout] 30b2902c7ce209c2d38bc4757a34a9f31cb3a3ad0b57f44604dc221b23d26dc2
