[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] checking martinf08/command-manager against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinf08%2Fcommand-manager" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinf08/command-manager on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hashlink v0.7.0
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.1
[INFO] [stderr]   Downloaded crossterm_winapi v0.8.0
[INFO] [stderr]   Downloaded cc v1.0.72
[INFO] [stderr]   Downloaded crossterm v0.20.0
[INFO] [stderr]   Downloaded crossterm v0.22.1
[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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5af22dcde3f0aeb7df13e0b5245ce71c21d973e4b47be8ac2625d3b7bdb82759
[INFO] running `Command { std: "docker" "start" "-a" "5af22dcde3f0aeb7df13e0b5245ce71c21d973e4b47be8ac2625d3b7bdb82759", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5af22dcde3f0aeb7df13e0b5245ce71c21d973e4b47be8ac2625d3b7bdb82759", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5af22dcde3f0aeb7df13e0b5245ce71c21d973e4b47be8ac2625d3b7bdb82759", kill_on_drop: false }`
[INFO] [stdout] 5af22dcde3f0aeb7df13e0b5245ce71c21d973e4b47be8ac2625d3b7bdb82759
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 376249c2bec8915b66813687885debeb85deacc4c2064069137a3752892bd2c2
[INFO] running `Command { std: "docker" "start" "-a" "376249c2bec8915b66813687885debeb85deacc4c2064069137a3752892bd2c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.109
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking unicode-segmentation v1.8.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking dirs-sys v0.3.6
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.23.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.1
[INFO] [stderr]     Checking crossterm v0.20.0
[INFO] [stderr]     Checking crossterm v0.22.1
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]     Checking tui v0.16.0
[INFO] [stderr]     Checking rusqlite v0.26.3
[INFO] [stderr]     Checking 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] [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 `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
[INFO] running `Command { std: "docker" "inspect" "376249c2bec8915b66813687885debeb85deacc4c2064069137a3752892bd2c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "376249c2bec8915b66813687885debeb85deacc4c2064069137a3752892bd2c2", kill_on_drop: false }`
[INFO] [stdout] 376249c2bec8915b66813687885debeb85deacc4c2064069137a3752892bd2c2
