[INFO] fetching crate ratatui-widgets 0.3.0-alpha.4... [INFO] checking ratatui-widgets-0.3.0-alpha.4 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate ratatui-widgets 0.3.0-alpha.4 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate ratatui-widgets 0.3.0-alpha.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ratatui-widgets 0.3.0-alpha.4 [INFO] tweaked toml for crates.io crate ratatui-widgets 0.3.0-alpha.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ratatui-widgets 0.3.0-alpha.4 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ratatui-widgets 0.3.0-alpha.4 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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unicode-truncate v2.0.0 [INFO] [stderr] Downloaded lru v0.14.0 [INFO] [stderr] Downloaded color-eyre v0.6.4 [INFO] [stderr] Downloaded color-spantrace v0.2.2 [INFO] [stderr] Downloaded line-clipping v0.3.3 [INFO] [stderr] Downloaded kasuari v0.4.6 [INFO] [stderr] Downloaded ratatui-core v0.1.0-alpha.5 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3403a01879669d7dd79fb7e0e76b63b2c17923ee555e855fcf84b9a3b0aed8b2 [INFO] running `Command { std: "docker" "start" "-a" "3403a01879669d7dd79fb7e0e76b63b2c17923ee555e855fcf84b9a3b0aed8b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3403a01879669d7dd79fb7e0e76b63b2c17923ee555e855fcf84b9a3b0aed8b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3403a01879669d7dd79fb7e0e76b63b2c17923ee555e855fcf84b9a3b0aed8b2", kill_on_drop: false }` [INFO] [stdout] 3403a01879669d7dd79fb7e0e76b63b2c17923ee555e855fcf84b9a3b0aed8b2 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7b320d0126858e711fce2355a8f180f20d1a1ad52d1e6ff304b82e966f59aaf [INFO] running `Command { std: "docker" "start" "-a" "a7b320d0126858e711fce2355a8f180f20d1a1ad52d1e6ff304b82e966f59aaf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling owo-colors v4.2.1 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling color-spantrace v0.2.2 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking unicode-truncate v2.0.0 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking lru v0.14.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking time-core v0.1.4 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking line-clipping v0.3.3 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking backtrace v0.3.75 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking color-eyre v0.6.4 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking kasuari v0.4.6 [INFO] [stderr] Checking strum v0.27.1 [INFO] [stderr] Checking ratatui-core v0.1.0-alpha.5 [INFO] [stderr] Checking ratatui-widgets v0.3.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking rstest v0.25.0 [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/canvas/circle.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/canvas.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/gauge.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/scrollbar.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mul_add` is never used [INFO] [stdout] --> src/polyfills.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | fn mul_add(val: f64, a: f64, b: f64) -> f64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `round` is never used [INFO] [stdout] --> src/polyfills.rs:19:4 [INFO] [stdout] | [INFO] [stdout] 19 | fn round(val: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `floor` is never used [INFO] [stdout] --> src/polyfills.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn floor(val: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sin` is never used [INFO] [stdout] --> src/polyfills.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | fn sin(val: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cos` is never used [INFO] [stdout] --> src/polyfills.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn cos(val: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `F64Polyfills` is never used [INFO] [stdout] --> src/polyfills.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) trait F64Polyfills { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/block.rs:814:9 [INFO] [stdout] | [INFO] [stdout] 814 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 817 | ) -> impl DoubleEndedIterator { [INFO] [stdout] | ----- [INFO] [stdout] | || [INFO] [stdout] | |the lifetimes get resolved as `'_` [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 817 | ) -> impl DoubleEndedIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/calendar.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | fn format_date(&self, date: Date) -> Span { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 116 | fn format_date(&self, date: Date) -> Span<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Color, Modifier, Style, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{List, ListDirection, ListState}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/list.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Style, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{Block, BorderType}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::Stylize; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{Bar, BarChart}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/block.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/barchart.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Alignment, Constraint, Layout, Offset, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Color, Style, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{Block, Paragraph, Tabs}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Color, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::symbols::Marker; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::widgets::{Axis, Chart, Dataset, GraphType}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Color, Style, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{Row, Table, TableState}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use ratatui::layout::{Alignment, Constraint, Layout, Rect}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use ratatui::style::{Color, Stylize}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use ratatui::text::{Line, Masked, Span}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use ratatui::widgets::{Paragraph, Wrap}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/table.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/chart.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/tabs.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame, symbols}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/list.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ratatui` [INFO] [stdout] --> examples/paragraph.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use ratatui::{DefaultTerminal, Frame}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/block.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/barchart.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "block") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/table.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "barchart") due to 7 previous errors [INFO] [stdout] error[E0599]: no method named `red` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/list.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | .highlight_symbol("> ".red()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `record` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/src/field.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | fn record(&self, key: &Field, visitor: &mut dyn Visit); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: the following traits which provide `red` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/chart.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "table") due to 7 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/tabs.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let terminal = ratatui::init(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] --> examples/paragraph.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ratatui::restore(); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `ratatui` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "list") due to 8 previous errors [INFO] [stdout] error[E0599]: no method named `blue` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/chart.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | .title("Hustle".blue()) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `le` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c/library/core/src/cmp.rs:1404:5 [INFO] [stdout] help: the following traits which provide `blue` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bold` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/tabs.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | 2 => "Render boldly, style with purpose.".bold(), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `bold` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `not_bold` with a similar name [INFO] [stdout] | [INFO] [stdout] 82 | 2 => "Render boldly, style with purpose.".not_bold(), [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `blue` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/chart.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | .title("Profit".blue()) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `le` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c/library/core/src/cmp.rs:1404:5 [INFO] [stdout] help: the following traits which provide `blue` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bold` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/paragraph.rs:86:24 [INFO] [stdout] | [INFO] [stdout] 86 | "Ingredients:".bold().into(), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `bold` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `not_bold` with a similar name [INFO] [stdout] | [INFO] [stdout] 86 | "Ingredients:".not_bold().into(), [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `italic` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/paragraph.rs:89:26 [INFO] [stdout] | [INFO] [stdout] 89 | ", Eggplant".italic(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `italic` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `not_italic` with a similar name [INFO] [stdout] | [INFO] [stdout] 89 | ", Eggplant".not_italic(), [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "tabs") due to 8 previous errors [INFO] [stdout] error[E0599]: no method named `bold` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/paragraph.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 90 | ", Tomatoes".bold(), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `bold` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `not_bold` with a similar name [INFO] [stdout] | [INFO] [stdout] 90 | ", Tomatoes".not_bold(), [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "chart") due to 10 previous errors [INFO] [stdout] error[E0599]: no method named `underlined` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/paragraph.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | "Secret Ingredient: ".underlined(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `underlined` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] help: there is a method `underline_red` with a similar name [INFO] [stdout] | [INFO] [stdout] 94 | "Secret Ingredient: ".underline_red(), [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bold` found for reference `&'static str` in the current scope [INFO] [stdout] --> examples/paragraph.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | "Instructions:".bold().yellow().into(), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `bold` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `not_bold` with a similar name [INFO] [stdout] | [INFO] [stdout] 97 | "Instructions:".not_bold().yellow().into(), [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `green` found for struct `String` in the current scope [INFO] [stdout] --> examples/paragraph.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | long_line.green().italic().into(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following traits which provide `green` are implemented but not in scope; perhaps you want to import one of them [INFO] [stdout] | [INFO] [stdout] 17 + use color_eyre::owo_colors::OwoColorize; [INFO] [stdout] | [INFO] [stdout] 17 + use crossterm::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use ratatui_core::style::Stylize; [INFO] [stdout] | [INFO] [stdout] 17 + use yansi::Paint; [INFO] [stdout] | [INFO] [stdout] help: there is a method `dark_green` with a similar name [INFO] [stdout] | [INFO] [stdout] 98 | long_line.dark_green().italic().into(), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (example "paragraph") due to 13 previous errors [INFO] [stdout] error[E0599]: no function or associated item named `today` found for struct `calendar::CalendarEventStore` in the current scope [INFO] [stdout] --> src/calendar.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 212 | pub struct CalendarEventStore(pub HashMap); [INFO] [stdout] | ----------------------------- function or associated item `today` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 303 | CalendarEventStore::today(Style::default()); [INFO] [stdout] | ^^^^^ function or associated item not found in `calendar::CalendarEventStore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/canvas/circle.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/canvas.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/gauge.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::polyfills::F64Polyfills` [INFO] [stdout] --> src/scrollbar.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::polyfills::F64Polyfills; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui-widgets` (lib test) due to 1 previous error; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a7b320d0126858e711fce2355a8f180f20d1a1ad52d1e6ff304b82e966f59aaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7b320d0126858e711fce2355a8f180f20d1a1ad52d1e6ff304b82e966f59aaf", kill_on_drop: false }` [INFO] [stdout] a7b320d0126858e711fce2355a8f180f20d1a1ad52d1e6ff304b82e966f59aaf