[INFO] cloning repository https://github.com/karman-ly/uika_countdown
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/karman-ly/uika_countdown" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarman-ly%2Fuika_countdown", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarman-ly%2Fuika_countdown'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8fbccb2cd0e0757855f155b4a69cb379d3ae156
[INFO] testing karman-ly/uika_countdown against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarman-ly%2Fuika_countdown" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/karman-ly/uika_countdown on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/karman-ly/uika_countdown
[INFO] finished tweaking git repo https://github.com/karman-ly/uika_countdown
[INFO] tweaked toml for git repo https://github.com/karman-ly/uika_countdown written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/karman-ly/uika_countdown 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 67e4d33798dfabec1de5473f325330f175d1d5a87d6644099bbb22cf863dfb41
[INFO] running `Command { std: "docker" "start" "-a" "67e4d33798dfabec1de5473f325330f175d1d5a87d6644099bbb22cf863dfb41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67e4d33798dfabec1de5473f325330f175d1d5a87d6644099bbb22cf863dfb41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67e4d33798dfabec1de5473f325330f175d1d5a87d6644099bbb22cf863dfb41", kill_on_drop: false }`
[INFO] [stdout] 67e4d33798dfabec1de5473f325330f175d1d5a87d6644099bbb22cf863dfb41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ce5951ba94472c343946ea131e71dc32d799eb8366d00dded5cb1cf899e1388
[INFO] running `Command { std: "docker" "start" "-a" "1ce5951ba94472c343946ea131e71dc32d799eb8366d00dded5cb1cf899e1388", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling cc v1.0.88
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling ahash v0.8.10
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling strum_macros v0.26.1
[INFO] [stderr]    Compiling stability v0.1.1
[INFO] [stderr]    Compiling strum v0.26.1
[INFO] [stderr]    Compiling ratatui v0.26.1
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling uika_countdown v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `color_eyre::owo_colors::OwoColorize`
[INFO] [stdout]  --> src/app.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use color_eyre::owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_area`
[INFO] [stdout]    --> src/app.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let inner_area = inner_block.inner(body);
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_area`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]  --> src/widgets.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]   |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]  --> src/widgets.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]   |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/widgets.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]   --> src/widgets.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/app.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     NewCountdown(NewCountdownState),
[INFO] [stdout]     |     ------------ ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 229 |     NewCountdown(()),
[INFO] [stdout]     |                  ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `BgColor`, `FgColor`, and `DateTime` are never constructed
[INFO] [stdout]    --> src/app.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum NewCountdownState {
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 241 |     Name,
[INFO] [stdout] 242 |     BgColor,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 243 |     FgColor,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 244 |     DateTime,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewCountdownState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
[INFO] running `Command { std: "docker" "inspect" "1ce5951ba94472c343946ea131e71dc32d799eb8366d00dded5cb1cf899e1388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ce5951ba94472c343946ea131e71dc32d799eb8366d00dded5cb1cf899e1388", kill_on_drop: false }`
[INFO] [stdout] 1ce5951ba94472c343946ea131e71dc32d799eb8366d00dded5cb1cf899e1388
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 333087bd745e9e85f6808c386721bfd2c591b071f8e0984c6cdd5af4a44f8dda
[INFO] running `Command { std: "docker" "start" "-a" "333087bd745e9e85f6808c386721bfd2c591b071f8e0984c6cdd5af4a44f8dda", kill_on_drop: false }`
[INFO] [stderr]    Compiling uika_countdown v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `color_eyre::owo_colors::OwoColorize`
[INFO] [stdout]  --> src/app.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use color_eyre::owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_area`
[INFO] [stdout]    --> src/app.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let inner_area = inner_block.inner(body);
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_area`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]  --> src/widgets.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]   |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]  --> src/widgets.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]   |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/widgets.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf`
[INFO] [stdout]   --> src/widgets.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/app.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     NewCountdown(NewCountdownState),
[INFO] [stdout]     |     ------------ ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 229 |     NewCountdown(()),
[INFO] [stdout]     |                  ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `BgColor`, `FgColor`, and `DateTime` are never constructed
[INFO] [stdout]    --> src/app.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum NewCountdownState {
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 241 |     Name,
[INFO] [stdout] 242 |     BgColor,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 243 |     FgColor,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 244 |     DateTime,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewCountdownState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "333087bd745e9e85f6808c386721bfd2c591b071f8e0984c6cdd5af4a44f8dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "333087bd745e9e85f6808c386721bfd2c591b071f8e0984c6cdd5af4a44f8dda", kill_on_drop: false }`
[INFO] [stdout] 333087bd745e9e85f6808c386721bfd2c591b071f8e0984c6cdd5af4a44f8dda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b8760b3827abb22387c897aa084ebaff7ffc28df3349d782358cb64499444347
[INFO] running `Command { std: "docker" "start" "-a" "b8760b3827abb22387c897aa084ebaff7ffc28df3349d782358cb64499444347", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `color_eyre::owo_colors::OwoColorize`
[INFO] [stderr]  --> src/app.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use color_eyre::owo_colors::OwoColorize;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `inner_area`
[INFO] [stderr]    --> src/app.rs:190:13
[INFO] [stderr]     |
[INFO] [stderr] 190 |         let inner_area = inner_block.inner(body);
[INFO] [stderr]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_area`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `area`
[INFO] [stderr]  --> src/widgets.rs:6:21
[INFO] [stderr]   |
[INFO] [stderr] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stderr]   |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `buf`
[INFO] [stderr]  --> src/widgets.rs:6:33
[INFO] [stderr]   |
[INFO] [stderr] 6 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stderr]   |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `area`
[INFO] [stderr]   --> src/widgets.rs:17:21
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stderr]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `buf`
[INFO] [stderr]   --> src/widgets.rs:17:33
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn render(self, area: Rect, buf: &mut Buffer)
[INFO] [stderr]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_buf`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/app.rs:229:18
[INFO] [stderr]     |
[INFO] [stderr] 229 |     NewCountdown(NewCountdownState),
[INFO] [stderr]     |     ------------ ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `State` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 229 |     NewCountdown(()),
[INFO] [stderr]     |                  ~~
[INFO] [stderr] 
[INFO] [stderr] warning: variants `BgColor`, `FgColor`, and `DateTime` are never constructed
[INFO] [stderr]    --> src/app.rs:242:5
[INFO] [stderr]     |
[INFO] [stderr] 240 | enum NewCountdownState {
[INFO] [stderr]     |      ----------------- variants in this enum
[INFO] [stderr] 241 |     Name,
[INFO] [stderr] 242 |     BgColor,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 243 |     FgColor,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 244 |     DateTime,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `NewCountdownState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `uika_countdown` (bin "uika_countdown" test) generated 8 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/uika_countdown-b830a4e33f6f43ea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] running `Command { std: "docker" "inspect" "b8760b3827abb22387c897aa084ebaff7ffc28df3349d782358cb64499444347", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8760b3827abb22387c897aa084ebaff7ffc28df3349d782358cb64499444347", kill_on_drop: false }`
[INFO] [stdout] b8760b3827abb22387c897aa084ebaff7ffc28df3349d782358cb64499444347
