[INFO] cloning repository https://github.com/IhitplayzYT/Ratatoskr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IhitplayzYT/Ratatoskr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FRatatoskr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FRatatoskr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e83466c439eead57ca9876ee43cb19154d6e38e7
[INFO] checking IhitplayzYT/Ratatoskr/e83466c439eead57ca9876ee43cb19154d6e38e7 against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FRatatoskr" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/Ratatoskr
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/Ratatoskr
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/Ratatoskr written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/Ratatoskr on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/IhitplayzYT/Ratatoskr 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `Ratatoskr` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../Ratatoskr
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ratatoskr`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:46:8
[INFO] [stderr]    |
[INFO] [stderr] 46 - name = "Ratatoskr"
[INFO] [stderr] 46 + name = "ratatoskr"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ratatoskr`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:47:19
[INFO] [stderr]    |
[INFO] [stderr] 47 ~ version = "0.1.0"
[INFO] [stderr] 48 + [[bin]]
[INFO] [stderr] 49 + name = "ratatoskr"
[INFO] [stderr] 50 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Ratatoskr` (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mysql v26.0.1
[INFO] [stderr]   Downloaded mysql-common-derive v0.32.2
[INFO] [stderr]   Downloaded bufstream v0.1.4
[INFO] [stderr]   Downloaded io-enum v1.2.1
[INFO] [stderr]   Downloaded named_pipe v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130
[INFO] running `Command { std: "docker" "start" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `Ratatoskr` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../Ratatoskr
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ratatoskr`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:46:8
[INFO] [stderr]    |
[INFO] [stderr] 46 - name = "Ratatoskr"
[INFO] [stderr] 46 + name = "ratatoskr"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ratatoskr`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:47:19
[INFO] [stderr]    |
[INFO] [stderr] 47 ~ version = "0.1.0"
[INFO] [stderr] 48 + [[bin]]
[INFO] [stderr] 49 + name = "ratatoskr"
[INFO] [stderr] 50 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Ratatoskr` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling mysql_common v0.35.5
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking btoi v0.4.3
[INFO] [stderr]    Compiling derive_utils v0.15.1
[INFO] [stderr]     Checking saturating v0.1.0
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling mysql v26.0.1
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking bufstream v0.1.4
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]     Checking str_indices v0.4.4
[INFO] [stderr]    Compiling io-enum v1.2.1
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]     Checking ropey v1.6.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling mysql-common-derive v0.32.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking Ratatoskr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/model/journal.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::{collections::HashSet};
[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: `std::collections::HashSet`
[INFO] [stdout]  --> src/model/notes.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::collections::HashSet;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/model/todo.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::collections::HashSet;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Duration as ChronoDuration`
[INFO] [stdout]   --> src/model/app.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | use chrono::{Utc,NaiveDate, Datelike, Duration as ChronoDuration};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/db.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `symbols`
[INFO] [stdout]  --> src/run.rs:5:60
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ratatui::{Terminal, layout::Alignment, style::Stylize, symbols};
[INFO] [stdout]   |                                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Color_channel`, `JournalFocus`, `JournalMode`, `Mood`, `MyColor`, `Pending`, `PomoFocus`, `SettingsFocus`, `Tag`, `Theme_comp`, `journal::Journal::Journal_task`, `parse_autosave_duration`, and `parse_fmt_date`
[INFO] [stdout]  --> src/run.rs:8:199
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...p, Color_channel, EditorMode, EditorState, JournalFocus, JournalMode, Page, Pending, PomoFocus, SettingsFocus, Theme_comp, Vim_mode, parse_autosave_duration, parse_fmt_date}, journal::Journal::Journal_task, meta::Meta::{Mood, MyColor, Tag}},...
[INFO] [stdout]   |       ^^^^^^^^^^^^^                           ^^^^^^^^^^^^  ^^^^^^^^^^^        ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^  ^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `meta::Meta::MyColor`
[INFO] [stdout]  --> src/render/journal_render.rs:7:133
[INFO] [stdout]   |
[INFO] [stdout] 7 | ...App, EditorMode, JournalFocus, JournalMode, Vim_mode}, meta::Meta::MyColor}, render::general_render::Render::render_color_swatch};
[INFO] [stdout]   |                                                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `JournalFocus`, `JournalMode`, and `meta::Meta::MyColor`
[INFO] [stdout]  --> src/render/note_render.rs:8:136
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...p::App::{App, EditorMode, JournalFocus, JournalMode, NoteFocus, NoteMode, Vim_mode}, meta::Meta::MyColor}, render::general_render:...
[INFO] [stdout]   |                              ^^^^^^^^^^^^  ^^^^^^^^^^^                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Alignment`
[INFO] [stdout]  --> src/render/setting_render.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     use ratatui::layout::{Alignment, Constraint, Direction, Layout, Rect};
[INFO] [stdout]   |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `symbols`
[INFO] [stdout]  --> src/render/setting_render.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use ratatui::{Frame, symbols};
[INFO] [stdout]   |                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/render/setting_render.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use ratatui::style::{Color, Modifier, Style, Stylize};
[INFO] [stdout]   |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::NaiveDateTime`
[INFO] [stdout]  --> src/render/todo_render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::NaiveDateTime;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_tag_from_inputs`
[INFO] [stdout]  --> src/input/note_input.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{input::{editor::Input::handle_editor_key, general_input::Input::{add_tag_from_inputs, parse_hex_color}}, model::{app::App...
[INFO] [stdout]   |                                                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `conversion::Conversion::CONVERSION_RATES`
[INFO] [stdout]  --> src/input/ledger_input.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{conversion::Conversion::CONVERSION_RATES, model::{app::App::{App, LedgerFocus, LedgerMode}, finance::Finance::{Finance_ta...
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/model/journal.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::{collections::HashSet};
[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: `std::collections::HashSet`
[INFO] [stdout]  --> src/model/notes.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::collections::HashSet;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/model/todo.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::collections::HashSet;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Duration as ChronoDuration`
[INFO] [stdout]   --> src/model/app.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | use chrono::{Utc,NaiveDate, Datelike, Duration as ChronoDuration};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/db.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `symbols`
[INFO] [stdout]  --> src/run.rs:5:60
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ratatui::{Terminal, layout::Alignment, style::Stylize, symbols};
[INFO] [stdout]   |                                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Color_channel`, `JournalFocus`, `JournalMode`, `Mood`, `MyColor`, `Pending`, `PomoFocus`, `SettingsFocus`, `Tag`, `Theme_comp`, `journal::Journal::Journal_task`, `parse_autosave_duration`, and `parse_fmt_date`
[INFO] [stdout]  --> src/run.rs:8:199
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...p, Color_channel, EditorMode, EditorState, JournalFocus, JournalMode, Page, Pending, PomoFocus, SettingsFocus, Theme_comp, Vim_mode, parse_autosave_duration, parse_fmt_date}, journal::Journal::Journal_task, meta::Meta::{Mood, MyColor, Tag}},...
[INFO] [stdout]   |       ^^^^^^^^^^^^^                           ^^^^^^^^^^^^  ^^^^^^^^^^^        ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^  ^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `meta::Meta::MyColor`
[INFO] [stdout]  --> src/render/journal_render.rs:7:133
[INFO] [stdout]   |
[INFO] [stdout] 7 | ...App, EditorMode, JournalFocus, JournalMode, Vim_mode}, meta::Meta::MyColor}, render::general_render::Render::render_color_swatch};
[INFO] [stdout]   |                                                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `JournalFocus`, `JournalMode`, and `meta::Meta::MyColor`
[INFO] [stdout]  --> src/render/note_render.rs:8:136
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...p::App::{App, EditorMode, JournalFocus, JournalMode, NoteFocus, NoteMode, Vim_mode}, meta::Meta::MyColor}, render::general_render:...
[INFO] [stdout]   |                              ^^^^^^^^^^^^  ^^^^^^^^^^^                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Alignment`
[INFO] [stdout]  --> src/render/setting_render.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     use ratatui::layout::{Alignment, Constraint, Direction, Layout, Rect};
[INFO] [stdout]   |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `symbols`
[INFO] [stdout]  --> src/render/setting_render.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use ratatui::{Frame, symbols};
[INFO] [stdout]   |                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/render/setting_render.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use ratatui::style::{Color, Modifier, Style, Stylize};
[INFO] [stdout]   |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::NaiveDateTime`
[INFO] [stdout]  --> src/render/todo_render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::NaiveDateTime;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_tag_from_inputs`
[INFO] [stdout]  --> src/input/note_input.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{input::{editor::Input::handle_editor_key, general_input::Input::{add_tag_from_inputs, parse_hex_color}}, model::{app::App...
[INFO] [stdout]   |                                                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `conversion::Conversion::CONVERSION_RATES`
[INFO] [stdout]  --> src/input/ledger_input.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{conversion::Conversion::CONVERSION_RATES, model::{app::App::{App, LedgerFocus, LedgerMode}, finance::Finance::{Finance_ta...
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Stylize`
[INFO] [stdout]  --> src/render/setting_render.rs:7:50
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use ratatui::style::{Color, Modifier, Style, Stylize};
[INFO] [stdout]   |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Stylize`
[INFO] [stdout]  --> src/render/setting_render.rs:7:50
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use ratatui::style::{Color, Modifier, Style, Stylize};
[INFO] [stdout]   |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color`
[INFO] [stdout]   --> src/model/pomodero.rs:36:50
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn new(duration:usize,fmt:Option<String>,color:Option<MyColor>) ->Self{
[INFO] [stdout]    |                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color`
[INFO] [stdout]   --> src/model/pomodero.rs:36:50
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn new(duration:usize,fmt:Option<String>,color:Option<MyColor>) ->Self{
[INFO] [stdout]    |                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/run.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         _ => {
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/run.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         Page::Home => render_home(f, root[1], app),
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 79 |         Page::Pomodoro => render_pomodoro(f, root[1], app),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 80 |         Page::Settings => render_settings(f, root[1], app),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 81 |         Page::Journal => render_journal(f, root[1], app),
[INFO] [stdout]    |         ------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 86 |         _ => {
[INFO] [stdout]    |         ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color`
[INFO] [stdout]   --> src/render/calendar_render.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let color = app.settings.theme.primary.to_color();
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/run.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         _ => {
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/run.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         Page::Home => render_home(f, root[1], app),
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 79 |         Page::Pomodoro => render_pomodoro(f, root[1], app),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 80 |         Page::Settings => render_settings(f, root[1], app),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 81 |         Page::Journal => render_journal(f, root[1], app),
[INFO] [stdout]    |         ------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 86 |         _ => {
[INFO] [stdout]    |         ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/input/general_input.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |         _ => handle_editor_key(app, key),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/input/general_input.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Page::Settings => handle_settings_key(app, key),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 81 |         Page::Todo => handle_todo_key(app,key),    
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 82 |         Page::Note => handle_notes_key(app,key),    
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 83 |         Page::Journal => handle_journal_key(app, key),
[INFO] [stdout]    |         ------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 93 |         _ => handle_editor_key(app, key),
[INFO] [stdout]    |         ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/model/pomodero.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     impl Pomodero{
[INFO] [stdout]    |     ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn new(duration:usize,fmt:Option<String>,color:Option<MyColor>) ->Self{
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `running` should have an upper case name
[INFO] [stdout]   --> src/main.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     static running:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 -     static running:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout] 37 +     static RUNNING:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `r` should have an upper case name
[INFO] [stdout]   --> src/main.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     static r: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 38 -     static r: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout] 38 +     static R: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color`
[INFO] [stdout]   --> src/render/calendar_render.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let color = app.settings.theme.primary.to_color();
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Pomodero` should have a snake case name
[INFO] [stdout]  --> src/model/pomodero.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Pomodero{
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `pomodero`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/journal_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/note_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/pomo_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/setting_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/todo_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/general_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/ledger_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/calendar_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/journal_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/note_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/pomo_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/setting_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/todo_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/general_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/editor.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/ledger_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/calender_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/input/general_input.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |         _ => handle_editor_key(app, key),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/input/general_input.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Page::Settings => handle_settings_key(app, key),
[INFO] [stdout]    |         -------------- matches some of the same values
[INFO] [stdout] 81 |         Page::Todo => handle_todo_key(app,key),    
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 82 |         Page::Note => handle_notes_key(app,key),    
[INFO] [stdout]    |         ---------- matches some of the same values
[INFO] [stdout] 83 |         Page::Journal => handle_journal_key(app, key),
[INFO] [stdout]    |         ------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 93 |         _ => handle_editor_key(app, key),
[INFO] [stdout]    |         ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/model/pomodero.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     impl Pomodero{
[INFO] [stdout]    |     ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn new(duration:usize,fmt:Option<String>,color:Option<MyColor>) ->Self{
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `running` should have an upper case name
[INFO] [stdout]   --> src/main.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     static running:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 -     static running:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout] 37 +     static RUNNING:Lazy<Arc<AtomicBool>> = Lazy::new(|| Arc::new(AtomicBool::new(true)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `r` should have an upper case name
[INFO] [stdout]   --> src/main.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     static r: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 38 -     static r: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout] 38 +     static R: Lazy<Arc<AtomicBool>> = Lazy::new(|| running.clone());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Pomodero` should have a snake case name
[INFO] [stdout]  --> src/model/pomodero.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Pomodero{
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `pomodero`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/journal_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/note_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/pomo_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/setting_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/todo_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/general_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/ledger_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Render` should have a snake case name
[INFO] [stdout]  --> src/render/calendar_render.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Render{
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `render`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/journal_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/note_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/pomo_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/setting_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/todo_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/general_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/editor.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/ledger_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Input` should have a snake case name
[INFO] [stdout]  --> src/input/calender_input.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Input{
[INFO] [stdout]   |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `colored`
[INFO] [stderr]  --> Cargo.toml:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | colored = "3"
[INFO] [stderr]   | ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `colored`
[INFO] [stderr] warning: `Ratatoskr` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130", kill_on_drop: false }`
[INFO] [stdout] 1c9512367d3bb03abd874e5e20c477eb74969cc222bda7630a2ce829bdd56130
