[INFO] fetching crate rsass 0.29.2... [INFO] testing rsass-0.29.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rsass 0.29.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate rsass 0.29.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rsass 0.29.2 [INFO] tweaked toml for crates.io crate rsass 0.29.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rsass 0.29.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rsass 0.29.2 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73a8f209be6cee513ef2424fd0a1f54db7861f7e52ecca5e52d656506051ce94 [INFO] running `Command { std: "docker" "start" "-a" "73a8f209be6cee513ef2424fd0a1f54db7861f7e52ecca5e52d656506051ce94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73a8f209be6cee513ef2424fd0a1f54db7861f7e52ecca5e52d656506051ce94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73a8f209be6cee513ef2424fd0a1f54db7861f7e52ecca5e52d656506051ce94", kill_on_drop: false }` [INFO] [stdout] 73a8f209be6cee513ef2424fd0a1f54db7861f7e52ecca5e52d656506051ce94 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5b68664cb1996f66adbe70b5d0fcb2cada2b6815b1500ad61f173b2d931ccc4e [INFO] running `Command { std: "docker" "start" "-a" "5b68664cb1996f66adbe70b5d0fcb2cada2b6815b1500ad61f173b2d931ccc4e", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling nom-language v0.1.0 [INFO] [stderr] Compiling rsass v0.29.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/binop.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/value.rs:270:19 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/input/sourcepos.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ordermap.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<(K, V)> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<'_, (K, V)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest; [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:144:19 [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:226:22 [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:342:19 [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:345:22 [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:368:21 [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:537:31 [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span) -> Result<&str, Utf8Error> { [INFO] [stdout] | ^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span<'_>) -> Result<&str, Utf8Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/css/strings.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:423:33 [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow<'_, Rgba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow<'_, Hsla> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:82:20 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow<'_, Hwba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/hsla.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/rgba.rs:179:19 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/number.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/numeric.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s [INFO] running `Command { std: "docker" "inspect" "5b68664cb1996f66adbe70b5d0fcb2cada2b6815b1500ad61f173b2d931ccc4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b68664cb1996f66adbe70b5d0fcb2cada2b6815b1500ad61f173b2d931ccc4e", kill_on_drop: false }` [INFO] [stdout] 5b68664cb1996f66adbe70b5d0fcb2cada2b6815b1500ad61f173b2d931ccc4e [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a594527e1ce7df0fc45a1a8b392f34ac6d63b3d462ca58bf28580fd7c7f010cc [INFO] running `Command { std: "docker" "start" "-a" "a594527e1ce7df0fc45a1a8b392f34ac6d63b3d462ca58bf28580fd7c7f010cc", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rsass v0.29.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/binop.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/value.rs:270:19 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/input/sourcepos.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ordermap.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<(K, V)> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<'_, (K, V)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest; [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:144:19 [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:226:22 [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:342:19 [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:345:22 [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:368:21 [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:537:31 [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span) -> Result<&str, Utf8Error> { [INFO] [stdout] | ^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span<'_>) -> Result<&str, Utf8Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/css/strings.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:423:33 [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow<'_, Rgba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow<'_, Hsla> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:82:20 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow<'_, Hwba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/hsla.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/rgba.rs:179:19 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/number.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/numeric.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/binop.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/css/value.rs:270:19 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/input/sourcepos.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) fn borrow(&self) -> Span<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ordermap.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<(K, V)> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> Iter<'_, (K, V)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdata.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | fn start_nsrule(&mut self, _name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest; [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result; [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 17 | fn start_nsrule(&mut self, name: String) -> Result>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:144:19 [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 159 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:226:22 [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:342:19 [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:345:22 [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/output/cssdest.rs:368:21 [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 368 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:537:31 [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span) -> Result<&str, Utf8Error> { [INFO] [stdout] | ^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 537 | pub(crate) fn input_to_str(s: Span<'_>) -> Result<&str, Utf8Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/css/strings.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 140 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 417 | fn str_plain_part(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/strings.rs:423:33 [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stdout] | ^^^^ ------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 423 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/value.rs:745:15 [INFO] [stdout] | [INFO] [stdout] 745 | expr: Span, [INFO] [stdout] | ^^^^ this lifetime flows to the output [INFO] [stdout] 746 | ) -> Result<(SassString, CallArgs, &[u8]), String> { [INFO] [stdout] | ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 745 | expr: Span<'_>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn to_rgba(&self) -> Cow<'_, Rgba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn to_hsla(&self) -> Cow<'_, Hsla> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:82:20 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn to_hwba(&self) -> Cow<'_, Hwba> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/mod.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/hsla.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/colors/rgba.rs:179:19 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/number.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/value/numeric.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 47.29s [INFO] running `Command { std: "docker" "inspect" "a594527e1ce7df0fc45a1a8b392f34ac6d63b3d462ca58bf28580fd7c7f010cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a594527e1ce7df0fc45a1a8b392f34ac6d63b3d462ca58bf28580fd7c7f010cc", kill_on_drop: false }` [INFO] [stdout] a594527e1ce7df0fc45a1a8b392f34ac6d63b3d462ca58bf28580fd7c7f010cc [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3f6465e2d98d91b5c2ad6b5b6e58a47aa6e17cd9208b0f7262e70e23799f2aca [INFO] running `Command { std: "docker" "start" "-a" "3f6465e2d98d91b5c2ad6b5b6e58a47aa6e17cd9208b0f7262e70e23799f2aca", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/css/binop.rs:92:19 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 92 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/css/value.rs:270:19 [INFO] [stderr] | [INFO] [stderr] 270 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 270 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/input/sourcepos.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | pub(crate) fn borrow(&self) -> Span { [INFO] [stderr] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 28 | pub(crate) fn borrow(&self) -> Span<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ordermap.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn iter(&self) -> Iter<(K, V)> { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 24 | pub fn iter(&self) -> Iter<'_, (K, V)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdata.rs:89:19 [INFO] [stderr] | [INFO] [stderr] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 89 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdata.rs:92:22 [INFO] [stderr] | [INFO] [stderr] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 92 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdata.rs:95:21 [INFO] [stderr] | [INFO] [stderr] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 95 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdata.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | fn start_nsrule(&mut self, _name: String) -> Result { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 98 | fn start_nsrule(&mut self, _name: String) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result; [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 14 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest; [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 15 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest; [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 16 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | fn start_nsrule(&mut self, name: String) -> Result; [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 17 | fn start_nsrule(&mut self, name: String) -> Result>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:71:19 [INFO] [stderr] | [INFO] [stderr] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 71 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 83 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 97 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:144:19 [INFO] [stderr] | [INFO] [stderr] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 144 | fn start_rule(&mut self, _selectors: CssSelectorSet) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:147:22 [INFO] [stderr] | [INFO] [stderr] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 147 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:150:21 [INFO] [stderr] | [INFO] [stderr] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 150 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 159 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:223:19 [INFO] [stderr] | [INFO] [stderr] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 223 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:226:22 [INFO] [stderr] | [INFO] [stderr] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 226 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:235:21 [INFO] [stderr] | [INFO] [stderr] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 235 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:249:21 [INFO] [stderr] | [INFO] [stderr] 249 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 249 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:342:19 [INFO] [stderr] | [INFO] [stderr] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 342 | fn start_rule(&mut self, selectors: CssSelectorSet) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:345:22 [INFO] [stderr] | [INFO] [stderr] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 345 | fn start_atmedia(&mut self, args: MediaArgs) -> AtMediaDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:354:21 [INFO] [stderr] | [INFO] [stderr] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 354 | fn start_atrule(&mut self, name: String, args: Value) -> AtRuleDest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/output/cssdest.rs:368:21 [INFO] [stderr] | [INFO] [stderr] 368 | fn start_nsrule(&mut self, name: String) -> Result { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 368 | fn start_nsrule(&mut self, name: String) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:537:31 [INFO] [stderr] | [INFO] [stderr] 537 | pub(crate) fn input_to_str(s: Span) -> Result<&str, Utf8Error> { [INFO] [stderr] | ^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 537 | pub(crate) fn input_to_str(s: Span<'_>) -> Result<&str, Utf8Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/css/strings.rs:140:33 [INFO] [stderr] | [INFO] [stderr] 140 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stderr] | ^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 140 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/strings.rs:417:26 [INFO] [stderr] | [INFO] [stderr] 417 | fn str_plain_part(input: Span) -> PResult<&str> { [INFO] [stderr] | ^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 417 | fn str_plain_part(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/strings.rs:423:33 [INFO] [stderr] | [INFO] [stderr] 423 | fn hash_no_interpolation(input: Span) -> PResult<&str> { [INFO] [stderr] | ^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 423 | fn hash_no_interpolation(input: Span<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/mod.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn to_rgba(&self) -> Cow { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 60 | pub fn to_rgba(&self) -> Cow<'_, Rgba> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/mod.rs:71:20 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn to_hsla(&self) -> Cow { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 71 | pub fn to_hsla(&self) -> Cow<'_, Hsla> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/mod.rs:82:20 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn to_hwba(&self) -> Cow { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 82 | pub fn to_hwba(&self) -> Cow<'_, Hwba> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/mod.rs:157:19 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 157 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/hsla.rs:75:19 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 75 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/colors/rgba.rs:179:19 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 179 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/number.rs:123:19 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 123 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/value/numeric.rs:93:19 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn format(&self, format: Format) -> Formatted { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 93 | pub fn format(&self, format: Format) -> Formatted<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `rsass` (lib) generated 40 warnings (run `cargo fix --lib -p rsass` to apply 40 suggestions) [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/value.rs:745:15 [INFO] [stderr] | [INFO] [stderr] 745 | expr: Span, [INFO] [stderr] | ^^^^ this lifetime flows to the output [INFO] [stderr] 746 | ) -> Result<(SassString, CallArgs, &[u8]), String> { [INFO] [stderr] | ----- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 745 | expr: Span<'_>, [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rsass` (lib test) generated 41 warnings (40 duplicates) (run `cargo fix --lib -p rsass --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rsass-f3c44f0f91b1d8a0) [INFO] [stdout] [INFO] [stdout] running 156 tests [INFO] [stdout] test parser::selectors::test::foo1_selector ... ok [INFO] [stdout] test parser::selectors::test::escaped_simple_selector ... ok [INFO] [stdout] test parser::selectors::test::child_selector ... ok [INFO] [stdout] test parser::selectors::test::pseudo_selector ... ok [INFO] [stdout] test parser::selectors::test::selectors_simple ... ok [INFO] [stdout] test parser::selectors::test::selector2 ... ok [INFO] [stdout] test parser::util::test::comment_simple ... ok [INFO] [stdout] test parser::selectors::test::pseudo_on_simple_selector ... ok [INFO] [stdout] test parser::test_parse_value_data_2 ... ok [INFO] [stdout] test parser::util::test::comment_with_stars ... ok [INFO] [stdout] test parser::util::test::comment_with_stars2 ... ok [INFO] [stdout] test parser::test_parse_value_data_1 ... ok [INFO] [stdout] test parser::value::test::color_long ... ok [INFO] [stdout] test parser::media::test_media_args_1 ... ok [INFO] [stdout] test parser::selectors::test::simple_selector ... ok [INFO] [stdout] test parser::value::test::color_short ... ok [INFO] [stdout] test parser::value::test::call_one_arg ... ok [INFO] [stdout] test parser::value::test::map_nq ... ok [INFO] [stdout] test parser::media::test_media_args_2 ... ok [INFO] [stdout] test parser::value::test::call_no_args ... ok [INFO] [stdout] test parser::value::test::paren_literal ... ok [INFO] [stdout] test parser::value::test::paren_multi ... ok [INFO] [stdout] test parser::value::test::multi_comma_trailing ... ok [INFO] [stdout] test parser::value::test::multi_comma ... ok [INFO] [stdout] test parser::value::test::paren_multi_comma ... ok [INFO] [stdout] test parser::value::test::parse_bracket_array ... ok [INFO] [stdout] test parser::value::test::paren_multi_comma_trailing ... ok [INFO] [stdout] test parser::value::test::parse_bracket_empty_array ... ok [INFO] [stdout] test parser::value::test::parse_bracket_comma_array ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal_in_arg ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal_in_arg_2 ... ok [INFO] [stdout] test parser::value::test::simple_number_neg ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec_pos ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec_neg ... ok [INFO] [stdout] test parser::value::test::simple_number_dec ... ok [INFO] [stdout] test parser::value::test::simple_number_pos ... ok [INFO] [stdout] test parser::value::test::simple_value_literal ... ok [INFO] [stdout] test parser::value::test::simple_number ... ok [INFO] [stdout] test parser::value::test::simple_value_literal_color ... ok [INFO] [stdout] test parser::value::test::simple_value_variable ... ok [INFO] [stdout] test sass::functions::color::other::test::ie_hex_str_b ... ok [INFO] [stdout] test sass::functions::color::other::test::ie_hex_str_a ... ok [INFO] [stdout] test sass::functions::list::test::append_a ... ok [INFO] [stdout] test sass::functions::list::test::append_c ... ok [INFO] [stdout] test sass::functions::list::test::append_b ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_white ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_blue_magenta ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_red ... ok [INFO] [stdout] test sass::functions::list::test::append_e ... ok [INFO] [stdout] test sass::functions::list::test::is_bracketed ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_black ... ok [INFO] [stdout] test sass::functions::color::rgb::test::test_high ... ok [INFO] [stdout] test sass::functions::list::test::append_d ... ok [INFO] [stdout] test sass::functions::list::test::join::bracketed_and_separator ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_yellow ... ok [INFO] [stdout] test sass::functions::color::other::test::ie_hex_str_c ... ok [INFO] [stdout] test sass::functions::color::hsl::test_hsl_gray ... ok [INFO] [stdout] test sass::functions::list::test::join::bracketed_false ... ok [INFO] [stdout] test sass::functions::list::test::join::both_bracketed ... ok [INFO] [stdout] test sass::functions::color::rgb::test::test_low ... ok [INFO] [stdout] test sass::functions::list::test::join::first_bracketed ... ok [INFO] [stdout] test sass::functions::list::test::join::bracketed_true ... ok [INFO] [stdout] test sass::functions::list::test::join::bracketed_null ... ok [INFO] [stdout] test sass::functions::list::test::join::second_bracketed ... ok [INFO] [stdout] test sass::functions::map::test::map_get::b ... ok [INFO] [stdout] test sass::functions::map::test::map_get::a ... ok [INFO] [stdout] test sass::functions::meta::test::type_of_color_by_name ... ok [INFO] [stdout] test sass::functions::map::test::map_has_key::b ... ok [INFO] [stdout] test sass::functions::meta::test::type_of_number ... ok [INFO] [stdout] test sass::functions::map::test::map_has_key::a ... ok [INFO] [stdout] test sass::functions::list::test::join::separator_and_bracketed ... ok [INFO] [stdout] test sass::functions::list::test::join::unusual_bracketed_type ... ok [INFO] [stdout] test sass::functions::list::test::join::separator_and_bracketed_positional ... ok [INFO] [stdout] test sass::functions::meta::test::type_of_color ... ok [INFO] [stdout] test sass::functions::list::test::zip ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t03 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t04 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t05 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t10 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t09 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t13 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t11 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t01 ... ok [INFO] [stdout] test sass::functions::meta::test::type_of_string ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t06 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t02 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t14 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t08 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t07 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t12 ... ok [INFO] [stdout] test sass::functions::map::test::map_get::c ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t15 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t18 ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t20 ... ok [INFO] [stdout] test sass::functions::meta::test::unitless_b ... ok [INFO] [stdout] test sass::functions::meta::test::variable_exists_not ... ok [INFO] [stdout] test sass::functions::meta::test::variable_exists_null ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t19 ... ok [INFO] [stdout] test sass::functions::meta::test::unitless_a ... ok [INFO] [stdout] test sass::functions::meta::test::types_4_0::t17 ... ok [INFO] [stdout] test sass::functions::test_nth ... ok [INFO] [stdout] test sass::name::test ... ok [INFO] [stdout] test sass::functions::meta::test::variable_exists_not_null ... ok [INFO] [stdout] test sass::functions::test_rgb ... ok [INFO] [stdout] test value::colors::rgba::get_black ... ok [INFO] [stdout] test sass::variabledeclaration::parser::test_variable_declaration_global ... ok [INFO] [stdout] test value::colors::rgba::get_none ... ok [INFO] [stdout] test sass::variabledeclaration::parser::test_variable_declaration_simple ... ok [INFO] [stdout] test sass::variabledeclaration::parser::test_variable_declaration_default ... ok [INFO] [stdout] test value::colors::rgba::get_none_by_name ... ok [INFO] [stdout] test value::colors::rgba::get_red_by_name ... ok [INFO] [stdout] test value::list_separator::check_sep_order ... ok [INFO] [stdout] test value::number::debug_float ... ok [INFO] [stdout] test value::number::debug_int_value ... ok [INFO] [stdout] test value::number::debug_integer ... ok [INFO] [stdout] test value::number::debug_long_integer ... ok [INFO] [stdout] test variablescope::test::color_mixed_args ... ok [INFO] [stdout] test variablescope::test::color_simple_rgba ... ok [INFO] [stdout] test variablescope::test::color_unchanged_1 ... ok [INFO] [stdout] test variablescope::test::div_slash_1 ... ok [INFO] [stdout] test variablescope::test::div_slash_5 ... ok [INFO] [stdout] test variablescope::test::div_slash_2 ... ok [INFO] [stdout] test variablescope::test::color_unchanged_2 ... ok [INFO] [stdout] test variablescope::test::div_slash_4 ... ok [INFO] [stdout] test variablescope::test::color_named_args ... ok [INFO] [stdout] test variablescope::test::double_div_1 ... ok [INFO] [stdout] test variablescope::test::double_div_2 ... ok [INFO] [stdout] test variablescope::test::div_slash_6 ... ok [INFO] [stdout] test variablescope::test::double_div_4 ... ok [INFO] [stdout] test variablescope::test::double_div_5 ... ok [INFO] [stdout] test variablescope::test::equal_true ... ok [INFO] [stdout] test variablescope::test::double_div_3 ... ok [INFO] [stdout] test variablescope::test::function_if ... ok [INFO] [stdout] test variablescope::test::equal_false ... ok [INFO] [stdout] test variablescope::test::negative_in_arithmetic ... ok [INFO] [stdout] test variablescope::test::long_div_and_mul_sequence ... ok [INFO] [stdout] test variablescope::test::not_equal_true ... ok [INFO] [stdout] test variablescope::test::partial_variable_value ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic ... ok [INFO] [stdout] test variablescope::test::undefined_variable ... ok [INFO] [stdout] test variablescope::test::not_equal_false ... ok [INFO] [stdout] test variablescope::test::quoted_string ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic_3 ... ok [INFO] [stdout] test variablescope::test::sum_w_unit ... ok [INFO] [stdout] test variablescope::test::function_if_named ... ok [INFO] [stdout] test variablescope::test::function_if_false ... ok [INFO] [stdout] test variablescope::test::value_multiple_dashes ... ok [INFO] [stdout] test variablescope::test::variable_value ... ok [INFO] [stdout] test variablescope::test::function_if_named_dash ... ok [INFO] [stdout] test variablescope::test::url_keeps_parens ... ok [INFO] [stdout] test variablescope::test::unquote_string ... ok [INFO] [stdout] test variablescope::test::simple_boolean ... ok [INFO] [stdout] test variablescope::test::multi_multi ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 156 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/misc/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/misc-14c9350d7963e8c8) [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test basic::issue_175::single ... ok [INFO] [stdout] test basic::issue_175::double ... ok [INFO] [stdout] test basic::test_number_0 ... ok [INFO] [stdout] test basic::test_number_1 ... ok [INFO] [stdout] test basic::test_number_neg0 ... ok [INFO] [stdout] test basic::test_number_neg1 ... ok [INFO] [stdout] test basic::t15_arithmetic_and_lists_abcd ... ok [INFO] [stdout] test basic::test_number_nines_a ... ok [INFO] [stdout] test basic::test_number_nines_b ... ok [INFO] [stdout] test basic::test_number_nines_c ... ok [INFO] [stdout] test basic::import_raw_css ... ok [INFO] [stdout] test basic::test_number_nines_d ... ok [INFO] [stdout] test basic::div_simliar_unit ... ok [INFO] [stdout] test basic::test_number_zeroes_a ... ok [INFO] [stdout] test basic::test_number_zeroes_b ... ok [INFO] [stdout] test basic::clamp_same_unit ... ok [INFO] [stdout] test basic::test_number_nines_e ... ok [INFO] [stdout] test basic::test_number_nines_f ... ok [INFO] [stdout] test basic::t33_ambigous_imports ... ok [INFO] [stdout] test basic::clamp_bug ... ok [INFO] [stdout] test basic::test_rational_overflow_add ... ok [INFO] [stdout] test basic::load_raw_css ... ok [INFO] [stdout] test basic::test_rational_overflow_sub ... ok [INFO] [stdout] test basic::test_rational_overflow_mul ... ok [INFO] [stdout] test basic::test_rational_overflow_div ... ok [INFO] [stdout] test basic::txx_empty_rule ... ok [INFO] [stdout] test basic::skip_placeholders ... ok [INFO] [stdout] test basic::open_by_path_and_import ... ok [INFO] [stdout] test compressed::t01_simple_css ... ok [INFO] [stdout] test basic::issue_116 ... ok [INFO] [stdout] test basic::each_binds_multiple ... ok [INFO] [stdout] test basic::open_by_path_and_use ... ok [INFO] [stdout] test compressed::t02_simple_nesting ... ok [INFO] [stdout] test basic::different_numbers_should_compare_as_same ... ok [INFO] [stdout] test compressed::t03_simple_variable ... ok [INFO] [stdout] test basic::ti574_map_trailing_comma ... ok [INFO] [stdout] test basic::ti815_str_slice ... ok [INFO] [stdout] test compressed::t04_basic_variables ... ok [INFO] [stdout] test basic::minmax_interpolation ... ok [INFO] [stdout] test basic::use_raw_css ... ok [INFO] [stdout] test basic::t14_imports ... ok [INFO] [stdout] test css_parser::error_in_right_place ... ok [INFO] [stdout] test css_parser::plain_negative ... ok [INFO] [stdout] test css_parser::uncode_range ... ok [INFO] [stdout] test css_parser::url_as_function ... ok [INFO] [stdout] test css_parser::func_complex_args ... ok [INFO] [stdout] test basic::use_module_star ... ok [INFO] [stdout] test css_parser::pages_in_media ... ok [INFO] [stdout] test compressed::t10_classes_and_ids ... ok [INFO] [stdout] test compressed::t49_interpolants_in_css_imports ... ok [INFO] [stdout] test compressed::t08_selector_combinators ... ok [INFO] [stdout] test fuzz_cases::decimal_fraction_overflow ... ok [INFO] [stdout] test compressed::t05_empty_levels ... ok [INFO] [stdout] test fuzz_cases::decimal_integer_overflow ... ok [INFO] [stdout] test fuzz_cases::bad_escape ... ok [INFO] [stdout] test rust_functions::function_with_args ... ok [INFO] [stdout] test rust_functions::simple_value ... ok [INFO] [stdout] test scss::important_compact_input ... ok [INFO] [stdout] test rust_functions::simple_function ... ok [INFO] [stdout] test scss::additional_selectors ... ok [INFO] [stdout] test basic::use_module ... ok [INFO] [stdout] test scss::interpolation_sq ... ok [INFO] [stdout] test unicode::unicode_in_expanded ... ok [INFO] [stdout] test scss::backref_and_comma ... ok [INFO] [stdout] test unicode::unicode_in_compressed ... ok [INFO] [stdout] test compressed::t27_media_queries ... ok [INFO] [stdout] test scss::media2 ... ok [INFO] [stdout] test compressed::t50_wrapped_pseudo_selectors ... ok [INFO] [stdout] test compressed::t07_nested_simple_selector_groups ... ok [INFO] [stdout] test compressed::t06_nesting_and_comments ... ok [INFO] [stdout] test scss::comparable ... ok [INFO] [stdout] test selector_functions::parse ... ok [INFO] [stdout] test compressed::t15_arithmetic_and_lists ... ok [INFO] [stderr] Running tests/spec/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/spec-8dfb356be6be37a8) [INFO] [stdout] test compressed::t19_full_mixin_craziness ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12621 tests [INFO] [stdout] test callable::arguments::function::error::positional_after_named ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::keyword_rest ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::named::after_positional ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::named::alone ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::positional ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::rest::after_both ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::rest::after_named ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::rest::after_positional ... ignored [INFO] [stdout] test callable::arguments::function::trailing_comma::rest::alone ... ignored [INFO] [stdout] test callable::arguments::mixin::error::duplicate_named ... ignored [INFO] [stdout] test callable::arguments::mixin::error::duplicate_named_normalization ... ignored [INFO] [stdout] test callable::arguments::mixin::error::positional_after_named ... ignored [INFO] [stdout] test callable::arguments::mixin::error::comma_only ... ok [INFO] [stdout] test callable::arguments::function::error::comma_only ... ok [INFO] [stdout] test callable::parameters::function::error::comma_only ... ok [INFO] [stdout] test callable::parameters::mixin::error::comma_only ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::default::after_no_default ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::rest::after_default ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::default::alone ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::positional ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::rest::after_positional ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::rest::after_named ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::default::after_no_default ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::named::alone ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::named::after_positional ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::rest::alone ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::rest::alone ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::default::alone ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::no_default ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::rest::after_both ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::rest::after_no_default ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::rest::after_both ... ok [INFO] [stdout] test callable::parameters::function::trailing_comma::no_default ... ok [INFO] [stdout] test callable::whitespace::newlines::function::after_arg::scss ... ok [INFO] [stdout] test callable::arguments::mixin::trailing_comma::keyword_rest ... ok [INFO] [stdout] test callable::whitespace::newlines::function::after_colon::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function::after_list::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function::after_comma::scss ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::rest::alone ... ok [INFO] [stdout] test callable::whitespace::newlines::function::after_paren::scss ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::rest::after_default ... ok [INFO] [stdout] test callable::whitespace::newlines::function::before_colon::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function::before_list_arg::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function::before_paren::scss ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::rest::after_both ... ok [INFO] [stdout] test callable::whitespace::newlines::function::before_list::scss ... ok [INFO] [stdout] test callable::parameters::mixin::trailing_comma::rest::after_no_default ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::after_comma::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::after_arg::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::after_list::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::after_paren::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::before_list::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::after_colon::scss ... ok [INFO] [stdout] test core_functions::color::adjust::a98_rgb::all ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::alpha_arg ... ignored [INFO] [stdout] test callable::whitespace::newlines::function_invocation::before_list_arg::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::after_comma::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::before_paren::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::mixin::before_colon::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::after_arg::scss ... ok [INFO] [stdout] test core_functions::color::adjust::a98_rgb::alpha_input ... ignored [INFO] [stdout] test callable::whitespace::newlines::mixin::before_list_arg::scss ... ok [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::a98_rgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::all ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::display_p3::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::error::incompatible_channel::legacy_channel ... ignored [INFO] [stdout] test core_functions::color::adjust::error::incompatible_channel::modern_both ... ignored [INFO] [stdout] test core_functions::color::adjust::error::missing::alpha ... ignored [INFO] [stdout] test core_functions::color::adjust::error::missing::legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::error::missing::modern ... ignored [INFO] [stdout] test core_functions::color::adjust::error::missing::powerless::legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::error::missing::powerless::modern ... ignored [INFO] [stdout] test callable::whitespace::newlines::function_invocation::after_list::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::after_paren::scss ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::before_paren::scss ... ok [INFO] [stdout] test core_functions::color::adjust::error::args::unknown ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::before_list::scss ... ok [INFO] [stdout] test core_functions::color::adjust::error::args::too_many ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::before_colon::scss ... ok [INFO] [stdout] test core_functions::color::adjust::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::adjust::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::green_and_saturation ... ok [INFO] [stdout] test callable::whitespace::newlines::function_invocation::after_colon::scss ... ok [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::blue_and_lightness ... ok [INFO] [stdout] test core_functions::color::adjust::error::args::too_few ... ok [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::red_and_hue ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::adjust::error::test_type::alpha ... ok [INFO] [stdout] test core_functions::color::adjust::error::incompatible_channel::legacy_space ... ok [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::green_and_whiteness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::a98_rgb::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::red_and_blackness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::a98_rgb::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::a98_rgb::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::display_p3::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::display_p3::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::display_p3::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::test_type::blackness ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::none ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::saturation ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::hue ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::green ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::lightness ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::color ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::blue ... ok [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::lightness_and_whiteness ... ok [INFO] [stdout] test core_functions::color::adjust::error::test_type::red ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::lab::a ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::hwb::none::whiteness ... ok [INFO] [stdout] test core_functions::color::adjust::error::mixed_formats::saturation_and_blackness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::hwb::none::blackness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::lab::b ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::lab::lightness ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::lch::chroma ... ignored [INFO] [stdout] test core_functions::color::adjust::error::test_type::whiteness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::hwb::wrong::blackness ... ok [INFO] [stdout] test core_functions::color::adjust::error::units::lch::hue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::lch::lightness ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklab::a ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklab::b ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklab::lightness ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklch::chroma ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklch::hue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::oklch::lightness ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::prophoto_rgb::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::prophoto_rgb::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::prophoto_rgb::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::rec2020::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::rec2020::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::rec2020::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb_linear::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb_linear::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::srgb_linear::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz::red ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz_d50::blue ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz_d50::green ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::xyz_d50::red ... ignored [INFO] [stdout] test core_functions::color::adjust::global::non_legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::error::units::hwb::wrong::whiteness ... ok [INFO] [stdout] test core_functions::color::adjust::global::legacy ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::all ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::alpha_arg_above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::min ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::alpha_arg ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::min ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::alpha_input ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::arg_above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::max_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::fraction ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::middle ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::high ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::fraction ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::hue::negative ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::min_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::low ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::arg_below_min ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::zero ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::named ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::lightness::arg_above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::arg_above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::min ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::min ... ignored [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::min_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::high ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::max_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::all ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::zero ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::max_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::high ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::arg_below_min ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::zero ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::high ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::low ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::alpha_arg_above_max ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::min_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::a::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::max_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::low ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::alpha_input ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::max ... ok [INFO] [stdout] test core_functions::color::adjust::hsl::saturation::low ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::zero ... ok [INFO] [stdout] test core_functions::color::adjust::lab::a::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::a::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::a::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::a::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::a::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::all ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::b::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::lab::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::all ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::chroma::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::hue::turn ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::hue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::lch::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::hwb::named ... ok [INFO] [stdout] test core_functions::color::adjust::hwb::blackness::max ... ok [INFO] [stdout] test core_functions::color::adjust::oklab::a::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::a::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::a::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::a::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::hwb::whiteness::min_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::oklab::a::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::a::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::all ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::b::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::oklab::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::all ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::chroma::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::hue::turn ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::hue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::oklch::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::all ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::prophoto_rgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::all ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::rec2020::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::max_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::named ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::zero ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::all ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::blue::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::blue::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::blue::low ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::high ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::blue::max ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::min_remaining ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::alpha::low ... ok [INFO] [stdout] test core_functions::color::adjust::no_channels::positional ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::zero ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::blue::min ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::min ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::green::high ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::blue::zero ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::named ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::low ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::alpha_input ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::blue::high ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::max ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::red::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::space::identical ... ignored [INFO] [stdout] test core_functions::color::adjust::space::legacy::to_legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::space::legacy::to_modern ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::red::above_max ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::red::high ... ok [INFO] [stdout] test core_functions::color::adjust::space::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::adjust::space::missing::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::adjust::space::modern::to_legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::space::modern::to_modern ... ignored [INFO] [stdout] test core_functions::color::adjust::space::powerless::legacy ... ignored [INFO] [stdout] test core_functions::color::adjust::space::powerless::modern ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::all ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::red::low ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::green::below_min ... ok [INFO] [stdout] test core_functions::color::adjust::srgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::red::zero ... ok [INFO] [stdout] test core_functions::color::adjust::srgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::rgb::red::min ... ok [INFO] [stdout] test core_functions::color::adjust::rgb::red::max ... ok [INFO] [stdout] test core_functions::color::adjust::srgb::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::all ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::green::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::srgb_linear::red::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::units::hue::unknown ... ok [INFO] [stdout] test core_functions::color::adjust::units::alpha::unknown ... ok [INFO] [stdout] test core_functions::color::adjust::units::alpha::unitless ... ok [INFO] [stdout] test core_functions::color::adjust::xyz_d50::all ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::units::hue::angle ... ok [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::x::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::y::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d50::z::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::all ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::adjust::units::hue::unitless ... ok [INFO] [stdout] test core_functions::color::adjust::xyz_d65::alpha_input ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::x::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::units::lightness::percent ... ok [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::y::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::arg_above_max ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::arg_below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::units::alpha::percent ... ok [INFO] [stdout] test core_functions::color::adjust::units::saturation::percent ... ok [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::below_min ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::percent ... ignored [INFO] [stdout] test core_functions::color::adjust::xyz_d65::z::unitless ... ignored [INFO] [stdout] test core_functions::color::adjust::units::lightness::unitless ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::adjust_color ... ok [INFO] [stdout] test core_functions::color::adjust::units::lightness::unknown ... ok [INFO] [stdout] test core_functions::color::adjust::units::hue::deg ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::fade_in ... ok [INFO] [stdout] test core_functions::color::adjust::units::saturation::unitless ... ok [INFO] [stdout] test core_functions::color::adjust::units::saturation::unknown ... ok [INFO] [stdout] test core_functions::color::adjust_hue::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::adjust_hue::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::adjust_hue::error::test_type::hue ... ignored [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::desaturate ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::lighten ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::opacify ... ok [INFO] [stdout] test core_functions::color::adjust_hue::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::adjust_hue::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::transparentize ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::saturate ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::fade_out ... ok [INFO] [stdout] test core_functions::color::adjust_hue::max::test ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::darken ... ok [INFO] [stdout] test core_functions::color::adjust_hue::alpha::test ... ok [INFO] [stdout] test core_functions::color::adjust_hue::min::test ... ok [INFO] [stdout] test core_functions::color::adjust_hue::named::test ... ok [INFO] [stdout] test core_functions::color::adjust_hue::middle::test ... ok [INFO] [stdout] test core_functions::color::adjust_color::error::missing_globals::adjust_hue ... ok [INFO] [stdout] test core_functions::color::adjust_hue::above_max::test ... ok [INFO] [stdout] test core_functions::color::alpha::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::adjust_hue::units::unknown ... ok [INFO] [stdout] test core_functions::color::adjust_hue::fraction::test ... ok [INFO] [stdout] test core_functions::color::alpha::color::max ... ok [INFO] [stdout] test core_functions::color::adjust_hue::units::deg ... ok [INFO] [stdout] test core_functions::color::adjust_hue::negative::test ... ok [INFO] [stdout] test core_functions::color::alpha::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::alpha::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::alpha::error::with_module::test_type ... ignored [INFO] [stdout] test core_functions::color::adjust_hue::units::unitless ... ok [INFO] [stdout] test core_functions::color::alpha::error::unquoted_string::no_equals ... ok [INFO] [stdout] test core_functions::color::adjust_hue::units::angle ... ok [INFO] [stdout] test core_functions::color::alpha::error::test_type ... ok [INFO] [stdout] test core_functions::color::alpha::css_overloads::opacity ... ok [INFO] [stdout] test core_functions::color::alpha::error::unquoted_string::non_identifier_before_equals ... ok [INFO] [stdout] test core_functions::color::alpha::color::middle ... ok [INFO] [stdout] test core_functions::color::alpha::css_overloads::alpha::multi_arg ... ok [INFO] [stdout] test core_functions::color::blackness::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::alpha::opacity::filter ... ok [INFO] [stdout] test core_functions::color::blackness::error::test_type ... ok [INFO] [stdout] test core_functions::color::alpha::error::quoted_string ... ok [INFO] [stdout] test core_functions::color::alpha::filter::multi_args ... ok [INFO] [stdout] test core_functions::color::alpha::css_overloads::alpha::one_arg ... ok [INFO] [stdout] test core_functions::color::alpha::color::min ... ok [INFO] [stdout] test core_functions::color::alpha::filter::space_before_equals ... ok [INFO] [stdout] test core_functions::color::alpha::opacity::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::color::blackness::fraction ... ok [INFO] [stdout] test core_functions::color::blackness::max ... ok [INFO] [stdout] test core_functions::color::blackness::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::blackness::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::alpha::color::named ... ok [INFO] [stdout] test core_functions::color::alpha::opacity::named ... ok [INFO] [stdout] test core_functions::color::alpha::filter::one_arg ... ok [INFO] [stdout] test core_functions::color::alpha::opacity::with_calc ... ok [INFO] [stdout] test core_functions::color::blackness::min ... ok [INFO] [stdout] test core_functions::color::blackness::middle::half_whiteness ... ok [INFO] [stdout] test core_functions::color::alpha::opacity::with_css_var ... ok [INFO] [stdout] test core_functions::color::blackness::middle::zero_whiteness ... ok [INFO] [stdout] test core_functions::color::blackness::middle::high_whiteness ... ok [INFO] [stdout] test core_functions::color::blue::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::alpha::opacity::positional ... ok [INFO] [stdout] test core_functions::color::blackness::named ... ok [INFO] [stdout] test core_functions::color::blue::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::blue::max ... ok [INFO] [stdout] test core_functions::color::blue::error::test_type ... ok [INFO] [stdout] test core_functions::color::blue::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::blue::min ... ok [INFO] [stdout] test core_functions::color::change::a98_rgb::all ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::green::none ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::blue::named ... ok [INFO] [stdout] test core_functions::color::blue::middle ... ok [INFO] [stdout] test core_functions::color::change::a98_rgb::red::none ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::a98_rgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::all ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::green::none ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::green::unitless ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::red::none ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::display_p3::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::error::bounds::alpha::unit ... ignored [INFO] [stdout] test core_functions::color::change::error::incompatible_channel::legacy_channel ... ignored [INFO] [stdout] test core_functions::color::change::error::incompatible_channel::modern_both ... ignored [INFO] [stdout] test core_functions::color::change::error::args::too_few ... ok [INFO] [stdout] test core_functions::color::change::error::args::wrong_name ... ok [INFO] [stdout] test core_functions::color::change::error::args::unknown ... ok [INFO] [stdout] test core_functions::color::change::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::change::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::alpha ... ignored [INFO] [stdout] test core_functions::color::change::error::mixed_formats::lightness_and_whiteness ... ok [INFO] [stdout] test core_functions::color::change::error::test_type::blackness ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::green ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::hue ... ignored [INFO] [stdout] test core_functions::color::change::error::bounds::alpha::too_high ... ok [INFO] [stdout] test core_functions::color::change::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::quoted_none ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::red ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::saturation ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::whiteness ... ignored [INFO] [stdout] test core_functions::color::change::error::units::a98_rgb::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::incompatible_channel::legacy_space ... ok [INFO] [stdout] test core_functions::color::change::error::units::a98_rgb::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::a98_rgb::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::display_p3::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::display_p3::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::display_p3::red ... ignored [INFO] [stdout] test core_functions::color::change::error::args::too_many ... ok [INFO] [stdout] test core_functions::color::change::error::units::lab::a ... ignored [INFO] [stdout] test core_functions::color::change::error::test_type::color ... ok [INFO] [stdout] test core_functions::color::change::error::mixed_formats::green_and_whiteness ... ok [INFO] [stdout] test core_functions::color::change::error::mixed_formats::blue_and_lightness ... ok [INFO] [stdout] test core_functions::color::change::error::units::lab::b ... ignored [INFO] [stdout] test core_functions::color::change::error::units::lab::lightness ... ignored [INFO] [stdout] test core_functions::color::change::error::units::lch::chroma ... ignored [INFO] [stdout] test core_functions::color::change::error::units::lch::hue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::lch::lightness ... ignored [INFO] [stdout] test core_functions::color::change::error::units::hwb::none::blackness ... ok [INFO] [stdout] test core_functions::color::change::error::units::oklab::a ... ignored [INFO] [stdout] test core_functions::color::change::error::units::oklab::b ... ignored [INFO] [stdout] test core_functions::color::change::error::units::oklab::lightness ... ignored [INFO] [stdout] test core_functions::color::change::error::units::oklch::chroma ... ignored [INFO] [stdout] test core_functions::color::change::error::units::oklch::hue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::oklch::lightness ... ignored [INFO] [stdout] test core_functions::color::change::error::units::prophoto_rgb::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::bounds::alpha::too_low ... ok [INFO] [stdout] test core_functions::color::change::error::units::hwb::none::whiteness ... ok [INFO] [stdout] test core_functions::color::change::error::units::prophoto_rgb::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::prophoto_rgb::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::rec2020::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::mixed_formats::red_and_blackness ... ok [INFO] [stdout] test core_functions::color::change::error::mixed_formats::red_and_hue ... ok [INFO] [stdout] test core_functions::color::change::error::units::hwb::wrong::whiteness ... ok [INFO] [stdout] test core_functions::color::change::error::mixed_formats::saturation_and_blackness ... ok [INFO] [stdout] test core_functions::color::change::error::units::rec2020::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::hwb::wrong::blackness ... ok [INFO] [stdout] test core_functions::color::change::error::units::rec2020::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb_linear::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb_linear::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::srgb_linear::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz::red ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz_d50::blue ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz_d50::green ... ignored [INFO] [stdout] test core_functions::color::change::error::units::xyz_d50::red ... ignored [INFO] [stdout] test core_functions::color::change::global::non_legacy ... ignored [INFO] [stdout] test core_functions::color::change::error::mixed_formats::green_and_saturation ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::none ... ignored [INFO] [stdout] test core_functions::color::change::hsl::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::change::hsl::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::change::global::legacy ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::above_max ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::none ... ignored [INFO] [stdout] test core_functions::color::change::hsl::saturation::above_range ... ignored [INFO] [stdout] test core_functions::color::change::hsl::saturation::below_range ... ignored [INFO] [stdout] test core_functions::color::change::hsl::alpha_arg ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::middle ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::high ... ok [INFO] [stdout] test core_functions::color::change::hsl::saturation::none ... ignored [INFO] [stdout] test core_functions::color::change::hsl::hue::min ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::low ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::fraction ... ok [INFO] [stdout] test core_functions::color::change::hsl::all ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::min ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::max ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::fraction ... ok [INFO] [stdout] test core_functions::color::change::hsl::alpha_input ... ok [INFO] [stdout] test core_functions::color::change::hsl::saturation::high ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::hue::deg ... ok [INFO] [stdout] test core_functions::color::change::hsl::saturation::min ... ok [INFO] [stdout] test core_functions::color::change::hsl::lightness::max ... ok [INFO] [stdout] test core_functions::color::change::hsl::named ... ok [INFO] [stdout] test core_functions::color::change::hsl::saturation::max ... ok [INFO] [stdout] test core_functions::color::change::hsl::hue::negative ... ok [INFO] [stdout] test core_functions::color::change::hsl::saturation::low ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::hue::unitless ... ok [INFO] [stdout] test core_functions::color::change::hwb::blackness::none ... ignored [INFO] [stdout] test core_functions::color::change::hsl::units::lightness::unitless ... ok [INFO] [stdout] test core_functions::color::change::hwb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::hsl::units::hue::angle ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::saturation::unknown ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::lightness::percent ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::hue::unknown ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::saturation::unitless ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::saturation::percent ... ok [INFO] [stdout] test core_functions::color::change::hwb::whiteness::none ... ignored [INFO] [stdout] test core_functions::color::change::hwb::blackness::high ... ok [INFO] [stdout] test core_functions::color::change::hwb::all ... ok [INFO] [stdout] test core_functions::color::change::lab::a::none ... ignored [INFO] [stdout] test core_functions::color::change::hwb::blackness::low ... ok [INFO] [stdout] test core_functions::color::change::hsl::units::lightness::unknown ... ok [INFO] [stdout] test core_functions::color::change::hwb::blackness::max ... ok [INFO] [stdout] test core_functions::color::change::lab::a::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::lab::a::percent ... ignored [INFO] [stdout] test core_functions::color::change::lab::a::unitless ... ignored [INFO] [stdout] test core_functions::color::change::lab::all ... ignored [INFO] [stdout] test core_functions::color::change::lab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::hwb::whiteness::low ... ok [INFO] [stdout] test core_functions::color::change::hwb::alpha_input ... ok [INFO] [stdout] test core_functions::color::change::lab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::lab::b::none ... ignored [INFO] [stdout] test core_functions::color::change::lab::b::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::lab::b::percent ... ignored [INFO] [stdout] test core_functions::color::change::hwb::blackness::min ... ok [INFO] [stdout] test core_functions::color::change::lab::b::unitless ... ignored [INFO] [stdout] test core_functions::color::change::lab::lightness::none ... ignored [INFO] [stdout] test core_functions::color::change::hwb::whiteness::max ... ok [INFO] [stdout] test core_functions::color::change::lab::lightness::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::lab::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::change::lab::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::change::hwb::named ... ok [INFO] [stdout] test core_functions::color::change::lch::all ... ignored [INFO] [stdout] test core_functions::color::change::lch::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::lch::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::lch::chroma::negative ... ignored [INFO] [stdout] test core_functions::color::change::lch::chroma::none ... ignored [INFO] [stdout] test core_functions::color::change::lch::chroma::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::lch::chroma::percent ... ignored [INFO] [stdout] test core_functions::color::change::lch::chroma::unitless ... ignored [INFO] [stdout] test core_functions::color::change::lch::hue::above_max ... ignored [INFO] [stdout] test core_functions::color::change::lch::hue::negative ... ignored [INFO] [stdout] test core_functions::color::change::lch::hue::none ... ignored [INFO] [stdout] test core_functions::color::change::lch::hue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::lch::lightness::none ... ignored [INFO] [stdout] test core_functions::color::change::lch::lightness::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::lch::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::change::lch::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::non_legacy ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::none ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::units::percent ... ignored [INFO] [stdout] test core_functions::color::change::no_space::non_legacy ... ignored [INFO] [stdout] test core_functions::color::change::oklab::a::none ... ignored [INFO] [stdout] test core_functions::color::change::oklab::a::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::oklab::a::percent ... ignored [INFO] [stdout] test core_functions::color::change::oklab::a::unitless ... ignored [INFO] [stdout] test core_functions::color::change::oklab::all ... ignored [INFO] [stdout] test core_functions::color::change::oklab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::oklab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::oklab::b::none ... ignored [INFO] [stdout] test core_functions::color::change::oklab::b::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::oklab::b::percent ... ignored [INFO] [stdout] test core_functions::color::change::oklab::b::unitless ... ignored [INFO] [stdout] test core_functions::color::change::oklab::lightness::none ... ignored [INFO] [stdout] test core_functions::color::change::oklab::lightness::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::oklab::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::change::oklab::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::change::oklch::all ... ignored [INFO] [stdout] test core_functions::color::change::oklch::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::oklch::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::oklch::chroma::negative ... ignored [INFO] [stdout] test core_functions::color::change::oklch::chroma::none ... ignored [INFO] [stdout] test core_functions::color::change::oklch::chroma::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::oklch::chroma::percent ... ignored [INFO] [stdout] test core_functions::color::change::oklch::chroma::unitless ... ignored [INFO] [stdout] test core_functions::color::change::oklch::hue::above_max ... ignored [INFO] [stdout] test core_functions::color::change::oklch::hue::negative ... ignored [INFO] [stdout] test core_functions::color::change::oklch::hue::none ... ignored [INFO] [stdout] test core_functions::color::change::hwb::whiteness::min ... ok [INFO] [stdout] test core_functions::color::change::hwb::whiteness::high ... ok [INFO] [stdout] test core_functions::color::change::oklch::hue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::hwb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::change::oklch::lightness::none ... ignored [INFO] [stdout] test core_functions::color::change::oklch::lightness::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::oklch::lightness::percent ... ignored [INFO] [stdout] test core_functions::color::change::oklch::lightness::unitless ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::all ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::green::none ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::red::none ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::prophoto_rgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::all ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::green::none ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::max ... ok [INFO] [stdout] test core_functions::color::change::no_space::alpha::units::unitless ... ok [INFO] [stdout] test core_functions::color::change::rec2020::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::green::unitless ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::red::none ... ignored [INFO] [stdout] test core_functions::color::change::no_space::named ... ok [INFO] [stdout] test core_functions::color::change::rec2020::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::rec2020::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::low ... ok [INFO] [stdout] test core_functions::color::change::no_space::alpha::units::unknown ... ok [INFO] [stdout] test core_functions::color::change::rgb::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::rgb::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::rgb::green::none ... ignored [INFO] [stdout] test core_functions::color::change::rgb::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::no_space::alpha::high ... ok [INFO] [stdout] test core_functions::color::change::rgb::blue::min ... ok [INFO] [stdout] test core_functions::color::change::rgb::green::max ... ok [INFO] [stdout] test core_functions::color::change::rgb::blue::high ... ok [INFO] [stdout] test core_functions::color::change::no_space::alpha::min ... ok [INFO] [stdout] test core_functions::color::change::no_space::positional ... ok [INFO] [stdout] test core_functions::color::change::rgb::blue::max ... ok [INFO] [stdout] test core_functions::color::change::rgb::red::none ... ignored [INFO] [stdout] test core_functions::color::change::rgb::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::space::identical ... ignored [INFO] [stdout] test core_functions::color::change::space::legacy::to_legacy ... ignored [INFO] [stdout] test core_functions::color::change::space::legacy::to_modern ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::arg::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::change::space::missing::color::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::change::space::modern::to_legacy ... ignored [INFO] [stdout] test core_functions::color::change::space::modern::to_modern ... ignored [INFO] [stdout] test core_functions::color::change::space::powerless::legacy ... ignored [INFO] [stdout] test core_functions::color::change::space::powerless::modern ... ignored [INFO] [stdout] test core_functions::color::change::srgb::all ... ignored [INFO] [stdout] test core_functions::color::change::srgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::srgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::srgb::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::rgb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::change::rgb::red::high ... ok [INFO] [stdout] test core_functions::color::change::rgb::red::low ... ok [INFO] [stdout] test core_functions::color::change::rgb::all ... ok [INFO] [stdout] test core_functions::color::change::rgb::green::high ... ok [INFO] [stdout] test core_functions::color::change::rgb::red::max ... ok [INFO] [stdout] test core_functions::color::change::rgb::blue::low ... ok [INFO] [stdout] test core_functions::color::change::rgb::green::low ... ok [INFO] [stdout] test core_functions::color::change::rgb::named ... ok [INFO] [stdout] test core_functions::color::change::rgb::green::min ... ok [INFO] [stdout] test core_functions::color::change::rgb::alpha_input ... ok [INFO] [stdout] test core_functions::color::change::rgb::red::min ... ok [INFO] [stdout] test core_functions::color::change::srgb::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::srgb::green::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::srgb::green::unitless ... ignored [INFO] [stdout] test core_functions::color::change::srgb::red::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::srgb::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::all ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::blue::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::blue::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::blue::percent ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::blue::unitless ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::green::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::green::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::green::percent ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::green::unitless ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::red::none ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::red::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::red::percent ... ignored [INFO] [stdout] test core_functions::color::change::srgb_linear::red::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz::all ... ignored [INFO] [stdout] test core_functions::color::change::xyz::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::xyz::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::xyz::x::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz::x::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz::x::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz::x::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz::y::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz::y::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz::y::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz::y::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz::z::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz::z::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz::z::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz::z::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::all ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::alpha_input ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::x::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::x::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::x::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::x::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::y::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::y::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::y::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::y::unitless ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::z::none ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::z::out_of_range ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::z::percent ... ignored [INFO] [stdout] test core_functions::color::change::xyz_d50::z::unitless ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::a98_rgb::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::display_p3::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::error::channel::unknown ... ignored [INFO] [stdout] test core_functions::color::channel::error::channel::unquoted ... ignored [INFO] [stdout] test core_functions::color::channel::error::channel::wrong_case ... ignored [INFO] [stdout] test core_functions::color::channel::error::channel::wrong_space ... ignored [INFO] [stdout] test core_functions::color::channel::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::channel::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::channel::error::test_type::channel ... ignored [INFO] [stdout] test core_functions::color::channel::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::channel::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::channel::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::channel::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::foreign::hue ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::foreign::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::foreign::saturation ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::local::hue ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::local::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::local::normalized::hue ... ignored [INFO] [stdout] test core_functions::color::channel::hsl::local::saturation ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::foreign::blackness ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::foreign::hue ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::foreign::whiteness ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::local::blackness ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::local::hue ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::local::normalized::blackness ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::local::normalized::whiteness ... ignored [INFO] [stdout] test core_functions::color::channel::hwb::local::whiteness ... ignored [INFO] [stdout] test core_functions::color::channel::lab::foreign::a ... ignored [INFO] [stdout] test core_functions::color::channel::lab::foreign::b ... ignored [INFO] [stdout] test core_functions::color::channel::lab::foreign::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::lab::local::a ... ignored [INFO] [stdout] test core_functions::color::channel::lab::local::b ... ignored [INFO] [stdout] test core_functions::color::channel::lab::local::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::lch::foreign::chroma ... ignored [INFO] [stdout] test core_functions::color::channel::lch::foreign::hue ... ignored [INFO] [stdout] test core_functions::color::channel::lch::foreign::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::lch::local::a ... ignored [INFO] [stdout] test core_functions::color::channel::lch::local::b ... ignored [INFO] [stdout] test core_functions::color::channel::lch::local::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::missing::test ... ignored [INFO] [stdout] test core_functions::color::channel::named::test ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::foreign::a ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::foreign::b ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::foreign::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::local::a ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::local::b ... ignored [INFO] [stdout] test core_functions::color::channel::oklab::local::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::foreign::chroma ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::foreign::hue ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::foreign::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::local::a ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::local::b ... ignored [INFO] [stdout] test core_functions::color::channel::oklch::local::lightness ... ignored [INFO] [stdout] test core_functions::color::channel::positional::test ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::prophoto_rgb::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::rec2020::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::rgb::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::srgb::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::foreign::blue ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::foreign::green ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::foreign::red ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::local::blue ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::local::green ... ignored [INFO] [stdout] test core_functions::color::channel::srgb_linear::local::red ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::foreign::x ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::foreign::y ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::foreign::z ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::local::x ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::local::y ... ignored [INFO] [stdout] test core_functions::color::channel::xyz::local::z ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::foreign::x ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::foreign::y ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::foreign::z ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::local::x ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::local::y ... ignored [INFO] [stdout] test core_functions::color::channel::xyz_d50::local::z ... ignored [INFO] [stdout] test core_functions::color::color::alpha::named ... ignored [INFO] [stdout] test core_functions::color::color::alpha::none::slash::alpha ... ignored [INFO] [stdout] test core_functions::color::color::alpha::none::slash::blue ... ignored [INFO] [stdout] test core_functions::color::color::alpha::none::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::color::alpha::none::slash_list::blue ... ignored [INFO] [stdout] test core_functions::color::color::alpha::opaque ... ignored [INFO] [stdout] test core_functions::color::color::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::color::alpha::percent ... ignored [INFO] [stdout] test core_functions::color::color::alpha::relative_color::slash ... ignored [INFO] [stdout] test core_functions::color::color::alpha::relative_color::slash_list ... ignored [INFO] [stdout] test core_functions::color::color::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::color::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::alpha::nan ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::alpha::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::alpha::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::arg1::nan ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::arg1::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::arg1::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::before_alpha::nan ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::before_alpha::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::color::degenerate::before_alpha::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::color::error::list::after_space ... ignored [INFO] [stdout] test core_functions::color::color::error::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::color::error::list::comma ... ignored [INFO] [stdout] test core_functions::color::color::error::list::slash::one ... ignored [INFO] [stdout] test core_functions::color::color::error::list::slash::three ... ignored [INFO] [stdout] test core_functions::color::color::error::list::too_few_channels ... ignored [INFO] [stdout] test core_functions::color::color::error::list::too_many_channels ... ignored [INFO] [stdout] test core_functions::color::color::error::relative_color::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::color::error::relative_color::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::color::error::relative_color::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::color::error::relative_color::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::color::error::test_type::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::color::error::test_type::blue ... ignored [INFO] [stdout] test core_functions::color::color::error::test_type::green ... ignored [INFO] [stdout] test core_functions::color::color::error::test_type::red ... ignored [INFO] [stdout] test core_functions::color::color::error::too_few_args::no_channels ... ignored [INFO] [stdout] test core_functions::color::color::error::too_few_args::no_space ... ignored [INFO] [stdout] test core_functions::color::color::error::too_few_args::none ... ignored [INFO] [stdout] test core_functions::color::color::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::color::error::unit::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::color::error::unit::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::color::error::unit::blue ... ignored [INFO] [stdout] test core_functions::color::color::error::unit::green ... ignored [INFO] [stdout] test core_functions::color::color::error::unit::red ... ignored [INFO] [stdout] test core_functions::color::color::error::unknown_space ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::case ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::named ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::none::blue ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::none::green ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::none::red ... ignored [INFO] [stdout] test core_functions::color::color::no_alpha::relative_color ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::a98_rgb::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::display_p3::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::prophoto_rgb::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::rec2020::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::percent::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::blue::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::blue::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::green::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::green::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::red::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::srgb_linear::unitless::red::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::x::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::x::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::y::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::y::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::z::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::percent::z::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::x::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::x::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::y::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::y::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::z::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::unitless::z::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz::xyz_d65 ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::x::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::x::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::y::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::y::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::z::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::percent::z::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::x::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::x::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::y::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::y::below_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::z::above_range ... ignored [INFO] [stdout] test core_functions::color::color::spaces::xyz_d50::unitless::z::below_range ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::calculation::arg_4 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::multi_argument_var::t1_of_1::alpha ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::multi_argument_var::t1_of_1::no_alpha ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::color::special_functions::var::arg_4 ... ignored [INFO] [stdout] test core_functions::color::complement::error::null_space::non_legacy ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::legacy::analogous::hue ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::legacy::analogous::lightness ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::missing::modern::same ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::non_polar_angle ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::powerless::legacy::explicit ... ignored [INFO] [stdout] test core_functions::color::complement::error::space::powerless::modern ... ignored [INFO] [stdout] test core_functions::color::complement::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::complement::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::complement::explicit_space ... ignored [INFO] [stdout] test core_functions::color::complement::named ... ignored [INFO] [stdout] test core_functions::color::complement::space::legacy::to_legacy ... ignored [INFO] [stdout] test core_functions::color::complement::space::legacy::to_modern ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::legacy::different::explicit ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::legacy::different::implicit ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::modern::different ... ignored [INFO] [stdout] test core_functions::color::complement::space::missing::modern::same ... ignored [INFO] [stdout] test core_functions::color::complement::space::modern::to_legacy ... ignored [INFO] [stdout] test core_functions::color::complement::space::modern::to_modern ... ignored [INFO] [stdout] test core_functions::color::color::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::color::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::color::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::complement::grayscale::white ... ok [INFO] [stdout] test core_functions::color::color::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::color::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::darken::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::darken::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::darken::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::darken::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::darken::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::complement::error::test_type ... ok [INFO] [stdout] test core_functions::color::darken::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::complement::alpha ... ok [INFO] [stdout] test core_functions::color::complement::turquoise ... ok [INFO] [stdout] test core_functions::color::complement::grayscale::gray ... ok [INFO] [stdout] test core_functions::color::color::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::complement::red ... ok [INFO] [stdout] test core_functions::color::darken::fraction ... ok [INFO] [stdout] test core_functions::color::complement::grayscale::black ... ok [INFO] [stdout] test core_functions::color::desaturate::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::desaturate::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::desaturate::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::desaturate::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::desaturate::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::darken::min ... ok [INFO] [stdout] test core_functions::color::darken::max ... ok [INFO] [stdout] test core_functions::color::desaturate::error::one_arg::test_type ... ok [INFO] [stdout] test core_functions::color::color::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::color::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::darken::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::color::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::complement::space::powerless::legacy::implicit ... ok [INFO] [stdout] test core_functions::color::darken::named ... ok [INFO] [stdout] test core_functions::color::darken::max_remaining ... ok [INFO] [stdout] test core_functions::color::fade_in::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::fade_in::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::fade_in::error::bounds::unit ... ignored [INFO] [stdout] test core_functions::color::fade_in::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::fade_in::error::test_type::alpha ... ignored [INFO] [stdout] test core_functions::color::desaturate::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::darken::middle ... ok [INFO] [stdout] test core_functions::color::desaturate::alpha ... ok [INFO] [stdout] test core_functions::color::darken::alpha ... ok [INFO] [stdout] test core_functions::color::desaturate::max ... ok [INFO] [stdout] test core_functions::color::desaturate::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::desaturate::max_remaining ... ok [INFO] [stdout] test core_functions::color::desaturate::named ... ok [INFO] [stdout] test core_functions::color::desaturate::middle ... ok [INFO] [stdout] test core_functions::color::desaturate::min ... ok [INFO] [stdout] test core_functions::color::fade_in::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::bounds::unit ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::test_type::alpha ... ignored [INFO] [stdout] test core_functions::color::fade_out::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::fade_in::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::fade_in::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::grayscale::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::fade_in::named ... ok [INFO] [stdout] test core_functions::color::fade_in::min ... ok [INFO] [stdout] test core_functions::color::grayscale::error::test_type ... ok [INFO] [stdout] test core_functions::color::fade_out::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::fade_in::max ... ok [INFO] [stdout] test core_functions::color::fade_out::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::fade_in::middle ... ok [INFO] [stdout] test core_functions::color::fade_in::max_remaining ... ok [INFO] [stdout] test core_functions::color::fade_out::middle ... ok [INFO] [stdout] test core_functions::color::fade_out::transparentize ... ok [INFO] [stdout] test core_functions::color::fade_out::named ... ok [INFO] [stdout] test core_functions::color::fade_out::max ... ok [INFO] [stdout] test core_functions::color::fade_in::opacify ... ok [INFO] [stdout] test core_functions::color::grayscale::global::number ... ok [INFO] [stdout] test core_functions::color::fade_out::min ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::missing ... ignored [INFO] [stdout] test core_functions::color::grayscale::legacy::powerless::different ... ignored [INFO] [stdout] test core_functions::color::grayscale::modern::missing ... ignored [INFO] [stdout] test core_functions::color::grayscale::modern::polar ... ignored [INFO] [stdout] test core_functions::color::grayscale::modern::powerless ... ignored [INFO] [stdout] test core_functions::color::grayscale::modern::predefined ... ignored [INFO] [stdout] test core_functions::color::grayscale::modern::rectangular ... ignored [INFO] [stdout] test core_functions::color::fade_out::max_remaining ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::max_saturation ... ok [INFO] [stdout] test core_functions::color::green::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::grayscale::legacy::no_saturation::white ... ok [INFO] [stdout] test core_functions::color::grayscale::global::with_css_var ... ok [INFO] [stdout] test core_functions::color::grayscale::error::with_module::test_type ... ok [INFO] [stdout] test core_functions::color::grayscale::global::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::color::grayscale::global::with_calc ... ok [INFO] [stdout] test core_functions::color::grayscale::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::green::error::test_type ... ok [INFO] [stdout] test core_functions::color::grayscale::number ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::powerless::same ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::no_saturation::black ... ok [INFO] [stdout] test core_functions::color::green::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::green::max ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::alpha ... ok [INFO] [stdout] test core_functions::color::grayscale::named ... ok [INFO] [stdout] test core_functions::color::green::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::mid_saturation ... ok [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::comma_separated ... ignored [INFO] [stdout] test core_functions::color::hsl::error::five_args::test ... ok [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::empty ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::four_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::one_element ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::list::two_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::quoted_var_slash ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::bracketed ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::comma_separated ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::empty ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::four_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::one_element ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::channels::two_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::too_few_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::slash_list::too_many_elements ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::test_type::hue ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::hsl::error::one_arg::test_type::saturation ... ignored [INFO] [stdout] test core_functions::color::hsl::error::four_args::saturation::test_type ... ok [INFO] [stdout] test core_functions::color::green::min ... ok [INFO] [stdout] test core_functions::color::hsl::error::four_args::alpha::unit ... ok [INFO] [stdout] test core_functions::color::hsl::error::four_args::hue::test_type ... ok [INFO] [stdout] test core_functions::color::green::middle ... ok [INFO] [stdout] test core_functions::color::hsl::error::four_args::lightness::test_type ... ok [INFO] [stdout] test core_functions::color::hsl::error::zero_args::test ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::percent::negative ... ok [INFO] [stdout] test core_functions::color::hsl::error::two_args::test ... ok [INFO] [stdout] test core_functions::color::grayscale::legacy::no_saturation::gray ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::percent::above_max ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::unitless::negative ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::percent::min ... ok [INFO] [stdout] test core_functions::color::green::named ... ok [INFO] [stdout] test core_functions::color::hsl::error::three_args::hue::test_type ... ok [INFO] [stdout] test core_functions::color::hsl::error::three_args::lightness::test_type ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::unitless::max ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::unitless::above_max ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::percent::positive ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::percent::max ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::unitless::min ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::alpha::unitless::positive ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::hsl::error::three_args::saturation::test_type ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::alpha::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::alpha::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::alpha::finite::above ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::hue::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::hue::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::lightness::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::alpha::finite::below ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::attr::arg_4 ... ignored [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::hue::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::lightness::finite ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::saturation::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::saturation::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::alpha::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::lightness::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::lightness::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::saturation::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::out_of_gamut::saturation::finite ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::calculation::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::clamp::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::env::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::min::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::max::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::clamped::alpha::above ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::clamped::alpha::below ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::var::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::clamped::lightness ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::clamped::saturation ... ok [INFO] [stdout] test core_functions::color::hsl::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::four_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::in_gamut::parenthesized ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::missing::slash ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::missing::slash_list ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::missing::hue ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::slash_list ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::clamped::lightness::above ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::alpha::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::clamped::lightness::below ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::error::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::error::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::in_gamut::red ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::error::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::error::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::in_gamut::blue ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::clamped::saturation::below ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::units::hue::deg ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::in_gamut::grayish::yellow ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::out_of_gamut::saturation::above ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::attr::arg_4 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::units::lightness::unitless ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::named ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::no_alpha::units::saturation::unitless ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::calculation::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::clamp::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::max::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::env::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::min::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::alpha::var::arg_4 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::bounds::lightness::above ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::bounds::lightness::below ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::bounds::saturation::above ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::bounds::saturation::below ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_1::of::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::slash_list::slash_list::alpha ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::out_of_gamut::saturation::above ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_1::of::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::slash_list::slash_list::channels ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::slash_list::slash_list::some_channels ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::named::test ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_2::of::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::one_arg::special_functions::no_alpha::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::hue::deg ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::hue::angle ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::lightness::unitless ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::hue::unitless ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::hue::unknown ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::saturation::unknown ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::saturation::unitless ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::units::lightness::unknown ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::yellow ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::red ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::purple ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::blue ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::cyan ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::gray_to::green ... ok [INFO] [stdout] test core_functions::color::hsla::one_arg::alpha ... ok [INFO] [stdout] test core_functions::color::hue::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::hsla::four_args ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::yellow ... ok [INFO] [stdout] test core_functions::color::hue::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::hue::error::test_type ... ok [INFO] [stdout] test core_functions::color::hsla::three_args ... ok [INFO] [stdout] test core_functions::color::hue::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::green_to_blue::test ... ok [INFO] [stdout] test core_functions::color::hsla::one_arg::no_alpha ... ok [INFO] [stdout] test core_functions::color::hue::above_max ... ok [INFO] [stdout] test core_functions::color::hue::max ... ok [INFO] [stdout] test core_functions::color::hue::named ... ok [INFO] [stdout] test core_functions::color::hue::middle ... ok [INFO] [stdout] test core_functions::color::hue::min ... ok [INFO] [stdout] test core_functions::color::hue::fraction ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::red ... ok [INFO] [stdout] test core_functions::color::hue::negative ... ok [INFO] [stdout] test core_functions::color::hwb::error::five_args::test ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::blackness::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::four_args::hue::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::four_args::whiteness::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::blackness::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::hue::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::comma_separated ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::empty ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::four_elements ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::one_element ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::list::two_elements ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::quoted_var_slash ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::whiteness::test_type ... ignored [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::blue_to_red::test ... ok [INFO] [stdout] test core_functions::color::hwb::error::one_arg::blackness::unit::wrong ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::green ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::whiteness::unit::none ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::blackness::unit::wrong ... ok [INFO] [stdout] test core_functions::color::hwb::error::one_arg::alpha::unit ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::purple ... ok [INFO] [stdout] test core_functions::color::hwb::error::three_args::blackness::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::three_args::hue::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::three_args::whiteness::test_type ... ignored [INFO] [stdout] test core_functions::color::hwb::error::one_arg::whiteness::unit::wrong ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::blue ... ok [INFO] [stdout] test core_functions::color::hwb::error::one_arg::whiteness::unit::none ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::blackness::unit::none ... ok [INFO] [stdout] test core_functions::color::hwb::error::one_arg::blackness::unit::none ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::alpha::unit ... ok [INFO] [stdout] test core_functions::color::hwb::error::four_args::whiteness::unit::wrong ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::black_to_white_through::cyan ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hwb::error::two_args::test ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::hue::test ... ok [INFO] [stdout] test core_functions::color::hwb::error::zero_args::test ... ok [INFO] [stdout] test core_functions::color::hsl::three_args::w3c::red_to_green::test ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::percent::max ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::percent::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::percent::negative ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::var ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::percent::positive ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::unitless::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::unitless::min ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::percent::min ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::unitless::negative ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::var ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::hue::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::hue::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::hue::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::hue::var ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::unitless::positive ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::below_min ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::var ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::below_min ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::alpha::unitless::max ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::clamped::above ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::missing::slash ... ignored [INFO] [stdout] test core_functions::color::hwb::global::alpha::missing::slash_list ... ignored [INFO] [stdout] test core_functions::color::hwb::global::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::hwb::global::missing::hue ... ignored [INFO] [stdout] test core_functions::color::hwb::global::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::hwb::global::alpha::in_gamut::parenthesized ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::clamped::below ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::named ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::error::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::global::relative_color::error::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::global::relative_color::error::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::global::relative_color::error::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::global::alpha::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::hwb::global::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::global::named ... ok [INFO] [stdout] test core_functions::color::hwb::global::alpha::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::var ... ignored [INFO] [stdout] test core_functions::color::hwb::four_args::blackness::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::four_args::whiteness::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::blackness::var::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::blackness::var::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::hue::var ... ignored [INFO] [stdout] test core_functions::color::hwb::global::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::named ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::clamped::below ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::blackness::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::clamped::above ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::blackness::below_min ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::error::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::error::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::in_gamut::parenthesized ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::error::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::error::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::alpha::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::whiteness::below_min ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::global::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::whiteness::var ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::above::whiteness::above ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::above::whiteness::below ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::above::whiteness::mid ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::above::whiteness::zero ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::below::whiteness::above ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::below::whiteness::below ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::below::whiteness::mid ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::blackness::below::whiteness::zero ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::above::blackness::above ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::above::blackness::below ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::above::blackness::mid ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::above::blackness::zero ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::below::blackness::above ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::below::blackness::below ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::below::blackness::mid ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::bounds::whiteness::below::blackness::zero ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::units::hue::non_angle ... ignored [INFO] [stdout] test core_functions::color::hwb::one_arg::no_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::named::test ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::units::hue::rad ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::whiteness::above_max ... ok [INFO] [stdout] test core_functions::color::hwb::one_arg::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::error::test_type ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::units::hue::deg ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::named ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::opaque ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::leading_zero ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::test_type ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::translucent ... ok [INFO] [stdout] test core_functions::color::invert::error::bounds::too_high ... ok [INFO] [stdout] test core_functions::color::invert::alpha::test ... ok [INFO] [stdout] test core_functions::color::invert::error::global::test_type::color ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::legacy::analogous ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::legacy::powerless ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::legacy::same::hwb_hue ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::modern::powerless ... ignored [INFO] [stdout] test core_functions::color::invert::error::missing::modern::same ... ignored [INFO] [stdout] test core_functions::color::invert::error::space::missing::default_weight ... ignored [INFO] [stdout] test core_functions::color::invert::error::space::missing::zero_weight ... ignored [INFO] [stdout] test core_functions::color::invert::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::invert::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::invert::error::global::number_with_weight ... ok [INFO] [stdout] test core_functions::color::invert::error::bounds::too_low ... ok [INFO] [stdout] test core_functions::color::ie_hex_str::transparent ... ok [INFO] [stdout] test core_functions::color::invert::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::invert::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::invert::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::invert::global::modern ... ignored [INFO] [stdout] test core_functions::color::invert::global::number ... ok [INFO] [stdout] test core_functions::color::invert::global::legacy ... ok [INFO] [stdout] test core_functions::color::invert::error::test_type::color ... ok [INFO] [stdout] test core_functions::color::invert::global::with_css_var ... ok [INFO] [stdout] test core_functions::color::invert::global::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::color::invert::error::test_type::weight ... ok [INFO] [stdout] test core_functions::color::invert::global::with_calc ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::black ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::no_space::turquoise ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::gray ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::magenta_reds::test ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::reds::test ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::hwb ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::weighted::high ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::weighted::low ... ok [INFO] [stdout] test core_functions::color::invert::legacy::space::hsl::missing::analogous ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::hsl::missing::same ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::hsl::no_missing ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::hwb::missing ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::hwb::no_missing ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::modern ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::powerless::different ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::space::powerless::same ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::green_cyans::test ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::hsl ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::blues::test ... ok [INFO] [stdout] test core_functions::color::invert::modern::negative_min ... ignored [INFO] [stdout] test core_functions::color::invert::modern::polar ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::case ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::legacy ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::missing_converted ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::modern ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::powerless::different ... ignored [INFO] [stdout] test core_functions::color::invert::modern::space::powerless::same ... ignored [INFO] [stdout] test core_functions::color::invert::modern::weight::high ... ignored [INFO] [stdout] test core_functions::color::invert::modern::weight::max ... ignored [INFO] [stdout] test core_functions::color::invert::modern::weight::middle ... ignored [INFO] [stdout] test core_functions::color::invert::modern::weight::min ... ignored [INFO] [stdout] test core_functions::color::invert::modern::zero_min ... ignored [INFO] [stdout] test core_functions::color::invert::named::test ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::a98_rgb ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::color_keyword ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::no_space::weighted::max ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::weighted::min ... ok [INFO] [stdout] test core_functions::color::is_in_gamut::display_p3 ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::invalid_character_end ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::invalid_character_start ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::quoted ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::space_unknown ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::test_type ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::cyans::test ... ok [INFO] [stdout] test core_functions::color::invert::legacy::no_space::white ... ok [INFO] [stdout] test core_functions::color::invert::number::test ... ok [INFO] [stdout] test core_functions::color::is_in_gamut::hex ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::hsl ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::hwb ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::lab ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::lch ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::named ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::narrow_wide ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::oklab ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::oklab_lch ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::oklch ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::prophoto_rgb ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::units::weight::unitless ... ok [INFO] [stdout] test core_functions::color::is_in_gamut::rec2020 ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::rgb ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::rgba ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::space ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::srgb ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::units::weight::unknown ... ok [INFO] [stdout] test core_functions::color::is_in_gamut::srgb_linear ... ignored [INFO] [stdout] test core_functions::color::invert::legacy::no_space::weighted::middle ... ok [INFO] [stdout] test core_functions::color::is_in_gamut::wide_narrow ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::xyz ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::xyz_d50 ... ignored [INFO] [stdout] test core_functions::color::is_in_gamut::xyz_d65 ... ignored [INFO] [stdout] test core_functions::color::is_legacy::a98_rgb ... ignored [INFO] [stdout] test core_functions::color::is_legacy::color_keyword ... ignored [INFO] [stdout] test core_functions::color::is_legacy::display_p3 ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::blue_magentas::test ... ok [INFO] [stdout] test core_functions::color::is_legacy::error::test_type ... ignored [INFO] [stdout] test core_functions::color::is_legacy::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::is_legacy::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::is_legacy::hex ... ignored [INFO] [stdout] test core_functions::color::is_legacy::hsl ... ignored [INFO] [stdout] test core_functions::color::is_legacy::hwb ... ignored [INFO] [stdout] test core_functions::color::is_legacy::lab ... ignored [INFO] [stdout] test core_functions::color::is_legacy::lch ... ignored [INFO] [stdout] test core_functions::color::is_legacy::named ... ignored [INFO] [stdout] test core_functions::color::is_legacy::oklab ... ignored [INFO] [stdout] test core_functions::color::is_legacy::oklch ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::yellow_greens::test ... ok [INFO] [stdout] test core_functions::color::is_legacy::prophoto_rgb ... ignored [INFO] [stdout] test core_functions::color::is_legacy::rec2020 ... ignored [INFO] [stdout] test core_functions::color::is_legacy::rgb ... ignored [INFO] [stdout] test core_functions::color::is_legacy::rgba ... ignored [INFO] [stdout] test core_functions::color::is_legacy::srgb ... ignored [INFO] [stdout] test core_functions::color::is_legacy::srgb_linear ... ignored [INFO] [stdout] test core_functions::color::is_legacy::xyz ... ignored [INFO] [stdout] test core_functions::color::is_legacy::xyz_d50 ... ignored [INFO] [stdout] test core_functions::color::is_legacy::xyz_d65 ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::channel::unquoted ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::channel::wrong_case ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::channel::wrong_space ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::test_type::channel ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::is_missing::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::is_missing::named ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::explicit ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::not_powerless::converted::legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::not_powerless::converted::non_legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::not_powerless::direct::legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::not_powerless::direct::non_legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::powerless::converted::legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::powerless::direct::legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_false::powerless::direct::non_legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_true::explicit::legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_true::explicit::non_legacy ... ignored [INFO] [stdout] test core_functions::color::is_missing::test_true::powerless::converted::non_legacy ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::channel::unknown ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::channel::unquoted ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::channel::wrong_case ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::channel::wrong_space ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::test_type::channel ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::is_powerless::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::hue::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::hue::near_zero_saturation ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::hue::positive_saturation ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::hue::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::hue::zero_saturation ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::saturation::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hsl::saturation::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::full_blackness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::full_whiteness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::grey ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::normalized_grey ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::not_greyscale ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::out_of_gamut::colorful ... ignored [INFO] [stdout] test core_functions::color::is_powerless::hwb::hue::out_of_gamut::grey ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lab::a::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lab::a::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lab::b::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lab::b::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::chroma::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::chroma::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::hue::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::hue::near_zero_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::hue::positive_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::hue::zero_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::lch::hue::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::named::test ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklab::a::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklab::a::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklab::b::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklab::b::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::chroma::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::chroma::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::hue::full_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::hue::near_zero_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::hue::positive_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::hue::zero_chroma ... ignored [INFO] [stdout] test core_functions::color::is_powerless::oklch::hue::zero_lightness ... ignored [INFO] [stdout] test core_functions::color::is_powerless::space::not_powerless ... ignored [INFO] [stdout] test core_functions::color::is_powerless::space::powerless ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::named ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash::alpha ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash::b ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash::b_and_alpha ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash_list::b ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::none::slash_list::b_and_alpha ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::opaque ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::percent ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::comma ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::empty ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::empty_space ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::slash::one ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::slash::three ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::too_few_channels ... ignored [INFO] [stdout] test core_functions::color::lab::error::list::too_many_channels ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::a ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::b::direct ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::b::slash ... ignored [INFO] [stdout] test core_functions::color::lab::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::lab::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::lab::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::lab::error::unit::a ... ignored [INFO] [stdout] test core_functions::color::lab::error::unit::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::lab::error::unit::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lab::error::unit::b ... ignored [INFO] [stdout] test core_functions::color::lab::error::unit::lightness ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::named ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::none::a ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::none::b ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::none::lightness ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::ab::above_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::ab::below_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::ab::in_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::percent::lightness::in_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::a::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::a::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::a::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::ab::above_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::ab::below_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::ab::in_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::b::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::b::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::b::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lab::no_alpha::unitless::lightness::in_range ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::error::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::error::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::error::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::error::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::magentas::test ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::attr::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::calculation::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::calculation::with_slash ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::calc::string::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::clamp::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::clamp::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::clamp::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::clamp::string::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::env::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::env::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::env::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::env::arg_4 ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::yellows::test ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::max::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::max::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::max::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::max::string::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::min::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::min::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::min::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::min::string::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::multi_argument_var::t1_of_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::alpha::var::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::calc::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::clamp::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::clamp::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::clamp::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::env::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::env::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::env::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::max::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::max::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::max::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::min::string::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::min::string::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::min::string::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::slash_list::channels ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::slash_list::some_channels ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::named ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::none::slash::alpha ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::none::slash::hue ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::none::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::cyan_blues::test ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::oranges::test ... ok [INFO] [stdout] test core_functions::color::hwb::three_args::w3c::greens::test ... ok [INFO] [stdout] test core_functions::color::lab::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::lab::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::lch::alpha::none::slash_list::hue ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::opaque ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::percent ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::comma ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::empty ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::empty_space ... ignored [INFO] [stdout] test core_functions::color::lab::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::lab::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::lch::error::list::slash::one ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::slash::three ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::too_few_channels ... ignored [INFO] [stdout] test core_functions::color::lch::error::list::too_many_channels ... ignored [INFO] [stdout] test core_functions::color::lch::error::test_type::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lch::error::test_type::chroma ... ignored [INFO] [stdout] test core_functions::color::lch::error::test_type::hue ... ignored [INFO] [stdout] test core_functions::color::lch::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::lch::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::lch::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::chroma ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::hue::percent ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::hue::unrelated ... ignored [INFO] [stdout] test core_functions::color::lch::error::unit::lightness ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::named ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::none::chroma ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::none::hue ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::none::lightness ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::percent::chroma::above_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::percent::chroma::below_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::percent::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::percent::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::chroma::above_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::chroma::below_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::chroma::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::chroma::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::chroma::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::hue::above_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::hue::below_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::hue::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::hue::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::hue::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::lightness::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::lightness::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::no_alpha::unitless::lightness::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::calculation::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::multi_argument_var::t1_of_1::alpha ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::multi_argument_var::t1_of_1::no_alpha ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::lch::special_functions::var::arg_4 ... ignored [INFO] [stdout] test core_functions::color::lighten::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::lighten::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::lighten::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::lighten::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::lighten::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::lightness::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::lab::special_functions::no_alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::lighten::middle ... ok [INFO] [stdout] test core_functions::color::lightness::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::lighten::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::lab::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::lighten::max_remaining ... ok [INFO] [stdout] test core_functions::color::lighten::min ... ok [INFO] [stdout] test core_functions::color::lighten::named ... ok [INFO] [stdout] test core_functions::color::lighten::max ... ok [INFO] [stdout] test core_functions::color::lighten::fraction ... ok [INFO] [stdout] test core_functions::color::lightness::error::test_type ... ok [INFO] [stdout] test core_functions::color::lightness::max ... ok [INFO] [stdout] test core_functions::color::mix::alpha::first ... ok [INFO] [stdout] test core_functions::color::lightness::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::lighten::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::lighten::alpha ... ok [INFO] [stdout] test core_functions::color::lightness::middle ... ok [INFO] [stdout] test core_functions::color::mix::error::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::mix::error::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::mix::error::color_interpolation_method ... ignored [INFO] [stdout] test core_functions::color::mix::error::extra_character_end ... ignored [INFO] [stdout] test core_functions::color::mix::error::extra_character_start ... ignored [INFO] [stdout] test core_functions::color::mix::error::interpolation::number ... ignored [INFO] [stdout] test core_functions::color::mix::error::interpolation_list::quoted ... ignored [INFO] [stdout] test core_functions::color::mix::error::interpolation_list::separator ... ignored [INFO] [stdout] test core_functions::color::mix::error::interpolation_list::slash ... ignored [INFO] [stdout] test core_functions::color::mix::error::invalid_method::unsupported ... ignored [INFO] [stdout] test core_functions::color::mix::error::invalid_method::wrong_hue_keyword ... ignored [INFO] [stdout] test core_functions::color::mix::error::missing_hue_string ... ignored [INFO] [stdout] test core_functions::color::mix::error::null_method::non_legacy::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::error::null_method::non_legacy::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::error::parentheses ... ignored [INFO] [stdout] test core_functions::color::mix::error::rectangular_space_with_method ... ignored [INFO] [stdout] test core_functions::color::mix::error::test_type::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::error::test_type::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::error::test_type::weight ... ignored [INFO] [stdout] test core_functions::color::mix::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::mix::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::mix::error::unknown_interpolation ... ignored [INFO] [stdout] test core_functions::color::mix::explicit_method::non_srgb ... ignored [INFO] [stdout] test core_functions::color::mix::explicit_method::previously_invalid ... ignored [INFO] [stdout] test core_functions::color::mix::explicit_method::srgb ... ignored [INFO] [stdout] test core_functions::color::mix::explicit_method::weighted ... ignored [INFO] [stdout] test core_functions::color::lightness::min ... ok [INFO] [stdout] test core_functions::color::lightness::named ... ok [INFO] [stdout] test core_functions::color::mix::alpha::even ... ok [INFO] [stdout] test core_functions::color::lightness::fraction ... ok [INFO] [stdout] test core_functions::color::mix::alpha::last ... ok [INFO] [stdout] test core_functions::color::mix::both_weights::transparent::first ... ok [INFO] [stdout] test core_functions::color::mix::both_weights::contradiction ... ok [INFO] [stdout] test core_functions::color::mix::hue_interpolation::case_insensitive ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::decreasing::acute ... ignored [INFO] [stdout] test core_functions::color::mix::explicit_weight::even ... ok [INFO] [stdout] test core_functions::color::mix::hue_interpolation::decreasing::obtuse ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::default::acute ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::default::obtuse ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::increasing::acute ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::increasing::obtuse ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::longer::obtuse ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::shorter::acute ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::shorter::obtuse ... ignored [INFO] [stdout] test core_functions::color::mix::hue_interpolation::weighted ... ignored [INFO] [stdout] test core_functions::color::mix::both_weights::transparent::last ... ok [INFO] [stdout] test core_functions::color::mix::explicit_weight::firstwards ... ok [INFO] [stdout] test core_functions::color::mix::alpha::firstwards ... ok [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::legacy::both ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::legacy::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::legacy::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::modern::both ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::modern::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::analogous::modern::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::legacy::both ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::legacy::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::legacy::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::modern::both ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::modern::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::explicit::same::modern::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::powerless::legacy::both ... ignored [INFO] [stdout] test core_functions::color::mix::missing::powerless::legacy::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::powerless::legacy::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::powerless::modern::both ... ignored [INFO] [stdout] test core_functions::color::mix::alpha::lastwards ... ok [INFO] [stdout] test core_functions::color::mix::missing::powerless::modern::color1 ... ignored [INFO] [stdout] test core_functions::color::mix::missing::powerless::modern::color2 ... ignored [INFO] [stdout] test core_functions::color::mix::mixed_spaces::test ... ignored [INFO] [stdout] test core_functions::color::mix::named::polar_space ... ignored [INFO] [stdout] test core_functions::color::mix::named::rectangular_space ... ignored [INFO] [stdout] test core_functions::color::mix::predefined::rgb ... ignored [INFO] [stdout] test core_functions::color::mix::predefined::rgb_explicit_method ... ignored [INFO] [stdout] test core_functions::color::mix::predefined::xyz ... ignored [INFO] [stdout] test core_functions::color::mix::both_weights::mixed::firstwards ... ok [INFO] [stdout] test core_functions::color::mix::both_weights::weighted::last ... ok [INFO] [stdout] test core_functions::color::mix::both_weights::weighted::first ... ok [INFO] [stdout] test core_functions::color::mix::explicit_weight::first ... ok [INFO] [stdout] test core_functions::color::mix::explicit_weight::lastwards ... ok [INFO] [stdout] test core_functions::color::mix::both_weights::mixed::lastwards ... ok [INFO] [stdout] test core_functions::color::mix::predefined::xyz_explicit_method ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::named ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::none::slash::alpha ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::none::slash::b ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::none::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::none::slash_list::b ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::opaque ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::percent ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::relative_color::slash ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::relative_color::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::comma ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::empty ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::empty_space ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::slash::one ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::slash::three ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::too_few_channels ... ignored [INFO] [stdout] test core_functions::color::oklab::error::list::too_many_channels ... ignored [INFO] [stdout] test core_functions::color::oklab::error::test_type::a ... ignored [INFO] [stdout] test core_functions::color::oklab::error::test_type::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklab::error::test_type::b ... ignored [INFO] [stdout] test core_functions::color::oklab::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::oklab::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::oklab::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::oklab::error::unit::a ... ignored [INFO] [stdout] test core_functions::color::oklab::error::unit::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::oklab::error::unit::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklab::error::unit::b ... ignored [INFO] [stdout] test core_functions::color::oklab::error::unit::lightness ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::named ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::none::a ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::none::b ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::none::lightness ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::ab::above_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::ab::below_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::ab::in_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::percent::lightness::in_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::relative_color ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::a::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::a::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::a::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::ab::above_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::ab::below_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::ab::in_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::b::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::b::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::b::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklab::no_alpha::unitless::lightness::in_range ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::calculation::arg_4 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::multi_argument_var::t1_of_1::alpha ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::multi_argument_var::t1_of_1::no_alpha ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::oklab::special_functions::var::arg_4 ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::named ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::none::slash::alpha ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::none::slash::hue ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::none::slash_list::alpha ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::none::slash_list::hue ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::opaque ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::percent ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::comma ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::empty ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::empty_space ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::slash::one ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::slash::three ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::too_few_channels ... ignored [INFO] [stdout] test core_functions::color::oklch::error::list::too_many_channels ... ignored [INFO] [stdout] test core_functions::color::oklch::error::test_type::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklch::error::test_type::chroma ... ignored [INFO] [stdout] test core_functions::color::oklch::error::test_type::hue ... ignored [INFO] [stdout] test core_functions::color::oklch::error::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::oklch::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::oklch::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::alpha::slash ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::alpha::slash_list ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::chroma ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::hue::percent ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::hue::unrelated ... ignored [INFO] [stdout] test core_functions::color::oklch::error::unit::lightness ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::named ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::none::chroma ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::none::hue ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::none::lightness ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::percent::chroma::above_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::percent::chroma::below_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::percent::in_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::percent::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::percent::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::chroma::above_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::chroma::below_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::chroma::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::chroma::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::chroma::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::hue::above_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::hue::below_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::hue::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::hue::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::hue::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::in_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::lightness::above_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::lightness::below_range ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::lightness::degenerate::nan ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::lightness::degenerate::negative_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::no_alpha::unitless::lightness::degenerate::positive_infinity ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::calculation::arg_1 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::calculation::arg_2 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::calculation::arg_3 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::calculation::arg_4 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::multi_argument_var::t1_of_1::alpha ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::multi_argument_var::t1_of_1::no_alpha ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::var::arg_1 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::var::arg_2 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::var::arg_3 ... ignored [INFO] [stdout] test core_functions::color::oklch::special_functions::var::arg_4 ... ignored [INFO] [stdout] test core_functions::color::red::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::mix::units::weight::unknown ... ok [INFO] [stdout] test core_functions::color::mix::units::weight::unitless ... ok [INFO] [stdout] test core_functions::color::mix::unweighted::average ... ok [INFO] [stdout] test core_functions::color::mix::explicit_weight::last ... ok [INFO] [stdout] test core_functions::color::mix::unweighted::identical ... ok [INFO] [stdout] test core_functions::color::mix::unweighted::min_and_max ... ok [INFO] [stdout] test core_functions::color::red::error::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::bracketed ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::comma_separated ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::empty ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::four_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::one_element ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::list::two_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::quoted_var_slash ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::bracketed ... ignored [INFO] [stdout] test core_functions::color::red::max ... ok [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::comma_separated ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::empty ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::four_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::one_element ... ignored [INFO] [stdout] test core_functions::color::red::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::red::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::channels::two_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::too_few_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::slash_list::too_many_elements ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::test_type::blue ... ignored [INFO] [stdout] test core_functions::color::rgb::error::one_arg::test_type::green ... ignored [INFO] [stdout] test core_functions::color::rgb::error::five_args::test ... ok [INFO] [stdout] test core_functions::color::rgb::error::one_arg::test_type::red ... ignored [INFO] [stdout] test core_functions::color::rgb::error::four_args::red::test_type ... ok [INFO] [stdout] test core_functions::color::red::middle ... ok [INFO] [stdout] test core_functions::color::red::min ... ok [INFO] [stdout] test core_functions::color::rgb::error::three_args::blue::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::three_args::red::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::four_args::blue::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::four_args::green::test_type ... ok [INFO] [stdout] test core_functions::color::red::named ... ok [INFO] [stdout] test core_functions::color::rgb::error::two_args::alpha::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::two_args::alpha::unit ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::unitless::min ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::percent::min ... ok [INFO] [stdout] test core_functions::color::rgb::error::four_args::alpha::unit ... ok [INFO] [stdout] test core_functions::color::rgb::error::zero_args::test ... ok [INFO] [stdout] test core_functions::color::rgb::error::three_args::green::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::error::two_args::color::test_type ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::percent::negative ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::percent::above::max ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::unitless::max ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::unitless::above::max ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::percent::max ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::unitless::positive ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::alpha::above ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::alpha::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::alpha::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::unitless::negative ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::alpha::below ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::alpha::percent::positive ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::alpha::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::blue::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::blue::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::attr::arg_4 ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::blue::finite ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::blue::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::green::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::green::finite ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::green::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::green::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::red::finite ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::red::degenerate::positive_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::calculation::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::red::degenerate::negative_infinity ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::clamped::red::degenerate::nan ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::env::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::clamp::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::min::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::alpha::percent::above ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::alpha::percent::below ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::alpha::unitless::above ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::alpha::unitless::below ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::blue::above ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::blue::below ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::green::above ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::green::below ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::red::above ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::bounds::red::below ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::max::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::opaque ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::missing::slash ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::missing::slash_list ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::var::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::parenthesized ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::missing::blue ... ignored [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::named ... ok [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::missing::green ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::missing::red ... ignored [INFO] [stdout] test core_functions::color::rgb::four_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::boundaries ... ok [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::all::percent ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::clamped::red ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::partial ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::percent::green ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::clamped::green ... ok [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::clamped::blue ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::in_gamut::percent ... ok [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test core_functions::color::rgb::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::alpha::slash_list ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::clamped::blue ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::beaded ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::error::quoted::alpha ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::error::quoted::no_alpha ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::error::wrong_keyword::alpha ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::error::wrong_keyword::no_alpha ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::percents::unitless::green ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::clamped::red ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::named ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::different_case::no_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::calc::no_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::clamped::green ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::attr::arg_4 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::springgreen ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::calc::alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::var::alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::no_alpha::unitless::numbers ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::var::no_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::test_static::no_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::slash_list_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::calculation::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::different_case::alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::relative_color::test_static::alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::env::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::clamp::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::max::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::calculation::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::var::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::min::string::arg_4 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::calculation::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::calculation::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::alpha::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::attr::arg_1 ... ignored [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::attr::arg_2 ... ignored [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::attr::arg_3 ... ignored [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::boundaries ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::slash_list::alpha ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::no_alpha::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::all::percent ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::percent::green ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::clamped::red ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::clamped::blue ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::slash_list::some_channels ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::clamped::green ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::clamp::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::clamp::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::percents::unitless::green ... ok [INFO] [stdout] test core_functions::color::rgb::one_arg::special_functions::slash_list::channels ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::calc::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::calc::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::clamp::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::max::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::max::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::min::string::arg_3 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::max::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::min::string::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::min::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::clamped::green ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::clamped::blue ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::beaded ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::clamped::red ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::clamped::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::springgreen ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::named ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::unitless::numbers ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::special_functions::calc::string::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::opaque_to::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::clamped::opaque ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::opaque_to::partial ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::named ... ok [INFO] [stdout] test core_functions::color::rgba::one_arg::alpha ... ok [INFO] [stdout] test core_functions::color::same::error::test_type::color1 ... ignored [INFO] [stdout] test core_functions::color::rgb::two_args::partial_to::opaque ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::transparent_to::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::special_functions::var::args::color ... ok [INFO] [stdout] test core_functions::color::same::error::test_type::color2 ... ignored [INFO] [stdout] test core_functions::color::rgb::two_args::transparent_to::partial ... ok [INFO] [stdout] test core_functions::color::same::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::rgb::three_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test core_functions::color::same::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::same::named ... ignored [INFO] [stdout] test core_functions::color::rgba::one_arg::no_alpha ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::opaque_to::opaque ... ok [INFO] [stdout] test core_functions::color::rgba::four_args ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::special_functions::var::args::alpha ... ok [INFO] [stdout] test core_functions::color::rgba::three_args ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::partial_to::transparent ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::special_functions::var::args::both ... ok [INFO] [stdout] test core_functions::color::rgb::two_args::transparent_to::opaque ... ok [INFO] [stdout] test core_functions::color::same::test_false::different_space::both_none ... ignored [INFO] [stdout] test core_functions::color::same::test_false::different_space::no_none ... ignored [INFO] [stdout] test core_functions::color::same::test_false::same_space::no_none ... ignored [INFO] [stdout] test core_functions::color::same::test_false::same_space::none_and_nonzero ... ignored [INFO] [stdout] test core_functions::color::same::test_true::different_space::both_none ... ignored [INFO] [stdout] test core_functions::color::same::test_true::different_space::no_none ... ignored [INFO] [stdout] test core_functions::color::same::test_true::different_space::one_none ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::both_none ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::identical ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::none_and_zero ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::with_alpha ... ignored [INFO] [stdout] test core_functions::color::same::test_true::same_space::within_epsilon ... ignored [INFO] [stdout] test core_functions::color::saturate::css_overload::named ... ok [INFO] [stdout] test core_functions::color::saturate::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::saturate::error::two_args::bounds::too_high ... ignored [INFO] [stdout] test core_functions::color::saturate::error::two_args::bounds::too_low ... ignored [INFO] [stdout] test core_functions::color::saturate::error::two_args::test_type::color ... ignored [INFO] [stdout] test core_functions::color::saturate::error::two_args::test_type::lightness ... ignored [INFO] [stdout] test core_functions::color::saturate::css_overload::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::color::saturate::css_overload::unitless ... ok [INFO] [stdout] test core_functions::color::saturation::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::rgb::two_args::partial_to::partial ... ok [INFO] [stdout] test core_functions::color::saturate::css_overload::with_calc ... ok [INFO] [stdout] test core_functions::color::saturate::error::one_arg::test_type ... ok [INFO] [stdout] test core_functions::color::saturate::css_overload::with_css_var ... ok [INFO] [stdout] test core_functions::color::saturate::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::saturate::css_overload::with_sass_var ... ok [INFO] [stdout] test core_functions::color::saturate::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::saturation::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::saturate::two_args::max_remaining ... ok [INFO] [stdout] test core_functions::color::saturate::css_overload::unit ... ok [INFO] [stdout] test core_functions::color::saturation::min ... ok [INFO] [stdout] test core_functions::color::saturate::two_args::named ... ok [INFO] [stdout] test core_functions::color::saturate::two_args::middle ... ok [INFO] [stdout] test core_functions::color::saturate::error::with_module::one_arg::test_type ... ok [INFO] [stdout] test core_functions::color::saturate::two_args::alpha ... ok [INFO] [stdout] test core_functions::color::saturation::error::test_type ... ok [INFO] [stdout] test core_functions::color::saturation::max ... ok [INFO] [stdout] test core_functions::color::saturation::fraction ... ok [INFO] [stdout] test core_functions::color::saturate::two_args::max ... ok [INFO] [stdout] test core_functions::color::saturation::error::too_many_args ... ok [INFO] [stdout] test core_functions::color::saturation::middle ... ok [INFO] [stdout] test core_functions::color::scale::a98_rgb::all ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::named ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::a98_rgb::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::all ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::named ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::display_p3::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::error::bounds::modern::too_high ... ignored [INFO] [stdout] test core_functions::color::scale::error::bounds::modern::too_low ... ignored [INFO] [stdout] test core_functions::color::scale::error::incompatible_channel::legacy_channel ... ignored [INFO] [stdout] test core_functions::color::scale::error::incompatible_channel::modern_both ... ignored [INFO] [stdout] test core_functions::color::scale::error::missing::alpha ... ignored [INFO] [stdout] test core_functions::color::scale::error::missing::legacy ... ignored [INFO] [stdout] test core_functions::color::scale::error::missing::modern ... ignored [INFO] [stdout] test core_functions::color::saturation::named ... ok [INFO] [stdout] test core_functions::color::scale::error::args::wrong_name ... ok [INFO] [stdout] test core_functions::color::scale::error::args::too_many ... ok [INFO] [stdout] test core_functions::color::scale::error::args::unknown ... ok [INFO] [stdout] test core_functions::color::scale::error::args::too_few ... ok [INFO] [stdout] test core_functions::color::scale::error::bounds::legacy::too_low ... ok [INFO] [stdout] test core_functions::color::scale::error::polar::lch ... ignored [INFO] [stdout] test core_functions::color::scale::error::polar::oklch ... ignored [INFO] [stdout] test core_functions::color::scale::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::scale::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::scale::error::incompatible_channel::legacy_space ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::green_and_saturation ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::red_and_saturation ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::alpha ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::green ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::red_and_blackness ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::green_and_whiteness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::a98_rgb::wrong::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::display_p3::wrong::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::test_type::red ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::color ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::lightness_and_whiteness ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::blue ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::none ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::saturation ... ok [INFO] [stdout] test core_functions::color::scale::error::polar::legacy ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::lightness ... ok [INFO] [stdout] test core_functions::color::scale::error::test_type::whiteness ... ok [INFO] [stdout] test core_functions::color::scale::error::bounds::legacy::too_high ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hsl::wrong::lightness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hsl::wrong::saturation ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::blue_and_lightness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hsl::none::lightness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hsl::none::saturation ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hwb::none::whiteness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hwb::none::blackness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hwb::wrong::whiteness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::hwb::wrong::blackness ... ok [INFO] [stdout] test core_functions::color::scale::error::mixed_formats::saturation_and_blackness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::lab::none::a ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lab::none::b ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lab::none::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lab::wrong::a ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lab::wrong::b ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lab::wrong::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lch::none::chroma ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lch::none::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lch::wrong::chroma ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::lch::wrong::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklab::none::a ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklab::none::b ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklab::none::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::test_type::blackness ... ok [INFO] [stdout] test core_functions::color::scale::error::units::oklab::wrong::a ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklab::wrong::b ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklab::wrong::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklch::none::chroma ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklch::none::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklch::wrong::chroma ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::oklch::wrong::lightness ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::prophoto_rgb::wrong::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rec2020::wrong::red ... ignored [INFO] [stdout] test core_functions::color::saturate::two_args::min ... ok [INFO] [stdout] test core_functions::color::scale::error::units::srgb::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb::wrong::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::none::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::none::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::none::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::wrong::blue ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::wrong::green ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::srgb_linear::wrong::red ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::none::x ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::none::y ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::none::z ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::wrong::x ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::wrong::y ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d50::wrong::z ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::none::x ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::none::y ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::none::z ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::wrong::x ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::wrong::y ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::xyz_d65::wrong::z ... ignored [INFO] [stdout] test core_functions::color::scale::global::non_legacy ... ignored [INFO] [stdout] test core_functions::color::scale::error::units::rgb::none::blue ... ok [INFO] [stdout] test core_functions::color::scale::error::units::rgb::wrong::red ... ok [INFO] [stdout] test core_functions::color::scale::error::units::rgb::wrong::green ... ok [INFO] [stdout] test core_functions::color::scale::hsl::all ... ok [INFO] [stdout] test core_functions::color::scale::error::units::rgb::none::red ... ok [INFO] [stdout] test core_functions::color::scale::error::units::rgb::none::green ... ok [INFO] [stdout] test core_functions::color::scale::global::legacy ... ok [INFO] [stdout] test core_functions::color::scale::hsl::lightness::zero ... ok [INFO] [stdout] test core_functions::color::scale::hsl::lightness::high ... ok [INFO] [stdout] test core_functions::color::scale::hsl::alpha_arg ... ok [INFO] [stdout] test core_functions::color::scale::error::units::rgb::wrong::blue ... ok [INFO] [stdout] test core_functions::color::scale::hsl::alpha_input ... ok [INFO] [stdout] test core_functions::color::scale::hsl::saturation::high ... ok [INFO] [stdout] test core_functions::color::scale::hsl::saturation::min ... ok [INFO] [stdout] test core_functions::color::scale::hsl::named ... ok [INFO] [stdout] test core_functions::color::scale::hsl::lightness::low ... ok [INFO] [stdout] test core_functions::color::scale::hsl::lightness::min ... ok [INFO] [stdout] test core_functions::color::scale::hsl::saturation::low ... ok [INFO] [stdout] test core_functions::color::scale::hsl::saturation::max ... ok [INFO] [stdout] test core_functions::color::scale::hwb::all ... ok [INFO] [stdout] test core_functions::color::scale::lab::a::high ... ignored [INFO] [stdout] test core_functions::color::scale::lab::a::low ... ignored [INFO] [stdout] test core_functions::color::scale::lab::a::max ... ignored [INFO] [stdout] test core_functions::color::scale::lab::a::min ... ignored [INFO] [stdout] test core_functions::color::scale::lab::a::zero ... ignored [INFO] [stdout] test core_functions::color::scale::lab::all ... ignored [INFO] [stdout] test core_functions::color::scale::lab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::lab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::lab::b::high ... ignored [INFO] [stdout] test core_functions::color::scale::lab::b::low ... ignored [INFO] [stdout] test core_functions::color::scale::lab::b::max ... ignored [INFO] [stdout] test core_functions::color::scale::lab::b::min ... ignored [INFO] [stdout] test core_functions::color::scale::lab::b::zero ... ignored [INFO] [stdout] test core_functions::color::scale::lab::lightness::high ... ignored [INFO] [stdout] test core_functions::color::scale::lab::lightness::low ... ignored [INFO] [stdout] test core_functions::color::scale::lab::lightness::max ... ignored [INFO] [stdout] test core_functions::color::scale::lab::lightness::min ... ignored [INFO] [stdout] test core_functions::color::scale::lab::lightness::zero ... ignored [INFO] [stdout] test core_functions::color::scale::lab::named ... ignored [INFO] [stdout] test core_functions::color::scale::lch::all ... ignored [INFO] [stdout] test core_functions::color::scale::lch::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::lch::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::lch::chroma::high ... ignored [INFO] [stdout] test core_functions::color::scale::lch::chroma::low ... ignored [INFO] [stdout] test core_functions::color::scale::lch::chroma::max ... ignored [INFO] [stdout] test core_functions::color::scale::hsl::lightness::max ... ok [INFO] [stdout] test core_functions::color::scale::hwb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::scale::hwb::blackness::max ... ok [INFO] [stdout] test core_functions::color::scale::hwb::blackness::low ... ok [INFO] [stdout] test core_functions::color::scale::hwb::alpha_input ... ok [INFO] [stdout] test core_functions::color::scale::hwb::blackness::min ... ok [INFO] [stdout] test core_functions::color::scale::hwb::whiteness::low ... ok [INFO] [stdout] test core_functions::color::scale::lch::chroma::min ... ignored [INFO] [stdout] test core_functions::color::scale::lch::chroma::zero ... ignored [INFO] [stdout] test core_functions::color::scale::hwb::blackness::high ... ok [INFO] [stdout] test core_functions::color::scale::hsl::saturation::zero ... ok [INFO] [stdout] test core_functions::color::scale::lch::lightness::high ... ignored [INFO] [stdout] test core_functions::color::scale::hwb::named ... ok [INFO] [stdout] test core_functions::color::scale::hwb::whiteness::zero ... ok [INFO] [stdout] test core_functions::color::scale::lch::lightness::low ... ignored [INFO] [stdout] test core_functions::color::scale::lch::lightness::max ... ignored [INFO] [stdout] test core_functions::color::scale::lch::lightness::min ... ignored [INFO] [stdout] test core_functions::color::scale::lch::lightness::zero ... ignored [INFO] [stdout] test core_functions::color::scale::lch::named ... ignored [INFO] [stdout] test core_functions::color::scale::no_channels::identical ... ignored [INFO] [stdout] test core_functions::color::scale::no_channels::missing ... ignored [INFO] [stdout] test core_functions::color::scale::no_channels::powerless ... ignored [INFO] [stdout] test core_functions::color::scale::hwb::whiteness::high ... ok [INFO] [stdout] test core_functions::color::scale::hwb::whiteness::max ... ok [INFO] [stdout] test core_functions::color::scale::hwb::whiteness::min ... ok [INFO] [stdout] test core_functions::color::scale::hwb::blackness::zero ... ok [INFO] [stdout] test core_functions::color::scale::no_space::alpha::max ... ok [INFO] [stdout] test core_functions::color::scale::oklab::a::high ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::a::low ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::a::max ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::a::min ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::a::zero ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::all ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::b::high ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::b::low ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::b::max ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::b::min ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::b::zero ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::lightness::high ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::lightness::low ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::lightness::max ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::lightness::min ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::lightness::zero ... ignored [INFO] [stdout] test core_functions::color::scale::oklab::named ... ignored [INFO] [stdout] test core_functions::color::scale::out_of_gamut::above_gamut::down ... ignored [INFO] [stdout] test core_functions::color::scale::out_of_gamut::above_gamut::up ... ignored [INFO] [stdout] test core_functions::color::scale::out_of_gamut::below_gamut::down ... ignored [INFO] [stdout] test core_functions::color::scale::out_of_gamut::below_gamut::up ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::all ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::named ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::prophoto_rgb::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::all ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::named ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::rec2020::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::no_space::alpha::high ... ok [INFO] [stdout] test core_functions::color::scale::no_space::named ... ok [INFO] [stdout] test core_functions::color::scale::no_space::alpha::zero ... ok [INFO] [stdout] test core_functions::color::scale::no_space::positional ... ok [INFO] [stdout] test core_functions::color::scale::no_space::alpha::low ... ok [INFO] [stdout] test core_functions::color::scale::no_space::alpha::min ... ok [INFO] [stdout] test core_functions::color::scale::rgb::blue::max ... ok [INFO] [stdout] test core_functions::color::scale::rgb::all ... ok [INFO] [stdout] test core_functions::color::scale::rgb::blue::low ... ok [INFO] [stdout] test core_functions::color::scale::rgb::blue::high ... ok [INFO] [stdout] test core_functions::color::scale::space::legacy::to_legacy ... ignored [INFO] [stdout] test core_functions::color::scale::space::legacy::to_modern ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::scale::space::missing::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::scale::space::modern::to_legacy ... ignored [INFO] [stdout] test core_functions::color::scale::space::modern::to_modern ... ignored [INFO] [stdout] test core_functions::color::scale::space::powerless::legacy ... ignored [INFO] [stdout] test core_functions::color::scale::space::powerless::modern ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::all ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::named ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::blue::zero ... ok [INFO] [stdout] test core_functions::color::scale::srgb::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::named ... ok [INFO] [stdout] test core_functions::color::scale::rgb::alpha_arg ... ok [INFO] [stdout] test core_functions::color::scale::srgb::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::all ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::blue::high ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::blue::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::blue::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::blue::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::blue::zero ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::green::high ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::green::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::green::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::green::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::green::zero ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::named ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::red::high ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::red::low ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::red::max ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::red::min ... ignored [INFO] [stdout] test core_functions::color::scale::srgb_linear::red::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::all ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::named ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::x::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::x::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::x::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::x::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::x::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::y::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::y::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::y::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::y::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::y::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::z::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::z::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::z::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::z::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d50::z::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::all ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::alpha_arg ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::alpha_input ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::named ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::x::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::x::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::x::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::x::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::x::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::y::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::y::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::y::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::y::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::y::zero ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::z::high ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::z::low ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::z::max ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::z::min ... ignored [INFO] [stdout] test core_functions::color::scale::xyz_d65::z::zero ... ignored [INFO] [stdout] test core_functions::color::space::a98_rgb ... ignored [INFO] [stdout] test core_functions::color::space::display_p3 ... ignored [INFO] [stdout] test core_functions::color::space::error::test_type ... ignored [INFO] [stdout] test core_functions::color::space::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::space::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::space::hex ... ignored [INFO] [stdout] test core_functions::color::space::hsl ... ignored [INFO] [stdout] test core_functions::color::space::hwb ... ignored [INFO] [stdout] test core_functions::color::space::lab ... ignored [INFO] [stdout] test core_functions::color::space::lch ... ignored [INFO] [stdout] test core_functions::color::space::named ... ignored [INFO] [stdout] test core_functions::color::space::oklab ... ignored [INFO] [stdout] test core_functions::color::space::oklch ... ignored [INFO] [stdout] test core_functions::color::space::prophoto_rgb ... ignored [INFO] [stdout] test core_functions::color::space::rec2020 ... ignored [INFO] [stdout] test core_functions::color::space::rgb ... ignored [INFO] [stdout] test core_functions::color::space::rgba ... ignored [INFO] [stdout] test core_functions::color::space::srgb ... ignored [INFO] [stdout] test core_functions::color::space::srgb_linear ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::red::high ... ok [INFO] [stdout] test core_functions::color::space::xyz ... ignored [INFO] [stdout] test core_functions::color::space::xyz_d50 ... ignored [INFO] [stdout] test core_functions::color::space::xyz_d65 ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::a98_rgb::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::display_p3::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::color::test_type ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::green::zero ... ok [INFO] [stdout] test core_functions::color::to_gamut::error::method::absent ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::green::high ... ok [INFO] [stdout] test core_functions::color::to_gamut::error::method::null ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::method::quoted ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::method::test_type ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::method::unknown ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::space::quoted ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::space::test_type ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::space::unknown ... ignored [INFO] [stdout] test core_functions::color::to_gamut::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::red::min ... ok [INFO] [stdout] test core_functions::color::scale::rgb::blue::min ... ok [INFO] [stdout] test core_functions::color::scale::rgb::green::low ... ok [INFO] [stdout] test core_functions::color::scale::rgb::red::low ... ok [INFO] [stdout] test core_functions::color::scale::rgb::green::min ... ok [INFO] [stdout] test core_functions::color::scale::rgb::red::max ... ok [INFO] [stdout] test core_functions::color::scale::rgb::green::max ... ok [INFO] [stdout] test core_functions::color::to_gamut::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hsl::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::alpha_input ... ok [INFO] [stdout] test core_functions::color::to_gamut::hwb::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hwb::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hwb::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hwb::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hwb::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::hwb::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::lab::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::lab::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_gamut::lch::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::lch::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_gamut::named::test ... ignored [INFO] [stdout] test core_functions::color::to_gamut::oklab::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::oklab::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_gamut::oklch::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::oklch::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_gamut::positional::test ... ignored [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::scale::rgb::red::zero ... ok [INFO] [stdout] test core_functions::color::to_gamut::prophoto_rgb::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rec2020::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::rgb::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::legacy::same::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::missing::modern::same::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::powerless::legacy::no_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::powerless::legacy::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::powerless::modern::no_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::clip::powerless::modern::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::legacy::analogous::legacy ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::legacy::analogous::modern ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::legacy::same::explicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::legacy::same::implicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::legacy::same::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::modern::analogous ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::modern::same::explicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::modern::same::implicit ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::missing::modern::same::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::powerless::legacy::no_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::powerless::legacy::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::powerless::modern::no_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::powerless::modern::with_mapping ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::space::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::clip::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::clip::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::local_minde::in_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::local_minde::out_of_gamut ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::local_minde::to_black ... ignored [INFO] [stdout] test core_functions::color::to_gamut::srgb_linear::local_minde::to_white ... ignored [INFO] [stdout] test core_functions::color::to_gamut::xyz::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::xyz::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_gamut::xyz_d50::clip ... ignored [INFO] [stdout] test core_functions::color::to_gamut::xyz_d50::local_minde ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::a98_rgb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::a98_rgb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::a98_rgb::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::display_p3::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::display_p3::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::display_p3::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::error::quoted_space ... ignored [INFO] [stdout] test core_functions::color::to_space::error::test_type::color ... ignored [INFO] [stdout] test core_functions::color::to_space::error::test_type::space ... ignored [INFO] [stdout] test core_functions::color::to_space::error::too_few_args ... ignored [INFO] [stdout] test core_functions::color::to_space::error::too_many_args ... ignored [INFO] [stdout] test core_functions::color::to_space::error::undefined_space ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hsl::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hsl::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hsl::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hsl::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hsl::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::missing::saturation ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hsl::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hwb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hwb::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hwb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hwb::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::hwb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::float ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::missing::blackness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::missing::whiteness ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::hwb::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lab::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lab::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lab::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lab::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lab::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lch::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lch::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::lch::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::float ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::lch::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklab::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklab::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklab::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklab::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::missing::a ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::missing::b ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklab::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklch::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklch::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklch::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklch::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::oklch::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::float ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::missing::chroma ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::missing::hue ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::missing::lightness ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::oklch::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::prophoto_rgb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::prophoto_rgb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::prophoto_rgb::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rec2020::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rec2020::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rec2020::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rgb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::rgb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::float ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::rgb::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb_linear::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::srgb_linear::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::srgb_linear::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::a98_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::a98_rgb::in_range ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::a98_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::a98_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::a98_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::a98_rgb::out_of_range ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::display_p3::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hsl::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::hwb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::lch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklab::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::oklch::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::prophoto_rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rec2020::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::rgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::srgb_linear::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz::white ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::alpha::partial ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::alpha::transparent ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::black ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::gray ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::middle ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::missing::blue ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::missing::green ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::missing::red ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::out_of_range::far ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::out_of_range::near ... ignored [INFO] [stdout] test core_functions::color::to_space::xyz_d50::xyz_d50::xyz_d50::white ... ignored [INFO] [stdout] test core_functions::color::whiteness::error::non_legacy ... ignored [INFO] [stdout] test core_functions::color::whiteness::error::too_few_args ... ok [INFO] [stdout] test core_functions::color::whiteness::middle::half_blackness ... ok [INFO] [stdout] test core_functions::color::whiteness::fraction ... ok [INFO] [stdout] test core_functions::color::whiteness::error::too_many_args ... ok [INFO] [stdout] test core_functions::general::error::set_variable ... ok [INFO] [stdout] test core_functions::color::whiteness::error::test_type ... ok [INFO] [stdout] test core_functions::general::global ... ok [INFO] [stdout] test core_functions::color::whiteness::middle::zero_blackness ... ok [INFO] [stdout] test core_functions::general::forward::error::hide ... ok [INFO] [stdout] test core_functions::general::forward::show ... ok [INFO] [stdout] test core_functions::global::color::error::too_low::darken ... ignored [INFO] [stdout] test core_functions::global::color::error::too_low::desaturate ... ignored [INFO] [stdout] test core_functions::global::color::error::too_low::fade_in ... ignored [INFO] [stdout] test core_functions::global::color::error::too_low::fade_out ... ignored [INFO] [stdout] test core_functions::global::color::error::too_low::lighten ... ignored [INFO] [stdout] test core_functions::global::color::error::too_low::saturate ... ignored [INFO] [stdout] test core_functions::color::whiteness::min ... ok [INFO] [stdout] test core_functions::general::test_as ... ok [INFO] [stdout] test core_functions::global::color::darken::test ... ok [INFO] [stdout] test core_functions::global::color::blue::test ... ok [INFO] [stdout] test core_functions::general::forward::error::show ... ok [INFO] [stdout] test core_functions::color::whiteness::middle::high_blackness ... ok [INFO] [stdout] test core_functions::color::whiteness::max ... ok [INFO] [stdout] test core_functions::global::color::alpha::test ... ok [INFO] [stdout] test core_functions::color::whiteness::named ... ok [INFO] [stdout] test core_functions::general::forward::test_as ... ok [INFO] [stdout] test core_functions::global::color::change::test ... ok [INFO] [stdout] test core_functions::global::color::complement::test ... ok [INFO] [stdout] test core_functions::global::color::desaturate::test ... ok [INFO] [stdout] test core_functions::general::forward::hide ... ok [INFO] [stdout] test core_functions::global::color::fade_in::test ... ok [INFO] [stdout] test core_functions::global::color::hue::test ... ok [INFO] [stdout] test core_functions::global::color::grayscale::with_calc ... ok [INFO] [stdout] test core_functions::global::color::grayscale::with_css_var ... ok [INFO] [stdout] test core_functions::global::color::green::test ... ok [INFO] [stdout] test core_functions::general::forward::bare ... ok [INFO] [stdout] test core_functions::global::color::grayscale::with_color ... ok [INFO] [stdout] test core_functions::global::color::invert::with_color ... ok [INFO] [stdout] test core_functions::global::color::grayscale::with_number ... ok [INFO] [stdout] test core_functions::global::color::grayscale::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::global::color::invert::with_css_var ... ok [INFO] [stdout] test core_functions::global::color::lighten::test ... ok [INFO] [stdout] test core_functions::global::color::opacify::test ... ok [INFO] [stdout] test core_functions::global::color::invert::with_number ... ok [INFO] [stdout] test core_functions::global::color::mix::test ... ok [INFO] [stdout] test core_functions::global::color::invert::with_calc ... ok [INFO] [stdout] test core_functions::global::color::lightness::test ... ok [INFO] [stdout] test core_functions::global::color::invert::with_unquoted_calc ... ok [INFO] [stdout] test core_functions::global::color::fade_out::test ... ok [INFO] [stdout] test core_functions::global::color::ie_hex_str::test ... ok [INFO] [stdout] test core_functions::global::color::opacity::test ... ok [INFO] [stdout] test core_functions::global::color::saturate::test ... ok [INFO] [stdout] test core_functions::global::color::red::test ... ok [INFO] [stdout] test core_functions::global::color::saturation::test ... ok [INFO] [stdout] test core_functions::global::color::transparentize::test ... ok [INFO] [stdout] test core_functions::global::color::scale::test ... ok [INFO] [stdout] test core_functions::global::list::is_bracketed ... ok [INFO] [stdout] test core_functions::global::list::list_separator ... ok [INFO] [stdout] test core_functions::global::list::join ... ok [INFO] [stdout] test core_functions::global::list::index ... ok [INFO] [stdout] test core_functions::global::list::length ... ok [INFO] [stdout] test core_functions::global::list::set_nth ... ok [INFO] [stdout] test core_functions::global::list::append ... ok [INFO] [stdout] test core_functions::global::list::nth ... ok [INFO] [stdout] test core_functions::global::map::keys ... ok [INFO] [stdout] test core_functions::global::math::random ... ok [INFO] [stdout] test core_functions::global::list::zip ... ok [INFO] [stdout] test core_functions::global::math::floor ... ok [INFO] [stdout] test core_functions::global::map::remove ... ok [INFO] [stdout] test core_functions::global::math::unitless ... ok [INFO] [stdout] test core_functions::global::map::values ... ok [INFO] [stdout] test core_functions::global::math::ceil ... ok [INFO] [stdout] test core_functions::global::math::max ... ok [INFO] [stdout] test core_functions::global::map::has_key ... ok [INFO] [stdout] test core_functions::global::map::get ... ok [INFO] [stdout] test core_functions::global::math::percentage ... ok [INFO] [stdout] test core_functions::global::math::comparable ... ok [INFO] [stdout] test core_functions::global::math::unit ... ok [INFO] [stdout] test core_functions::global::math::min ... ok [INFO] [stdout] test core_functions::global::math::round ... ok [INFO] [stdout] test core_functions::global::meta::feature_exists ... ok [INFO] [stdout] test core_functions::global::math::abs ... ok [INFO] [stdout] test core_functions::global::meta::global_variable_exists ... ok [INFO] [stdout] test core_functions::global::map::merge ... ok [INFO] [stdout] test core_functions::global::meta::call ... ok [INFO] [stdout] test core_functions::global::selector::parse ... ok [INFO] [stdout] test core_functions::global::meta::function_exists ... ok [INFO] [stdout] test core_functions::global::meta::content_exists ... ok [INFO] [stdout] test core_functions::global::meta::mixin_exists ... ok [INFO] [stdout] test core_functions::global::meta::variable_exists ... ok [INFO] [stdout] test core_functions::global::meta::inspect ... ok [INFO] [stdout] test core_functions::global::meta::get_function ... ok [INFO] [stdout] test core_functions::global::selector::is_superselector ... ok [INFO] [stdout] test core_functions::global::selector::nest ... ok [INFO] [stdout] test core_functions::global::selector::append ... ok [INFO] [stdout] test core_functions::global::string::quote ... ok [INFO] [stdout] test core_functions::global::meta::keywords ... ok [INFO] [stdout] test core_functions::global::selector::simple_selectors ... ok [INFO] [stdout] test core_functions::global::string::length ... ok [INFO] [stdout] test core_functions::global::selector::extend ... ok [INFO] [stdout] test core_functions::global::string::index ... ok [INFO] [stdout] test core_functions::global::meta::type_of ... ok [INFO] [stdout] test core_functions::global::selector::replace ... ok [INFO] [stdout] test core_functions::global::selector::unify ... ok [INFO] [stdout] test core_functions::global::string::insert ... ok [INFO] [stdout] test core_functions::list::append::bracketed ... ok [INFO] [stdout] test core_functions::global::string::to_upper_case ... ok [INFO] [stdout] test core_functions::global::string::unquote ... ok [INFO] [stdout] test core_functions::global::string::unique_id ... ok [INFO] [stdout] test core_functions::global::string::slice ... ok [INFO] [stdout] test core_functions::list::append::comma::default ... ok [INFO] [stdout] test core_functions::list::append::comma::overridden ... ok [INFO] [stdout] test core_functions::list::append::error::test_type::separator ... ok [INFO] [stdout] test core_functions::list::append::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::append::auto ... ok [INFO] [stdout] test core_functions::list::append::error::unknown_separator ... ok [INFO] [stdout] test core_functions::list::append::named ... ok [INFO] [stdout] test core_functions::list::append::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::append::single::comma ... ok [INFO] [stdout] test core_functions::list::append::non_list ... ok [INFO] [stdout] test core_functions::list::append::single::undecided ... ok [INFO] [stdout] test core_functions::list::append::map::non_empty ... ok [INFO] [stdout] test core_functions::list::append::space::default ... ok [INFO] [stdout] test core_functions::list::index::found::last ... ok [INFO] [stdout] test core_functions::list::index::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::append::slash::default ... ok [INFO] [stdout] test core_functions::list::append::slash::overridden ... ok [INFO] [stdout] test core_functions::list::index::found::first ... ok [INFO] [stdout] test core_functions::list::index::found::single ... ok [INFO] [stdout] test core_functions::list::index::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::index::found::non_list ... ok [INFO] [stdout] test core_functions::list::append::space::overridden ... ok [INFO] [stdout] test core_functions::list::append::empty::comma ... ok [INFO] [stdout] test core_functions::list::index::found::sass_equality ... ok [INFO] [stdout] test core_functions::list::index::found::multiple ... ok [INFO] [stdout] test core_functions::list::index::named ... ok [INFO] [stdout] test core_functions::list::index::not_found::non_empty ... ok [INFO] [stdout] test core_functions::list::is_bracketed::bracketed::single ... ok [INFO] [stdout] test core_functions::list::is_bracketed::bracketed::empty ... ok [INFO] [stdout] test core_functions::list::index::found::map ... ok [INFO] [stdout] test core_functions::list::index::not_found::empty ... ok [INFO] [stdout] test core_functions::list::is_bracketed::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::index::not_found::map::non_empty ... ok [INFO] [stdout] test core_functions::list::is_bracketed::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::is_bracketed::unbracketed::empty ... ok [INFO] [stdout] test core_functions::list::is_bracketed::bracketed::multi ... ok [INFO] [stdout] test core_functions::list::is_bracketed::unbracketed::map ... ok [INFO] [stdout] test core_functions::list::is_bracketed::unbracketed::multi ... ok [INFO] [stdout] test core_functions::list::is_bracketed::unbracketed::non_list ... ok [INFO] [stdout] test core_functions::list::append::map::empty ... ok [INFO] [stdout] test core_functions::list::index::not_found::non_list ... ok [INFO] [stdout] test core_functions::list::append::empty::undecided ... ok [INFO] [stdout] test core_functions::list::join::empty::first::slash ... ok [INFO] [stdout] test core_functions::list::index::not_found::map::empty ... ok [INFO] [stdout] test core_functions::list::is_bracketed::unbracketed::single ... ok [INFO] [stdout] test core_functions::list::join::empty::first::undecided::and_comma ... ok [INFO] [stdout] test core_functions::list::join::empty::first::undecided::and_slash ... ok [INFO] [stdout] test core_functions::list::append::single::space ... ok [INFO] [stdout] test core_functions::list::append::empty::space ... ok [INFO] [stdout] test core_functions::list::join::empty::first::undecided::and_space ... ok [INFO] [stdout] test core_functions::list::join::empty::first::space ... ok [INFO] [stdout] test core_functions::list::join::empty::both::comma::last ... ok [INFO] [stdout] test core_functions::list::join::empty::both::comma::first ... ok [INFO] [stdout] test core_functions::list::join::empty::both::undecided ... ok [INFO] [stdout] test core_functions::list::join::empty::map::first::slash ... ok [INFO] [stdout] test core_functions::list::join::empty::first::comma ... ok [INFO] [stdout] test core_functions::list::join::empty::map::first::undecided ... ok [INFO] [stdout] test core_functions::list::join::empty::both::space::last ... ok [INFO] [stdout] test core_functions::list::join::empty::both::slash::first ... ok [INFO] [stdout] test core_functions::list::join::empty::both::space::first ... ok [INFO] [stdout] test core_functions::list::join::empty::map::first::space ... ok [INFO] [stdout] test core_functions::list::join::empty::both::slash::last ... ok [INFO] [stdout] test core_functions::list::join::empty::map::second::slash ... ok [INFO] [stdout] test core_functions::list::join::empty::second::undecided::comma ... ok [INFO] [stdout] test core_functions::list::join::empty::map::second::comma ... ok [INFO] [stdout] test core_functions::list::join::empty::map::first::comma ... ok [INFO] [stdout] test core_functions::list::join::empty::second::slash ... ok [INFO] [stdout] test core_functions::list::join::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::join::empty::second::undecided::slash ... ok [INFO] [stdout] test core_functions::list::join::empty::second::undecided::space ... ok [INFO] [stdout] test core_functions::list::join::error::named ... ok [INFO] [stdout] test core_functions::list::join::error::test_type::separator ... ok [INFO] [stdout] test core_functions::list::join::error::unknown_separator ... ok [INFO] [stdout] test core_functions::list::join::empty::map::second::space ... ok [INFO] [stdout] test core_functions::list::join::error::positional_and_named ... ok [INFO] [stdout] test core_functions::list::join::multi::auto::separator ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::falsey ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::positional ... ok [INFO] [stdout] test core_functions::list::join::multi::auto::bracketed ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::and_separator ... ok [INFO] [stdout] test core_functions::list::join::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::both ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::second ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::test_false ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::first ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::test_true ... ok [INFO] [stdout] test core_functions::list::join::multi::bracketed::truthy ... ok [INFO] [stdout] test core_functions::list::join::multi::comma::second ... ok [INFO] [stdout] test core_functions::list::join::multi::map::both ... ok [INFO] [stdout] test core_functions::list::join::multi::comma::both ... ok [INFO] [stdout] test core_functions::list::join::multi::map::second::slash ... ok [INFO] [stdout] test core_functions::list::join::multi::comma::first ... ok [INFO] [stdout] test core_functions::list::join::multi::comma::separator::forces_not_comma ... ok [INFO] [stdout] test core_functions::list::join::multi::comma::separator::forces_comma ... ok [INFO] [stdout] test core_functions::list::join::multi::map::first::space ... ok [INFO] [stdout] test core_functions::list::join::multi::map::first::comma ... ok [INFO] [stdout] test core_functions::list::join::empty::map::second::undecided ... ok [INFO] [stdout] test core_functions::list::join::multi::map::second::comma ... ok [INFO] [stdout] test core_functions::list::join::multi::map::second::space ... ok [INFO] [stdout] test core_functions::list::join::multi::slash::first ... ok [INFO] [stdout] test core_functions::list::join::multi::slash::second ... ok [INFO] [stdout] test core_functions::list::join::multi::slash::both ... ok [INFO] [stdout] test core_functions::list::join::multi::named ... ok [INFO] [stdout] test core_functions::list::join::multi::space::both ... ok [INFO] [stdout] test core_functions::list::join::multi::slash::separator::forces_slash ... ok [INFO] [stdout] test core_functions::list::join::multi::space::separator::forces_space ... ok [INFO] [stdout] test core_functions::list::join::empty::second::comma ... ok [INFO] [stdout] test core_functions::list::join::multi::slash::separator::forces_not_slash ... ok [INFO] [stdout] test core_functions::list::join::multi::space::separator::forces_not_space ... ok [INFO] [stdout] test core_functions::list::join::multi::map::first::slash ... ok [INFO] [stdout] test core_functions::list::join::single::both::slash::first ... ok [INFO] [stdout] test core_functions::list::join::single::first::undecided::and_space ... ok [INFO] [stdout] test core_functions::list::join::single::first::undecided::and_slash ... ok [INFO] [stdout] test core_functions::list::join::single::both::undecided ... ok [INFO] [stdout] test core_functions::list::join::empty::second::space ... ok [INFO] [stdout] test core_functions::list::join::single::first::comma ... ok [INFO] [stdout] test core_functions::list::join::single::both::slash::last ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::second::comma ... ok [INFO] [stdout] test core_functions::list::join::single::first::slash ... ok [INFO] [stdout] test core_functions::list::join::single::first::undecided::and_comma ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::first::comma ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::first::slash ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::both ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::first::space ... ok [INFO] [stdout] test core_functions::list::join::single::second::comma ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::second::slash ... ok [INFO] [stdout] test core_functions::list::join::single::second::slash ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::second::space ... ok [INFO] [stdout] test core_functions::list::join::single::second::undecided::space ... ok [INFO] [stdout] test core_functions::list::join::single::second::undecided::comma ... ok [INFO] [stdout] test core_functions::list::join::single::second::undecided::slash ... ok [INFO] [stdout] test core_functions::list::length::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::length::map::non_empty ... ok [INFO] [stdout] test core_functions::list::length::named ... ok [INFO] [stdout] test core_functions::list::length::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::length::t0 ... ok [INFO] [stdout] test core_functions::list::length::non_list ... ok [INFO] [stdout] test core_functions::list::length::many ... ok [INFO] [stdout] test core_functions::list::length::t2 ... ok [INFO] [stdout] test core_functions::list::length::null_list_item ... ok [INFO] [stdout] test core_functions::list::nth::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::nth::error::test_type ... ok [INFO] [stdout] test core_functions::list::nth::bracketed ... ok [INFO] [stdout] test core_functions::list::length::t1 ... ok [INFO] [stdout] test core_functions::list::join::single::both::comma::first ... ok [INFO] [stdout] test core_functions::list::join::single::both::space::first ... ok [INFO] [stdout] test core_functions::list::nth::error::index::too_high ... ok [INFO] [stdout] test core_functions::list::nth::error::index::too_low ... ok [INFO] [stdout] test core_functions::list::nth::error::index::t0 ... ok [INFO] [stdout] test core_functions::list::join::single::both::comma::last ... ok [INFO] [stdout] test core_functions::list::join::single::first::space ... ok [INFO] [stdout] test core_functions::list::nth::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::nth::named ... ok [INFO] [stdout] test core_functions::list::nth::negative::t1::of_2 ... ok [INFO] [stdout] test core_functions::list::nth::non_list ... ok [INFO] [stdout] test core_functions::list::nth::t2::of_2 ... ok [INFO] [stdout] test core_functions::list::nth::t1::of_1 ... ok [INFO] [stdout] test core_functions::list::nth::negative::t2::of_2 ... ok [INFO] [stdout] test core_functions::list::nth::negative::t2::of_4 ... ok [INFO] [stdout] test core_functions::list::nth::map ... ok [INFO] [stdout] test core_functions::list::nth::negative::t1::of_1 ... ok [INFO] [stdout] test core_functions::list::nth::t1::of_2 ... ok [INFO] [stdout] test core_functions::list::join::single::both::space::last ... ok [INFO] [stdout] test core_functions::list::length::map::empty ... ok [INFO] [stdout] test core_functions::list::nth::units ... ignored [INFO] [stdout] test core_functions::list::separator::bracketed ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::second::undecided ... ok [INFO] [stdout] test core_functions::list::separator::empty::space ... ok [INFO] [stdout] test core_functions::list::join::single::second::space ... ok [INFO] [stdout] test core_functions::list::nth::t2::of_4 ... ok [INFO] [stdout] test core_functions::list::separator::multi::space ... ok [INFO] [stdout] test core_functions::list::separator::multi::comma ... ok [INFO] [stdout] test core_functions::list::separator::single::comma ... ok [INFO] [stdout] test core_functions::list::separator::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::separator::empty::comma ... ok [INFO] [stdout] test core_functions::list::separator::single::slash ... ok [INFO] [stdout] test core_functions::list::separator::single::space ... ok [INFO] [stdout] test core_functions::list::separator::error::too_many_args ... ok [INFO] [stdout] test core_functions::list::separator::multi::map ... ok [INFO] [stdout] test core_functions::list::set_nth::error::index::t0 ... ok [INFO] [stdout] test core_functions::list::set_nth::error::index::too_few_args ... ok [INFO] [stdout] test core_functions::list::join::single::non_list::first::undecided ... ok [INFO] [stdout] test core_functions::list::set_nth::bracketed ... ok [INFO] [stdout] test core_functions::list::set_nth::named ... ok [INFO] [stdout] test core_functions::list::separator::single::non_list ... ok [INFO] [stdout] test core_functions::list::separator::multi::slash ... ok [INFO] [stdout] test core_functions::list::set_nth::error::index::too_low ... ok [INFO] [stdout] test core_functions::list::set_nth::error::index::too_many_args ... ok [INFO] [stdout] test core_functions::list::set_nth::error::test_type ... ok [INFO] [stdout] test core_functions::list::set_nth::units ... ignored [INFO] [stdout] test core_functions::list::set_nth::error::index::too_high ... ok [INFO] [stdout] test core_functions::list::set_nth::negative::t1::of_2 ... ok [INFO] [stdout] test core_functions::list::set_nth::t1::of_2 ... ok [INFO] [stdout] test core_functions::list::set_nth::negative::t1::of_1 ... ok [INFO] [stdout] test core_functions::list::slash::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::set_nth::t2::of_2 ... ok [INFO] [stdout] test core_functions::list::set_nth::map ... ok [INFO] [stdout] test core_functions::list::slash::three_args ... ok [INFO] [stdout] test core_functions::list::set_nth::negative::t2::of_4 ... ok [INFO] [stdout] test core_functions::list::set_nth::non_list ... ok [INFO] [stdout] test core_functions::list::slash::two_args ... ok [INFO] [stdout] test core_functions::list::set_nth::negative::t2::of_2 ... ok [INFO] [stdout] test core_functions::list::set_nth::t2::of_4 ... ok [INFO] [stdout] test core_functions::list::set_nth::t1::of_1 ... ok [INFO] [stdout] test core_functions::list::zip::map::empty ... ok [INFO] [stdout] test core_functions::list::separator::empty::map ... ok [INFO] [stdout] test core_functions::list::zip::map::non_empty ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::empty::comma ... ok [INFO] [stdout] test core_functions::list::slash::many_args ... ok [INFO] [stdout] test core_functions::list::zip::non_list ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::multi::space ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::empty::undecided ... ok [INFO] [stdout] test core_functions::list::utils::with_separator::multi::space ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::multi::comma ... ok [INFO] [stdout] test core_functions::list::utils::empty_map::same_as_empty_list ... ok [INFO] [stdout] test core_functions::list::zip::two_lists::first_longer ... ok [INFO] [stdout] test core_functions::list::zip::two_lists::same_length ... ok [INFO] [stdout] test core_functions::list::zip::three_lists ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::single::comma ... ok [INFO] [stdout] test core_functions::list::zip::two_lists::second_empty ... ok [INFO] [stdout] test core_functions::list::zip::two_lists::first_empty ... ok [INFO] [stdout] test core_functions::list::utils::with_separator::single::space ... ok [INFO] [stdout] test core_functions::list::utils::with_separator::multi::comma ... ok [INFO] [stdout] test core_functions::list::utils::with_separator::single::comma ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::empty::space ... ok [INFO] [stdout] test core_functions::list::utils::real_separator::single::undecided ... ok [INFO] [stdout] test core_functions::list::zip::two_lists::second_longer ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::empty::second ... ok [INFO] [stdout] test core_functions::list::zip::no_lists ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::different_keys ... ok [INFO] [stdout] test core_functions::map::deep_merge::error::test_type::map1 ... ok [INFO] [stdout] test core_functions::list::zip::one_list::bracketed ... ok [INFO] [stdout] test core_functions::map::deep_merge::error::test_type::map2 ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::empty::first ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::empty::both ... ok [INFO] [stdout] test core_functions::map::deep_merge::error::too_few_args ... ok [INFO] [stdout] test core_functions::list::zip::one_list::comma ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::same_keys ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::multiple_layers ... ok [INFO] [stdout] test core_functions::list::zip::one_list::empty ... ok [INFO] [stdout] test core_functions::map::deep_merge::error::too_many_args ... ok [INFO] [stdout] test core_functions::map::deep_merge::deep::overlapping_keys ... ok [INFO] [stdout] test core_functions::map::deep_remove::error::test_type ... ok [INFO] [stdout] test core_functions::map::deep_merge::named ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::overlapping_keys ... ok [INFO] [stdout] test core_functions::map::deep_remove::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::same_keys ... ok [INFO] [stdout] test core_functions::map::get::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::different_keys ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::empty::second ... ok [INFO] [stdout] test core_functions::list::zip::one_list::space ... ok [INFO] [stdout] test core_functions::map::deep_remove::found::top_level ... ok [INFO] [stdout] test core_functions::map::deep_merge::shallow::empty::first ... ok [INFO] [stdout] test core_functions::map::get::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::get::error::test_type::map ... ok [INFO] [stdout] test core_functions::map::deep_remove::not_found::empty ... ok [INFO] [stdout] test core_functions::map::get::found::middle ... ok [INFO] [stdout] test core_functions::map::deep_remove::not_found::not_a_map ... ok [INFO] [stdout] test core_functions::map::deep_remove::found::nested::first ... ok [INFO] [stdout] test core_functions::map::get::found::single ... ok [INFO] [stdout] test core_functions::map::deep_remove::found::nested::middle ... ok [INFO] [stdout] test core_functions::map::deep_remove::found::nested::single ... ok [INFO] [stdout] test core_functions::map::deep_remove::not_found::top_level ... ok [INFO] [stdout] test core_functions::map::deep_remove::not_found::nested ... ok [INFO] [stdout] test core_functions::map::deep_remove::found::nested::last ... ok [INFO] [stdout] test core_functions::map::get::nested::found::partial_path ... ok [INFO] [stdout] test core_functions::map::get::found::first ... ok [INFO] [stdout] test core_functions::map::get::found::last ... ok [INFO] [stdout] test core_functions::map::get::not_found::dash_sensitive ... ok [INFO] [stdout] test core_functions::map::deep_remove::not_found::extra_keys ... ok [INFO] [stdout] test core_functions::map::get::named ... ok [INFO] [stdout] test core_functions::map::has_key::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::has_key::found::last ... ok [INFO] [stdout] test core_functions::map::has_key::error::test_type::map ... ok [INFO] [stdout] test core_functions::map::get::not_found::empty ... ok [INFO] [stdout] test core_functions::map::get::nested::not_found::top_level ... ok [INFO] [stdout] test core_functions::map::has_key::found::first ... ok [INFO] [stdout] test core_functions::map::has_key::not_found::empty ... ok [INFO] [stdout] test core_functions::map::has_key::found::middle ... ok [INFO] [stdout] test core_functions::map::get::not_found::non_empty ... ok [INFO] [stdout] test core_functions::map::get::nested::found::full_path ... ok [INFO] [stdout] test core_functions::map::get::nested::not_found::too_many_keys ... ok [INFO] [stdout] test core_functions::map::has_key::nested::not_found::top_level ... ok [INFO] [stdout] test core_functions::map::has_key::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::keys::error::test_type ... ok [INFO] [stdout] test core_functions::map::has_key::nested::not_found::deep ... ok [INFO] [stdout] test core_functions::map::has_key::found::single ... ok [INFO] [stdout] test core_functions::map::has_key::nested::found::full_path ... ok [INFO] [stdout] test core_functions::map::keys::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::get::nested::not_found::deep ... ok [INFO] [stdout] test core_functions::map::has_key::named ... ok [INFO] [stdout] test core_functions::map::has_key::nested::not_found::too_many_keys ... ok [INFO] [stdout] test core_functions::map::keys::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::keys::error::too_many_args ... ok [INFO] [stdout] test core_functions::map::has_key::nested::found::partial_path ... ok [INFO] [stdout] test core_functions::map::keys::single ... ok [INFO] [stdout] test core_functions::map::keys::empty ... ok [INFO] [stdout] test core_functions::map::merge::error::test_type::map2 ... ok [INFO] [stdout] test core_functions::map::keys::named ... ok [INFO] [stdout] test core_functions::map::has_key::not_found::non_empty ... ok [INFO] [stdout] test core_functions::map::merge::error::zero_args ... ok [INFO] [stdout] test core_functions::map::merge::empty::both ... ok [INFO] [stdout] test core_functions::map::merge::error::one_arg ... ok [INFO] [stdout] test core_functions::map::merge::error::test_type::map1 ... ok [INFO] [stdout] test core_functions::map::merge::error::test_type::nested::map1 ... ok [INFO] [stdout] test core_functions::map::keys::multiple ... ok [INFO] [stdout] test core_functions::map::merge::different_keys ... ok [INFO] [stdout] test core_functions::map::merge::error::test_type::nested::map2 ... ok [INFO] [stdout] test core_functions::map::merge::empty::first ... ok [INFO] [stdout] test core_functions::map::merge::empty::second ... ok [INFO] [stdout] test core_functions::map::merge::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::merge::nested::intermediate_value_is_not_a_map ... ok [INFO] [stdout] test core_functions::map::remove::error::too_few_args ... ignored [INFO] [stdout] test core_functions::map::merge::nested::empty::both ... ok [INFO] [stdout] test core_functions::map::merge::same_keys ... ok [INFO] [stdout] test core_functions::map::remove::found::first ... ok [INFO] [stdout] test core_functions::map::remove::error::test_type::map ... ok [INFO] [stdout] test core_functions::map::merge::nested::empty::first ... ok [INFO] [stdout] test core_functions::map::merge::nested::leaf_value_is_not_a_map ... ok [INFO] [stdout] test core_functions::map::remove::error::positional_and_named ... ok [INFO] [stdout] test core_functions::map::remove::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::remove::found::last ... ok [INFO] [stdout] test core_functions::map::merge::nested::empty::second ... ok [INFO] [stdout] test core_functions::map::merge::nested::overlapping_keys ... ok [INFO] [stdout] test core_functions::map::merge::nested::different_keys ... ok [INFO] [stdout] test core_functions::map::merge::nested::multiple_keys ... ok [INFO] [stdout] test core_functions::map::merge::nested::same_keys ... ok [INFO] [stdout] test core_functions::map::merge::overlapping_keys ... ok [INFO] [stdout] test core_functions::map::merge::named ... ok [INFO] [stdout] test core_functions::map::remove::named ... ok [INFO] [stdout] test core_functions::map::remove::not_found::no_keys ... ok [INFO] [stdout] test core_functions::map::remove::found::single ... ok [INFO] [stdout] test core_functions::map::remove::not_found::empty ... ok [INFO] [stdout] test core_functions::map::set::error::two_args ... ok [INFO] [stdout] test core_functions::map::remove::found::middle ... ok [INFO] [stdout] test core_functions::map::remove::not_found::multiple ... ok [INFO] [stdout] test core_functions::map::set::error::zero_args ... ok [INFO] [stdout] test core_functions::map::set::error::one_arg ... ok [INFO] [stdout] test core_functions::map::remove::found::multiple::all ... ok [INFO] [stdout] test core_functions::map::values::error::test_type ... ok [INFO] [stdout] test core_functions::map::set::named ... ok [INFO] [stdout] test core_functions::map::values::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::set::error::test_type ... ok [INFO] [stdout] test core_functions::map::set::empty ... ok [INFO] [stdout] test core_functions::map::values::empty ... ok [INFO] [stdout] test core_functions::map::set::nested::value_is_not_a_map ... ok [INFO] [stdout] test core_functions::map::values::error::wrong_name ... ok [INFO] [stdout] test core_functions::map::values::error::too_many_args ... ok [INFO] [stdout] test core_functions::map::set::update_existing_key ... ok [INFO] [stdout] test core_functions::map::set::nested::update_existing_key ... ok [INFO] [stdout] test core_functions::map::set::new_key ... ok [INFO] [stdout] test core_functions::map::values::named ... ok [INFO] [stdout] test core_functions::map::values::multiple ... ok [INFO] [stdout] test core_functions::map::remove::not_found::non_empty ... ok [INFO] [stdout] test core_functions::math::abs::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::abs::error::test_type ... ok [INFO] [stdout] test core_functions::math::abs::negative::integer ... ok [INFO] [stdout] test core_functions::map::set::nested::empty ... ok [INFO] [stdout] test core_functions::math::abs::error::too_few_args ... ok [INFO] [stdout] test core_functions::map::remove::found::multiple::some ... ok [INFO] [stdout] test core_functions::math::abs::negative::decimal ... ok [INFO] [stdout] test core_functions::map::set::nested::new_key ... ok [INFO] [stdout] test core_functions::math::abs::named ... ok [INFO] [stdout] test core_functions::math::abs::preserves_units ... ok [INFO] [stdout] test core_functions::map::values::single ... ok [INFO] [stdout] test core_functions::math::acos::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::acos::decimal ... ok [INFO] [stdout] test core_functions::math::acos::error::units ... ok [INFO] [stdout] test core_functions::math::abs::positive::integer ... ok [INFO] [stdout] test core_functions::math::acos::greater_than_one ... ok [INFO] [stdout] test core_functions::math::acos::negative_decimal ... ok [INFO] [stdout] test core_functions::math::acos::one ... ok [INFO] [stdout] test core_functions::math::acos::error::test_type ... ok [INFO] [stdout] test core_functions::math::abs::positive::decimal ... ok [INFO] [stdout] test core_functions::map::set::nested::long ... ok [INFO] [stdout] test core_functions::math::acos::less_than_negative_one ... ok [INFO] [stdout] test core_functions::math::asin::decimal ... ok [INFO] [stdout] test core_functions::math::asin::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::acos::error::zero_args ... ok [INFO] [stdout] test core_functions::math::asin::negative_zero ... ok [INFO] [stdout] test core_functions::math::asin::error::units ... ok [INFO] [stdout] test core_functions::math::abs::zero ... ok [INFO] [stdout] test core_functions::math::asin::less_than_negative_one ... ok [INFO] [stdout] test core_functions::math::asin::greater_than_one ... ok [INFO] [stdout] test core_functions::math::asin::negative_decimal ... ok [INFO] [stdout] test core_functions::math::asin::error::zero_args ... ok [INFO] [stdout] test core_functions::math::asin::error::test_type ... ok [INFO] [stdout] test core_functions::math::acos::one_fuzzy ... ok [INFO] [stdout] test core_functions::math::asin::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::asin::one_fuzzy ... ok [INFO] [stdout] test core_functions::math::asin::zero ... ok [INFO] [stdout] test core_functions::math::asin::one ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::compatible_units ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::unitless_x ... ok [INFO] [stdout] test core_functions::math::asin::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::incompatible_units ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::one_arg ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::unitless_y ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::x_type ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::zero_args ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::named_args ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::arguments::error::y_type ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::negative::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_infinite::positive::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::negative::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_non_zero_finite::positive::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::negative_fuzzy::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive::with_x::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::finite ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::negative_infinity ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::negative_zero ... ok [INFO] [stdout] test core_functions::math::atan::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::negative_finite ... ok [INFO] [stdout] test core_functions::math::atan::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::atan::error::units ... ok [INFO] [stdout] test core_functions::math::atan2::y_zero::positive_fuzzy::with_x::zero ... ok [INFO] [stdout] test core_functions::math::atan::negative ... ok [INFO] [stdout] test core_functions::math::atan::error::test_type ... ok [INFO] [stdout] test core_functions::math::atan::infinity ... ok [INFO] [stdout] test core_functions::math::atan::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::ceil::low ... ok [INFO] [stdout] test core_functions::math::atan::negative_infinity ... ok [INFO] [stdout] test core_functions::math::ceil::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::atan::error::zero_args ... ok [INFO] [stdout] test core_functions::math::ceil::named ... ok [INFO] [stdout] test core_functions::math::atan::negative_zero ... ok [INFO] [stdout] test core_functions::math::ceil::integer ... ok [INFO] [stdout] test core_functions::math::ceil::negative ... ok [INFO] [stdout] test core_functions::math::ceil::high ... ok [INFO] [stdout] test core_functions::math::ceil::error::test_type ... ok [INFO] [stdout] test core_functions::math::atan::zero ... ok [INFO] [stdout] test core_functions::math::ceil::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::clamp::error::incompatible_units::all ... ok [INFO] [stdout] test core_functions::math::atan::positive ... ok [INFO] [stdout] test core_functions::math::clamp::chooses_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::min_and_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::one_arg ... ok [INFO] [stdout] test core_functions::math::ceil::preserves_units ... ok [INFO] [stdout] test core_functions::math::clamp::chooses_min ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::number_and_max ... ok [INFO] [stdout] test core_functions::math::clamp::chooses_number ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::max ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::number ... ok [INFO] [stdout] test core_functions::math::clamp::error::two_args ... ok [INFO] [stdout] test core_functions::math::clamp::error::incompatible_units::min_and_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::zero_args ... ok [INFO] [stdout] test core_functions::math::clamp::error::test_type::max ... ok [INFO] [stdout] test core_functions::math::clamp::min_greater_than_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::min ... ok [INFO] [stdout] test core_functions::math::clamp::error::test_type::min ... ok [INFO] [stdout] test core_functions::math::clamp::error::incompatible_units::number_and_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::test_type::number ... ok [INFO] [stdout] test core_functions::math::clamp::error::some_unitless::min_and_number ... ok [INFO] [stdout] test core_functions::math::clamp::min_equals_max ... ok [INFO] [stdout] test core_functions::math::clamp::error::incompatible_units::min_and_number ... ok [INFO] [stdout] test core_functions::math::comparable::unit::to_inverse ... ok [INFO] [stdout] test core_functions::math::clamp::preserves_units::max ... ok [INFO] [stdout] test core_functions::math::comparable::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::comparable::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::comparable::unit::to_same ... ok [INFO] [stdout] test core_functions::math::clamp::preserves_units::min ... ok [INFO] [stdout] test core_functions::math::comparable::error::test_type::arg_2 ... ok [INFO] [stdout] test core_functions::math::clamp::preserves_units::number ... ok [INFO] [stdout] test core_functions::math::comparable::error::wrong_name ... ok [INFO] [stdout] test core_functions::math::comparable::unit::to_different ... ok [INFO] [stdout] test core_functions::math::comparable::error::test_type::arg_1 ... ok [INFO] [stdout] test core_functions::math::clamp::named_args ... ok [INFO] [stdout] test core_functions::math::comparable::unitless::to_unitless ... ok [INFO] [stdout] test core_functions::math::comparable::unit::to_compatible ... ok [INFO] [stdout] test core_functions::math::cos::error::test_type ... ok [INFO] [stdout] test core_functions::math::cos::grad ... ok [INFO] [stdout] test core_functions::math::comparable::unitless::to_unit ... ok [INFO] [stdout] test core_functions::math::cos::error::zero_args ... ok [INFO] [stdout] test core_functions::math::cos::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::comparable::named ... ok [INFO] [stdout] test core_functions::math::cos::deg ... ok [INFO] [stdout] test core_functions::math::cos::error::unit ... ok [INFO] [stdout] test core_functions::math::cos::infinity ... ok [INFO] [stdout] test core_functions::math::cos::named_arg ... ok [INFO] [stdout] test core_functions::math::cos::rad ... ok [INFO] [stdout] test core_functions::math::cos::negative_infinity ... ok [INFO] [stdout] test core_functions::math::cos::turn ... ok [INFO] [stdout] test core_functions::math::div::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::div::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::cos::unitless ... ok [INFO] [stdout] test core_functions::math::div::non_numeric::numerator ... ok [INFO] [stdout] test core_functions::math::div::unit::denominator ... ok [INFO] [stdout] test core_functions::math::div::unit::numerator ... ok [INFO] [stdout] test core_functions::math::div::non_numeric::denominator ... ok [INFO] [stdout] test core_functions::math::div::unit::compatible ... ok [INFO] [stdout] test core_functions::math::div::unit::incompatible ... ok [INFO] [stdout] test core_functions::math::floor::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::div::unitless::named ... ok [INFO] [stdout] test core_functions::math::div::unit::unknown ... ok [INFO] [stdout] test core_functions::math::floor::negative ... ok [INFO] [stdout] test core_functions::math::floor::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::div::unitless::fraction ... ok [INFO] [stdout] test core_functions::math::div::unit::same ... ok [INFO] [stdout] test core_functions::math::floor::high ... ok [INFO] [stdout] test core_functions::math::div::unitless::whole ... ok [INFO] [stdout] test core_functions::math::floor::named ... ok [INFO] [stdout] test core_functions::math::floor::integer ... ok [INFO] [stdout] test core_functions::math::floor::error::test_type ... ok [INFO] [stdout] test core_functions::math::floor::preserves_units ... ok [INFO] [stdout] test core_functions::math::floor::low ... ok [INFO] [stdout] test core_functions::math::hypot::compatible_units ... ok [INFO] [stdout] test core_functions::math::hypot::error::incompatible_units::all ... ok [INFO] [stdout] test core_functions::math::hypot::error::incompatible_units::second_and_third ... ok [INFO] [stdout] test core_functions::math::hypot::error::incompatible_units::first_and_second ... ok [INFO] [stdout] test core_functions::math::hypot::error::incompatible_units::first_and_third ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::second_and_third ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::first_and_second ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::first ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::first_and_third ... ok [INFO] [stdout] test core_functions::math::hypot::error::zero_args ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::second ... ok [INFO] [stdout] test core_functions::math::hypot::error::test_type::second ... ok [INFO] [stdout] test core_functions::math::hypot::infinity::first ... ok [INFO] [stdout] test core_functions::math::hypot::error::test_type::first ... ok [INFO] [stdout] test core_functions::math::hypot::infinity::third ... ok [INFO] [stdout] test core_functions::math::hypot::infinity::second ... ok [INFO] [stdout] test core_functions::math::hypot::error::some_unitless::third ... ok [INFO] [stdout] test core_functions::math::log::base::one_fuzzy ... ok [INFO] [stdout] test core_functions::math::log::base::negative ... ok [INFO] [stdout] test core_functions::math::log::base::between_zero_and_one ... ok [INFO] [stdout] test core_functions::math::hypot::error::test_type::third ... ok [INFO] [stdout] test core_functions::math::log::base::null ... ok [INFO] [stdout] test core_functions::math::log::base::zero ... ok [INFO] [stdout] test core_functions::math::log::error::test_type ... ok [INFO] [stdout] test core_functions::math::log::base::one ... ok [INFO] [stdout] test core_functions::math::log::base::positive ... ok [INFO] [stdout] test core_functions::math::log::error::zero_args ... ok [INFO] [stdout] test core_functions::math::log::infinity ... ok [INFO] [stdout] test core_functions::math::hypot::unitless ... ok [INFO] [stdout] test core_functions::math::log::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::log::error::number_has_units ... ok [INFO] [stdout] test core_functions::math::log::error::base_has_units ... ok [INFO] [stdout] test core_functions::math::log::base::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::log::negative ... ok [INFO] [stdout] test core_functions::math::log::zero ... ok [INFO] [stdout] test core_functions::math::log::named_args::number_with_base ... ok [INFO] [stdout] test core_functions::math::log::named_arg::number ... ok [INFO] [stdout] test core_functions::math::max::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::max::one_arg ... ok [INFO] [stdout] test core_functions::math::max::error::test_type::arg_3 ... ok [INFO] [stdout] test core_functions::math::max::error::incompatible_units ... ok [INFO] [stdout] test core_functions::math::log::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::max::error::test_type::arg_2 ... ok [INFO] [stdout] test core_functions::math::max::global::surrounding_whitespace ... ok [INFO] [stdout] test core_functions::math::max::global::trailing_comma ... ok [INFO] [stdout] test core_functions::math::max::units::and_unitless ... ok [INFO] [stdout] test core_functions::math::max::global::modulo ... ok [INFO] [stdout] test core_functions::math::max::units::compatible ... ok [INFO] [stdout] test core_functions::math::min::global::modulo ... ok [INFO] [stdout] test core_functions::math::max::three_args ... ok [INFO] [stdout] test core_functions::math::min::units::and_unitless ... ok [INFO] [stdout] test core_functions::math::min::units::compatible ... ok [INFO] [stdout] test core_functions::math::max::error::test_type::arg_1 ... ok [INFO] [stdout] test core_functions::math::min::error::test_type::arg_3 ... ok [INFO] [stdout] test core_functions::math::min::one_arg ... ok [INFO] [stdout] test core_functions::math::min::error::test_type::arg_1 ... ok [INFO] [stdout] test core_functions::math::min::global::surrounding_whitespace ... ok [INFO] [stdout] test core_functions::math::min::error::incompatible_units ... ok [INFO] [stdout] test core_functions::math::min::three_args ... ok [INFO] [stdout] test core_functions::math::min::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::log::positive ... ok [INFO] [stdout] test core_functions::math::min::units::same ... ok [INFO] [stdout] test core_functions::math::max::units::same ... ok [INFO] [stdout] test core_functions::math::max::two_args ... ok [INFO] [stdout] test core_functions::math::min::two_args ... ok [INFO] [stdout] test core_functions::math::min::global::trailing_comma ... ok [INFO] [stdout] test core_functions::math::min::error::test_type::arg_2 ... ok [INFO] [stdout] test core_functions::math::percentage::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::percentage::error::test_type ... ok [INFO] [stdout] test core_functions::math::percentage::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::percentage::large ... ok [INFO] [stdout] test core_functions::math::percentage::integer ... ok [INFO] [stdout] test core_functions::math::percentage::error::unit ... ok [INFO] [stdout] test core_functions::math::percentage::named ... ok [INFO] [stdout] test core_functions::math::percentage::small ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::base_type ... ok [INFO] [stdout] test core_functions::math::percentage::negative ... ok [INFO] [stdout] test core_functions::math::pow::arguments::named_args ... ok [INFO] [stdout] test core_functions::math::percentage::zero ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::base_has_units ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::one_arg ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::exponent_has_units ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::zero_args ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::integer ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::arguments::error::exponent_type ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::less_than_one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::less_than_one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::one_fuzzy::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::greater_than_negative_one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::integer ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::greater_than_one::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::less_than_negative_one::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::negative_one_fuzzy::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::negative_one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::greater_than_negative_one::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_greater_than_zero::base::one_fuzzy::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::negative_one::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_less_than_zero::base::negative_one_fuzzy::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::negative_even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_infinity::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::fuzzy::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_infinity::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_negative_zero::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_even_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::fuzzy::with_exponent::negative_decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_odd_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::odd_integer ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::infinity ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::negative_even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::zero ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::even_integer_fuzzy ... ok [INFO] [stdout] test core_functions::math::random::error::decimal ... ok [INFO] [stdout] test core_functions::math::pow::base_positive_zero::with_exponent::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::round::error::test_type ... ok [INFO] [stdout] test core_functions::math::random::no_arg ... ok [INFO] [stdout] test core_functions::math::random::error::negative ... ok [INFO] [stdout] test core_functions::math::round::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::random::error::test_type ... ok [INFO] [stdout] test core_functions::math::random::error::zero ... ok [INFO] [stdout] test core_functions::math::random::within_precision ... ok [INFO] [stdout] test core_functions::math::round::down::within_precision ... ok [INFO] [stdout] test core_functions::math::random::ignores_units ... ok [INFO] [stdout] test core_functions::math::round::named ... ok [INFO] [stdout] test core_functions::math::round::down::to_zero ... ok [INFO] [stdout] test core_functions::math::random::named ... ok [INFO] [stdout] test core_functions::math::round::up::point_five ... ok [INFO] [stdout] test core_functions::math::round::integer ... ok [INFO] [stdout] test core_functions::math::round::preserves_units ... ok [INFO] [stdout] test core_functions::math::round::down::negative ... ok [INFO] [stdout] test core_functions::math::sin::error::test_type ... ok [INFO] [stdout] test core_functions::math::round::down::low ... ok [INFO] [stdout] test core_functions::math::round::up::high ... ok [INFO] [stdout] test core_functions::math::sin::deg ... ok [INFO] [stdout] test core_functions::math::round::up::to_zero ... ok [INFO] [stdout] test core_functions::math::round::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::round::up::negative ... ok [INFO] [stdout] test core_functions::math::sin::error::unit ... ok [INFO] [stdout] test core_functions::math::sin::grad ... ok [INFO] [stdout] test core_functions::math::sin::named_arg ... ok [INFO] [stdout] test core_functions::math::sin::turn ... ok [INFO] [stdout] test core_functions::math::sin::negative_infinity ... ok [INFO] [stdout] test core_functions::math::sin::error::zero_args ... ok [INFO] [stdout] test core_functions::math::sin::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::sin::infinity ... ok [INFO] [stdout] test core_functions::math::sin::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::sin::rad ... ok [INFO] [stdout] test core_functions::math::sin::unitless ... ok [INFO] [stdout] test core_functions::math::sqrt::error::zero_args ... ok [INFO] [stdout] test core_functions::math::sin::negative_zero ... ok [INFO] [stdout] test core_functions::math::sin::zero ... ok [INFO] [stdout] test core_functions::math::sqrt::error::test_type ... ok [INFO] [stdout] test core_functions::math::sqrt::infinity ... ok [INFO] [stdout] test core_functions::math::sqrt::negative_zero ... ok [INFO] [stdout] test core_functions::math::sqrt::error::units ... ok [INFO] [stdout] test core_functions::math::sqrt::negative ... ok [INFO] [stdout] test core_functions::math::sin::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::sqrt::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::sqrt::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::sqrt::positive ... ok [INFO] [stdout] test core_functions::math::sqrt::named_arg ... ok [INFO] [stdout] test core_functions::math::sqrt::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::sqrt::zero ... ok [INFO] [stdout] test core_functions::math::tan::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::tan::error::test_type ... ok [INFO] [stdout] test core_functions::math::tan::infinity ... ok [INFO] [stdout] test core_functions::math::tan::deg ... ok [INFO] [stdout] test core_functions::math::tan::named_arg ... ok [INFO] [stdout] test core_functions::math::tan::negative_zero ... ok [INFO] [stdout] test core_functions::math::tan::asymptote::radian ... ok [INFO] [stdout] test core_functions::math::tan::error::unit ... ok [INFO] [stdout] test core_functions::math::tan::error::zero_args ... ok [INFO] [stdout] test core_functions::math::tan::negative_asymptote::radian ... ok [INFO] [stdout] test core_functions::math::tan::rad ... ok [INFO] [stdout] test core_functions::math::tan::negative_infinity ... ok [INFO] [stdout] test core_functions::math::tan::turn ... ok [INFO] [stdout] test core_functions::math::tan::negative_zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::tan::grad ... ok [INFO] [stdout] test core_functions::math::unit::error::test_type ... ok [INFO] [stdout] test core_functions::math::unit::multiple_denominators ... ok [INFO] [stdout] test core_functions::math::tan::unitless ... ok [INFO] [stdout] test core_functions::math::unit::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::unit::none ... ok [INFO] [stdout] test core_functions::math::unit::numerator_and_denominator::multiple ... ok [INFO] [stdout] test core_functions::math::unit::multiple_numerators ... ok [INFO] [stdout] test core_functions::math::unit::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::tan::zero_fuzzy ... ok [INFO] [stdout] test core_functions::math::unit::named ... ok [INFO] [stdout] test core_functions::math::unit::one_denominator ... ok [INFO] [stdout] test core_functions::math::tan::zero ... ok [INFO] [stdout] test core_functions::math::unitless::denominator ... ok [INFO] [stdout] test core_functions::math::unit::numerator_and_denominator::single ... ok [INFO] [stdout] test core_functions::math::variables::epsilon ... ok [INFO] [stdout] test core_functions::math::variables::e ... ok [INFO] [stdout] test core_functions::math::unitless::error::test_type ... ok [INFO] [stdout] test core_functions::math::unitless::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::unitless::numerator ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::max_number ... ok [INFO] [stdout] test core_functions::math::unit::one_numerator ... ok [INFO] [stdout] test core_functions::math::unitless::named ... ok [INFO] [stdout] test core_functions::math::unitless::error::wrong_name ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::max_safe_integer ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::min_number ... ok [INFO] [stdout] test core_functions::math::unitless::error::too_many_args ... ok [INFO] [stdout] test core_functions::math::unitless::numerator_and_denominator ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::epsilon ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::min_safe_integer ... ok [INFO] [stdout] test core_functions::math::unitless::unitless ... ok [INFO] [stdout] test core_functions::math::variables::max_safe_integer ... ok [INFO] [stdout] test core_functions::math::variables::max_number ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::e ... ok [INFO] [stdout] test core_functions::meta::accepts_content::accepts::builtin ... ignored [INFO] [stdout] test core_functions::math::variables::min_safe_integer ... ok [INFO] [stdout] test core_functions::meta::accepts_content::accepts::direct_child ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::accepts::nested_child ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::args::keyword ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::doesnt_accept::builtin ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::doesnt_accept::empty ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::error::args::too_few ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::error::args::too_many ... ignored [INFO] [stdout] test core_functions::meta::accepts_content::error::args::wrong_type ... ignored [INFO] [stdout] test core_functions::meta::apply::args::named ... ignored [INFO] [stdout] test core_functions::meta::apply::args::passes::named ... ignored [INFO] [stdout] test core_functions::meta::apply::args::passes::positional ... ignored [INFO] [stdout] test core_functions::math::variables::pi ... ok [INFO] [stdout] test core_functions::math::variables::min_number ... ok [INFO] [stdout] test core_functions::meta::apply::args::passes::rest::named ... ignored [INFO] [stdout] test core_functions::meta::apply::args::passes::rest::positional ... ignored [INFO] [stdout] test core_functions::meta::apply::error::missing_mixin_args ... ignored [INFO] [stdout] test core_functions::meta::apply::error::no_args ... ignored [INFO] [stdout] test core_functions::meta::apply::error::too_many_args ... ignored [INFO] [stdout] test core_functions::meta::apply::error::too_many_args_mixin_accepts_args ... ignored [INFO] [stdout] test core_functions::meta::apply::error::use_as_function ... ignored [INFO] [stdout] test core_functions::meta::apply::error::wrong_arg_type ... ignored [INFO] [stdout] test core_functions::meta::apply::error::wrong_named_arg ... ignored [INFO] [stdout] test core_functions::meta::apply::rest::includes_mixin::named ... ignored [INFO] [stdout] test core_functions::meta::apply::rest::includes_mixin::positional ... ignored [INFO] [stdout] test core_functions::meta::apply::rest::mixin_separate::named ... ignored [INFO] [stdout] test core_functions::meta::apply::rest::mixin_separate::positional ... ignored [INFO] [stdout] test core_functions::meta::calc_args::error::invalid_args ... ok [INFO] [stdout] test core_functions::meta::calc_args::error::too_few_args ... ok [INFO] [stdout] test core_functions::math::variables::error::assignment::pi ... ok [INFO] [stdout] test core_functions::meta::calc_args::named ... ok [INFO] [stdout] test core_functions::meta::calc_args::one_arg::first ... ok [INFO] [stdout] test core_functions::meta::calc_args::multi_args::length ... ok [INFO] [stdout] test core_functions::meta::calc_args::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::calc_name::calc ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::number ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::math ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::calculation ... ok [INFO] [stdout] test core_functions::meta::calc_args::multi_args::third ... ok [INFO] [stdout] test core_functions::meta::calc_args::multi_args::second ... ok [INFO] [stdout] test core_functions::meta::calc_args::multi_args::first ... ok [INFO] [stdout] test core_functions::meta::calc_args::one_arg::length ... ok [INFO] [stdout] test core_functions::meta::calc_name::clamp ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::css_function ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::interpolation ... ok [INFO] [stdout] test core_functions::meta::calc_args::test_type::string_variable ... ok [INFO] [stdout] test core_functions::meta::calc_name::error::invalid_args ... ok [INFO] [stdout] test core_functions::meta::call::args::named ... ok [INFO] [stdout] test core_functions::meta::calc_name::max ... ok [INFO] [stdout] test core_functions::meta::calc_name::named ... ok [INFO] [stdout] test core_functions::meta::calc_name::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::call::error::invalid_args ... ignored [INFO] [stdout] test core_functions::meta::call::args::none ... ok [INFO] [stdout] test core_functions::meta::calc_name::min ... ok [INFO] [stdout] test core_functions::meta::call::args::positional ... ok [INFO] [stdout] test core_functions::meta::call::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::call::error::test_type ... ok [INFO] [stdout] test core_functions::meta::content_exists::error::in_content ... ignored [INFO] [stdout] test core_functions::meta::content_exists::error::in_function_called_by_mixin ... ignored [INFO] [stdout] test core_functions::meta::content_exists::error::too_many_args ... ignored [INFO] [stdout] test core_functions::meta::content_exists::error::outside_mixin ... ok [INFO] [stdout] test core_functions::meta::call::error::if_args ... ok [INFO] [stdout] test core_functions::meta::content_exists::controls::test_false ... ok [INFO] [stdout] test core_functions::meta::calc_name::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::content_exists::test_false::through_content ... ok [INFO] [stdout] test core_functions::meta::call::named ... ok [INFO] [stdout] test core_functions::meta::call::string::built_in ... ok [INFO] [stdout] test core_functions::meta::call::args::splat::named ... ok [INFO] [stdout] test core_functions::meta::content_exists::controls::test_true ... ok [INFO] [stdout] test core_functions::meta::call::string::local ... ok [INFO] [stdout] test core_functions::meta::feature_exists::at_error ... ok [INFO] [stdout] test core_functions::meta::call::args::splat::combined ... ok [INFO] [stdout] test core_functions::meta::call::args::splat::positional ... ok [INFO] [stdout] test core_functions::meta::feature_exists::error::test_type ... ignored [INFO] [stdout] test core_functions::meta::feature_exists::extend_selector_pseudoclass ... ignored [INFO] [stdout] test core_functions::meta::content_exists::test_false::top_level ... ok [INFO] [stdout] test core_functions::meta::content_exists::test_true::non_empty ... ok [INFO] [stdout] test core_functions::meta::feature_exists::global_variable_shadowing ... ok [INFO] [stdout] test core_functions::meta::feature_exists::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::content_exists::test_true::empty ... ok [INFO] [stdout] test core_functions::meta::feature_exists::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::feature_exists::unknown ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::defined ... ok [INFO] [stdout] test core_functions::meta::feature_exists::custom_property ... ok [INFO] [stdout] test core_functions::meta::feature_exists::units_level_3 ... ok [INFO] [stdout] test core_functions::meta::feature_exists::named ... ok [INFO] [stdout] test core_functions::meta::feature_exists::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::feature_exists::quote_insensitive ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::argument::test_type::name ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::through_use ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::undefined ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::argument::too_few ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::conflict ... ignored [INFO] [stdout] test core_functions::meta::function_exists::different_module::chosen_prefix ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::argument::test_type::module ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::module::built_in_but_not_loaded ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::module::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::argument::too_many ... ok [INFO] [stdout] test core_functions::meta::function_exists::different_module::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::non_existent ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::dash_insensitive::underscore_to_dash ... ok [INFO] [stdout] test core_functions::meta::function_exists::error::module::non_existent ... ok [INFO] [stdout] test core_functions::meta::function_exists::named ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::defined ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::chosen_prefix ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::dash_insensitive::dash_to_underscore ... ok [INFO] [stdout] test core_functions::meta::get_function::equality::same_value ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::named ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::global ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::through_import ... ok [INFO] [stdout] test core_functions::meta::get_function::equality::user_defined::different ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::through_use ... ok [INFO] [stdout] test core_functions::meta::function_exists::same_module::local ... ok [INFO] [stdout] test core_functions::meta::get_function::error::argument::test_type::name ... ok [INFO] [stdout] test core_functions::meta::get_function::error::argument::test_type::module ... ok [INFO] [stdout] test core_functions::meta::get_function::error::conflict ... ignored [INFO] [stdout] test core_functions::meta::get_function::error::function_exists ... ignored [INFO] [stdout] test core_functions::meta::get_function::equality::user_defined::same ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::get_function::equality::built_in::same ... ok [INFO] [stdout] test core_functions::meta::get_function::different_module::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::get_function::equality::built_in::different ... ok [INFO] [stdout] test core_functions::meta::get_function::error::module::undefined ... ok [INFO] [stdout] test core_functions::meta::get_function::equality::user_defined::redefined ... ok [INFO] [stdout] test core_functions::meta::get_function::error::argument::function_ref ... ok [INFO] [stdout] test core_functions::meta::get_function::error::module::built_in_but_not_loaded ... ok [INFO] [stdout] test core_functions::meta::get_function::error::argument::too_few ... ok [INFO] [stdout] test core_functions::meta::get_function::error::module::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::get_function::error::non_existent ... ok [INFO] [stdout] test core_functions::meta::get_function::error::module::and_css ... ok [INFO] [stdout] test core_functions::meta::get_function::error::division ... ok [INFO] [stdout] test core_functions::meta::get_function::error::module::non_existent ... ok [INFO] [stdout] test core_functions::meta::get_function::error::argument::too_many ... ok [INFO] [stdout] test core_functions::meta::get_function::meta::type_of ... ok [INFO] [stdout] test core_functions::meta::get_function::error::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::get_function::meta::inspect ... ok [INFO] [stdout] test core_functions::meta::get_function::same_module::through_use ... ok [INFO] [stdout] test core_functions::meta::get_function::same_module::redefined ... ok [INFO] [stdout] test core_functions::meta::get_function::same_module::dash_insensitive::underscore_to_dash ... ok [INFO] [stdout] test core_functions::meta::get_function::error::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::get_function::same_module::built_in ... ok [INFO] [stdout] test core_functions::meta::get_mixin::content::error::denies_content::builtin ... ignored [INFO] [stdout] test core_functions::meta::get_function::same_module::through_import ... ok [INFO] [stdout] test core_functions::meta::get_mixin::content::error::denies_content::user_defined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::content::passes_content ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::content::passes_empty_content ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::content::scope::fall_through ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::content::scope::redeclare::using ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::content::scope::redeclare::vars ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::chosen_prefix ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::defined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::named ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::through_forward::bare ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::through_forward::hide ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::through_forward::show ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::through_forward::test_as ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::different_module::through_use ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::built_in::different ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::built_in::same ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::same_value ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::user_defined::different ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::user_defined::redefined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::equality::user_defined::same ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::argument::mixin_ref ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::argument::test_type::module ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::argument::test_type::name ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::argument::too_few ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::argument::too_many ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::conflict ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::module::built_in_but_not_loaded ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::module::dash_sensitive ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::module::non_existent ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::module::undefined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::non_existent ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::through_forward::hide ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::error::through_forward::show ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::same_module::dash_insensitive::dash_to_underscore ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::same_module::dash_insensitive::underscore_to_dash ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::same_module::redefined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::same_module::through_import ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::same_module::user_defined ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::scope::captures_inner_scope ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::scope::scope::mutated_global ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::scope::scope::mutated_local ... ignored [INFO] [stdout] test core_functions::meta::get_mixin::scope::stores_local_scope ... ignored [INFO] [stdout] test core_functions::meta::get_function::same_module::dash_insensitive::dash_to_underscore ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::dash_insensitive::dash_to_underscore ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::chosen_prefix ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::defined ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::dash_insensitive::underscore_to_dash ... ok [INFO] [stdout] test core_functions::meta::get_function::scope::stores_local_scope ... ok [INFO] [stdout] test core_functions::meta::get_function::same_module::user_defined ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::through_use ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::undefined ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::argument::too_many ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::argument::test_type::module ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::conflict ... ignored [INFO] [stdout] test core_functions::meta::get_function::same_module::plain_css ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::argument::test_type::name ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::argument::too_few ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::module::built_in_but_not_loaded ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::different_module::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::module::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::get_function::scope::captures_inner_scope ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::named ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::same_module::non_existent ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::error::module::non_existent ... ok [INFO] [stdout] test core_functions::meta::inspect::boolean::test_false ... ok [INFO] [stdout] test core_functions::meta::inspect::boolean::test_true ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::same_module::global ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::same_module::through_import ... ok [INFO] [stdout] test core_functions::meta::global_variable_exists::same_module::local ... ok [INFO] [stdout] test core_functions::meta::inspect::color::generated::transparent ... ok [INFO] [stdout] test core_functions::meta::inspect::color::literal::short_hex ... ok [INFO] [stdout] test core_functions::meta::inspect::color::generated::alpha ... ok [INFO] [stdout] test core_functions::meta::inspect::color::generated::long_hex ... ok [INFO] [stdout] test core_functions::meta::inspect::color::generated::named ... ok [INFO] [stdout] test core_functions::meta::inspect::color::literal::transparent ... ok [INFO] [stdout] test core_functions::meta::inspect::color::generated::short_hex ... ok [INFO] [stdout] test core_functions::meta::inspect::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::inspect::function::test ... ok [INFO] [stdout] test core_functions::meta::inspect::inspect::empty::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::inspect::color::literal::long_hex ... ok [INFO] [stdout] test core_functions::meta::inspect::color::literal::named ... ok [INFO] [stdout] test core_functions::meta::inspect::list::comma::test ... ok [INFO] [stdout] test core_functions::meta::inspect::list::empty::test ... ok [INFO] [stdout] test core_functions::meta::inspect::list::bracketed::test ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_slash::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_comma::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_space::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_comma::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_comma::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_slash::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_space::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_comma::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_slash::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::bracketed::in_space::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_space::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_comma::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_space::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty_bracketed::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_slash::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::comma::in_space::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_comma::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_slash::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_slash::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::single::bracketed::undecided ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty_bracketed::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_space::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_comma::unbracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::single::bracketed::comma ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_slash::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_space::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::mixin::builtin ... ignored [INFO] [stdout] test core_functions::meta::inspect::mixin::user_defined ... ignored [INFO] [stdout] test core_functions::meta::inspect::list::single::slash ... ok [INFO] [stdout] test core_functions::meta::inspect::list::single::comma ... ok [INFO] [stdout] test core_functions::meta::inspect::map::number ... ok [INFO] [stdout] test core_functions::meta::inspect::number::unit ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::empty::in_slash::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::nested::space::in_comma::bracketed ... ok [INFO] [stdout] test core_functions::meta::inspect::list::space::test ... ok [INFO] [stdout] test core_functions::meta::inspect::list::single::space ... ok [INFO] [stdout] test core_functions::meta::inspect::map::list::value::space ... ok [INFO] [stdout] test core_functions::meta::inspect::number::unitless ... ok [INFO] [stdout] test core_functions::meta::inspect::map::list::key::space ... ok [INFO] [stdout] test core_functions::meta::inspect::map::list::key::comma ... ok [INFO] [stdout] test core_functions::meta::keywords::error::test_type::non_arg_list ... ignored [INFO] [stdout] test core_functions::meta::inspect::null::test ... ok [INFO] [stdout] test core_functions::meta::keywords::error::test_type::non_list ... ok [INFO] [stdout] test core_functions::meta::inspect::map::list::value::comma ... ok [INFO] [stdout] test core_functions::meta::keywords::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::inspect::string::unquoted ... ok [INFO] [stdout] test core_functions::meta::keywords::forwarded::content ... ok [INFO] [stdout] test core_functions::meta::load_css::error::content::test ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::from_other::extend ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::from_other::runtime ... ignored [INFO] [stdout] test core_functions::meta::keywords::forwarded::call ... ok [INFO] [stdout] test core_functions::meta::keywords::named ... ok [INFO] [stdout] test core_functions::meta::load_css::error::load::test_loop ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::load::missing ... ok [INFO] [stdout] test core_functions::meta::keywords::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::keywords::dash_insensitive ... ok [INFO] [stdout] test core_functions::meta::keywords::forwarded::mixin ... ok [INFO] [stdout] test core_functions::meta::inspect::string::quoted ... ok [INFO] [stdout] test core_functions::meta::load_css::error::from_other::syntax ... ok [INFO] [stdout] test core_functions::meta::load_css::error::member::global ... ok [INFO] [stdout] test core_functions::meta::keywords::multi_arg ... ok [INFO] [stdout] test core_functions::meta::load_css::error::member::namespace ... ok [INFO] [stdout] test core_functions::meta::load_css::error::with::conflict ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::double_load::both_configured ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::double_load::through_forward ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::double_load::unconfigured_first ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::use_and_load::both_configured ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::use_and_load::load_first ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::use_and_load::through_forward ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::multi_configuration::use_and_load::unconfigured_first ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::namespace ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::nested ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::not_default ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::test_type::with::key ... ok [INFO] [stdout] test core_functions::meta::load_css::error::with::repeated_variable ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::through_forward::hide ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::through_forward::show ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::through_forward::test_as ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::through_forward::with ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::with::undefined ... ignored [INFO] [stdout] test core_functions::meta::load_css::extend::in_input::after ... ignored [INFO] [stdout] test core_functions::meta::load_css::extend::in_input::before ... ignored [INFO] [stdout] test core_functions::meta::load_css::extend::in_other::after ... ignored [INFO] [stdout] test core_functions::meta::load_css::extend::in_other::before ... ignored [INFO] [stdout] test core_functions::meta::load_css::extend::shared_cssless_midstream ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::test_type::with::map ... ok [INFO] [stdout] test core_functions::meta::load_css::error::test_type::url ... ok [INFO] [stdout] test core_functions::meta::load_css::error::with::core_module ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::nested::parent_selector ... ignored [INFO] [stdout] test core_functions::meta::load_css::error::too_many_args::test ... ok [INFO] [stdout] test core_functions::meta::load_css::error::too_few_args::test ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::at_rule ... ok [INFO] [stdout] test core_functions::meta::keywords::empty::positional ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::load_css::different_extend ... ignored [INFO] [stdout] test core_functions::meta::load_css::plain_css::empty::user_defined ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::style_rule ... ok [INFO] [stdout] test core_functions::meta::keywords::empty::no_args ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::named ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::empty::built_in ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::plain_css_import ... ok [INFO] [stdout] test core_functions::meta::keywords::one_arg ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::test_use::different_extend ... ignored [INFO] [stdout] test core_functions::meta::load_css::twice::load_css::runs_once ... ok [INFO] [stdout] test core_functions::meta::keywords::forwarded::function ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::nested::media_query ... ok [INFO] [stdout] test core_functions::meta::load_css::plain_css::nested::plain_plain_css ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::test_use::runs_once::different_text ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::load_css::different_nesting ... ok [INFO] [stdout] test core_functions::meta::load_css::with::multi_load::empty ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::multi_load::forward ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::multi_load::test_use ... ignored [INFO] [stdout] test core_functions::meta::load_css::plain_css::through_other_mixin ... ok [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::bare ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::hide ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::show ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::test_as ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::transitive ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::empty ... ok [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::with::null ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::with::unconfigured ... ignored [INFO] [stdout] test core_functions::meta::load_css::twice::test_use::different_nesting ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::test_use::runs_once::same_text ... ok [INFO] [stdout] test core_functions::meta::load_css::with::variable_exists ... ignored [INFO] [stdout] test core_functions::meta::load_css::with::dash_insensitive ... ok [INFO] [stdout] test core_functions::meta::load_css::with::doesnt_run_default ... ok [INFO] [stdout] test core_functions::meta::load_css::with::single ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::defined ... ok [INFO] [stdout] test core_functions::meta::load_css::with::some_unconfigured ... ok [INFO] [stdout] test core_functions::meta::load_css::with::null ... ok [INFO] [stdout] test core_functions::meta::load_css::twice::shares_state ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::chosen_prefix ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::load_css::with::core_module::indirect ... ok [INFO] [stdout] test core_functions::meta::load_css::with::through_forward::with::default ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::load_css::with::through_import::transitive ... ok [INFO] [stdout] test core_functions::meta::load_css::with::through_import::direct ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::through_use ... ok [INFO] [stdout] test core_functions::meta::load_css::with::multiple ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::undefined ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::conflict ... ignored [INFO] [stdout] test core_functions::meta::mixin_exists::different_module::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::argument::test_type::module ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::module::non_existent ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::argument::too_few ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::argument::test_type::name ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::same_module::local ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::argument::too_many ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::module::built_in_but_not_loaded ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::same_module::through_import ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::before_load ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::same_module::global ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::error::module::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::test_type ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::same_module::non_existent ... ok [INFO] [stdout] test core_functions::meta::mixin_exists::named ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::missing ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::module_functions::empty ... ok [INFO] [stdout] test core_functions::meta::module_functions::error::global ... ok [INFO] [stdout] test core_functions::meta::module_functions::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::module_mixins::core_module ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::dash_sensitive ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::empty ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::before_load ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::dash_sensitive ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::global ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::missing ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::test_type ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::too_few_args ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::error::too_many_args ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::multiple ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::named ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::return_type::builtin ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::return_type::user_defined ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::test_as ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::through_forward::bare ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::through_forward::hide ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::through_forward::show ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::through_forward::test_as ... ignored [INFO] [stdout] test core_functions::meta::module_mixins::through_import ... ignored [INFO] [stdout] test core_functions::meta::module_functions::core_module ... ok [INFO] [stdout] test core_functions::meta::module_variables::core_module ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::before_load ... ok [INFO] [stdout] test core_functions::meta::module_variables::empty ... ok [INFO] [stdout] test core_functions::meta::module_functions::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::module_functions::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::module_functions::multiple ... ok [INFO] [stdout] test core_functions::meta::module_functions::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::global ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::module_functions::through_import ... ok [INFO] [stdout] test core_functions::meta::module_variables::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::test_type ... ok [INFO] [stdout] test core_functions::meta::module_functions::named ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::dash_sensitive ... ok [INFO] [stdout] test core_functions::meta::module_functions::test_as ... ok [INFO] [stdout] test core_functions::meta::module_functions::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::module_variables::error::missing ... ok [INFO] [stdout] test core_functions::meta::module_variables::multiple ... ok [INFO] [stdout] test core_functions::meta::type_of::arglist ... ok [INFO] [stdout] test core_functions::meta::type_of::boolean::test_true ... ok [INFO] [stdout] test core_functions::meta::type_of::boolean::test_false ... ok [INFO] [stdout] test core_functions::meta::type_of::calculation::preserved::clamp ... ok [INFO] [stdout] test core_functions::meta::module_variables::test_as ... ok [INFO] [stdout] test core_functions::meta::type_of::color ... ok [INFO] [stdout] test core_functions::meta::module_variables::through_forward::hide ... ok [INFO] [stdout] test core_functions::meta::module_variables::through_forward::bare ... ok [INFO] [stdout] test core_functions::meta::module_variables::through_forward::test_as ... ok [INFO] [stdout] test core_functions::meta::type_of::calculation::preserved::calc ... ok [INFO] [stdout] test core_functions::meta::module_variables::named ... ok [INFO] [stdout] test core_functions::meta::module_variables::through_forward::show ... ok [INFO] [stdout] test core_functions::meta::type_of::mixin::builtin ... ignored [INFO] [stdout] test core_functions::meta::type_of::mixin::user_defined ... ignored [INFO] [stdout] test core_functions::meta::type_of::calculation::simplified ... ok [INFO] [stdout] test core_functions::meta::type_of::list::non_empty ... ok [INFO] [stdout] test core_functions::meta::type_of::list::empty ... ok [INFO] [stdout] test core_functions::meta::type_of::error::too_many_args ... ok [INFO] [stdout] test core_functions::meta::type_of::error::too_few_args ... ok [INFO] [stdout] test core_functions::meta::variable_exists::conflict ... ignored [INFO] [stdout] test core_functions::meta::type_of::map::non_empty ... ok [INFO] [stdout] test core_functions::meta::type_of::null ... ok [INFO] [stdout] test core_functions::meta::type_of::function ... ok [INFO] [stdout] test core_functions::meta::module_variables::through_import ... ok [INFO] [stdout] test core_functions::meta::type_of::map::empty ... ok [INFO] [stdout] test core_functions::meta::type_of::named ... ok [INFO] [stdout] test core_functions::meta::variable_exists::dash_insensitive::underscore_to_dash ... ok [INFO] [stdout] test core_functions::meta::variable_exists::dash_insensitive::dash_to_underscore ... ok [INFO] [stdout] test core_functions::meta::type_of::number::unitless ... ok [INFO] [stdout] test core_functions::meta::type_of::number::unit ... ok [INFO] [stdout] test core_functions::meta::type_of::string::quoted ... ok [INFO] [stdout] test core_functions::meta::variable_exists::non_existent ... ok [INFO] [stdout] test core_functions::meta::type_of::string::unquoted ... ok [INFO] [stdout] test core_functions::meta::variable_exists::error::argument::too_few ... ok [INFO] [stdout] test core_functions::meta::variable_exists::keyword ... ok [INFO] [stdout] test core_functions::meta::variable_exists::error::argument::test_type ... ok [INFO] [stdout] test core_functions::meta::variable_exists::local ... ok [INFO] [stdout] test core_functions::meta::variable_exists::error::argument::too_many ... ok [INFO] [stdout] test core_functions::modules::color::alpha::test ... ok [INFO] [stdout] test core_functions::modules::color::change::test ... ok [INFO] [stdout] test core_functions::meta::variable_exists::global ... ok [INFO] [stdout] test core_functions::meta::variable_exists::through_forward::hide ... ok [INFO] [stdout] test core_functions::modules::color::adjust::test ... ok [INFO] [stdout] test core_functions::modules::color::css_overloads::invert ... ok [INFO] [stdout] test core_functions::meta::variable_exists::through_forward::test_as ... ok [INFO] [stdout] test core_functions::modules::color::css_overloads::alpha::multi_arg ... ok [INFO] [stdout] test core_functions::modules::color::blue::test ... ok [INFO] [stdout] test core_functions::modules::color::css_overloads::grayscale ... ok [INFO] [stdout] test core_functions::modules::color::css_overloads::alpha::one_arg ... ok [INFO] [stdout] test core_functions::modules::color::error::adjust_hue ... ok [INFO] [stdout] test core_functions::meta::variable_exists::through_import ... ok [INFO] [stdout] test core_functions::modules::color::error::darken ... ok [INFO] [stdout] test core_functions::modules::color::complement::test ... ok [INFO] [stdout] test core_functions::modules::color::error::adjust_color ... ok [INFO] [stdout] test core_functions::meta::variable_exists::through_use ... ok [INFO] [stdout] test core_functions::meta::variable_exists::through_forward::show ... ok [INFO] [stdout] test core_functions::modules::color::error::change_color ... ok [INFO] [stdout] test core_functions::modules::color::css_overloads::opacity ... ok [INFO] [stdout] test core_functions::modules::color::error::scale_color ... ok [INFO] [stdout] test core_functions::modules::color::error::fade_in ... ok [INFO] [stdout] test core_functions::modules::color::error::lighten ... ok [INFO] [stdout] test core_functions::modules::color::invert::test ... ok [INFO] [stdout] test core_functions::modules::color::green::test ... ok [INFO] [stdout] test core_functions::modules::color::error::opacify ... ok [INFO] [stdout] test core_functions::modules::color::hue::test ... ok [INFO] [stdout] test core_functions::modules::color::ie_hex_str::test ... ok [INFO] [stdout] test core_functions::modules::color::lightness::test ... ok [INFO] [stdout] test core_functions::modules::color::error::transparentize ... ok [INFO] [stdout] test core_functions::modules::color::error::saturate ... ok [INFO] [stdout] test core_functions::modules::color::scale::test ... ok [INFO] [stdout] test core_functions::modules::color::mix::test ... ok [INFO] [stdout] test core_functions::modules::color::error::fade_out ... ok [INFO] [stdout] test core_functions::modules::color::error::desaturate ... ok [INFO] [stdout] test core_functions::selector::append::combinator::multiple::middle ... ok [INFO] [stdout] test core_functions::selector::append::error::combinator::leading ... ok [INFO] [stdout] test core_functions::selector::append::classes::double ... ok [INFO] [stdout] test core_functions::modules::color::red::test ... ok [INFO] [stdout] test core_functions::selector::append::combinator::multiple::final_trailing ... ok [INFO] [stdout] test core_functions::selector::append::combinator::initial_leading ... ok [INFO] [stdout] test core_functions::modules::color::saturation::test ... ok [INFO] [stdout] test core_functions::selector::append::classes::single ... ok [INFO] [stdout] test core_functions::selector::append::error::combinator::trailing ... ignored [INFO] [stdout] test core_functions::selector::append::combinator::multiple::initial_leading ... ok [INFO] [stdout] test core_functions::selector::append::error::namespace ... ok [INFO] [stdout] test core_functions::selector::append::combinator::final_trailing ... ok [INFO] [stdout] test core_functions::selector::append::error::too_few_args ... ok [INFO] [stdout] test core_functions::selector::append::error::combinator::only ... ok [INFO] [stdout] test core_functions::selector::append::error::invalid ... ok [INFO] [stdout] test core_functions::selector::append::error::test_type ... ok [INFO] [stdout] test core_functions::selector::append::error::universal ... ok [INFO] [stdout] test core_functions::selector::append::format::input::later ... ok [INFO] [stdout] test core_functions::selector::append::error::wrong_name ... ok [INFO] [stdout] test core_functions::selector::append::format::output ... ok [INFO] [stdout] test core_functions::selector::extend::complex::combinator_only::extender ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::leading_combinator::both ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::leading::extender ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::leading::selector ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::middle::extender ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::trailing::extender ... ignored [INFO] [stdout] test core_functions::selector::append::format::input::initial ... ok [INFO] [stdout] test core_functions::selector::append::many_args ... ok [INFO] [stdout] test core_functions::selector::append::one_arg ... ok [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::leading_combinator::extender ... ok [INFO] [stdout] test core_functions::selector::append::suffix::single ... ok [INFO] [stdout] test core_functions::selector::append::error::parent ... ok [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::with_grandparent::complex ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::with_grandparent::list ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::with_grandparent::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::without_grandparent::complex ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::without_grandparent::list ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::parent::without_grandparent::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::trailing_combinator::extender::child ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::trailing_combinator::extender::next_sibling ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::trailing_combinator::extender::sibling ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::trailing_combinator::selector ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::leading_combinator::both ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::leading::extender ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::leading::selector ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::middle::extender ... ignored [INFO] [stdout] test core_functions::selector::append::suffix::descendant ... ok [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::trailing::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::with_grandparent::complex ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::with_grandparent::list ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::with_grandparent::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::without_grandparent::complex ... ignored [INFO] [stdout] test core_functions::selector::append::suffix::multiple ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::trailing::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::combinator_only::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::without_grandparent::list ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::leading_combinator::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::parent::without_grandparent::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::trailing_combinator::both ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::trailing_combinator::extender::child ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::trailing_combinator::extender::next_sibling ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::trailing_combinator::extender::sibling ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::leading_combinator::extender ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::leading_combinator::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::with_unification::multiple_combinators::middle::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::trailing_combinator::selector ... ignored [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::trailing::extender ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::multiple_combinators::middle::selector ... ok [INFO] [stdout] test core_functions::selector::extend::complex::without_unification::trailing_combinator::both ... ok [INFO] [stdout] test core_functions::selector::extend::error::extendee::complex::string ... ok [INFO] [stdout] test core_functions::selector::extend::error::extendee::parent ... ok [INFO] [stdout] test core_functions::selector::extend::error::extendee::invalid ... ok [INFO] [stdout] test core_functions::selector::extend::error::selector::invalid ... ok [INFO] [stdout] test core_functions::selector::extend::error::extendee::test_type ... ok [INFO] [stdout] test core_functions::selector::extend::error::extendee::complex::list ... ok [INFO] [stdout] test core_functions::selector::extend::error::selector::parent ... ok [INFO] [stdout] test core_functions::selector::extend::format::input::multiple_extendees::list ... ignored [INFO] [stdout] test core_functions::selector::extend::format::input::multiple_extendees::list_of_compound ... ignored [INFO] [stdout] test core_functions::selector::extend::format::input::non_string::extendee ... ignored [INFO] [stdout] test core_functions::selector::extend::error::extender::test_type ... ok [INFO] [stdout] test core_functions::selector::extend::error::extender::parent ... ok [INFO] [stdout] test core_functions::selector::extend::error::wrong_name ... ok [INFO] [stdout] test core_functions::selector::extend::error::extender::invalid ... ok [INFO] [stdout] test core_functions::selector::extend::error::too_many_args ... ok [INFO] [stdout] test core_functions::selector::extend::format::input::non_string::selector ... ignored [INFO] [stdout] test core_functions::selector::extend::list::all_match ... ignored [INFO] [stdout] test core_functions::selector::extend::list::different_matches ... ignored [INFO] [stdout] test core_functions::selector::extend::error::selector::test_type ... ok [INFO] [stdout] test core_functions::selector::extend::error::too_few_args ... ok [INFO] [stdout] test core_functions::selector::extend::format::output ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::element::alone ... ok [INFO] [stdout] test core_functions::selector::extend::format::input::multiple_extendees::compound ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::pseudo_element::class_syntax ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::pseudo_element::unknown ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::default_and_empty ... ignored [INFO] [stdout] test core_functions::selector::extend::format::input::non_string::extender ... ok [INFO] [stdout] test core_functions::selector::extend::list::one_matches ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::parent ... ok [INFO] [stdout] test core_functions::selector::extend::named::test ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::default_and_namespace ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::id ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::element::with_class ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::empty_and_namespace ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::namespace_and_default ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::namespace_and_namespace ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::specificity_modification::test_where ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::unification::subselector_of_target::is ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::unification::subselector_of_target::matches ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::unification::subselector_of_target::test_where ... ignored [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::namespace_and_empty ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::additional::simple ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::additional::ancestor ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::identical_to_extendee ... ok [INFO] [stdout] test core_functions::selector::extend::simple::attribute::equal ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::next_sibling ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::additional::sibling ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::missing ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::additional::parent ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::additional::next_sibling ... ok [INFO] [stdout] test core_functions::selector::extend::simple::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::unification::identical_to_selector ... ok [INFO] [stdout] test core_functions::selector::extend::no_op::conflict::universal::empty_and_default ... ok [INFO] [stdout] test core_functions::selector::extend::simple::class::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::id::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::id::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::attribute::unequal::operator ... ok [INFO] [stdout] test core_functions::selector::extend::simple::attribute::unequal::value ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::class::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::attribute::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::placeholder::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::element::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::element::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::element::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::element::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::placeholder::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::class::and_element ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::class::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::any::any_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::any::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::any::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::current::current_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::current::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::current::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::is::is_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::is::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::is::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::matches::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::matches::matches_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::class::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::element::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::matches::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::complex ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::arg::class::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::component ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::is::in_compound ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::is::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::is::list_of_complex ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::list_in_not ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::matches::in_compound ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::matches::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::matches::list_of_complex ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::test_where::in_compound ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::test_where::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::test_where::list_of_complex ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_child::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_child::same_arg_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_child::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_last_child::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_last_child::same_arg_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_last_child::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::prefixed::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::prefixed::same_prefix_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::prefixed::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::test_where::is_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::test_where::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::test_where::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::has::has_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::has::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::has::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host::host_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host_context::host_context_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host_context::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::host_context::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::element::and_class ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::no_arg::element::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::slotted::list ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::slotted::simple ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::non_idempotent::slotted::slotted_in_extender ... ignored [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::prefixed::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_child::different_arg_in_extender ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::prefixed::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::prefixed::different_prefix_in_extender ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::not::not_in_extender ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::prefixed::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::prefixed::unequal::prefix ... ok [INFO] [stdout] test core_functions::math::random::one ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::idempotent::nth_last_child::different_arg_in_extender ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::prefixed::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::element::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::element::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::matches::class::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::matches::class::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::is::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::test_where::class::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::is::class::unequal::has_argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::element::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::empty::and_empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::element::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::is::class::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::matches::class::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::test_where::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::explicit::and_empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::matches::class::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::test_where::class::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::is::class::unequal::argument ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::and_universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::explicit::and_explicit::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::pseudo::selector::test_match::unprefixed::test_where::class::unequal::name ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::empty::and_universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::empty::and_explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::explicit::and_universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::universal::and_universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::universal::and_explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::and_class ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::empty::and_implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::universal::and_empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_class ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::explicit::and_implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::universal::and_implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::test_type::namespace::explicit::and_explicit::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::and_type ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_type::empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_type::implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_universal::empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_type::explicit::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_universal::empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_type::explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_universal::implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_type::empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_class ... ok [INFO] [stdout] test core_functions::math::random::null ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_type::implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_universal::explicit::equal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_universal::explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::empty::and_universal::universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_universal::explicit::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_type::explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_universal::universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_type::explicit::unequal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_type::empty ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_universal::explicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_universal::implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::explicit::and_universal::universal ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_type::implicit ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::extra_middle::child ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_universal::implicit ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_universal::empty ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::extra_middle::following_sibling ... ok [INFO] [stdout] test core_functions::selector::extend::simple::universal::namespace::universal::and_class ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::extra_middle::descendant ... ok [INFO] [stdout] test core_functions::math::random::two ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::second ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::single::in_both::subset ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::bogus::sub ... ignored [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::single::in_both::equal ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::in_sub ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::first ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::neither ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::multiple::extra_middle::next_sibling ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::extra_middle::child ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::extra_middle::next_sibling ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::extra_middle::following_sibling ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::single::in_sub ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::extra_middle::descendant ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::in_sub ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::single::in_both::superset ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::child::multiple::first ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::adjacent_sibling::single::in_super ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::bogus::test_super ... ok [INFO] [stdout] test core_functions::selector::is_superselector::complex::descendant::multiple::extra_middle::child ... ok [WARN] too many lines in the log, truncating it