[INFO] fetching crate yaxi 0.1.57...
[INFO] testing yaxi-0.1.57 against 1.90.0 for beta-1.91-3
[INFO] extracting crate yaxi 0.1.57 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate yaxi 0.1.57
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yaxi 0.1.57
[INFO] tweaked toml for crates.io crate yaxi 0.1.57 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yaxi 0.1.57 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 74 packages to latest compatible versions
[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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sdd v3.0.10
[INFO] [stderr]   Downloaded scc v2.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 857da138632e757fb057fb399ed4c6725838cdfeb4a9a4e2dee7a64e3303609b
[INFO] running `Command { std: "docker" "start" "-a" "857da138632e757fb057fb399ed4c6725838cdfeb4a9a4e2dee7a64e3303609b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "857da138632e757fb057fb399ed4c6725838cdfeb4a9a4e2dee7a64e3303609b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "857da138632e757fb057fb399ed4c6725838cdfeb4a9a4e2dee7a64e3303609b", kill_on_drop: false }`
[INFO] [stdout] 857da138632e757fb057fb399ed4c6725838cdfeb4a9a4e2dee7a64e3303609b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ef51b64843d4f5879a166b35975854455a50a07990068945510aae6353cae2bd
[INFO] running `Command { std: "docker" "start" "-a" "ef51b64843d4f5879a166b35975854455a50a07990068945510aae6353cae2bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling yaxi v0.1.57 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `Cache<Atom>` is more private than the item `display::Display::atom_cache`
[INFO] [stdout]    --> src/display/mod.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub(crate) atom_cache: Cache<Atom>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Cache<Atom>` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/display/mod.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | struct Cache<T: Clone + Copy> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `depth` is never read
[INFO] [stdout]    --> src/display/mod.rs:260:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Depth {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] 260 |     depth: u8,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `roots` is never read
[INFO] [stdout]    --> src/display/mod.rs:818:5
[INFO] [stdout]     |
[INFO] [stdout] 813 | pub struct EventListener {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 818 |     roots: Roots,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `family`, `address`, and `number` are never read
[INFO] [stdout]   --> src/display/auth.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Entry {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 10 |     family: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     address: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 12 |     number: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/display/parse.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl DisplayInfo {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 41 |     pub fn new(host: String, protocol: Protocol, display: u16, screen: u16) -> DisplayInfo {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `expect` is never used
[INFO] [stdout]   --> src/display/parse.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<'a> Iter<'a> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn expect(&mut self, expect: char) -> Result<(), Error> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/display/parse.rs:66:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter {
[INFO] [stdout]    |                                      ^^       ---- the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter<'a> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "ef51b64843d4f5879a166b35975854455a50a07990068945510aae6353cae2bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef51b64843d4f5879a166b35975854455a50a07990068945510aae6353cae2bd", kill_on_drop: false }`
[INFO] [stdout] ef51b64843d4f5879a166b35975854455a50a07990068945510aae6353cae2bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] cafd860d358e6e9f04ddf12caaf3c1b1a45d370b2329159bcbf24376cf14d88c
[INFO] running `Command { std: "docker" "start" "-a" "cafd860d358e6e9f04ddf12caaf3c1b1a45d370b2329159bcbf24376cf14d88c", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stdout] warning: type `Cache<Atom>` is more private than the item `display::Display::atom_cache`
[INFO] [stdout]    --> src/display/mod.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub(crate) atom_cache: Cache<Atom>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Cache<Atom>` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/display/mod.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | struct Cache<T: Clone + Copy> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `depth` is never read
[INFO] [stdout]    --> src/display/mod.rs:260:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Depth {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] 260 |     depth: u8,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `roots` is never read
[INFO] [stdout]    --> src/display/mod.rs:818:5
[INFO] [stdout]     |
[INFO] [stdout] 813 | pub struct EventListener {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 818 |     roots: Roots,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `family`, `address`, and `number` are never read
[INFO] [stdout]   --> src/display/auth.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Entry {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 10 |     family: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     address: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 12 |     number: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/display/parse.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl DisplayInfo {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 41 |     pub fn new(host: String, protocol: Protocol, display: u16, screen: u16) -> DisplayInfo {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `expect` is never used
[INFO] [stdout]   --> src/display/parse.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<'a> Iter<'a> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn expect(&mut self, expect: char) -> Result<(), Error> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/display/parse.rs:66:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter {
[INFO] [stdout]    |                                      ^^       ---- the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter<'a> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling yaxi v0.1.57 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `yaxi::clipboard`
[INFO] [stdout]    --> tests/test_clipboard.rs:3:11
[INFO] [stdout]     |
[INFO] [stdout]   3 | use yaxi::clipboard::Clipboard;
[INFO] [stdout]     |           ^^^^^^^^^ could not find `clipboard` in `yaxi`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "clipboard")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `clipboard` feature
[INFO] [stdout] 100 | pub mod clipboard;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::SystemTime`
[INFO] [stdout]  --> tests/test_clipboard.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::SystemTime;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yaxi` (test "test_clipboard") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: type `Cache<Atom>` is more private than the item `display::Display::atom_cache`
[INFO] [stdout]    --> src/display/mod.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub(crate) atom_cache: Cache<Atom>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `display::Display::atom_cache` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Cache<Atom>` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/display/mod.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | struct Cache<T: Clone + Copy> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `depth` is never read
[INFO] [stdout]    --> src/display/mod.rs:260:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Depth {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] 260 |     depth: u8,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Depth` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `roots` is never read
[INFO] [stdout]    --> src/display/mod.rs:818:5
[INFO] [stdout]     |
[INFO] [stdout] 813 | pub struct EventListener {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 818 |     roots: Roots,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `family`, `address`, and `number` are never read
[INFO] [stdout]   --> src/display/auth.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Entry {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 10 |     family: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     address: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 12 |     number: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `expect` is never used
[INFO] [stdout]   --> src/display/parse.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<'a> Iter<'a> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn expect(&mut self, expect: char) -> Result<(), Error> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/display/parse.rs:66:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter {
[INFO] [stdout]    |                                      ^^       ---- the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new(chars: Peekable<Chars<'a>>) -> Iter<'a> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cafd860d358e6e9f04ddf12caaf3c1b1a45d370b2329159bcbf24376cf14d88c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cafd860d358e6e9f04ddf12caaf3c1b1a45d370b2329159bcbf24376cf14d88c", kill_on_drop: false }`
[INFO] [stdout] cafd860d358e6e9f04ddf12caaf3c1b1a45d370b2329159bcbf24376cf14d88c
