[INFO] fetching crate tini 1.3.0... [INFO] testing tini-1.3.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate tini 1.3.0 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tini 1.3.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d619f2a8c0aeccbc89bd752c90566adad8b0e4dc9cb06e7bb77e3a2e39cdff1 [INFO] running `Command { std: "docker" "start" "-a" "5d619f2a8c0aeccbc89bd752c90566adad8b0e4dc9cb06e7bb77e3a2e39cdff1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d619f2a8c0aeccbc89bd752c90566adad8b0e4dc9cb06e7bb77e3a2e39cdff1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d619f2a8c0aeccbc89bd752c90566adad8b0e4dc9cb06e7bb77e3a2e39cdff1", kill_on_drop: false }` [INFO] [stdout] 5d619f2a8c0aeccbc89bd752c90566adad8b0e4dc9cb06e7bb77e3a2e39cdff1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81aa0ae79a947abfc2ca343e30addfd22ce7954c5201502efe53e97a30489e61 [INFO] running `Command { std: "docker" "start" "-a" "81aa0ae79a947abfc2ca343e30addfd22ce7954c5201502efe53e97a30489e61", 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 { [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 { [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.75s [INFO] running `Command { std: "docker" "inspect" "81aa0ae79a947abfc2ca343e30addfd22ce7954c5201502efe53e97a30489e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81aa0ae79a947abfc2ca343e30addfd22ce7954c5201502efe53e97a30489e61", kill_on_drop: false }` [INFO] [stdout] 81aa0ae79a947abfc2ca343e30addfd22ce7954c5201502efe53e97a30489e61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ac0f08e7fa5b04a40e72c3f79fbad53cbf943c7779d7b9d119a53e4b9581ccb [INFO] running `Command { std: "docker" "start" "-a" "0ac0f08e7fa5b04a40e72c3f79fbad53cbf943c7779d7b9d119a53e4b9581ccb", kill_on_drop: false }` [INFO] [stdout] warning: struct `IntoIter` is never constructed [INFO] [stdout] --> src/ordered_hashmap.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | pub struct IntoIter { [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 { [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] 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 { [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 { [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 0.85s [INFO] running `Command { std: "docker" "inspect" "0ac0f08e7fa5b04a40e72c3f79fbad53cbf943c7779d7b9d119a53e4b9581ccb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ac0f08e7fa5b04a40e72c3f79fbad53cbf943c7779d7b9d119a53e4b9581ccb", kill_on_drop: false }` [INFO] [stdout] 0ac0f08e7fa5b04a40e72c3f79fbad53cbf943c7779d7b9d119a53e4b9581ccb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e4cfbb591f2b2c9181250a23d557de1b2e00eeaa88cfa5b3399c6dd6e3db3d46 [INFO] running `Command { std: "docker" "start" "-a" "e4cfbb591f2b2c9181250a23d557de1b2e00eeaa88cfa5b3399c6dd6e3db3d46", 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 { [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 { [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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tini-ef441dccdfdece0e) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test library_test::bad_cast ... ok [INFO] [stdout] test library_test::bool ... ok [INFO] [stdout] test library_test::invalid_syntax ... ok [INFO] [stdout] test library_test::float_vec ... ok [INFO] [stdout] test library_test::parse_error ... ok [INFO] [stdout] test library_test::get_or_macro ... ok [INFO] [stdout] test library_test::invalid_section ... 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_value ... ok [INFO] [stdout] test parser::test::empty_kv ... ok [INFO] [stdout] test library_test::empty_key ... ok [INFO] [stdout] test parser::test::empty_value_with_comment ... ok [INFO] [stdout] test parser::test::entry ... ok [INFO] [stdout] test parser::test::incorrect_token ... ok [INFO] [stdout] test parser::test::section ... ok [INFO] [stdout] test parser::test::weird_section ... ok [INFO] [stdout] test parser::test::weird_name ... ok [INFO] [stdout] test library_test::float ... ok [INFO] [stdout] test library_test::ordering_iter ... ok [INFO] [stdout] test library_test::random_access_section ... ok [INFO] [stdout] test parser::test::text_entry ... ok [INFO] [stdout] test parser::test::unix_comment ... ok [INFO] [stdout] test library_test::string_vec ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests tini [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test src/lib.rs - Ini::from_file (line 104) - compile ... ok [INFO] [stdout] test src/lib.rs - Ini::from_reader (line 126) ... ok [INFO] [stdout] test src/lib.rs - Ini::from_file (line 92) - compile ... ok [INFO] [stdout] test src/lib.rs - Ini::clear (line 366) ... ok [INFO] [stdout] test src/lib.rs - Ini::erase (line 390) ... ok [INFO] [stdout] test src/lib.rs - Ini::get (line 417) ... ok [INFO] [stdout] test src/lib.rs - Ini::from_string (line 151) ... ok [INFO] [stdout] test src/lib.rs - Ini::get_vec (line 439) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - Ini::get_vec_with_sep (line 461) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] test src/lib.rs - Ini::item (line 235) ... ok [INFO] [stdout] test src/lib.rs - Ini::item_vec (line 300) ... ok [INFO] [stdout] test src/lib.rs - Ini::items (line 326) ... 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::entry (line 211) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::get (line 45) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::get_mut (line 67) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::insert (line 103) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::iter (line 149) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::iter_mut (line 169) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::keys (line 193) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::new (line 30) ... ignored [INFO] [stdout] test src/ordered_hashmap.rs - ordered_hashmap::OrderedHashMap::remove (line 124) ... ignored [INFO] [stdout] test src/lib.rs - Ini::section_iter (line 482) ... 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/lib.rs - Ini::section (line 211) ... ok [INFO] [stdout] test src/lib.rs - Ini::to_writer (line 184) ... ok [INFO] [stdout] test src/lib.rs - Ini::item_vec_with_sep (line 266) ... 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.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e4cfbb591f2b2c9181250a23d557de1b2e00eeaa88cfa5b3399c6dd6e3db3d46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4cfbb591f2b2c9181250a23d557de1b2e00eeaa88cfa5b3399c6dd6e3db3d46", kill_on_drop: false }` [INFO] [stdout] e4cfbb591f2b2c9181250a23d557de1b2e00eeaa88cfa5b3399c6dd6e3db3d46