[INFO] fetching crate kxxt-owo-colors 4.0.0-rc.1...
[INFO] checking kxxt-owo-colors-4.0.0-rc.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate kxxt-owo-colors 4.0.0-rc.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate kxxt-owo-colors 4.0.0-rc.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate kxxt-owo-colors 4.0.0-rc.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate kxxt-owo-colors 4.0.0-rc.1
[INFO] tweaked toml for crates.io crate kxxt-owo-colors 4.0.0-rc.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate kxxt-owo-colors 4.0.0-rc.1 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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55729fd5abd4a5227b29d6de7e365f53f7969fb95f90359f43778c8b619371f3
[INFO] running `Command { std: "docker" "start" "-a" "55729fd5abd4a5227b29d6de7e365f53f7969fb95f90359f43778c8b619371f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55729fd5abd4a5227b29d6de7e365f53f7969fb95f90359f43778c8b619371f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55729fd5abd4a5227b29d6de7e365f53f7969fb95f90359f43778c8b619371f3", kill_on_drop: false }`
[INFO] [stdout] 55729fd5abd4a5227b29d6de7e365f53f7969fb95f90359f43778c8b619371f3
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08dfdfcdc10d500c1efbadce2c84d0d57b674509abfa493c512952f1b0f0e3da
[INFO] running `Command { std: "docker" "start" "-a" "08dfdfcdc10d500c1efbadce2c84d0d57b674509abfa493c512952f1b0f0e3da", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking kxxt-owo-colors v4.0.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/banner.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{DynColors, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/dyn_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{AnsiColors, DynColors, OwoColorize, Rgb, XtermColors};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/extra_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::xterm, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/extra_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::xterm, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::*, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:9:26
[INFO] [stdout]     |
[INFO] [stdout] 9   |     println!("{}", "red".color(color));
[INFO] [stdout]     |                          ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:12:27
[INFO] [stdout]     |
[INFO] [stdout] 12  |     println!("{}", "blue".color(color));
[INFO] [stdout]     |                           ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:15:30
[INFO] [stdout]     |
[INFO] [stdout] 15  |     println!("{}", "fuchsia".color(color));
[INFO] [stdout]     |                              ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:18:36
[INFO] [stdout]     |
[INFO] [stdout] 18  |     println!("{}", "custom purple".color(color));
[INFO] [stdout]     |                                    ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:27:36
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("{}", "mystery color".color(color));
[INFO] [stdout]     |                                    ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/custom_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::colors::CustomColor;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::*, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg_rgb` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/banner.rs:27:34
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("\n\n\n\n\n{}", OWO.fg_rgb::<0x2E, 0x31, 0x92>().bold());
[INFO] [stdout]     |                                  ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:404:8
[INFO] [stdout]     |
[INFO] [stdout] 404 |     fn fg_rgb<const R: u8, const G: u8, const B: u8>(
[INFO] [stdout]     |        ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/custom_colors.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "dyn_colors") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:4:38
[INFO] [stdout]     |
[INFO] [stdout] 4   |     println!("{}", "Electric violet".fg::<xterm::ElectricViolet>());
[INFO] [stdout]     |                                      ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:5:29
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "Matrix".fg::<xterm::MatrixPink>());
[INFO] [stdout]     |                             ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "banner") due to 3 previous errors
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:6:28
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "Flirt".fg::<xterm::Flirt>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/custom_colors.rs:5:36
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "custom purple".fg::<CustomColor<141, 59, 212>>());
[INFO] [stdout]     |                                    ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Red` in this scope
[INFO] [stdout]   --> examples/colors.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 |     println!("{}", "red".fg::<Red>());
[INFO] [stdout]    |                               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Red;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::Red;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::Red;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Magenta` in this scope
[INFO] [stdout]   --> examples/colors.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |     println!("{}", "magenta".fg::<Magenta>());
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Magenta;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::Magenta;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `White` in this scope
[INFO] [stdout]   --> examples/colors.rs:13:33
[INFO] [stdout]    |
[INFO] [stdout] 13 |     println!("{}", "white".fg::<White>());
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::White;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::White;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::White;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Cyan` in this scope
[INFO] [stdout]   --> examples/colors.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     println!("{}", "cyan".fg::<Cyan>());
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Cyan;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::Cyan;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:7:28
[INFO] [stdout]     |
[INFO] [stdout] 7   |     println!("{}", "Cyan2".fg::<xterm::Cyan>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:8:27
[INFO] [stdout]     |
[INFO] [stdout] 8   |     println!("{}", "Cyan".fg::<xterm::UserCyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:9:27
[INFO] [stdout]     |
[INFO] [stdout] 9   |     println!("{}", "Lime".fg::<xterm::Lime>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |     println!("{}", "Jade".fg::<xterm::Jade>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightGreen` in this scope
[INFO] [stdout]   --> examples/colors.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     println!("{}", "green".fg::<BrightGreen>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightGreen;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::BrightGreen;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightYellow` in this scope
[INFO] [stdout]   --> examples/colors.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 |     println!("{}", "yellow".fg::<BrightYellow>());
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightYellow;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightBlue` in this scope
[INFO] [stdout]   --> examples/colors.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |     println!("{}", "blue".fg::<BrightBlue>());
[INFO] [stdout]    |                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightBlue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightBlack` in this scope
[INFO] [stdout]   --> examples/colors.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     println!("{}", "black".fg::<BrightBlack>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightBlack;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightRed` in this scope
[INFO] [stdout]   --> examples/colors.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 |     println!("{}", "red".fg::<BrightRed>());
[INFO] [stdout]    |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightRed;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::BrightRed;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightMagenta` in this scope
[INFO] [stdout]   --> examples/colors.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |     println!("{}", "magenta".fg::<BrightMagenta>());
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightMagenta;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightWhite` in this scope
[INFO] [stdout]   --> examples/colors.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 |     println!("{}", "white".fg::<BrightWhite>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightWhite;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightCyan` in this scope
[INFO] [stdout]   --> examples/colors.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     println!("{}", "cyan".fg::<BrightCyan>());
[INFO] [stdout]    |                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightCyan;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:11:27
[INFO] [stdout]     |
[INFO] [stdout] 11  |     println!("{}", "Reef".fg::<xterm::Mauve>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg_rgb` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/custom_colors.rs:6:35
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "custom green".fg_rgb::<50, 209, 42>());
[INFO] [stdout]     |                                   ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:404:8
[INFO] [stdout]     |
[INFO] [stdout] 404 |     fn fg_rgb<const R: u8, const G: u8, const B: u8>(
[INFO] [stdout]     |        ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[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] [stderr] error: could not compile `kxxt-owo-colors` (example "extra_colors") due to 11 previous errors
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "custom_colors") due to 5 previous errors
[INFO] [stdout] error[E0599]: no method named `green` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:5:28
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "green".green());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:298:18
[INFO] [stdout]     |
[INFO] [stdout] 298 |         Green    green    on_green,
[INFO] [stdout]     |                  ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `yellow` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:6:29
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "yellow".yellow());
[INFO] [stdout]     |                             ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:301:18
[INFO] [stdout]     |
[INFO] [stdout] 301 |         Yellow   yellow   on_yellow,
[INFO] [stdout]     |                  ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[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/colors.rs:7:27
[INFO] [stdout]     |
[INFO] [stdout] 7   |     println!("{}", "blue".blue());
[INFO] [stdout]     |                           ^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:304:18
[INFO] [stdout]     |
[INFO] [stdout] 304 |         Blue     blue     on_blue,
[INFO] [stdout]     |                  ---- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `black` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:8:28
[INFO] [stdout]     |
[INFO] [stdout] 8   |     println!("{}", "black".black());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:292:18
[INFO] [stdout]     |
[INFO] [stdout] 292 |         Black    black    on_black,
[INFO] [stdout]     |                  ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:11:26
[INFO] [stdout]     |
[INFO] [stdout] 11  |     println!("{}", "red".fg::<Red>());
[INFO] [stdout]     |                          ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:12:30
[INFO] [stdout]     |
[INFO] [stdout] 12  |     println!("{}", "magenta".fg::<Magenta>());
[INFO] [stdout]     |                              ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:13:28
[INFO] [stdout]     |
[INFO] [stdout] 13  |     println!("{}", "white".fg::<White>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/all_xterm_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::colors::xterm;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/all_xterm_colors.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:14:27
[INFO] [stdout]     |
[INFO] [stdout] 14  |     println!("{}", "cyan".fg::<Cyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:17:28
[INFO] [stdout]     |
[INFO] [stdout] 17  |     println!("{}", "green".fg::<BrightGreen>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:18:29
[INFO] [stdout]     |
[INFO] [stdout] 18  |     println!("{}", "yellow".fg::<BrightYellow>());
[INFO] [stdout]     |                             ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:19:27
[INFO] [stdout]     |
[INFO] [stdout] 19  |     println!("{}", "blue".fg::<BrightBlue>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:20:28
[INFO] [stdout]     |
[INFO] [stdout] 20  |     println!("{}", "black".fg::<BrightBlack>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:21:26
[INFO] [stdout]     |
[INFO] [stdout] 21  |     println!("{}", "red".fg::<BrightRed>());
[INFO] [stdout]     |                          ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:22:30
[INFO] [stdout]     |
[INFO] [stdout] 22  |     println!("{}", "magenta".fg::<BrightMagenta>());
[INFO] [stdout]     |                              ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:23:28
[INFO] [stdout]     |
[INFO] [stdout] 23  |     println!("{}", "white".fg::<BrightWhite>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:24:27
[INFO] [stdout]     |
[INFO] [stdout] 24  |     println!("{}", "cyan".fg::<BrightCyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `underline` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:27:32
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("{}", "underline".underline());
[INFO] [stdout]     |                                ^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:359:9
[INFO] [stdout]     |
[INFO] [stdout] 359 |         underline UnderlineDisplay,
[INFO] [stdout]     |         --------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[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/colors.rs:28:27
[INFO] [stdout]     |
[INFO] [stdout] 28  |     println!("{}", "bold".bold());
[INFO] [stdout]     |                           ^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:353:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |         bold BoldDisplay,
[INFO] [stdout]     |         ---- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `italic` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:29:29
[INFO] [stdout]     |
[INFO] [stdout] 29  |     println!("{}", "italic".italic());
[INFO] [stdout]     |                             ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:357:9
[INFO] [stdout]     |
[INFO] [stdout] 357 |         italic ItalicDisplay,
[INFO] [stdout]     |         ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `strikethrough` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:30:36
[INFO] [stdout]     |
[INFO] [stdout] 30  |     println!("{}", "strikethrough".strikethrough());
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |         strikethrough StrikeThroughDisplay,
[INFO] [stdout]     |         ------------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reversed` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout] 31  |     println!("{}", "reverse".reversed());
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:365:9
[INFO] [stdout]     |
[INFO] [stdout] 365 |         reversed ReversedDisplay,
[INFO] [stdout]     |         -------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `hidden` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:32:26
[INFO] [stdout]     |
[INFO] [stdout] 32  |     println!("1{}3", "2".hidden());
[INFO] [stdout]     |                          ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:367:9
[INFO] [stdout]     |
[INFO] [stdout] 367 |         hidden HiddenDisplay,
[INFO] [stdout]     |         ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `blink` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:33:28
[INFO] [stdout]     |
[INFO] [stdout] 33  |     println!("{}", "blink".blink());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:361:9
[INFO] [stdout]     |
[INFO] [stdout] 361 |         blink BlinkDisplay,
[INFO] [stdout]     |         ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `blink_fast` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:34:33
[INFO] [stdout]     |
[INFO] [stdout] 34  |     println!("{}", "blink fast".blink_fast());
[INFO] [stdout]     |                                 ^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |         blink_fast BlinkFastDisplay,
[INFO] [stdout]     |         ---------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `red` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:37:39
[INFO] [stdout]     |
[INFO] [stdout] 37  |     let red_on_white = "red on white".red().on_white();
[INFO] [stdout]     |                                       ^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:295:18
[INFO] [stdout]     |
[INFO] [stdout] 295 |         Red      red      on_red,
[INFO] [stdout]     |                  --- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 39 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/all_xterm_colors.rs:11:26
[INFO] [stdout]     |
[INFO] [stdout] 11  |                   "      ".bg::<xterm::$name>(),
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout] ...
[INFO] [stdout] 24  | /     xterm_colors! {
[INFO] [stdout] 25  | |         0 UserBlack              (0,0,0)
[INFO] [stdout] 26  | |         1 UserRed                (128,0,0)
[INFO] [stdout] 27  | |         2 UserGreen              (0,128,0)
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |       255 GalleryGray            (238,238,238)
[INFO] [stdout] 281 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 |       fn bg<C: Color>(&self) -> BgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |          -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `xterm_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/all_xterm_colors.rs:12:35
[INFO] [stdout]     |
[INFO] [stdout] 12  |                   stringify!($name).fg::<xterm::$name>(),
[INFO] [stdout]     |                                     ^^ method not found in `&str`
[INFO] [stdout] ...
[INFO] [stdout] 24  | /     xterm_colors! {
[INFO] [stdout] 25  | |         0 UserBlack              (0,0,0)
[INFO] [stdout] 26  | |         1 UserRed                (128,0,0)
[INFO] [stdout] 27  | |         2 UserGreen              (0,128,0)
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |       255 GalleryGray            (238,238,238)
[INFO] [stdout] 281 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |       fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |          -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `xterm_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "colors") due to 40 previous errors
[INFO] [stdout] error: aborting due to 4 previous errors
[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 `kxxt-owo-colors` (example "all_xterm_colors") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "08dfdfcdc10d500c1efbadce2c84d0d57b674509abfa493c512952f1b0f0e3da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08dfdfcdc10d500c1efbadce2c84d0d57b674509abfa493c512952f1b0f0e3da", kill_on_drop: false }`
[INFO] [stdout] 08dfdfcdc10d500c1efbadce2c84d0d57b674509abfa493c512952f1b0f0e3da
[INFO] checking kxxt-owo-colors-4.0.0-rc.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate kxxt-owo-colors 4.0.0-rc.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate kxxt-owo-colors 4.0.0-rc.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate kxxt-owo-colors 4.0.0-rc.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate kxxt-owo-colors 4.0.0-rc.1
[INFO] tweaked toml for crates.io crate kxxt-owo-colors 4.0.0-rc.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate kxxt-owo-colors 4.0.0-rc.1 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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f668503aa88b8b1ca288fa427004475861c67add60dc2b57f2d311373b1d5fd
[INFO] running `Command { std: "docker" "start" "-a" "7f668503aa88b8b1ca288fa427004475861c67add60dc2b57f2d311373b1d5fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f668503aa88b8b1ca288fa427004475861c67add60dc2b57f2d311373b1d5fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f668503aa88b8b1ca288fa427004475861c67add60dc2b57f2d311373b1d5fd", kill_on_drop: false }`
[INFO] [stdout] 7f668503aa88b8b1ca288fa427004475861c67add60dc2b57f2d311373b1d5fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94eb0212538996541600addd368d041f4510b89b23771296e17b0a928a9f639b
[INFO] running `Command { std: "docker" "start" "-a" "94eb0212538996541600addd368d041f4510b89b23771296e17b0a928a9f639b", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking kxxt-owo-colors v4.0.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/custom_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::colors::CustomColor;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/custom_colors.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/banner.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{DynColors, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/dyn_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{AnsiColors, DynColors, OwoColorize, Rgb, XtermColors};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/extra_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::xterm, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/extra_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::xterm, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/all_xterm_colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::colors::xterm;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/all_xterm_colors.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use owo_colors::OwoColorize;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/custom_colors.rs:5:36
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "custom purple".fg::<CustomColor<141, 59, 212>>());
[INFO] [stdout]     |                                    ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg_rgb` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/custom_colors.rs:6:35
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "custom green".fg_rgb::<50, 209, 42>());
[INFO] [stdout]     |                                   ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:404:8
[INFO] [stdout]     |
[INFO] [stdout] 404 |     fn fg_rgb<const R: u8, const G: u8, const B: u8>(
[INFO] [stdout]     |        ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `owo_colors`
[INFO] [stdout]  --> examples/colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::*, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `owo_colors`
[INFO] [stdout]  --> examples/colors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use owo_colors::{colors::*, OwoColorize};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `owo_colors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg_rgb` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/banner.rs:27:34
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("\n\n\n\n\n{}", OWO.fg_rgb::<0x2E, 0x31, 0x92>().bold());
[INFO] [stdout]     |                                  ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:404:8
[INFO] [stdout]     |
[INFO] [stdout] 404 |     fn fg_rgb<const R: u8, const G: u8, const B: u8>(
[INFO] [stdout]     |        ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:4:38
[INFO] [stdout]     |
[INFO] [stdout] 4   |     println!("{}", "Electric violet".fg::<xterm::ElectricViolet>());
[INFO] [stdout]     |                                      ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:5:29
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "Matrix".fg::<xterm::MatrixPink>());
[INFO] [stdout]     |                             ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:6:28
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "Flirt".fg::<xterm::Flirt>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:7:28
[INFO] [stdout]     |
[INFO] [stdout] 7   |     println!("{}", "Cyan2".fg::<xterm::Cyan>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:8:27
[INFO] [stdout]     |
[INFO] [stdout] 8   |     println!("{}", "Cyan".fg::<xterm::UserCyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:9:27
[INFO] [stdout]     |
[INFO] [stdout] 9   |     println!("{}", "Lime".fg::<xterm::Lime>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |     println!("{}", "Jade".fg::<xterm::Jade>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[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] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/extra_colors.rs:11:27
[INFO] [stdout]     |
[INFO] [stdout] 11  |     println!("{}", "Reef".fg::<xterm::Mauve>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "banner") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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 `kxxt-owo-colors` (example "extra_colors") due to 11 previous errors
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "custom_colors") due to 5 previous errors
[INFO] [stdout] error[E0412]: cannot find type `Red` in this scope
[INFO] [stdout]   --> examples/colors.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 |     println!("{}", "red".fg::<Red>());
[INFO] [stdout]    |                               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Red;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::Red;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::Red;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Magenta` in this scope
[INFO] [stdout]   --> examples/colors.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |     println!("{}", "magenta".fg::<Magenta>());
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Magenta;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::Magenta;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `White` in this scope
[INFO] [stdout]   --> examples/colors.rs:13:33
[INFO] [stdout]    |
[INFO] [stdout] 13 |     println!("{}", "white".fg::<White>());
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::White;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::css::White;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::White;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Cyan` in this scope
[INFO] [stdout]   --> examples/colors.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     println!("{}", "cyan".fg::<Cyan>());
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::Cyan;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::Cyan;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightGreen` in this scope
[INFO] [stdout]   --> examples/colors.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     println!("{}", "green".fg::<BrightGreen>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightGreen;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::BrightGreen;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightYellow` in this scope
[INFO] [stdout]   --> examples/colors.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 |     println!("{}", "yellow".fg::<BrightYellow>());
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightYellow;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightBlue` in this scope
[INFO] [stdout]   --> examples/colors.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |     println!("{}", "blue".fg::<BrightBlue>());
[INFO] [stdout]    |                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightBlue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightBlack` in this scope
[INFO] [stdout]   --> examples/colors.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     println!("{}", "black".fg::<BrightBlack>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightBlack;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightRed` in this scope
[INFO] [stdout]   --> examples/colors.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 |     println!("{}", "red".fg::<BrightRed>());
[INFO] [stdout]    |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightRed;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::xterm::BrightRed;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightMagenta` in this scope
[INFO] [stdout]   --> examples/colors.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |     println!("{}", "magenta".fg::<BrightMagenta>());
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightMagenta;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightWhite` in this scope
[INFO] [stdout]   --> examples/colors.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 |     println!("{}", "white".fg::<BrightWhite>());
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightWhite;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BrightCyan` in this scope
[INFO] [stdout]   --> examples/colors.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     println!("{}", "cyan".fg::<BrightCyan>());
[INFO] [stdout]    |                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use kxxt_owo_colors::colors::BrightCyan;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:9:26
[INFO] [stdout]     |
[INFO] [stdout] 9   |     println!("{}", "red".color(color));
[INFO] [stdout]     |                          ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:12:27
[INFO] [stdout]     |
[INFO] [stdout] 12  |     println!("{}", "blue".color(color));
[INFO] [stdout]     |                           ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:15:30
[INFO] [stdout]     |
[INFO] [stdout] 15  |     println!("{}", "fuchsia".color(color));
[INFO] [stdout]     |                              ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:18:36
[INFO] [stdout]     |
[INFO] [stdout] 18  |     println!("{}", "custom purple".color(color));
[INFO] [stdout]     |                                    ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/all_xterm_colors.rs:11:26
[INFO] [stdout]     |
[INFO] [stdout] 11  |                   "      ".bg::<xterm::$name>(),
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout] ...
[INFO] [stdout] 24  | /     xterm_colors! {
[INFO] [stdout] 25  | |         0 UserBlack              (0,0,0)
[INFO] [stdout] 26  | |         1 UserRed                (128,0,0)
[INFO] [stdout] 27  | |         2 UserGreen              (0,128,0)
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |       255 GalleryGray            (238,238,238)
[INFO] [stdout] 281 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 |       fn bg<C: Color>(&self) -> BgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |          -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `xterm_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `color` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/dyn_colors.rs:27:36
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("{}", "mystery color".color(color));
[INFO] [stdout]     |                                    ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn color<Color: DynColor>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self> {
[INFO] [stdout]     |        ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/all_xterm_colors.rs:12:35
[INFO] [stdout]     |
[INFO] [stdout] 12  |                   stringify!($name).fg::<xterm::$name>(),
[INFO] [stdout]     |                                     ^^ method not found in `&str`
[INFO] [stdout] ...
[INFO] [stdout] 24  | /     xterm_colors! {
[INFO] [stdout] 25  | |         0 UserBlack              (0,0,0)
[INFO] [stdout] 26  | |         1 UserRed                (128,0,0)
[INFO] [stdout] 27  | |         2 UserGreen              (0,128,0)
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |       255 GalleryGray            (238,238,238)
[INFO] [stdout] 281 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |       fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |          -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `xterm_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `green` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:5:28
[INFO] [stdout]     |
[INFO] [stdout] 5   |     println!("{}", "green".green());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:298:18
[INFO] [stdout]     |
[INFO] [stdout] 298 |         Green    green    on_green,
[INFO] [stdout]     |                  ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `yellow` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:6:29
[INFO] [stdout]     |
[INFO] [stdout] 6   |     println!("{}", "yellow".yellow());
[INFO] [stdout]     |                             ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:301:18
[INFO] [stdout]     |
[INFO] [stdout] 301 |         Yellow   yellow   on_yellow,
[INFO] [stdout]     |                  ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[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/colors.rs:7:27
[INFO] [stdout]     |
[INFO] [stdout] 7   |     println!("{}", "blue".blue());
[INFO] [stdout]     |                           ^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:304:18
[INFO] [stdout]     |
[INFO] [stdout] 304 |         Blue     blue     on_blue,
[INFO] [stdout]     |                  ---- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "dyn_colors") due to 7 previous errors
[INFO] [stdout] error[E0599]: no method named `black` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:8:28
[INFO] [stdout]     |
[INFO] [stdout] 8   |     println!("{}", "black".black());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:292:18
[INFO] [stdout]     |
[INFO] [stdout] 292 |         Black    black    on_black,
[INFO] [stdout]     |                  ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:11:26
[INFO] [stdout]     |
[INFO] [stdout] 11  |     println!("{}", "red".fg::<Red>());
[INFO] [stdout]     |                          ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:12:30
[INFO] [stdout]     |
[INFO] [stdout] 12  |     println!("{}", "magenta".fg::<Magenta>());
[INFO] [stdout]     |                              ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:13:28
[INFO] [stdout]     |
[INFO] [stdout] 13  |     println!("{}", "white".fg::<White>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:14:27
[INFO] [stdout]     |
[INFO] [stdout] 14  |     println!("{}", "cyan".fg::<Cyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:17:28
[INFO] [stdout]     |
[INFO] [stdout] 17  |     println!("{}", "green".fg::<BrightGreen>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:18:29
[INFO] [stdout]     |
[INFO] [stdout] 18  |     println!("{}", "yellow".fg::<BrightYellow>());
[INFO] [stdout]     |                             ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:19:27
[INFO] [stdout]     |
[INFO] [stdout] 19  |     println!("{}", "blue".fg::<BrightBlue>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:20:28
[INFO] [stdout]     |
[INFO] [stdout] 20  |     println!("{}", "black".fg::<BrightBlack>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:21:26
[INFO] [stdout]     |
[INFO] [stdout] 21  |     println!("{}", "red".fg::<BrightRed>());
[INFO] [stdout]     |                          ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:22:30
[INFO] [stdout]     |
[INFO] [stdout] 22  |     println!("{}", "magenta".fg::<BrightMagenta>());
[INFO] [stdout]     |                              ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:23:28
[INFO] [stdout]     |
[INFO] [stdout] 23  |     println!("{}", "white".fg::<BrightWhite>());
[INFO] [stdout]     |                            ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fg` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:24:27
[INFO] [stdout]     |
[INFO] [stdout] 24  |     println!("{}", "cyan".fg::<BrightCyan>());
[INFO] [stdout]     |                           ^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn fg<C: Color>(&self) -> FgColorDisplay<'_, C, Self> {
[INFO] [stdout]     |        -- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `underline` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:27:32
[INFO] [stdout]     |
[INFO] [stdout] 27  |     println!("{}", "underline".underline());
[INFO] [stdout]     |                                ^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:359:9
[INFO] [stdout]     |
[INFO] [stdout] 359 |         underline UnderlineDisplay,
[INFO] [stdout]     |         --------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[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/colors.rs:28:27
[INFO] [stdout]     |
[INFO] [stdout] 28  |     println!("{}", "bold".bold());
[INFO] [stdout]     |                           ^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:353:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |         bold BoldDisplay,
[INFO] [stdout]     |         ---- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `italic` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:29:29
[INFO] [stdout]     |
[INFO] [stdout] 29  |     println!("{}", "italic".italic());
[INFO] [stdout]     |                             ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:357:9
[INFO] [stdout]     |
[INFO] [stdout] 357 |         italic ItalicDisplay,
[INFO] [stdout]     |         ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `strikethrough` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:30:36
[INFO] [stdout]     |
[INFO] [stdout] 30  |     println!("{}", "strikethrough".strikethrough());
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |         strikethrough StrikeThroughDisplay,
[INFO] [stdout]     |         ------------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reversed` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout] 31  |     println!("{}", "reverse".reversed());
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:365:9
[INFO] [stdout]     |
[INFO] [stdout] 365 |         reversed ReversedDisplay,
[INFO] [stdout]     |         -------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `hidden` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:32:26
[INFO] [stdout]     |
[INFO] [stdout] 32  |     println!("1{}3", "2".hidden());
[INFO] [stdout]     |                          ^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:367:9
[INFO] [stdout]     |
[INFO] [stdout] 367 |         hidden HiddenDisplay,
[INFO] [stdout]     |         ------ the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `blink` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:33:28
[INFO] [stdout]     |
[INFO] [stdout] 33  |     println!("{}", "blink".blink());
[INFO] [stdout]     |                            ^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:361:9
[INFO] [stdout]     |
[INFO] [stdout] 361 |         blink BlinkDisplay,
[INFO] [stdout]     |         ----- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `blink_fast` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:34:33
[INFO] [stdout]     |
[INFO] [stdout] 34  |     println!("{}", "blink fast".blink_fast());
[INFO] [stdout]     |                                 ^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |         blink_fast BlinkFastDisplay,
[INFO] [stdout]     |         ---------- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `red` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> examples/colors.rs:37:39
[INFO] [stdout]     |
[INFO] [stdout] 37  |     let red_on_white = "red on white".red().on_white();
[INFO] [stdout]     |                                       ^^^ method not found in `&str`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:295:18
[INFO] [stdout]     |
[INFO] [stdout] 295 |         Red      red      on_red,
[INFO] [stdout]     |                  --- the method is available for `&'static str` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use kxxt_owo_colors::OwoColorize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 39 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kxxt-owo-colors` (example "colors") due to 40 previous errors
[INFO] [stdout] error: aborting due to 4 previous errors
[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 `kxxt-owo-colors` (example "all_xterm_colors") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "94eb0212538996541600addd368d041f4510b89b23771296e17b0a928a9f639b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94eb0212538996541600addd368d041f4510b89b23771296e17b0a928a9f639b", kill_on_drop: false }`
[INFO] [stdout] 94eb0212538996541600addd368d041f4510b89b23771296e17b0a928a9f639b
