[INFO] cloning repository https://github.com/boxboy523/editor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boxboy523/editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Feditor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Feditor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fcfedd2fe9c5c87c4101f94d637e045b16883e0
[INFO] building boxboy523/editor against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxboy523%2Feditor" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/boxboy523/editor
[INFO] finished tweaking git repo https://github.com/boxboy523/editor
[INFO] tweaked toml for git repo https://github.com/boxboy523/editor written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/boxboy523/editor on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/boxboy523/editor 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" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded str_indices v0.4.4
[INFO] [stderr]   Downloaded log-panics v2.1.0
[INFO] [stderr]   Downloaded strum v0.27.0
[INFO] [stderr]   Downloaded strum_macros v0.27.0
[INFO] [stderr]   Downloaded ropey v1.6.1
[INFO] [stderr]   Downloaded plist v1.7.0
[INFO] [stderr]   Downloaded syntect v5.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dcd02511d0d5e652ff1848459d3d46f538a15836067debb852244f5c10bbfa1e
[INFO] running `Command { std: "docker" "start" "-a" "dcd02511d0d5e652ff1848459d3d46f538a15836067debb852244f5c10bbfa1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcd02511d0d5e652ff1848459d3d46f538a15836067debb852244f5c10bbfa1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcd02511d0d5e652ff1848459d3d46f538a15836067debb852244f5c10bbfa1e", kill_on_drop: false }`
[INFO] [stdout] dcd02511d0d5e652ff1848459d3d46f538a15836067debb852244f5c10bbfa1e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fee765356cf268ab8c9acc27ec3df1d39983b71409bf1d9d24b40db07ec10c8f
[INFO] running `Command { std: "docker" "start" "-a" "fee765356cf268ab8c9acc27ec3df1d39983b71409bf1d9d24b40db07ec10c8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling quick-xml v0.32.0
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling thread-id v4.2.2
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling editor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling strum v0.27.0
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling strum_macros v0.27.0
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling onig v6.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling plist v1.7.0
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling log-panics v2.1.0
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling log4rs v1.3.0
[INFO] [stderr]    Compiling syntect v5.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stdout] error: expected identifier, found keyword `let`
[INFO] [stdout]    --> src/lib.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct EditorInfo
[INFO] [stdout]     |            ---------- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 112 |     let 
[INFO] [stdout]     |     ^^^ expected identifier, found keyword
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `renderer` in this scope
[INFO] [stdout]    --> src/lib.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |         return_queue.extend(renderer.line_input.process_action(&action, tab_idx).unwrap());
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `renderer` in this scope
[INFO] [stdout]    --> src/lib.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 |                     renderer.line_input.notice = s;
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `renderer` in this scope
[INFO] [stdout]    --> src/lib.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |                     renderer.line_input.action = Some(s);
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use log::debug;
[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: `syntect::highlighting::ThemeSet`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use syntect::highlighting::ThemeSet;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `de`
[INFO] [stdout]   --> src/lib.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use serde::{de, Deserialize, Serialize};
[INFO] [stdout]    |             ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]  --> src/key.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::debug;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]  --> src/render.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{io::Write, sync::Arc};
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Colors` and `self`
[INFO] [stdout]  --> src/render.rs:4:49
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crossterm::{cursor, execute, queue, style::{self, Colors, Print, StyledContent, Stylize}, terminal::{self, EnterAlternateScreen, ...
[INFO] [stdout]   |                                                 ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/render.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tokio::sync::{mpsc, Mutex};
[INFO] [stdout]   |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `lineinput::LineInput` and `syncol_to_crosscol`
[INFO] [stdout]  --> src/render.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::{lineinput::LineInput, syncol_to_crosscol, tab::Tab, EditorInfo, KeymapState};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs`
[INFO] [stdout]  --> src/actions.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs, path::{Path, PathBuf}};
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Write`
[INFO] [stdout]  --> src/tab/mod.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::Debug, io::Write};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/tab/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/tab/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syntect::highlighting::Theme`
[INFO] [stdout]  --> src/tab/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use syntect::highlighting::Theme;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Action`
[INFO] [stdout]  --> src/tab/mod.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{actions::ActionReturn, Action};
[INFO] [stdout]   |                                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::sync`
[INFO] [stdout]  --> src/tab/buffer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::sync;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/tab/buffer.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{cmp::min, io::Write, path::{self, PathBuf}};
[INFO] [stdout]   |                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/tab/buffer.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Clear`, `Color`, and `self`
[INFO] [stdout]  --> src/tab/buffer.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crossterm::{cursor, queue, style::{Color, Print, StyledContent, Stylize}, terminal::{self, Clear}};
[INFO] [stdout]   |                                        ^^^^^                                             ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]  --> src/tab/buffer.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log::debug;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Tab`
[INFO] [stdout]   --> src/tab/buffer.rs:13:40
[INFO] [stdout]    |
[INFO] [stdout] 13 | use super::{numlen, Cursor, Pos, Size, Tab};
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/tab/directory.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `execute`
[INFO] [stdout]  --> src/tab/directory.rs:5:25
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crossterm::{cursor, execute, queue, style::{style, Print, Stylize}, terminal::{Clear, ClearType}};
[INFO] [stdout]   |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]  --> src/tab/directory.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use log::debug;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syntect::highlighting::Theme`
[INFO] [stdout]  --> src/tab/directory.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use syntect::highlighting::Theme;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Tab`
[INFO] [stdout]   --> src/tab/directory.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | use super::{Cursor, Pos, Size, Tab};
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thread::spawn`
[INFO] [stdout]  --> src/tab/shell.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{process::Stdio, sync::Arc, thread::spawn};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/tab/shell.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syntect::highlighting::Theme`
[INFO] [stdout]  --> src/tab/shell.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use syntect::highlighting::Theme;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Child`
[INFO] [stdout]  --> src/tab/shell.rs:9:86
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::{io::{AsyncBufReadExt, AsyncReadExt, AsyncWriteExt, BufReader}, process::{Child, ChildStdin, Command}, sync::{mpsc::{Recei...
[INFO] [stdout]   |                                                                                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Tab`
[INFO] [stdout]   --> src/tab/shell.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | use super::{Pos, Size, Tab};
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |                     editor.alart_tx.send(e).await.unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib.rs:201:37
[INFO] [stdout]     |
[INFO] [stdout] 201 | ...                   editor.alart_tx.send(e).await.unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...                   editor.alart_tx.send(e).await.unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied
[INFO] [stdout]    --> src/lib.rs:327:9
[INFO] [stdout]     |
[INFO] [stdout] 327 |         process_action(action_channel_rx, editor.clone(), tabs).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^                                    ---- unexpected argument #3 of type `Arc<tokio::sync::Mutex<Vec<tab::Tab>>>`
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/lib.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn process_action(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 327 -         process_action(action_channel_rx, editor.clone(), tabs).await;
[INFO] [stdout] 327 +         process_action(action_channel_rx, editor.clone()).await;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsyncBufReadExt`
[INFO] [stdout]  --> src/tab/shell.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::{io::{AsyncBufReadExt, AsyncReadExt, AsyncWriteExt, BufReader}, process::{Child, ChildStdin, Command}, sync::{mpsc::{Recei...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `editor` (lib) due to 8 previous errors; 31 warnings emitted
[INFO] [stdout] Some errors have detailed explanations: E0061, E0282, E0425.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fee765356cf268ab8c9acc27ec3df1d39983b71409bf1d9d24b40db07ec10c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fee765356cf268ab8c9acc27ec3df1d39983b71409bf1d9d24b40db07ec10c8f", kill_on_drop: false }`
[INFO] [stdout] fee765356cf268ab8c9acc27ec3df1d39983b71409bf1d9d24b40db07ec10c8f
