[INFO] fetching crate yaxi 0.1.57...
[INFO] testing yaxi-0.1.57 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate yaxi 0.1.57 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yaxi 0.1.57 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 54 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3abea83f6ad48ab5a04e133f70c17908564a00d89df4990dbe18821d8619eafe
[INFO] running `Command { std: "docker" "start" "-a" "3abea83f6ad48ab5a04e133f70c17908564a00d89df4990dbe18821d8619eafe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3abea83f6ad48ab5a04e133f70c17908564a00d89df4990dbe18821d8619eafe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3abea83f6ad48ab5a04e133f70c17908564a00d89df4990dbe18821d8619eafe", kill_on_drop: false }`
[INFO] [stdout] 3abea83f6ad48ab5a04e133f70c17908564a00d89df4990dbe18821d8619eafe
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34249d9a1df490a5755c3678fb14bd8b4b2fcf3ee0c029df4c7902c1cbd8159d
[INFO] running `Command { std: "docker" "start" "-a" "34249d9a1df490a5755c3678fb14bd8b4b2fcf3ee0c029df4c7902c1cbd8159d", 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)]` (part of `#[warn(unused)]`) 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:47
[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 1.36s
[INFO] running `Command { std: "docker" "inspect" "34249d9a1df490a5755c3678fb14bd8b4b2fcf3ee0c029df4c7902c1cbd8159d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34249d9a1df490a5755c3678fb14bd8b4b2fcf3ee0c029df4c7902c1cbd8159d", kill_on_drop: false }`
[INFO] [stdout] 34249d9a1df490a5755c3678fb14bd8b4b2fcf3ee0c029df4c7902c1cbd8159d
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c2cd72564f967c9db380df543a3fe4b2861b1e0672dd745b9490c93ca989c6e
[INFO] running `Command { std: "docker" "start" "-a" "5c2cd72564f967c9db380df543a3fe4b2861b1e0672dd745b9490c93ca989c6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[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)]` (part of `#[warn(unused)]`) 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:47
[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 scc v2.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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:47
[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" "5c2cd72564f967c9db380df543a3fe4b2861b1e0672dd745b9490c93ca989c6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c2cd72564f967c9db380df543a3fe4b2861b1e0672dd745b9490c93ca989c6e", kill_on_drop: false }`
[INFO] [stdout] 5c2cd72564f967c9db380df543a3fe4b2861b1e0672dd745b9490c93ca989c6e
