[INFO] fetching crate monade-mprocs 0.3.0...
[INFO] checking monade-mprocs-0.3.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate monade-mprocs 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate monade-mprocs 0.3.0
[INFO] finished tweaking crates.io crate monade-mprocs 0.3.0
[INFO] tweaked toml for crates.io crate monade-mprocs 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate monade-mprocs 0.3.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate monade-mprocs 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a714b0571ab92395f056f566f31410708bc658f2d39f313c6f3a086109cb0e4d
[INFO] running `Command { std: "docker" "start" "-a" "a714b0571ab92395f056f566f31410708bc658f2d39f313c6f3a086109cb0e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a714b0571ab92395f056f566f31410708bc658f2d39f313c6f3a086109cb0e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a714b0571ab92395f056f566f31410708bc658f2d39f313c6f3a086109cb0e4d", kill_on_drop: false }`
[INFO] [stdout] a714b0571ab92395f056f566f31410708bc658f2d39f313c6f3a086109cb0e4d
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6033c7dafbb58b4f8deec05f631554262eecf26ca731a3b193bc7c4f1d0e1187
[INFO] running `Command { std: "docker" "start" "-a" "6033c7dafbb58b4f8deec05f631554262eecf26ca731a3b193bc7c4f1d0e1187", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]     Checking smallvec v1.8.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking num_threads v0.1.5
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking unicode-segmentation v1.9.0
[INFO] [stderr]     Checking either v1.7.0
[INFO] [stderr]     Checking dunce v1.0.2
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking triggered v0.1.2
[INFO] [stderr]     Checking clipboard-win v4.4.2
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking parking_lot v0.12.0
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking time v0.3.7
[INFO] [stderr]     Checking vte v0.10.1
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking nix v0.24.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]     Checking xdg v2.4.1
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]     Checking which v4.2.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking tui-input v0.4.0
[INFO] [stderr]     Checking tui v0.18.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking mprocs-vt100 v0.1.1
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking filedescriptor v0.8.1
[INFO] [stderr]     Checking flexi_logger v0.22.3
[INFO] [stderr]     Checking mprocs-pty v0.1.0
[INFO] [stderr]     Checking serde v1.0.136
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]     Checking serde_yaml v0.8.24
[INFO] [stderr]     Checking clap v3.1.8
[INFO] [stderr]     Checking monade-mprocs v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]   --> lib.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::{io::Read, path::Path};
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::error::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `flexi_logger::FileSpec`
[INFO] [stdout]   --> lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use flexi_logger::FileSpec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]   --> lib.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::{io::Read, path::Path};
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::error::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `flexi_logger::FileSpec`
[INFO] [stdout]   --> lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use flexi_logger::FileSpec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> lib.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut config = if let Some((v, ctx)) = config_value {
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> lib.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut config = if let Some((v, ctx)) = config_value {
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> lib.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let mut reader = std::io::BufReader::new(file);
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> app.rs:451:9
[INFO] [stdout]     |
[INFO] [stdout] 451 |         self.terminal.resize(area);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let _ = self.terminal.resize(area);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> theme.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn pane(&self, active: bool) -> Block {
[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] 21 |   pub fn pane(&self, active: bool) -> Block<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val>> {
[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] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val<'_>>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here        ^^^ the same lifetime is hidden 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] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> lib.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let mut reader = std::io::BufReader::new(file);
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> app.rs:451:9
[INFO] [stdout]     |
[INFO] [stdout] 451 |         self.terminal.resize(area);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let _ = self.terminal.resize(area);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> theme.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn pane(&self, active: bool) -> Block {
[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] 21 |   pub fn pane(&self, active: bool) -> Block<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val>> {
[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] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val<'_>>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here        ^^^ the same lifetime is hidden 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] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]   --> main.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::{io::Read, path::Path};
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]   --> main.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::{io::Read, path::Path};
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> main.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout] 207 |   let mut reader = std::io::BufReader::new(file);
[INFO] [stdout]     |       ----^^^^^^
[INFO] [stdout]     |       |
[INFO] [stdout]     |       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> app.rs:451:9
[INFO] [stdout]     |
[INFO] [stdout] 451 |         self.terminal.resize(area);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let _ = self.terminal.resize(area);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> main.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout] 207 |   let mut reader = std::io::BufReader::new(file);
[INFO] [stdout]     |       ----^^^^^^
[INFO] [stdout]     |       |
[INFO] [stdout]     |       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (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]   --> theme.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn pane(&self, active: bool) -> Block {
[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] 21 |   pub fn pane(&self, active: bool) -> Block<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val>> {
[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] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val<'_>>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here        ^^^ the same lifetime is hidden 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] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> app.rs:451:9
[INFO] [stdout]     |
[INFO] [stdout] 451 |         self.terminal.resize(area);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let _ = self.terminal.resize(area);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> theme.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn pane(&self, active: bool) -> Block {
[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] 21 |   pub fn pane(&self, active: bool) -> Block<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val>> {
[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] 113 |   pub fn as_array(&self) -> anyhow::Result<Vec<Val<'_>>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> yaml_val.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here        ^^^ the same lifetime is hidden 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] 126 |   pub fn as_object(&self) -> anyhow::Result<IndexMap<Value, Val<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
[INFO] running `Command { std: "docker" "inspect" "6033c7dafbb58b4f8deec05f631554262eecf26ca731a3b193bc7c4f1d0e1187", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6033c7dafbb58b4f8deec05f631554262eecf26ca731a3b193bc7c4f1d0e1187", kill_on_drop: false }`
[INFO] [stdout] 6033c7dafbb58b4f8deec05f631554262eecf26ca731a3b193bc7c4f1d0e1187
