[INFO] cloning repository https://github.com/wesen/gcode-viz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wesen/gcode-viz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwesen%2Fgcode-viz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwesen%2Fgcode-viz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 53faf504f82f8fee5aee2fc00883f2c0b8b831bc
[INFO] testing wesen/gcode-viz against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwesen%2Fgcode-viz" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wesen/gcode-viz
[INFO] finished tweaking git repo https://github.com/wesen/gcode-viz
[INFO] tweaked toml for git repo https://github.com/wesen/gcode-viz written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wesen/gcode-viz on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wesen/gcode-viz 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.0
[INFO] [stderr]   Downloaded textwrap v0.15.1
[INFO] [stderr]   Downloaded gray_matter v0.2.4
[INFO] [stderr]   Downloaded serde_either v0.2.1
[INFO] [stderr]   Downloaded clap_derive v3.2.18
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.2
[INFO] [stderr]   Downloaded signal-hook v0.3.14
[INFO] [stderr]   Downloaded gcode v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4fb83db7e7c16d430724a30b69512a227cf82839a5610a029f449fab1a8860c2
[INFO] running `Command { std: "docker" "start" "-a" "4fb83db7e7c16d430724a30b69512a227cf82839a5610a029f449fab1a8860c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4fb83db7e7c16d430724a30b69512a227cf82839a5610a029f449fab1a8860c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fb83db7e7c16d430724a30b69512a227cf82839a5610a029f449fab1a8860c2", kill_on_drop: false }`
[INFO] [stdout] 4fb83db7e7c16d430724a30b69512a227cf82839a5610a029f449fab1a8860c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00079d07ffe2067031b84c35242b9717811fcb9953f98ccb4301596d952ced34
[INFO] running `Command { std: "docker" "start" "-a" "00079d07ffe2067031b84c35242b9717811fcb9953f98ccb4301596d952ced34", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling tokio v1.21.1
[INFO] [stderr]    Compiling pulldown-cmark v0.9.2
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling textwrap v0.15.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling tui v0.19.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling clap v3.2.22
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling gcode v0.6.1
[INFO] [stderr]    Compiling serde_either v0.2.1
[INFO] [stderr]    Compiling gray_matter v0.2.4
[INFO] [stderr]    Compiling gcode-viz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::helpers::PopIf`
[INFO] [stdout]  --> src/gcode/lines.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::helpers::PopIf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/gcode/lines.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn new(mut lines: I) -> Self {
[INFO] [stdout]    |                ----^^^^^
[INFO] [stdout]    |                |
[INFO] [stdout]    |                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `l`
[INFO] [stdout]   --> src/gcode/lines.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |         while let Some(l) = &self.current_line {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_l`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Callbacks` and `Comment`
[INFO] [stdout]  --> src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gcode::{Callbacks, Comment, Nop};
[INFO] [stdout]   |             ^^^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gcode_viz::helpers::PopIf`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use gcode_viz::helpers::PopIf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crossterm::event`
[INFO] [stdout]  --> src/ui/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crossterm::event;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Receiver`, `Sender`, and `channel`
[INFO] [stdout]  --> src/ui/mod.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::sync::mpsc::{channel, Receiver, Sender};
[INFO] [stdout]   |                       ^^^^^^^  ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]   --> src/ui/mod.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::thread;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ui::app::AppState::Initialized`
[INFO] [stdout]  --> src/ui/app.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::ui::app::AppState::Initialized;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orig`
[INFO] [stdout]   --> src/main.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 let orig = s[span.start..span.end].to_string();
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_orig`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut my_iterator = LineIterator::new(lines.take(32));
[INFO] [stdout]    |             ----^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_ui` is never used
[INFO] [stdout]   --> src/main.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | async fn run_ui() -> Result<(), eyre::Error> {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw` is never used
[INFO] [stdout]   --> src/ui/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn draw<B>(rect: &mut Frame<B>, _app: &App)
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_title` is never used
[INFO] [stdout]   --> src/ui/mod.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn draw_title<'a>() -> Paragraph<'a> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_size` is never used
[INFO] [stdout]   --> src/ui/mod.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn check_size(rect: &Rect) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InputEvent` is never used
[INFO] [stdout]   --> src/ui/mod.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum InputEvent {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_ui` is never used
[INFO] [stdout]   --> src/ui/mod.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub async fn start_ui(app: Arc<tokio::sync::Mutex<App>>) -> Result<(), eyre::Error> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ui/actions.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct Actions(Vec<Action>);
[INFO] [stdout]    |            ------- ^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `Actions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `find` and `actions` are never used
[INFO] [stdout]   --> src/ui/actions.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl Actions {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 62 |     /// Give a key, find the corresponding action
[INFO] [stdout] 63 |     pub fn find(&self, key: Key) -> Option<&Action> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn actions(&self) -> &[Action] {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Initialized` is never constructed
[INFO] [stdout]   --> src/ui/app.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum AppState {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] 10 |     Init,
[INFO] [stdout] 11 |     Initialized {
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/ui/app.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl AppState {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 19 |     pub fn initialized() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn is_initialized(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn incr_sleep(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn incr_tick(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn count_sleep(&self) -> Option<u32> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn count_tick(&self) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn duration(&self) -> Option<Duration> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn increment_delay(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn decrement_delay(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AppReturn` is never used
[INFO] [stdout]    --> src/ui/app.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum AppReturn {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `do_action`, `is_loading`, `dispatch`, `update_on_tick`, and `initialized` are never used
[INFO] [stdout]    --> src/ui/app.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl App {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 110 |     pub fn new(io_tx: tokio::sync::mpsc::Sender<IoEvent>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub async fn do_action(&mut self, key: Key) -> AppReturn {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn is_loading(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub async fn dispatch(&mut self, event: IoEvent) {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn update_on_tick(&mut self) -> AppReturn {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn initialized(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Events` is never constructed
[INFO] [stdout]   --> src/ui/events.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Events {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `next`, and `close` are never used
[INFO] [stdout]   --> src/ui/events.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Events {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new(tick_rate: Duration) -> Events {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub async fn next(&mut self) -> InputEvent {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn close(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Initialize` and `Sleep` are never constructed
[INFO] [stdout]  --> src/ui/io.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum IoEvent {
[INFO] [stdout]   |          ------- variants in this enum
[INFO] [stdout] 8 |     Initialize,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 9 |     Sleep(Duration),
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `IoEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IoAsyncHandler` is never constructed
[INFO] [stdout]   --> src/ui/io.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct IoAsyncHandler {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `handle_io_event` are never used
[INFO] [stdout]   --> src/ui/io.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl IoAsyncHandler {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 17 |     pub fn new(app: Arc<tokio::sync::Mutex<App>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub async fn handle_io_event(&mut self, io_event: IoEvent) {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/ui/mod.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         app.dispatch(IoEvent::Initialize);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
[INFO] running `Command { std: "docker" "inspect" "00079d07ffe2067031b84c35242b9717811fcb9953f98ccb4301596d952ced34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00079d07ffe2067031b84c35242b9717811fcb9953f98ccb4301596d952ced34", kill_on_drop: false }`
[INFO] [stdout] 00079d07ffe2067031b84c35242b9717811fcb9953f98ccb4301596d952ced34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 124cfbbd88c2c20ec35c654a2eb7d58fed7fb76d7b0e86f0071d6d3efbb0ce49
[INFO] running `Command { std: "docker" "start" "-a" "124cfbbd88c2c20ec35c654a2eb7d58fed7fb76d7b0e86f0071d6d3efbb0ce49", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::helpers::PopIf`
[INFO] [stdout]  --> src/gcode/lines.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::helpers::PopIf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/gcode/lines.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn new(mut lines: I) -> Self {
[INFO] [stdout]    |                ----^^^^^
[INFO] [stdout]    |                |
[INFO] [stdout]    |                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `l`
[INFO] [stdout]   --> src/gcode/lines.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |         while let Some(l) = &self.current_line {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_l`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gcode-viz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Callbacks` and `Comment`
[INFO] [stdout]  --> src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gcode::{Callbacks, Comment, Nop};
[INFO] [stdout]   |             ^^^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gcode_viz::helpers::PopIf`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use gcode_viz::helpers::PopIf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crossterm::event`
[INFO] [stdout]  --> src/ui/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crossterm::event;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Receiver`, `Sender`, and `channel`
[INFO] [stdout]  --> src/ui/mod.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::sync::mpsc::{channel, Receiver, Sender};
[INFO] [stdout]   |                       ^^^^^^^  ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]   --> src/ui/mod.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::thread;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ui::app::AppState::Initialized`
[INFO] [stdout]  --> src/ui/app.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::ui::app::AppState::Initialized;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::helpers::PopIf`
[INFO] [stdout]  --> src/gcode/lines.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::helpers::PopIf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/gcode/lines.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn new(mut lines: I) -> Self {
[INFO] [stdout]    |                ----^^^^^
[INFO] [stdout]    |                |
[INFO] [stdout]    |                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `l`
[INFO] [stdout]   --> src/gcode/lines.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |         while let Some(l) = &self.current_line {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_l`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orig`
[INFO] [stdout]   --> src/main.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 let orig = s[span.start..span.end].to_string();
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_orig`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut my_iterator = LineIterator::new(lines.take(32));
[INFO] [stdout]    |             ----^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_ui` is never used
[INFO] [stdout]   --> src/main.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | async fn run_ui() -> Result<(), eyre::Error> {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw` is never used
[INFO] [stdout]   --> src/ui/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn draw<B>(rect: &mut Frame<B>, _app: &App)
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_title` is never used
[INFO] [stdout]   --> src/ui/mod.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn draw_title<'a>() -> Paragraph<'a> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_size` is never used
[INFO] [stdout]   --> src/ui/mod.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn check_size(rect: &Rect) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InputEvent` is never used
[INFO] [stdout]   --> src/ui/mod.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum InputEvent {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_ui` is never used
[INFO] [stdout]   --> src/ui/mod.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub async fn start_ui(app: Arc<tokio::sync::Mutex<App>>) -> Result<(), eyre::Error> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `actions` is never used
[INFO] [stdout]   --> src/ui/actions.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl Actions {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn actions(&self) -> &[Action] {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Initialized` is never constructed
[INFO] [stdout]   --> src/ui/app.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum AppState {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] 10 |     Init,
[INFO] [stdout] 11 |     Initialized {
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/ui/app.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl AppState {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 19 |     pub fn initialized() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn is_initialized(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn incr_sleep(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn incr_tick(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn count_sleep(&self) -> Option<u32> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn count_tick(&self) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn duration(&self) -> Option<Duration> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn increment_delay(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn decrement_delay(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AppReturn` is never used
[INFO] [stdout]    --> src/ui/app.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum AppReturn {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `do_action`, `is_loading`, `dispatch`, `update_on_tick`, and `initialized` are never used
[INFO] [stdout]    --> src/ui/app.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl App {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 110 |     pub fn new(io_tx: tokio::sync::mpsc::Sender<IoEvent>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub async fn do_action(&mut self, key: Key) -> AppReturn {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn is_loading(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub async fn dispatch(&mut self, event: IoEvent) {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn update_on_tick(&mut self) -> AppReturn {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn initialized(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Events` is never constructed
[INFO] [stdout]   --> src/ui/events.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Events {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `next`, and `close` are never used
[INFO] [stdout]   --> src/ui/events.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Events {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new(tick_rate: Duration) -> Events {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub async fn next(&mut self) -> InputEvent {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn close(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Initialize` and `Sleep` are never constructed
[INFO] [stdout]  --> src/ui/io.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum IoEvent {
[INFO] [stdout]   |          ------- variants in this enum
[INFO] [stdout] 8 |     Initialize,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 9 |     Sleep(Duration),
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `IoEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IoAsyncHandler` is never constructed
[INFO] [stdout]   --> src/ui/io.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct IoAsyncHandler {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `handle_io_event` are never used
[INFO] [stdout]   --> src/ui/io.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl IoAsyncHandler {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 17 |     pub fn new(app: Arc<tokio::sync::Mutex<App>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub async fn handle_io_event(&mut self, io_event: IoEvent) {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> src/ui/mod.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         app.dispatch(IoEvent::Initialize);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
[INFO] running `Command { std: "docker" "inspect" "124cfbbd88c2c20ec35c654a2eb7d58fed7fb76d7b0e86f0071d6d3efbb0ce49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "124cfbbd88c2c20ec35c654a2eb7d58fed7fb76d7b0e86f0071d6d3efbb0ce49", kill_on_drop: false }`
[INFO] [stdout] 124cfbbd88c2c20ec35c654a2eb7d58fed7fb76d7b0e86f0071d6d3efbb0ce49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aee37a3328d48f7ca472b904c54a4f1d2066992d95f0b2dad73586e63d0fa2e7
[INFO] running `Command { std: "docker" "start" "-a" "aee37a3328d48f7ca472b904c54a4f1d2066992d95f0b2dad73586e63d0fa2e7", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::helpers::PopIf`
[INFO] [stderr]  --> src/gcode/lines.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::helpers::PopIf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/gcode/lines.rs:22:16
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn new(mut lines: I) -> Self {
[INFO] [stderr]    |                ----^^^^^
[INFO] [stderr]    |                |
[INFO] [stderr]    |                help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `l`
[INFO] [stderr]   --> src/gcode/lines.rs:50:24
[INFO] [stderr]    |
[INFO] [stderr] 50 |         while let Some(l) = &self.current_line {
[INFO] [stderr]    |                        ^ help: if this is intentional, prefix it with an underscore: `_l`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gcode-viz` (lib) generated 3 warnings (run `cargo fix --lib -p gcode-viz` to apply 1 suggestion)
[INFO] [stderr] warning: `gcode-viz` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: unused imports: `Callbacks` and `Comment`
[INFO] [stderr]  --> src/main.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use gcode::{Callbacks, Comment, Nop};
[INFO] [stderr]   |             ^^^^^^^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gcode_viz::helpers::PopIf`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use gcode_viz::helpers::PopIf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crossterm::event`
[INFO] [stderr]  --> src/ui/mod.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crossterm::event;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Receiver`, `Sender`, and `channel`
[INFO] [stderr]  --> src/ui/mod.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::sync::mpsc::{channel, Receiver, Sender};
[INFO] [stderr]   |                       ^^^^^^^  ^^^^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread`
[INFO] [stderr]   --> src/ui/mod.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::thread;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::ui::app::AppState::Initialized`
[INFO] [stderr]  --> src/ui/app.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::ui::app::AppState::Initialized;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `orig`
[INFO] [stderr]   --> src/main.rs:71:21
[INFO] [stderr]    |
[INFO] [stderr] 71 |                 let orig = s[span.start..span.end].to_string();
[INFO] [stderr]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_orig`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/main.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let mut my_iterator = LineIterator::new(lines.take(32));
[INFO] [stderr]    |             ----^^^^^^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `run_ui` is never used
[INFO] [stderr]   --> src/main.rs:31:10
[INFO] [stderr]    |
[INFO] [stderr] 31 | async fn run_ui() -> Result<(), eyre::Error> {
[INFO] [stderr]    |          ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `draw` is never used
[INFO] [stderr]   --> src/ui/mod.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn draw<B>(rect: &mut Frame<B>, _app: &App)
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `draw_title` is never used
[INFO] [stderr]   --> src/ui/mod.rs:41:4
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn draw_title<'a>() -> Paragraph<'a> {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `check_size` is never used
[INFO] [stderr]   --> src/ui/mod.rs:53:4
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn check_size(rect: &Rect) {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `InputEvent` is never used
[INFO] [stderr]   --> src/ui/mod.rs:59:10
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub enum InputEvent {
[INFO] [stderr]    |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `start_ui` is never used
[INFO] [stderr]   --> src/ui/mod.rs:66:14
[INFO] [stderr]    |
[INFO] [stderr] 66 | pub async fn start_ui(app: Arc<tokio::sync::Mutex<App>>) -> Result<(), eyre::Error> {
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `actions` is never used
[INFO] [stderr]   --> src/ui/actions.rs:71:12
[INFO] [stderr]    |
[INFO] [stderr] 61 | impl Actions {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 71 |     pub fn actions(&self) -> &[Action] {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Initialized` is never constructed
[INFO] [stderr]   --> src/ui/app.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub enum AppState {
[INFO] [stderr]    |          -------- variant in this enum
[INFO] [stderr] 10 |     Init,
[INFO] [stderr] 11 |     Initialized {
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]   --> src/ui/app.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl AppState {
[INFO] [stderr]    | ------------- associated items in this implementation
[INFO] [stderr] 19 |     pub fn initialized() -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     pub fn is_initialized(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub fn incr_sleep(&mut self) {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub fn incr_tick(&mut self) {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 46 |     pub fn count_sleep(&self) -> Option<u32> {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn count_tick(&self) -> Option<u64> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 62 |     pub fn duration(&self) -> Option<Duration> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     pub fn increment_delay(&mut self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 78 |     pub fn decrement_delay(&mut self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `AppReturn` is never used
[INFO] [stderr]    --> src/ui/app.rs:104:10
[INFO] [stderr]     |
[INFO] [stderr] 104 | pub enum AppReturn {
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `do_action`, `is_loading`, `dispatch`, `update_on_tick`, and `initialized` are never used
[INFO] [stderr]    --> src/ui/app.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 109 | impl App {
[INFO] [stderr]     | -------- associated items in this implementation
[INFO] [stderr] 110 |     pub fn new(io_tx: tokio::sync::mpsc::Sender<IoEvent>) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 |     pub async fn do_action(&mut self, key: Key) -> AppReturn {
[INFO] [stderr]     |                  ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 |     pub fn is_loading(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 149 |     pub async fn dispatch(&mut self, event: IoEvent) {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 157 |     pub fn update_on_tick(&mut self) -> AppReturn {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 162 |     pub fn initialized(&mut self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Events` is never constructed
[INFO] [stderr]   --> src/ui/events.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct Events {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `next`, and `close` are never used
[INFO] [stderr]   --> src/ui/events.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Events {
[INFO] [stderr]    | ----------- associated items in this implementation
[INFO] [stderr] 20 |     pub fn new(tick_rate: Duration) -> Events {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     pub async fn next(&mut self) -> InputEvent {
[INFO] [stderr]    |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 |     pub fn close(&mut self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Initialize` and `Sleep` are never constructed
[INFO] [stderr]  --> src/ui/io.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub enum IoEvent {
[INFO] [stderr]   |          ------- variants in this enum
[INFO] [stderr] 8 |     Initialize,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 9 |     Sleep(Duration),
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `IoEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `IoAsyncHandler` is never constructed
[INFO] [stderr]   --> src/ui/io.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct IoAsyncHandler {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `handle_io_event` are never used
[INFO] [stderr]   --> src/ui/io.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl IoAsyncHandler {
[INFO] [stderr]    | ------------------- associated items in this implementation
[INFO] [stderr] 17 |     pub fn new(app: Arc<tokio::sync::Mutex<App>>) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 21 |     pub async fn handle_io_event(&mut self, io_event: IoEvent) {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> src/ui/mod.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |         app.dispatch(IoEvent::Initialize);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gcode-viz` (bin "gcode-viz" test) generated 25 warnings (run `cargo fix --bin "gcode-viz" --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gcode_viz-d8e9b9f8c022408f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gcode_viz-52a63e5244467d78)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test ui::actions::tests::should_create_actions_from_vect ... ok
[INFO] [stdout] test ui::actions::tests::should_find_action_by_key_not_ofund ... ok
[INFO] [stdout] test ui::actions::tests::should_find_action_by_key ... ok
[INFO] [stdout] test ui::actions::tests::should_panic_if_two_actions_have_the_same_key - should panic ... ok
[INFO] [stderr]    Doc-tests gcode_viz
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/helpers/mod.rs - helpers::Vec<A>::pop_if (line 33) ... ok
[INFO] [stdout] test src/helpers/mod.rs - helpers::PopIf::pop_if (line 11) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/helpers/mod.rs - helpers::PopIf::pop_if (line 11) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/helpers/mod.rs:6:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a7a38bae52 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a7a38bae52 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a7a38bae52 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59a7a38bae52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59a7a38d6563 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59a7a38d6563 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59a7a38b8b63 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59a7a38b8b63 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59a7a38baca2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59a7a38bbd33 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59a7a38bbb15 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x59a7a38bc605 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x59a7a38bc49a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x59a7a38bb349 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x59a7a38bc12d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x59a7a38d59b0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x59a7a38d5cd3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   17:     0x59a7a3899f8d - core::panicking::assert_failed::hb4baddb2c61bd0b8
[INFO] [stdout]   18:     0x59a7a389a815 - rust_out::main::_doctest_main_src_helpers_mod_rs_11_0::h768abdc4b81d5ee0
[INFO] [stdout]   19:     0x59a7a389a6e6 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   20:     0x59a7a3899af3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   21:     0x59a7a3899a26 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   22:     0x59a7a3899a09 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   23:     0x59a7a38b6ab0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   24:     0x59a7a38b6ab0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   25:     0x59a7a38b6ab0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   26:     0x59a7a38b6ab0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x59a7a38b6ab0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x59a7a38b6ab0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x59a7a38b6ab0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x59a7a38b6ab0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59a7a38b6ab0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x59a7a38999f1 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   33:     0x59a7a389a995 - main
[INFO] [stdout]   34:     0x7469cb8531ca - <unknown>
[INFO] [stdout]   35:     0x7469cb85328b - __libc_start_main
[INFO] [stdout]   36:     0x59a7a3899905 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/helpers/mod.rs - helpers::PopIf::pop_if (line 11)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "aee37a3328d48f7ca472b904c54a4f1d2066992d95f0b2dad73586e63d0fa2e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aee37a3328d48f7ca472b904c54a4f1d2066992d95f0b2dad73586e63d0fa2e7", kill_on_drop: false }`
[INFO] [stdout] aee37a3328d48f7ca472b904c54a4f1d2066992d95f0b2dad73586e63d0fa2e7
