[INFO] cloning repository https://github.com/martinf08/command-manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinf08/command-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinf08%2Fcommand-manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinf08%2Fcommand-manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a64ddb0e74ee9b469c9e611347375c42b5be64e
[INFO] testing martinf08/command-manager against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinf08%2Fcommand-manager" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/martinf08/command-manager
[INFO] finished tweaking git repo https://github.com/martinf08/command-manager
[INFO] tweaked toml for git repo https://github.com/martinf08/command-manager written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinf08/command-manager on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martinf08/command-manager 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-segmentation v1.8.0
[INFO] [stderr]   Downloaded signal-hook v0.3.10
[INFO] [stderr]   Downloaded dirs-sys v0.3.6
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.1
[INFO] [stderr]   Downloaded crossterm_winapi v0.8.0
[INFO] [stderr]   Downloaded redox_users v0.4.0
[INFO] [stderr]   Downloaded once_cell v1.8.0
[INFO] [stderr]   Downloaded hashlink v0.7.0
[INFO] [stderr]   Downloaded getrandom v0.2.3
[INFO] [stderr]   Downloaded smallvec v1.7.0
[INFO] [stderr]   Downloaded lock_api v0.4.5
[INFO] [stderr]   Downloaded crossterm v0.20.0
[INFO] [stderr]   Downloaded rusqlite v0.26.3
[INFO] [stderr]   Downloaded tui v0.16.0
[INFO] [stderr]   Downloaded libc v0.2.109
[INFO] [stderr]   Downloaded libsqlite3-sys v0.23.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb
[INFO] running `Command { std: "docker" "start" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.109
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling libsqlite3-sys v0.23.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.1
[INFO] [stderr]    Compiling crossterm v0.20.0
[INFO] [stderr]    Compiling crossterm v0.22.1
[INFO] [stderr]    Compiling tui v0.16.0
[INFO] [stderr]    Compiling rusqlite v0.26.3
[INFO] [stderr]    Compiling cm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout]   --> src/app/app.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub error: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `app_title` is never read
[INFO] [stdout]   --> src/core/config.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct NameConfig {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 49 |     pub app_title: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List<'_> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs {
[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] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs<'_> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn get_block(&self, title: String) -> 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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn get_block(&self, title: String) -> Block<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph {
[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] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/builder.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 109 |     ) -> Paragraph {
[INFO] [stdout]     |          ^^^^^^^^^ 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] 109 |     ) -> Paragraph<'_> {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout]   --> src/app/app.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub error: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `app_title` is never read
[INFO] [stdout]   --> src/core/config.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct NameConfig {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 49 |     pub app_title: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List<'_> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs {
[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] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs<'_> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn get_block(&self, title: String) -> 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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn get_block(&self, title: String) -> Block<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/builder.rs:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph {
[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] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/builder.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 109 |     ) -> Paragraph {
[INFO] [stdout]     |          ^^^^^^^^^ 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] 109 |     ) -> Paragraph<'_> {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: field `error` is never read
[INFO] [stderr]   --> src/app/app.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct App {
[INFO] [stderr]    |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub error: Option<String>,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `app_title` is never read
[INFO] [stderr]   --> src/core/config.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub struct NameConfig {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] 49 |     pub app_title: String,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ui/builder.rs:26:24
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List {
[INFO] [stderr]    |                        ^^^^^ the lifetime is elided here                              ^^^^ the same lifetime is hidden 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] 26 |     pub fn create_list(&self, title: String, items: &RefMut<StatefulList<String>>) -> List<'_> {
[INFO] [stderr]    |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ui/builder.rs:41:24
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs {
[INFO] [stderr]    |                        ^^^^^ the lifetime is elided here         ^^^^ the same lifetime is hidden 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] 41 |     pub fn create_tabs(&self, items: &Rc<RefCell<TabsState>>) -> Tabs<'_> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ui/builder.rs:77:22
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn get_block(&self, title: String) -> Block {
[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] 77 |     pub fn get_block(&self, title: String) -> Block<'_> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ui/builder.rs:88:32
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph {
[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] 88 |     pub fn get_confirm_command(&self, alignment: Alignment) -> Paragraph<'_> {
[INFO] [stderr]    |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui/builder.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 109 |     ) -> Paragraph {
[INFO] [stderr]     |          ^^^^^^^^^ the same lifetime is hidden 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] 109 |     ) -> Paragraph<'_> {
[INFO] [stderr]     |                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cm` (bin "cm" test) generated 7 warnings (run `cargo fix --bin "cm" -p cm --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/cm-e94d3da103085a66)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test core::cmd::tests::test_initial_sh ... ok
[INFO] [stdout] test core::cmd::tests::test_initial_sh_with_args ... ok
[INFO] [stdout] test core::cmd::tests::test_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb", kill_on_drop: false }`
[INFO] [stdout] 5bf5eb5c6a473d0324434a56e45f26a2283529bed88fd546f7ce60af0754a4cb
