[INFO] fetching crate dreg-core 0.2.2...
[INFO] testing dreg-core-0.2.2 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate dreg-core 0.2.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate dreg-core 0.2.2
[INFO] finished tweaking crates.io crate dreg-core 0.2.2
[INFO] tweaked toml for crates.io crate dreg-core 0.2.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dreg-core 0.2.2 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding compact_str v0.8.1 (available: v0.9.0)
[INFO] [stderr]       Adding unicode-width v0.1.14 (available: v0.2.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded compact_str v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d01de15990d6e479df4311c52bfdd19152a464923628d4bb96d9d49475573abc
[INFO] running `Command { std: "docker" "start" "-a" "d01de15990d6e479df4311c52bfdd19152a464923628d4bb96d9d49475573abc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d01de15990d6e479df4311c52bfdd19152a464923628d4bb96d9d49475573abc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d01de15990d6e479df4311c52bfdd19152a464923628d4bb96d9d49475573abc", kill_on_drop: false }`
[INFO] [stdout] d01de15990d6e479df4311c52bfdd19152a464923628d4bb96d9d49475573abc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac725a0bb5b0f97258d4a002fceeda5b889a0bed973dc36458bfd73f3efcb716
[INFO] running `Command { std: "docker" "start" "-a" "ac725a0bb5b0f97258d4a002fceeda5b889a0bed973dc36458bfd73f3efcb716", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling dreg-core v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:365:11
[INFO] [stdout]     |
[INFO] [stdout] 365 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:300:23
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |                 #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:327:19
[INFO] [stdout]     |
[INFO] [stdout] 327 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:332:23
[INFO] [stdout]     |
[INFO] [stdout] 332 |             #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:448:15
[INFO] [stdout]     |
[INFO] [stdout] 448 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:464:19
[INFO] [stdout]     |
[INFO] [stdout] 464 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:485:15
[INFO] [stdout]     |
[INFO] [stdout] 485 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 26 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/style.rs:191:15
[INFO] [stdout]     |
[INFO] [stdout] 191 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:387:36
[INFO] [stdout]     |
[INFO] [stdout] 387 |             symbol: CompactString::new_inline(symbol),
[INFO] [stdout]     |                                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:482:38
[INFO] [stdout]     |
[INFO] [stdout] 482 |         self.symbol = CompactString::new_inline(" ");
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_symbol` is never used
[INFO] [stdout]    --> src/buffer.rs:412:19
[INFO] [stdout]     |
[INFO] [stdout] 375 | impl Cell {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     pub(crate) fn append_symbol(&mut self, symbol: &str) -> &mut Self {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "ac725a0bb5b0f97258d4a002fceeda5b889a0bed973dc36458bfd73f3efcb716", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac725a0bb5b0f97258d4a002fceeda5b889a0bed973dc36458bfd73f3efcb716", kill_on_drop: false }`
[INFO] [stdout] ac725a0bb5b0f97258d4a002fceeda5b889a0bed973dc36458bfd73f3efcb716
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e036972ef8faa9f3c7677c57db3869cf7f8843b36eabee55c269ebaf0e27736c
[INFO] running `Command { std: "docker" "start" "-a" "e036972ef8faa9f3c7677c57db3869cf7f8843b36eabee55c269ebaf0e27736c", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:365:11
[INFO] [stdout]     |
[INFO] [stdout] 365 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:300:23
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dreg-core v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |                 #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:327:19
[INFO] [stdout]     |
[INFO] [stdout] 327 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:332:23
[INFO] [stdout]     |
[INFO] [stdout] 332 |             #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:448:15
[INFO] [stdout]     |
[INFO] [stdout] 448 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:464:19
[INFO] [stdout]     |
[INFO] [stdout] 464 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:485:15
[INFO] [stdout]     |
[INFO] [stdout] 485 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 26 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/style.rs:191:15
[INFO] [stdout]     |
[INFO] [stdout] 191 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:387:36
[INFO] [stdout]     |
[INFO] [stdout] 387 |             symbol: CompactString::new_inline(symbol),
[INFO] [stdout]     |                                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:482:38
[INFO] [stdout]     |
[INFO] [stdout] 482 |         self.symbol = CompactString::new_inline(" ");
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_symbol` is never used
[INFO] [stdout]    --> src/buffer.rs:412:19
[INFO] [stdout]     |
[INFO] [stdout] 375 | impl Cell {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     pub(crate) fn append_symbol(&mut self, symbol: &str) -> &mut Self {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:365:11
[INFO] [stdout]     |
[INFO] [stdout] 365 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:300:23
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |                 #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:327:19
[INFO] [stdout]     |
[INFO] [stdout] 327 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:332:23
[INFO] [stdout]     |
[INFO] [stdout] 332 |             #[cfg(not(feature = "underline-color"))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:448:15
[INFO] [stdout]     |
[INFO] [stdout] 448 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:464:19
[INFO] [stdout]     |
[INFO] [stdout] 464 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/buffer.rs:485:15
[INFO] [stdout]     |
[INFO] [stdout] 485 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[cfg(feature = "underline-color")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]   --> src/style.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 26 |             #[cfg(feature = "underline-color")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stdout]    --> src/style.rs:191:15
[INFO] [stdout]     |
[INFO] [stdout] 191 |         #[cfg(feature = "underline-color")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:387:36
[INFO] [stdout]     |
[INFO] [stdout] 387 |             symbol: CompactString::new_inline(symbol),
[INFO] [stdout]     |                                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stdout]    --> src/buffer.rs:482:38
[INFO] [stdout]     |
[INFO] [stdout] 482 |         self.symbol = CompactString::new_inline(" ");
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_symbol` is never used
[INFO] [stdout]    --> src/buffer.rs:412:19
[INFO] [stdout]     |
[INFO] [stdout] 375 | impl Cell {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     pub(crate) fn append_symbol(&mut self, symbol: &str) -> &mut Self {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "e036972ef8faa9f3c7677c57db3869cf7f8843b36eabee55c269ebaf0e27736c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e036972ef8faa9f3c7677c57db3869cf7f8843b36eabee55c269ebaf0e27736c", kill_on_drop: false }`
[INFO] [stdout] e036972ef8faa9f3c7677c57db3869cf7f8843b36eabee55c269ebaf0e27736c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e96073e413a9a4c6edcbd7b419b7194ec1b8c7f0b4619371e403587637ef4bca
[INFO] running `Command { std: "docker" "start" "-a" "e96073e413a9a4c6edcbd7b419b7194ec1b8c7f0b4619371e403587637ef4bca", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:365:11
[INFO] [stderr]     |
[INFO] [stderr] 365 |     #[cfg(feature = "underline-color")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:300:23
[INFO] [stderr]     |
[INFO] [stderr] 300 |                 #[cfg(feature = "underline-color")]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:308:27
[INFO] [stderr]     |
[INFO] [stderr] 308 |                 #[cfg(not(feature = "underline-color"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:327:19
[INFO] [stderr]     |
[INFO] [stderr] 327 |             #[cfg(feature = "underline-color")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:332:23
[INFO] [stderr]     |
[INFO] [stderr] 332 |             #[cfg(not(feature = "underline-color"))]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:390:19
[INFO] [stderr]     |
[INFO] [stderr] 390 |             #[cfg(feature = "underline-color")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:448:15
[INFO] [stderr]     |
[INFO] [stderr] 448 |         #[cfg(feature = "underline-color")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:464:19
[INFO] [stderr]     |
[INFO] [stderr] 464 |             #[cfg(feature = "underline-color")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/buffer.rs:485:15
[INFO] [stderr]     |
[INFO] [stderr] 485 |         #[cfg(feature = "underline-color")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]   --> src/style.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 |     #[cfg(feature = "underline-color")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]   --> src/style.rs:26:19
[INFO] [stderr]    |
[INFO] [stderr] 26 |             #[cfg(feature = "underline-color")]
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `underline-color`
[INFO] [stderr]    --> src/style.rs:191:15
[INFO] [stderr]     |
[INFO] [stderr] 191 |         #[cfg(feature = "underline-color")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `underline-color` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stderr]    --> src/buffer.rs:387:36
[INFO] [stderr]     |
[INFO] [stderr] 387 |             symbol: CompactString::new_inline(symbol),
[INFO] [stderr]     |                                    ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `compact_str::CompactString::new_inline`: replaced by CompactString::const_new, will be removed in 0.9.0
[INFO] [stderr]    --> src/buffer.rs:482:38
[INFO] [stderr]     |
[INFO] [stderr] 482 |         self.symbol = CompactString::new_inline(" ");
[INFO] [stderr]     |                                      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `append_symbol` is never used
[INFO] [stderr]    --> src/buffer.rs:412:19
[INFO] [stderr]     |
[INFO] [stderr] 375 | impl Cell {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 412 |     pub(crate) fn append_symbol(&mut self, symbol: &str) -> &mut Self {
[INFO] [stderr]     |                   ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dreg-core` (lib) generated 15 warnings
[INFO] [stderr] warning: `dreg-core` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dreg_core-71b45b3170c4151c)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test primitives::tests::rect_splitting_with_offset ... ok
[INFO] [stdout] test primitives::tests::fixed_issue4 ... ok
[INFO] [stdout] test primitives::tests::rect_splitting ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dreg_core
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/context.rs - context::Scancode (line 74) ... FAILED
[INFO] [stdout] test src/style.rs - style::Color::from_hsl (line 556) ... FAILED
[INFO] [stdout] test src/style.rs - style::Modifier (line 260) ... FAILED
[INFO] [stdout] test src/style.rs - style::Color (line 333) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/context.rs - context::Scancode (line 74) stdout ----
[INFO] [stdout] error[E0608]: cannot index into a value of type `{integer}`
[INFO] [stdout]   --> src/context.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | [1]   [59][60][61][62]   [63][64][65][66]   [67][68][87][88]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0608`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/style.rs - style::Color::from_hsl (line 556) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    --> src/style.rs:557:5
[INFO] [stdout]     |
[INFO] [stdout] 557 | use ratatui::prelude::*;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Color` in this scope
[INFO] [stdout]    --> src/style.rs:559:12
[INFO] [stdout]     |
[INFO] [stdout] 559 | let color: Color = Color::from_hsl(360.0, 100.0, 100.0);
[INFO] [stdout]     |            ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:559:20
[INFO] [stdout]     |
[INFO] [stdout] 559 | let color: Color = Color::from_hsl(360.0, 100.0, 100.0);
[INFO] [stdout]     |                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:560:19
[INFO] [stdout]     |
[INFO] [stdout] 560 | assert_eq!(color, Color::Rgb(255, 255, 255));
[INFO] [stdout]     |                   ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Color` in this scope
[INFO] [stdout]    --> src/style.rs:562:12
[INFO] [stdout]     |
[INFO] [stdout] 562 | let color: Color = Color::from_hsl(0.0, 0.0, 0.0);
[INFO] [stdout]     |            ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:562:20
[INFO] [stdout]     |
[INFO] [stdout] 562 | let color: Color = Color::from_hsl(0.0, 0.0, 0.0);
[INFO] [stdout]     |                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:563:19
[INFO] [stdout]     |
[INFO] [stdout] 563 | assert_eq!(color, Color::Rgb(0, 0, 0));
[INFO] [stdout]     |                   ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 556 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/style.rs - style::Modifier (line 260) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `dreg`
[INFO] [stdout]    --> src/style.rs:261:5
[INFO] [stdout]     |
[INFO] [stdout] 261 | use dreg::prelude::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `dreg`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dreg`, use `cargo add dreg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Modifier`
[INFO] [stdout]    --> src/style.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | let m = Modifier::BOLD | Modifier::ITALIC;
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared type `Modifier`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 260 + use dreg_core::prelude::Modifier;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Modifier`
[INFO] [stdout]    --> src/style.rs:263:26
[INFO] [stdout]     |
[INFO] [stdout] 263 | let m = Modifier::BOLD | Modifier::ITALIC;
[INFO] [stdout]     |                          ^^^^^^^^ use of undeclared type `Modifier`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 260 + use dreg_core::prelude::Modifier;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/style.rs - style::Color (line 333) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    --> src/style.rs:336:5
[INFO] [stdout]     |
[INFO] [stdout] 336 | use ratatui::prelude::*;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:338:12
[INFO] [stdout]     |
[INFO] [stdout] 338 | assert_eq!(Color::from_str("red"), Ok(Color::Red));
[INFO] [stdout]     |            ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:338:39
[INFO] [stdout]     |
[INFO] [stdout] 338 | assert_eq!(Color::from_str("red"), Ok(Color::Red));
[INFO] [stdout]     |                                       ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:339:30
[INFO] [stdout]     |
[INFO] [stdout] 339 | assert_eq!("red".parse(), Ok(Color::Red));
[INFO] [stdout]     |                              ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 | assert_eq!("lightred".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                   ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:341:36
[INFO] [stdout]     |
[INFO] [stdout] 341 | assert_eq!("light red".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:342:36
[INFO] [stdout]     |
[INFO] [stdout] 342 | assert_eq!("light-red".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:343:36
[INFO] [stdout]     |
[INFO] [stdout] 343 | assert_eq!("light_red".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:344:35
[INFO] [stdout]     |
[INFO] [stdout] 344 | assert_eq!("lightRed".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                   ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:345:37
[INFO] [stdout]     |
[INFO] [stdout] 345 | assert_eq!("bright red".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                     ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:346:37
[INFO] [stdout]     |
[INFO] [stdout] 346 | assert_eq!("bright-red".parse(), Ok(Color::LightRed));
[INFO] [stdout]     |                                     ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:347:33
[INFO] [stdout]     |
[INFO] [stdout] 347 | assert_eq!("silver".parse(), Ok(Color::Gray));
[INFO] [stdout]     |                                 ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:348:36
[INFO] [stdout]     |
[INFO] [stdout] 348 | assert_eq!("dark-grey".parse(), Ok(Color::DarkGray));
[INFO] [stdout]     |                                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:349:36
[INFO] [stdout]     |
[INFO] [stdout] 349 | assert_eq!("dark gray".parse(), Ok(Color::DarkGray));
[INFO] [stdout]     |                                    ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:350:38
[INFO] [stdout]     |
[INFO] [stdout] 350 | assert_eq!("light-black".parse(), Ok(Color::DarkGray));
[INFO] [stdout]     |                                      ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 | assert_eq!("white".parse(), Ok(Color::White));
[INFO] [stdout]     |                                ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout]    --> src/style.rs:352:39
[INFO] [stdout]     |
[INFO] [stdout] 352 | assert_eq!("bright white".parse(), Ok(Color::White));
[INFO] [stdout]     |                                       ^^^^^ use of undeclared type `Color`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 333 + use dreg_core::prelude::Color;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 17 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/context.rs - context::Scancode (line 74)
[INFO] [stdout]     src/style.rs - style::Color (line 333)
[INFO] [stdout]     src/style.rs - style::Color::from_hsl (line 556)
[INFO] [stdout]     src/style.rs - style::Modifier (line 260)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e96073e413a9a4c6edcbd7b419b7194ec1b8c7f0b4619371e403587637ef4bca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e96073e413a9a4c6edcbd7b419b7194ec1b8c7f0b4619371e403587637ef4bca", kill_on_drop: false }`
[INFO] [stdout] e96073e413a9a4c6edcbd7b419b7194ec1b8c7f0b4619371e403587637ef4bca
