[INFO] cloning repository https://github.com/jmacdonald/amp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmacdonald/amp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8bfc0b15c56df3cf489ce48b0311c11318cf729
[INFO] checking jmacdonald/amp against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmacdonald/amp
[INFO] finished tweaking git repo https://github.com/jmacdonald/amp
[INFO] tweaked toml for git repo https://github.com/jmacdonald/amp written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmacdonald/amp on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmacdonald/amp 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af9f8fad0cdaa560a85c3dba00f3dae7b44900ffb8cab2131bb4a4733c306eb1
[INFO] running `Command { std: "docker" "start" "-a" "af9f8fad0cdaa560a85c3dba00f3dae7b44900ffb8cab2131bb4a4733c306eb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af9f8fad0cdaa560a85c3dba00f3dae7b44900ffb8cab2131bb4a4733c306eb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af9f8fad0cdaa560a85c3dba00f3dae7b44900ffb8cab2131bb4a4733c306eb1", kill_on_drop: false }`
[INFO] [stdout] af9f8fad0cdaa560a85c3dba00f3dae7b44900ffb8cab2131bb4a4733c306eb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cad7b36f3c6f5f16694459d9663bacdf221f37fac931cfd5259d16b2257e66b8
[INFO] running `Command { std: "docker" "start" "-a" "cad7b36f3c6f5f16694459d9663bacdf221f37fac931cfd5259d16b2257e66b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling rustix v0.38.26
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking aho-corasick v1.0.5
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking deranged v0.3.10
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking os_pipe v1.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking tree_magic_mini v3.0.3
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking sdd v3.0.4
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking scc v2.2.5
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking numtoa v0.1.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking ciborium-io v0.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking fragment v0.3.1
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]     Checking signal-hook v0.1.17
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking app_dirs2 v2.5.5
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking bloodhound v0.5.5
[INFO] [stderr]     Checking ciborium-ll v0.2.1
[INFO] [stderr]     Checking clap_builder v4.4.14
[INFO] [stderr]     Checking termion v2.0.1
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking luthor v0.2.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking is-terminal v0.4.10
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]    Compiling amp v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking clap v4.4.14
[INFO] [stderr]     Checking onig v6.4.0
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking plist v1.6.0
[INFO] [stderr]     Checking ciborium v0.2.1
[INFO] [stderr]     Checking syntect v5.1.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking x11-clipboard v0.7.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking scribe v0.8.6
[INFO] [stderr]     Checking git2 v0.19.0
[INFO] [stderr]     Checking wl-clipboard-rs v0.7.0
[INFO] [stderr]     Checking cli-clipboard v0.4.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]  --> src/errors.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | / error_chain! {
[INFO] [stdout] 3 | |     foreign_links {
[INFO] [stdout] 4 | |         Io(::std::io::Error) #[cfg(unix)];
[INFO] [stdout] 5 | |     }
[INFO] [stdout] 6 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]  --> src/errors.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | / error_chain! {
[INFO] [stdout] 3 | |     foreign_links {
[INFO] [stdout] 4 | |         Io(::std::io::Error) #[cfg(unix)];
[INFO] [stdout] 5 | |     }
[INFO] [stdout] 6 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> src/view/terminal/mod.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Terminal {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] 29 |     fn listen(&self) -> Option<Vec<Event>>;
[INFO] [stdout] 30 |     fn clear(&self);
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/command/mod.rs:90:16
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn results(&self) -> Iter<DisplayableCommand> {
[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] 90 |     fn results(&self) -> Iter<'_, DisplayableCommand> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/application/modes/open/mod.rs:232:16
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn results(&self) -> Iter<DisplayablePath> {
[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] 232 |     fn results(&self) -> Iter<'_, DisplayablePath> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/search_select.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn results(&self) -> Iter<Self::Item>;
[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] 24 |     fn results(&self) -> Iter<'_, Self::Item>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/application/modes/symbol_jump.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn results(&self) -> Iter<Symbol> {
[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] 115 |     fn results(&self) -> Iter<'_, Symbol> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/syntax.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn results(&self) -> Iter<String> {
[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] 74 |     fn results(&self) -> Iter<'_, String> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/theme.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn results(&self) -> Iter<String> {
[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] 74 |     fn results(&self) -> Iter<'_, String> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/view/presenter.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(view: &mut View) -> Result<Presenter> {
[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] 26 |     pub fn new(view: &mut View) -> Result<Presenter<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/view/terminal/buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn iter(&self) -> TerminalBufferIterator {
[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] 31 |     pub fn iter(&self) -> TerminalBufferIterator<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/view/terminal/buffer_iterator.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(width: usize, cells: &'c Vec<Cell<'c>>) -> TerminalBufferIterator {
[INFO] [stdout]    |                                      ^^          ^^       ---------------------- the same lifetime is hidden here
[INFO] [stdout]    |                                      |           |
[INFO] [stdout]    |                                      |           the lifetime is named here
[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] help: consistently use `'c`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(width: usize, cells: &'c Vec<Cell<'c>>) -> TerminalBufferIterator<'c> {
[INFO] [stdout]    |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/command/mod.rs:90:16
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn results(&self) -> Iter<DisplayableCommand> {
[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] 90 |     fn results(&self) -> Iter<'_, DisplayableCommand> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/application/modes/open/mod.rs:232:16
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn results(&self) -> Iter<DisplayablePath> {
[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] 232 |     fn results(&self) -> Iter<'_, DisplayablePath> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/search_select.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn results(&self) -> Iter<Self::Item>;
[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] 24 |     fn results(&self) -> Iter<'_, Self::Item>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/search_select.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |         fn results(&self) -> Iter<String> {
[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] 99 |         fn results(&self) -> Iter<'_, String> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/application/modes/symbol_jump.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn results(&self) -> Iter<Symbol> {
[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] 115 |     fn results(&self) -> Iter<'_, Symbol> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/syntax.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn results(&self) -> Iter<String> {
[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] 74 |     fn results(&self) -> Iter<'_, String> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/application/modes/theme.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn results(&self) -> Iter<String> {
[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] 74 |     fn results(&self) -> Iter<'_, String> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/view/presenter.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(view: &mut View) -> Result<Presenter> {
[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] 26 |     pub fn new(view: &mut View) -> Result<Presenter<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/view/terminal/buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn iter(&self) -> TerminalBufferIterator {
[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] 31 |     pub fn iter(&self) -> TerminalBufferIterator<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/view/terminal/buffer_iterator.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(width: usize, cells: &'c Vec<Cell<'c>>) -> TerminalBufferIterator {
[INFO] [stdout]    |                                      ^^          ^^       ---------------------- the same lifetime is hidden here
[INFO] [stdout]    |                                      |           |
[INFO] [stdout]    |                                      |           the lifetime is named here
[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] help: consistently use `'c`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(width: usize, cells: &'c Vec<Cell<'c>>) -> TerminalBufferIterator<'c> {
[INFO] [stdout]    |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.68s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wl-clipboard-rs v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "cad7b36f3c6f5f16694459d9663bacdf221f37fac931cfd5259d16b2257e66b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cad7b36f3c6f5f16694459d9663bacdf221f37fac931cfd5259d16b2257e66b8", kill_on_drop: false }`
[INFO] [stdout] cad7b36f3c6f5f16694459d9663bacdf221f37fac931cfd5259d16b2257e66b8
