[INFO] crate rsass 0.11.0 is already in cache [INFO] extracting crate rsass 0.11.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/rsass/0.11.0 [INFO] extracting crate rsass 0.11.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsass/0.11.0 [INFO] validating manifest of rsass-0.11.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsass-0.11.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsass-0.11.0 [INFO] finished frobbing rsass-0.11.0 [INFO] frobbed toml for rsass-0.11.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rsass/0.11.0/Cargo.toml [INFO] started frobbing rsass-0.11.0 [INFO] finished frobbing rsass-0.11.0 [INFO] frobbed toml for rsass-0.11.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsass/0.11.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsass-0.11.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsass/0.11.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] f09a73b547e1e5d670e4e58094aa6d5d9160d6c36efb174a0d69a3c06ef2a000 [INFO] running `"docker" "start" "-a" "f09a73b547e1e5d670e4e58094aa6d5d9160d6c36efb174a0d69a3c06ef2a000"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling bytecount v0.5.1 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Compiling lexical-core v0.4.3 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling rsass v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:44:46 [INFO] [stderr] | [INFO] [stderr] 44 | def!(f, adjust_hue(color, degrees), |s: &Scope| match ( [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | def!(f, complement(color), |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:62:43 [INFO] [stderr] | [INFO] [stderr] 62 | def!(f, saturate(color, amount), |s: &Scope| match ( [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:99:33 [INFO] [stderr] | [INFO] [stderr] 99 | def!(f, hue(color), |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:120:48 [INFO] [stderr] | [INFO] [stderr] 120 | def!(f, desaturate(color, amount), |args: &Scope| match &args [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:111:25 [INFO] [stderr] | [INFO] [stderr] 111 | f.insert("fade_in", func2!(fade_in(color, amount))); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:112:25 [INFO] [stderr] | [INFO] [stderr] 112 | f.insert("opacify", func2!(fade_in(color, amount))); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:123:26 [INFO] [stderr] | [INFO] [stderr] 123 | f.insert("fade_out", func2!(fade_out(color, amount))); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:124:32 [INFO] [stderr] | [INFO] [stderr] 124 | f.insert("transparentize", func2!(fade_out(color, amount))); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:131:14 [INFO] [stderr] | [INFO] [stderr] 131 | |s: &Scope| match s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_rgb.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | fn do_rgba(fn_name: &str, s: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/introspection.rs:146:39 [INFO] [stderr] | [INFO] [stderr] 146 | def_va!(f, call(name, args), |s: &Scope| { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | type BuiltinFn = Fn(&Scope) -> Result + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Scope) -> Result + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | type BuiltinFn = Fn(&Scope) -> Result + Send + Sync; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:124:17 [INFO] [stderr] | [INFO] [stderr] 124 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:45:23 [INFO] [stderr] | [INFO] [stderr] 45 | globals: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:325:19 [INFO] [stderr] | [INFO] [stderr] 325 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:326:21 [INFO] [stderr] | [INFO] [stderr] 326 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:360:19 [INFO] [stderr] | [INFO] [stderr] 360 | sub: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:361:21 [INFO] [stderr] | [INFO] [stderr] 361 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:657:19 [INFO] [stderr] | [INFO] [stderr] 657 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:680:35 [INFO] [stderr] | [INFO] [stderr] 680 | fn do_indent(&self, out: &mut Write, steps: usize) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:691:19 [INFO] [stderr] | [INFO] [stderr] 691 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:707:42 [INFO] [stderr] | [INFO] [stderr] 707 | fn eval_selectors(s: &Selectors, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:821:38 [INFO] [stderr] | [INFO] [stderr] 821 | fn to_imports(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:824:38 [INFO] [stderr] | [INFO] [stderr] 824 | fn to_content(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/call_args.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/formal_args.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | scope: &'a Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:49:36 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn evaluate(&self, scope: &Scope) -> Result<(String, Quotes), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn evaluate2(&self, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/value.rs:95:36 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn evaluate(&self, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/value.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | parent: &'a Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | pub fn sub(parent: &'a Scope) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:256:38 [INFO] [stderr] | [INFO] [stderr] 256 | pub fn sub_selectors(parent: &'a Scope, selectors: Selectors) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | use std::sync::{ONCE_INIT, Once}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/introspection.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | / dep_warn!( [INFO] [stderr] 153 | | "Passing a string to call() is deprecated and \ [INFO] [stderr] 154 | | will be illegal" [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | static WARN: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/introspection.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | / dep_warn!( [INFO] [stderr] 153 | | "Passing a string to call() is deprecated and \ [INFO] [stderr] 154 | | will be illegal" [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | use std::sync::{ONCE_INIT, Once}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/strings.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | dep_warn!("Passing {}, a non-string value, to unquote()", v); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | static WARN: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/strings.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | dep_warn!("Passing {}, a non-string value, to unquote()", v); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.68s [INFO] running `"docker" "inspect" "f09a73b547e1e5d670e4e58094aa6d5d9160d6c36efb174a0d69a3c06ef2a000"` [INFO] running `"docker" "rm" "-f" "f09a73b547e1e5d670e4e58094aa6d5d9160d6c36efb174a0d69a3c06ef2a000"` [INFO] [stdout] f09a73b547e1e5d670e4e58094aa6d5d9160d6c36efb174a0d69a3c06ef2a000 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsass/0.11.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d0b103a6a85f4e0d696bbafcb8be806a4e1952951983dece4e47736b1694047 [INFO] running `"docker" "start" "-a" "2d0b103a6a85f4e0d696bbafcb8be806a4e1952951983dece4e47736b1694047"` [INFO] [stderr] Compiling rsass v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:44:46 [INFO] [stderr] | [INFO] [stderr] 44 | def!(f, adjust_hue(color, degrees), |s: &Scope| match ( [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | def!(f, complement(color), |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:62:43 [INFO] [stderr] | [INFO] [stderr] 62 | def!(f, saturate(color, amount), |s: &Scope| match ( [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:99:33 [INFO] [stderr] | [INFO] [stderr] 99 | def!(f, hue(color), |args: &Scope| match &args.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_hsl.rs:120:48 [INFO] [stderr] | [INFO] [stderr] 120 | def!(f, desaturate(color, amount), |args: &Scope| match &args [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | |s: &Scope| match &s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:111:25 [INFO] [stderr] | [INFO] [stderr] 111 | f.insert("fade_in", func2!(fade_in(color, amount))); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:112:25 [INFO] [stderr] | [INFO] [stderr] 112 | f.insert("opacify", func2!(fade_in(color, amount))); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:123:26 [INFO] [stderr] | [INFO] [stderr] 123 | f.insert("fade_out", func2!(fade_out(color, amount))); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/macros.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | |s: &Scope| $name($(s.get(stringify!($arg))?),*)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/colors_other.rs:124:32 [INFO] [stderr] | [INFO] [stderr] 124 | f.insert("transparentize", func2!(fade_out(color, amount))); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_other.rs:131:14 [INFO] [stderr] | [INFO] [stderr] 131 | |s: &Scope| match s.get("color")? { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/colors_rgb.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | fn do_rgba(fn_name: &str, s: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/introspection.rs:146:39 [INFO] [stderr] | [INFO] [stderr] 146 | def_va!(f, call(name, args), |s: &Scope| { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | type BuiltinFn = Fn(&Scope) -> Result + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Scope) -> Result + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | type BuiltinFn = Fn(&Scope) -> Result + Send + Sync; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/functions/mod.rs:124:17 [INFO] [stderr] | [INFO] [stderr] 124 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:45:23 [INFO] [stderr] | [INFO] [stderr] 45 | globals: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:325:19 [INFO] [stderr] | [INFO] [stderr] 325 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:326:21 [INFO] [stderr] | [INFO] [stderr] 326 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:360:19 [INFO] [stderr] | [INFO] [stderr] 360 | sub: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:361:21 [INFO] [stderr] | [INFO] [stderr] 361 | scope: &mut Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:657:19 [INFO] [stderr] | [INFO] [stderr] 657 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:680:35 [INFO] [stderr] | [INFO] [stderr] 680 | fn do_indent(&self, out: &mut Write, steps: usize) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:691:19 [INFO] [stderr] | [INFO] [stderr] 691 | out: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:707:42 [INFO] [stderr] | [INFO] [stderr] 707 | fn eval_selectors(s: &Selectors, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:821:38 [INFO] [stderr] | [INFO] [stderr] 821 | fn to_imports(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output_style.rs:824:38 [INFO] [stderr] | [INFO] [stderr] 824 | fn to_content(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/call_args.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/formal_args.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | scope: &'a Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:49:36 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn evaluate(&self, scope: &Scope) -> Result<(String, Quotes), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn evaluate2(&self, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/string.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/value.rs:95:36 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn evaluate(&self, scope: &Scope) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sass/value.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | scope: &Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | parent: &'a Scope, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | pub fn sub(parent: &'a Scope) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/variablescope.rs:256:38 [INFO] [stderr] | [INFO] [stderr] 256 | pub fn sub_selectors(parent: &'a Scope, selectors: Selectors) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Scope` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | use std::sync::{ONCE_INIT, Once}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/introspection.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | / dep_warn!( [INFO] [stderr] 153 | | "Passing a string to call() is deprecated and \ [INFO] [stderr] 154 | | will be illegal" [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | static WARN: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/introspection.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | / dep_warn!( [INFO] [stderr] 153 | | "Passing a string to call() is deprecated and \ [INFO] [stderr] 154 | | will be illegal" [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | use std::sync::{ONCE_INIT, Once}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/strings.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | dep_warn!("Passing {}, a non-string value, to unquote()", v); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/functions/macros.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | static WARN: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] | [INFO] [stderr] ::: src/functions/strings.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | dep_warn!("Passing {}, a non-string value, to unquote()", v); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.69s [INFO] running `"docker" "inspect" "2d0b103a6a85f4e0d696bbafcb8be806a4e1952951983dece4e47736b1694047"` [INFO] running `"docker" "rm" "-f" "2d0b103a6a85f4e0d696bbafcb8be806a4e1952951983dece4e47736b1694047"` [INFO] [stdout] 2d0b103a6a85f4e0d696bbafcb8be806a4e1952951983dece4e47736b1694047 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsass/0.11.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] f028c16c1447b4a297d8463da758fc7350a8957e40cab30e99c09ea9a0ef67e5 [INFO] running `"docker" "start" "-a" "f028c16c1447b4a297d8463da758fc7350a8957e40cab30e99c09ea9a0ef67e5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/rsass-71be29fc1444472e [INFO] [stdout] [INFO] [stdout] running 184 tests [INFO] [stdout] test functions::colors_hsl::test_hsl_black ... ok [INFO] [stdout] test functions::colors_hsl::test_hsl_gray ... ok [INFO] [stdout] test functions::colors_hsl::test_hsl_red ... ok [INFO] [stdout] test functions::colors_hsl::test_hsl_blue_magenta ... ok [INFO] [stdout] test functions::colors_hsl::test_hsl_white ... ok [INFO] [stdout] test functions::colors_other::test::ie_hex_str_a ... ok [INFO] [stdout] test functions::colors_other::test::ie_hex_str_b ... ok [INFO] [stdout] test functions::colors_hsl::test_hsl_yellow ... ok [INFO] [stdout] test functions::colors_other::test::ie_hex_str_c ... ok [INFO] [stdout] test functions::introspection::test::type_of_color_by_name ... ok [INFO] [stdout] test functions::introspection::test::type_of_number ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t01 ... ok [INFO] [stdout] test functions::colors_rgb::test::test_named ... ok [INFO] [stdout] test functions::colors_rgb::test::test_low ... ok [INFO] [stdout] test functions::colors_rgb::test::test_high ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t05 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t04 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t06 ... ok [INFO] [stdout] test functions::introspection::test::type_of_string ... ok [INFO] [stdout] test functions::introspection::test::type_of_color ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t03 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t09 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t02 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t10 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t14 ... ok [INFO] [stdout] test functions::colors_rgb::test::test_mid ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t07 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t08 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t11 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t12 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t13 ... ok [INFO] [stdout] test functions::introspection::test::unitless_a ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t17 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t19 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t20 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t16 ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t18 ... ok [INFO] [stdout] test functions::lists::test::append_a ... ok [INFO] [stdout] test functions::introspection::test::unitless_b ... ok [INFO] [stdout] test functions::introspection::test::types_4_0::t15 ... ok [INFO] [stdout] test functions::lists::test::append_b ... ok [INFO] [stdout] test functions::introspection::test::variable_exists_not ... ok [INFO] [stdout] test functions::introspection::test::variable_exists_not_null ... ok [INFO] [stdout] test functions::introspection::test::variable_exists_null ... ok [INFO] [stdout] test functions::lists::test::is_bracketed ... ok [INFO] [stdout] test functions::lists::test::join::bracketed_false ... ok [INFO] [stdout] test functions::lists::test::join::both_bracketed ... ok [INFO] [stdout] test functions::lists::test::join::bracketed_true ... ok [INFO] [stdout] test functions::lists::test::join::bracketed_and_separator ... ok [INFO] [stdout] test functions::lists::test::join::bracketed_null ... ok [INFO] [stdout] test functions::lists::test::join::first_bracketed ... ok [INFO] [stdout] test functions::lists::test::join::separator_and_bracketed_positional ... ok [INFO] [stdout] test functions::lists::test::join::separator_and_bracketed ... ok [INFO] [stdout] test functions::maps::test::map_get::a ... ok [INFO] [stdout] test functions::lists::test::zip ... ok [INFO] [stdout] test functions::lists::test::join::unusual_bracketed_type ... ok [INFO] [stdout] test functions::lists::test::append_d ... ok [INFO] [stdout] test functions::lists::test::join::second_bracketed ... ok [INFO] [stdout] test functions::maps::test::map_get::b ... ok [INFO] [stdout] test functions::maps::test::map_has_key::a ... ok [INFO] [stdout] test functions::maps::test::map_has_key::b ... ok [INFO] [stdout] test functions::lists::test::append_c ... ok [INFO] [stdout] test functions::lists::test::append_e ... ok [INFO] [stdout] test functions::test_nth ... ok [INFO] [stdout] test functions::maps::test::map_get::c ... ok [INFO] [stdout] test parser::selectors::test::selector2 ... ok [INFO] [stdout] test parser::selectors::test::child_selector ... ok [INFO] [stdout] test parser::selectors::test::selectors_simple ... ok [INFO] [stdout] test parser::selectors::test::pseudo_selector ... ok [INFO] [stdout] test functions::test_rgb ... ok [INFO] [stdout] test parser::if_with_no_else ... ok [INFO] [stdout] test parser::selectors::test::escaped_simple_selector ... ok [INFO] [stdout] test parser::selectors::test::pseudo_on_simple_selector ... ok [INFO] [stdout] test parser::test_mixin_call_noargs ... ok [INFO] [stdout] test parser::selectors::test::foo1_selector ... ok [INFO] [stdout] test parser::test_mixin_declaration_empty ... ok [INFO] [stdout] test parser::selectors::test::simple_selector ... ok [INFO] [stdout] test parser::test_variable_declaration_global ... ok [INFO] [stdout] test parser::test_variable_declaration_default ... ok [INFO] [stdout] test parser::test_simple_property ... ok [INFO] [stdout] test parser::test_mixin_declaration_default_and_subrules ... ok [INFO] [stdout] test parser::util::test::comment_with_stars ... ok [INFO] [stdout] test parser::test_mixin_declaration ... ok [INFO] [stdout] test parser::test_mixin_call_named_args ... ok [INFO] [stdout] test parser::test_mixin_call_pos_args ... ok [INFO] [stdout] test parser::test_property_2 ... ok [INFO] [stdout] test parser::value::test::color_short ... ok [INFO] [stdout] test parser::value::test::call_one_arg ... ok [INFO] [stdout] test parser::util::test::comment_simple ... ok [INFO] [stdout] test parser::value::test::double_div ... ok [INFO] [stdout] test parser::test_variable_declaration_simple ... ok [INFO] [stdout] test parser::value::test::call_no_args ... ok [INFO] [stdout] test parser::value::test::color_long ... ok [INFO] [stdout] test parser::value::test::paren_literal ... ok [INFO] [stdout] test parser::value::test::paren_multi_comma ... ok [INFO] [stdout] test parser::value::test::map_nq ... ok [INFO] [stdout] test parser::util::test::comment_with_stars2 ... ok [INFO] [stdout] test parser::value::test::multi_comma ... ok [INFO] [stdout] test parser::value::test::multi_comma_trailing ... ok [INFO] [stdout] test parser::value::test::paren_multi ... ok [INFO] [stdout] test parser::value::test::multi_expression ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal_in_arg ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal ... ok [INFO] [stdout] test parser::value::test::parse_extended_literal_in_arg_2 ... 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_comma_array ... ok [INFO] [stdout] test parser::value::test::simple_number ... ok [INFO] [stdout] test parser::value::test::parse_bracket_empty_array ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec_neg ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec_pos ... ok [INFO] [stdout] test parser::value::test::simple_value_literal ... ok [INFO] [stdout] test parser::value::test::simple_value_literal_color ... ok [INFO] [stdout] test parser::value::test::simple_number_onlydec ... ok [INFO] [stdout] test parser::value::test::simple_number_pos ... ok [INFO] [stdout] test parser::value::test::simple_number_neg ... ok [INFO] [stdout] test parser::value::test::simple_number_dec ... ok [INFO] [stdout] test parser::value::test::simple_value_variable ... ok [INFO] [stdout] test selectors::test::backref_join ... ok [INFO] [stdout] test value::colors::get_none ... ok [INFO] [stdout] test value::colors::get_black ... ok [INFO] [stdout] test value::colors::get_red_by_name ... ok [INFO] [stdout] test value::colors::get_none_by_name ... ok [INFO] [stdout] test selectors::test::root_join ... ok [INFO] [stdout] test selectors::test::simple_join ... ok [INFO] [stdout] test variablescope::test::color_add_each_component ... ok [INFO] [stdout] test variablescope::test::color_add_components_to_named ... ok [INFO] [stdout] test variablescope::test::color_arithemtic_by_name ... ok [INFO] [stdout] test variablescope::test::color_add_components_overflow ... ok [INFO] [stdout] test variablescope::test::color_division ... ok [INFO] [stdout] test variablescope::test::color_add_components_to_named_overflow ... ok [INFO] [stdout] test variablescope::test::color_add_rgb_1 ... ok [INFO] [stdout] test variablescope::test::color_add_each_component_overflow ... ok [INFO] [stdout] test variablescope::test::color_add_to_rgba ... ok [INFO] [stdout] test variablescope::test::color_subtract ... ok [INFO] [stdout] test variablescope::test::color_add_components ... ok [INFO] [stdout] test variablescope::test::color_add_rgb_2 ... ok [INFO] [stdout] test variablescope::test::color_mixed_args ... ok [INFO] [stdout] test variablescope::test::color_subtract_components_underflow ... ok [INFO] [stdout] test variablescope::test::color_subtract_underflow ... ok [INFO] [stdout] test variablescope::test::color_mixed_with_alpha_1 ... ok [INFO] [stdout] test variablescope::test::color_subtract_components ... ok [INFO] [stdout] test variablescope::test::color_unchanged_1 ... ok [INFO] [stdout] test variablescope::test::div_by_zero ... ok [INFO] [stdout] test variablescope::test::div_slash_2 ... ok [INFO] [stdout] test variablescope::test::color_named_args ... ok [INFO] [stdout] test variablescope::test::double_div_1 ... ok [INFO] [stdout] test variablescope::test::color_simple_rgba ... ok [INFO] [stdout] test variablescope::test::color_mixed_with_alpha_2 ... ok [INFO] [stdout] test variablescope::test::color_unchanged_2 ... ok [INFO] [stdout] test variablescope::test::div_slash_5 ... ok [INFO] [stdout] test variablescope::test::div_slash_4 ... ok [INFO] [stdout] test variablescope::test::div_slash_1 ... ok [INFO] [stdout] test variablescope::test::div_slash_6 ... ok [INFO] [stdout] test variablescope::test::double_div_2 ... ok [INFO] [stdout] test variablescope::test::equal_true ... ok [INFO] [stdout] test variablescope::test::equal_false ... ok [INFO] [stdout] test variablescope::test::function_if ... ok [INFO] [stdout] test variablescope::test::double_div_5 ... ok [INFO] [stdout] test variablescope::test::function_if_false ... ok [INFO] [stdout] test variablescope::test::not_equal_false ... ok [INFO] [stdout] test variablescope::test::multi_multi ... ok [INFO] [stdout] test variablescope::test::long_div_and_mul_sequence ... ok [INFO] [stdout] test variablescope::test::negative_in_arithmetic ... ok [INFO] [stdout] test variablescope::test::function_if_named_dash ... ok [INFO] [stdout] test variablescope::test::not_equal_true ... ok [INFO] [stdout] test variablescope::test::quote_keywords ... ok [INFO] [stdout] test variablescope::test::partial_variable_value ... ok [INFO] [stdout] test variablescope::test::quoted_string ... ok [INFO] [stdout] test variablescope::test::quote_expr ... ok [INFO] [stdout] test variablescope::test::function_if_named ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic_2 ... ok [INFO] [stdout] test variablescope::test::double_div_3 ... ok [INFO] [stdout] test variablescope::test::double_div_4 ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic ... ok [INFO] [stdout] test variablescope::test::simple_boolean ... ok [INFO] [stdout] test variablescope::test::variable_value ... ok [INFO] [stdout] test variablescope::test::simple_arithmetic_3 ... ok [INFO] [stdout] test variablescope::test::undefined_variable ... ok [INFO] [stdout] test variablescope::test::sum_w_unit ... ok [INFO] [stdout] test variablescope::test::url_keeps_parens ... ok [INFO] [stdout] test variablescope::test::value_multiple_dashes ... ok [INFO] [stdout] test variablescope::test::unquote_string ... ok [INFO] [stdout] test variablescope::test::unquote_quote ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 184 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/basic-34978e7f194abcc9 [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test t04_basic_variables ... ok [INFO] [stdout] test t01_simple_css ... ok [INFO] [stdout] test t00_empty ... ok [INFO] [stdout] test t03_simple_variable ... ok [INFO] [stdout] test t11_attribute_selectors ... ok [INFO] [stdout] test t02_simple_nesting ... ok [INFO] [stdout] test t13_back_references ... ok [INFO] [stdout] test t15_arithmetic_and_lists ... ignored [INFO] [stdout] test t05_empty_levels ... ok [INFO] [stdout] test t06_nesting_and_comments ... ok [INFO] [stdout] test t08_selector_combinators ... ok [INFO] [stdout] test t07_nested_simple_selector_groups ... ok [INFO] [stdout] test t10_classes_and_ids ... ok [INFO] [stdout] test t09_selector_groups_and_combinators ... ok [INFO] [stdout] test t12_pseudo_classes_and_elements ... ok [INFO] [stdout] test t20_scoped_variables ... ok [INFO] [stdout] test t18_mixin_scope ... ok [INFO] [stdout] test t17_basic_mixins ... ok [INFO] [stdout] test t19_full_mixin_craziness ... ok [INFO] [stdout] test t23_basic_value_interpolation ... ok [INFO] [stdout] test t25_basic_string_interpolation ... ok [INFO] [stdout] test t21_one_builtin_function ... ok [INFO] [stdout] test t26_selector_interpolation ... ok [INFO] [stdout] test t22_colors_with_alpha ... ok [INFO] [stdout] test t28_url ... ok [INFO] [stdout] test t31_if_in_mixin ... ok [INFO] [stdout] test t36_extra_commas_in_selectors ... ok [INFO] [stdout] test t30_if_in_function ... ok [INFO] [stdout] test t35_varargs_false ... ok [INFO] [stdout] test t38_expressions_in_at_directives ... ok [INFO] [stdout] test t39_dash_match_attribute_selector ... ok [INFO] [stdout] test t42_css_imports ... ok [INFO] [stdout] test t29_if ... ok [INFO] [stdout] test t41_slashy_urls ... ok [INFO] [stdout] test t49_interpolants_in_css_imports ... ok [INFO] [stdout] test t32_percentages ... ok [INFO] [stdout] test t44_bem_selectors ... ok [INFO] [stdout] test t40_pseudo_class_identifier_starting_with_n ... ok [INFO] [stdout] test t24_namespace_properties ... ok [INFO] [stdout] test t50_wrapped_pseudo_selectors ... ok [INFO] [stdout] test t37_url_expressions ... ok [INFO] [stdout] test t54_adjacent_identifiers_with_hyphens ... ok [INFO] [stdout] test t51_trailing_commas_in_list ... ok [INFO] [stdout] test t27_media_queries ... ok [INFO] [stdout] test t52_interchangeable_hyphens_underscores ... ok [INFO] [stdout] test t53_escaped_quotes ... ok [INFO] [stdout] test t59_if_expression ... ok [INFO] [stdout] test t55_variable_exists ... ok [INFO] [stdout] test t57_function_exists ... ok [INFO] [stdout] test t56_global_variable_exists ... ok [INFO] [stdout] test t58_mixin_exists ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/basic_manual-36e23c7daceca027 [INFO] [stdout] [INFO] [stdout] test result: ok. 50 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test t15_arithmetic_and_lists_abcd ... ok [INFO] [stdout] test t14_imports ... ok [INFO] [stdout] test t15_arithmetic_and_lists_nopqrs ... ok [INFO] [stdout] test each_binds_multiple ... ok [INFO] [stdout] test t15_arithmetic_and_lists_hijklmt_div_or_not ... ok [INFO] [stdout] test rgba_success ... ok [INFO] [stdout] test t33_ambigous_imports ... ok [INFO] [stdout] test txx_empty_rule ... ok [INFO] [stdout] test t15_arithmetic_and_lists_efg ... ok [INFO] [stdout] test t15_arithmetic_and_lists ... ok [INFO] [stdout] test weight_parameter ... ok [INFO] [stdout] test ti815_str_slice ... ok [INFO] [stdout] test ti574_map_trailing_comma ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/colors-cfead0ea1c628a61 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/compressed-8f9d381f685f9197 [INFO] [stdout] test change_color ... ok [INFO] [stdout] test basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test t01_simple_css ... ok [INFO] [stdout] test t02_simple_nesting ... ok [INFO] [stdout] test t03_simple_variable ... ok [INFO] [stdout] test t08_selector_combinators ... ok [INFO] [stdout] test t04_basic_variables ... ok [INFO] [stdout] test t10_classes_and_ids ... ok [INFO] [stdout] test t27_media_queries ... ok [INFO] [stdout] test t49_interpolants_in_css_imports ... ok [INFO] [stdout] test t05_empty_levels ... ok [INFO] [stdout] test t07_nested_simple_selector_groups ... ok [INFO] [stdout] test t06_nesting_and_comments ... ok [INFO] [stdout] test t15_arithmetic_and_lists ... ok [INFO] [stdout] test t22_colors_with_alpha ... ok [INFO] [stdout] test t19_full_mixin_craziness ... ok [INFO] [stdout] test t50_wrapped_pseudo_selectors ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/core_functions-3653514a98f18381 [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1393 tests [INFO] [stdout] test color::adjust_color::hsl::hue::middle ... ok [INFO] [stdout] test color::adjust_color::hsl::alpha_arg ... ok [INFO] [stdout] test color::adjust_color::hsl::hue::max ... ok [INFO] [stdout] test color::adjust_color::hsl::hue::above_max ... ok [INFO] [stdout] test color::adjust_color::hsl::hue::fraction ... ok [INFO] [stdout] test color::adjust_color::hsl::all ... ok [INFO] [stdout] test color::adjust_color::hsl::alpha_input ... ok [INFO] [stdout] test color::adjust_color::hsl::alpha_arg_above_max ... ok [INFO] [stdout] test color::adjust_color::hsl::hue::negative ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::fraction ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::low ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::min ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::max ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::high ... ok [INFO] [stdout] test color::adjust_color::hsl::named ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::zero ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::low ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::min_remaining ... ok [INFO] [stdout] test color::adjust_color::hsl::lightness::max_remaining ... ok [INFO] [stdout] test color::adjust_color::hsl::hue::min ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::min_remaining ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::max ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::high ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::min ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::zero ... ok [INFO] [stdout] test color::adjust_color::hsl::saturation::max_remaining ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::low ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::min_remaining ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::max ... ok [INFO] [stdout] test color::adjust_color::rgb::alpha_arg ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::min ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::high ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::named ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::max_remaining ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::positional ... ok [INFO] [stdout] test color::adjust_color::no_rgb_hsl::alpha::zero ... ok [INFO] [stdout] test color::adjust_color::rgb::all ... ok [INFO] [stdout] test color::adjust_color::rgb::blue::min ... ok [INFO] [stdout] test color::adjust_color::rgb::blue::zero ... ok [INFO] [stdout] test color::adjust_color::rgb::green::max ... ok [INFO] [stdout] test color::adjust_color::rgb::green::low ... ok [INFO] [stdout] test color::adjust_color::rgb::blue::high ... ok [INFO] [stdout] test color::adjust_color::rgb::blue::max ... ok [INFO] [stdout] test color::adjust_color::rgb::green::high ... ok [INFO] [stdout] test color::adjust_color::rgb::blue::low ... ok [INFO] [stdout] test color::adjust_color::rgb::green::zero ... ok [INFO] [stdout] test color::adjust_color::rgb::alpha_input ... ok [INFO] [stdout] test color::adjust_color::rgb::red::max ... ok [INFO] [stdout] test color::adjust_color::rgb::red::low ... ok [INFO] [stdout] test color::adjust_color::rgb::red::zero ... ok [INFO] [stdout] test color::adjust_color::rgb::named ... ok [INFO] [stdout] test color::adjust_hue::middle ... ok [INFO] [stdout] test color::adjust_hue::above_max ... ok [INFO] [stdout] test color::adjust_hue::named ... ok [INFO] [stdout] test color::adjust_color::rgb::red::min ... ok [INFO] [stdout] test color::adjust_hue::min ... ok [INFO] [stdout] test color::adjust_hue::max ... ok [INFO] [stdout] test color::adjust_hue::fraction ... ok [INFO] [stdout] test color::adjust_color::rgb::red::high ... ok [INFO] [stdout] test color::adjust_hue::alpha ... ok [INFO] [stdout] test color::adjust_color::rgb::green::min ... ok [INFO] [stdout] test color::alpha::filter::space_before_equals ... ok [INFO] [stdout] test color::alpha::filter::multi_args ... ok [INFO] [stdout] test color::alpha::color::middle ... ok [INFO] [stdout] test color::alpha::color::min ... ok [INFO] [stdout] test color::adjust_hue::negative ... ok [INFO] [stdout] test color::alpha::color::max ... ok [INFO] [stdout] test color::alpha::color::named ... ok [INFO] [stdout] test color::alpha::filter::one_arg ... ok [INFO] [stdout] test color::blue::middle ... ok [INFO] [stdout] test color::alpha::opacity::filter ... ok [INFO] [stdout] test color::change_color::hsl::alpha_arg ... ok [INFO] [stdout] test color::alpha::opacity::positional ... ok [INFO] [stdout] test color::change_color::hsl::hue::fraction ... ok [INFO] [stdout] test color::change_color::hsl::alpha_input ... ok [INFO] [stdout] test color::blue::min ... ok [INFO] [stdout] test color::change_color::hsl::hue::min ... ok [INFO] [stdout] test color::blue::max ... ok [INFO] [stdout] test color::alpha::opacity::named ... ok [INFO] [stdout] test color::change_color::hsl::all ... ok [INFO] [stdout] test color::blue::named ... ok [INFO] [stdout] test color::change_color::hsl::hue::above_max ... ok [INFO] [stdout] test color::change_color::hsl::hue::middle ... ok [INFO] [stdout] test color::change_color::hsl::hue::negative ... ok [INFO] [stdout] test color::change_color::hsl::lightness::max ... ok [INFO] [stdout] test color::change_color::hsl::lightness::high ... ok [INFO] [stdout] test color::change_color::hsl::named ... ok [INFO] [stdout] test color::change_color::hsl::hue::max ... ok [INFO] [stdout] test color::change_color::hsl::lightness::fraction ... ok [INFO] [stdout] test color::change_color::hsl::lightness::low ... ok [INFO] [stdout] test color::change_color::hsl::saturation::high ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::alpha::min ... ok [INFO] [stdout] test color::change_color::hsl::lightness::min ... ok [INFO] [stdout] test color::change_color::hsl::saturation::low ... ok [INFO] [stdout] test color::change_color::hsl::saturation::max ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::alpha::high ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::alpha::low ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::positional ... ok [INFO] [stdout] test color::change_color::hsl::saturation::min ... ok [INFO] [stdout] test color::change_color::rgb::blue::max ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::alpha::max ... ok [INFO] [stdout] test color::change_color::no_rgb_hsl::named ... ok [INFO] [stdout] test color::change_color::rgb::alpha_arg ... ok [INFO] [stdout] test color::change_color::rgb::all ... ok [INFO] [stdout] test color::change_color::rgb::green::min ... ok [INFO] [stdout] test color::change_color::rgb::green::low ... ok [INFO] [stdout] test color::change_color::rgb::green::max ... ok [INFO] [stdout] test color::change_color::rgb::blue::low ... ok [INFO] [stdout] test color::change_color::rgb::alpha_input ... ok [INFO] [stdout] test color::change_color::rgb::red::high ... ok [INFO] [stdout] test color::change_color::rgb::green::high ... ok [INFO] [stdout] test color::change_color::rgb::blue::high ... ok [INFO] [stdout] test color::change_color::rgb::blue::min ... ok [INFO] [stdout] test color::change_color::rgb::red::min ... ok [INFO] [stdout] test color::change_color::rgb::named ... ok [INFO] [stdout] test color::complement::red ... ok [INFO] [stdout] test color::change_color::rgb::red::max ... ok [INFO] [stdout] test color::darken::alpha ... ok [INFO] [stdout] test color::complement::grayscale::white ... ok [INFO] [stdout] test color::complement::named ... ok [INFO] [stdout] test color::change_color::rgb::red::low ... ok [INFO] [stdout] test color::complement::grayscale::gray ... ok [INFO] [stdout] test color::darken::min ... ok [INFO] [stdout] test color::complement::turquoise ... ok [INFO] [stdout] test color::complement::grayscale::black ... ok [INFO] [stdout] test color::complement::alpha ... ok [INFO] [stdout] test color::darken::max_remaining ... ok [INFO] [stdout] test color::darken::max ... ok [INFO] [stdout] test color::desaturate::max ... ok [INFO] [stdout] test color::desaturate::max_remaining ... ok [INFO] [stdout] test color::desaturate::middle ... ok [INFO] [stdout] test color::darken::fraction ... ok [INFO] [stdout] test color::darken::middle ... ok [INFO] [stdout] test color::fade_in::max ... ok [INFO] [stdout] test color::fade_in::max_remaining ... ok [INFO] [stdout] test color::fade_in::middle ... ok [INFO] [stdout] test color::desaturate::alpha ... ok [INFO] [stdout] test color::fade_in::opacify ... ok [INFO] [stdout] test color::fade_in::min ... ok [INFO] [stdout] test color::desaturate::named ... ok [INFO] [stdout] test color::desaturate::min ... ok [INFO] [stdout] test color::darken::named ... ok [INFO] [stdout] test color::fade_out::max ... ok [INFO] [stdout] test color::fade_out::middle ... ok [INFO] [stdout] test color::grayscale::mid_saturation ... ok [INFO] [stdout] test color::fade_out::max_remaining ... ok [INFO] [stdout] test color::grayscale::named ... ok [INFO] [stdout] test color::fade_in::named ... ok [INFO] [stdout] test color::grayscale::max_saturation ... ok [INFO] [stdout] test color::grayscale::number ... ok [INFO] [stdout] test color::grayscale::alpha ... ok [INFO] [stdout] test color::green::max ... ok [INFO] [stdout] test color::grayscale::no_saturation::gray ... ok [INFO] [stdout] test color::green::named ... ok [INFO] [stdout] test color::grayscale::no_saturation::black ... ok [INFO] [stdout] test color::green::middle ... ok [INFO] [stdout] test color::hsl::four_args::alpha::percent::min ... ignored [INFO] [stdout] test color::hsl::four_args::alpha::percent::negative ... ignored [INFO] [stdout] test color::hsl::four_args::alpha::percent::positive ... ignored [INFO] [stdout] test color::fade_out::named ... ok [INFO] [stdout] test color::hsl::four_args::alpha::percent::above_max ... ok [INFO] [stdout] test color::fade_out::transparentize ... ok [INFO] [stdout] test color::fade_out::min ... ok [INFO] [stdout] test color::grayscale::no_saturation::white ... ok [INFO] [stdout] test color::green::min ... ok [INFO] [stdout] test color::hsl::four_args::alpha::unitless::above_max ... ok [INFO] [stdout] test color::hsl::four_args::alpha::percent::max ... ok [INFO] [stdout] test color::hsl::four_args::alpha::unitless::min ... ignored [INFO] [stdout] test color::hsl::four_args::alpha::unitless::negative ... ignored [INFO] [stdout] test color::hsl::four_args::alpha::unitless::positive ... ignored [INFO] [stdout] test color::hsl::four_args::clamped::blue ... ignored [INFO] [stdout] test color::hsl::four_args::clamped::saturation ... ignored [INFO] [stdout] test color::hsl::four_args::in_gamut::named ... ignored [INFO] [stdout] test color::hsl::four_args::in_gamut::partial ... ignored [INFO] [stdout] test color::hsl::four_args::in_gamut::transparent ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::calc::arg_1 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::calc::arg_2 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::calc::arg_3 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::calc::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::env::arg_1 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::env::arg_2 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::env::arg_3 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::env::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::max::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::min::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::var::arg_1 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::var::arg_2 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::var::arg_3 ... ignored [INFO] [stdout] test color::hsl::four_args::special_functions::var::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::in_gamut::opaque ... ok [INFO] [stdout] test color::hsl::four_args::clamped::alpha::below ... ok [INFO] [stdout] test color::hsl::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test color::hsl::one_arg::alpha::clamped::alpha::above ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::clamped::alpha::below ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::clamped::lightness ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::clamped::saturation ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::in_gamut::named ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::in_gamut::opaque ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::in_gamut::parenthesized ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::in_gamut::partial ... ignored [INFO] [stdout] test color::hsl::one_arg::alpha::in_gamut::transparent ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::clamped::lightness::above ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::clamped::lightness::below ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::clamped::saturation::above ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::clamped::saturation::below ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::in_gamut::blue ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::in_gamut::grayish::yellow ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::in_gamut::red ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::named ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::units::hue::deg ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::units::lightness::unitless ... ignored [INFO] [stdout] test color::hsl::one_arg::no_alpha::units::saturation::unitless ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::calc::arg_4 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::env::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::env::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::env::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::env::arg_4 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::max::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::max::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::max::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::max::arg_4 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::min::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::min::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::min::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::min::arg_4 ... ignored [INFO] [stdout] test color::hsl::four_args::alpha::unitless::max ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::var::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::var::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::var::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::var::arg_4 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::env::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::env::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::env::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::max::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::max::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::max::arg_3 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::min::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::min::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::min::arg_3 ... ignored [INFO] [stdout] test color::hsl::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::hsl::four_args::clamped::alpha::above ... ok [INFO] [stdout] test color::hsl::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::var::arg_1 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::var::arg_2 ... ignored [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::var::arg_3 ... ignored [INFO] [stdout] test color::hsl::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::hsl::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test color::hsl::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test color::hsl::three_args::clamped::saturation::below ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::hsl::three_args::clamped::lightness::above ... ok [INFO] [stdout] test color::hsl::three_args::special_functions ... ignored [INFO] [stdout] test color::hsl::three_args::clamped::lightness::below ... ok [INFO] [stdout] test color::hsl::three_args::units::saturation::unitless ... ok [INFO] [stdout] test color::hsl::three_args::clamped::saturation::above ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_1::of::arg_1 ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_1::of::arg_2 ... ok [INFO] [stdout] test color::hsl::three_args::units::lightness::unitless ... ok [INFO] [stdout] test color::hsl::three_args::units::hue::deg ... ok [INFO] [stdout] test color::hsl::three_args::named ... ok [INFO] [stdout] test color::hsl::one_arg::special_functions::no_alpha::multi::argument::var::arg_2::of::arg_2 ... ok [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::blue ... ok [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::cyan ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::yellow ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::red ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::purple ... ok [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::yellow ... ok [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::red ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::blue ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::cyan ... ok [INFO] [stdout] test color::hsla::four_args::alpha::percent::above_max ... ok [INFO] [stdout] test color::hsl::three_args::w3c::blue_to_red ... ok [INFO] [stdout] test color::hsl::three_args::w3c::black_to_white_through::green ... ok [INFO] [stdout] test color::hsla::four_args::alpha::percent::max ... ok [INFO] [stdout] test color::hsla::four_args::alpha::percent::positive ... ignored [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::purple ... ok [INFO] [stdout] test color::hsla::four_args::alpha::unitless::above_max ... ok [INFO] [stdout] test color::hsla::four_args::alpha::unitless::max ... ok [INFO] [stdout] test color::hsla::four_args::alpha::percent::negative ... ok [INFO] [stdout] test color::hsla::four_args::alpha::unitless::negative ... ok [INFO] [stdout] test color::hsla::four_args::alpha::percent::min ... ok [INFO] [stdout] test color::hsl::three_args::w3c::gray_to::green ... ok [INFO] [stdout] test color::hsla::four_args::alpha::unitless::positive ... ok [INFO] [stdout] test color::hsla::four_args::alpha::unitless::min ... ok [INFO] [stdout] test color::hsla::four_args::clamped::alpha::below ... ok [INFO] [stdout] test color::hsl::three_args::w3c::hue ... ok [INFO] [stdout] test color::hsla::four_args::in_gamut::partial ... ok [INFO] [stdout] test color::hsla::four_args::clamped::alpha::above ... ok [INFO] [stdout] test color::hsla::four_args::in_gamut::opaque ... ok [INFO] [stdout] test color::hsla::four_args::clamped::lightness ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::calc::arg_3 ... ok [INFO] [stdout] test color::hsla::four_args::clamped::saturation ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::calc::arg_1 ... ok [INFO] [stdout] test color::hsl::three_args::w3c::green_to_blue ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test color::hsla::four_args::in_gamut::named ... ok [INFO] [stdout] test color::hsla::four_args::in_gamut::transparent ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::calc::arg_2 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::max::arg_4 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::min::arg_4 ... ignored [INFO] [stdout] test color::hsla::four_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::var::arg_4 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::calc::arg_4 ... ok [INFO] [stdout] test color::hsl::three_args::w3c::red_to_green ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test color::hsla::four_args::special_functions::env::arg_4 ... ok [INFO] [stdout] test color::hsla::one_arg::alpha::clamped::alpha::above ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::clamped::alpha::below ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::clamped::lightness ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::clamped::saturation ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::in_gamut::named ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::in_gamut::opaque ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::in_gamut::parenthesized ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::in_gamut::partial ... ignored [INFO] [stdout] test color::hsla::one_arg::alpha::in_gamut::transparent ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::clamped::lightness::above ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::clamped::lightness::below ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::clamped::saturation::above ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::clamped::saturation::below ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::in_gamut::blue ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::in_gamut::grayish::yellow ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::in_gamut::red ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::named ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::units::hue::deg ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::units::lightness::unitless ... ignored [INFO] [stdout] test color::hsla::one_arg::no_alpha::units::saturation::unitless ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::calc::arg_4 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::env::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::env::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::env::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::env::arg_4 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::max::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::max::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::max::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::max::arg_4 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::min::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::min::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::min::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::min::arg_4 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::var::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::var::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::var::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::var::arg_4 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::env::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::env::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::env::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::max::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::max::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::max::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::min::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::min::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::min::arg_3 ... ignored [INFO] [stdout] test color::hsla::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test color::hsla::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::hsla::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::var::arg_1 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::var::arg_2 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::var::arg_3 ... ignored [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::hsla::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test color::hsla::three_args::clamped::saturation::above ... ok [INFO] [stdout] test color::hsla::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::hsla::three_args::special_functions ... ignored [INFO] [stdout] test color::hsla::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::hsla::three_args::units::lightness::unitless ... ok [INFO] [stdout] test color::hsla::three_args::clamped::lightness::above ... ok [INFO] [stdout] test color::hsla::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::hsla::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::cyan ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::purple ... ignored [INFO] [stdout] test color::hsla::three_args::units::hue::deg ... ok [INFO] [stdout] test color::hsla::three_args::units::saturation::unitless ... ok [INFO] [stdout] test color::hsla::three_args::w3c::blue_to_red ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::green ... ok [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::cyan ... ignored [INFO] [stdout] test color::hsla::three_args::clamped::lightness::below ... ok [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::purple ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::blue ... ok [INFO] [stdout] test color::hsla::three_args::named ... ok [INFO] [stdout] test color::hsla::three_args::w3c::green_to_blue ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::hue ... ignored [INFO] [stdout] test color::hsla::three_args::clamped::saturation::below ... ok [INFO] [stdout] test color::hue::above_max ... ignored [INFO] [stdout] test color::hue::fraction ... ignored [INFO] [stdout] test color::hue::max ... ignored [INFO] [stdout] test color::hue::middle ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::red ... ok [INFO] [stdout] test color::hue::named ... ignored [INFO] [stdout] test color::hue::negative ... ignored [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::yellow ... ok [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::red ... ok [INFO] [stdout] test color::hue::min ... ok [INFO] [stdout] test color::hsla::three_args::w3c::black_to_white_through::yellow ... ok [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::green ... ok [INFO] [stdout] test color::hsla::three_args::w3c::red_to_green ... ok [INFO] [stdout] test color::ie_hex_str::transparent ... ok [INFO] [stdout] test color::hsla::three_args::w3c::gray_to::blue ... ok [INFO] [stdout] test color::invert::gray ... ok [INFO] [stdout] test color::ie_hex_str::leading_zero ... ok [INFO] [stdout] test color::ie_hex_str::named ... ok [INFO] [stdout] test color::ie_hex_str::opaque ... ok [INFO] [stdout] test color::ie_hex_str::translucent ... ok [INFO] [stdout] test color::invert::alpha ... ok [INFO] [stdout] test color::ie_hex_str::test_type ... ok [INFO] [stdout] test color::invert::turquoise ... ok [INFO] [stdout] test color::invert::weighted::middle ... ok [INFO] [stdout] test color::invert::weighted::high ... ok [INFO] [stdout] test color::invert::weighted::low ... ok [INFO] [stdout] test color::invert::weighted::max ... ok [INFO] [stdout] test color::lighten::fraction ... ok [INFO] [stdout] test color::invert::named ... ok [INFO] [stdout] test color::invert::white ... ok [INFO] [stdout] test color::lighten::max_remaining ... ok [INFO] [stdout] test color::lighten::named ... ok [INFO] [stdout] test color::invert::black ... ok [INFO] [stdout] test color::lighten::max ... ok [INFO] [stdout] test color::lightness::fraction ... ok [INFO] [stdout] test color::lighten::alpha ... ok [INFO] [stdout] test color::lighten::middle ... ok [INFO] [stdout] test color::lighten::min ... ok [INFO] [stdout] test color::invert::number ... ok [INFO] [stdout] test color::invert::weighted::min ... ok [INFO] [stdout] test color::lightness::max ... ok [INFO] [stdout] test color::lightness::min ... ok [INFO] [stdout] test color::lightness::named ... ok [INFO] [stdout] test color::mix::both_weights::mixed::firstwards ... ok [INFO] [stdout] test color::mix::both_weights::mixed::lastwards ... ok [INFO] [stdout] test color::lightness::middle ... ok [INFO] [stdout] test color::mix::alpha::lastwards ... ok [INFO] [stdout] test color::mix::alpha::even ... ok [INFO] [stdout] test color::mix::alpha::last ... ok [INFO] [stdout] test color::mix::alpha::first ... ok [INFO] [stdout] test color::mix::alpha::firstwards ... ok [INFO] [stdout] test color::mix::both_weights::contradiction ... ok [INFO] [stdout] test color::mix::both_weights::weighted::first ... ok [INFO] [stdout] test color::mix::explicit_weight::lastwards ... ok [INFO] [stdout] test color::mix::both_weights::transparent::last ... ok [INFO] [stdout] test color::mix::explicit_weight::even ... ok [INFO] [stdout] test color::mix::explicit_weight::first ... ok [INFO] [stdout] test color::mix::explicit_weight::firstwards ... ok [INFO] [stdout] test color::mix::both_weights::weighted::last ... ok [INFO] [stdout] test color::mix::both_weights::transparent::first ... ok [INFO] [stdout] test color::red::max ... ok [INFO] [stdout] test color::mix::unweighted::identical ... ok [INFO] [stdout] test color::mix::unweighted::average ... ok [INFO] [stdout] test color::mix::explicit_weight::last ... ok [INFO] [stdout] test color::mix::named ... ok [INFO] [stdout] test color::rgb::four_args::alpha::percent::min ... ok [INFO] [stdout] test color::red::min ... ok [INFO] [stdout] test color::mix::unweighted::min_and_max ... ok [INFO] [stdout] test color::red::middle ... ok [INFO] [stdout] test color::rgb::four_args::alpha::percent::positive ... ok [INFO] [stdout] test color::rgb::four_args::alpha::percent::above::max ... ok [INFO] [stdout] test color::rgb::four_args::alpha::percent::max ... ok [INFO] [stdout] test color::rgb::four_args::alpha::percent::negative ... ok [INFO] [stdout] test color::rgb::four_args::alpha::unitless::above::max ... ok [INFO] [stdout] test color::red::named ... ok [INFO] [stdout] test color::rgb::four_args::alpha::unitless::negative ... ok [INFO] [stdout] test color::rgb::four_args::alpha::unitless::positive ... ok [INFO] [stdout] test color::rgb::four_args::alpha::unitless::max ... ok [INFO] [stdout] test color::rgb::four_args::alpha::unitless::min ... ok [INFO] [stdout] test color::rgb::four_args::clamped::alpha::below ... ok [INFO] [stdout] test color::rgb::four_args::clamped::blue ... ok [INFO] [stdout] test color::rgb::four_args::clamped::alpha::above ... ok [INFO] [stdout] test color::rgb::four_args::in_gamut::transparent ... ok [INFO] [stdout] test color::rgb::four_args::in_gamut::named ... ok [INFO] [stdout] test color::rgb::four_args::in_gamut::partial ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::calc::arg_1 ... ok [INFO] [stdout] test color::rgb::four_args::clamped::red ... ok [INFO] [stdout] test color::rgb::four_args::clamped::green ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::calc::arg_2 ... ok [INFO] [stdout] test color::rgb::four_args::in_gamut::opaque ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::max::arg_4 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::min::arg_4 ... ignored [INFO] [stdout] test color::rgb::four_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::calc::arg_3 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::calc::arg_4 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::var::arg_4 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::env::arg_4 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test color::rgb::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::rgb::one_arg::alpha::clamped::alpha::above ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::clamped::alpha::below ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::clamped::blue ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::clamped::green ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::clamped::red ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::named ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::opaque ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::parenthesized ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::partial ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::percent ... ignored [INFO] [stdout] test color::rgb::one_arg::alpha::in_gamut::transparent ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::all::percent ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::boundaries ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::clamped::blue ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::clamped::green ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::clamped::red ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::percent::green ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::percents::unitless::green ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::beaded ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::clamped::blue ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::clamped::green ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::clamped::red ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::named ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::numbers ... ignored [INFO] [stdout] test color::rgb::one_arg::no_alpha::unitless::springgreen ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::calc::arg_4 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::env::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::env::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::env::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::env::arg_4 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::max::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::max::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::max::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::max::arg_4 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::min::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::min::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::min::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::min::arg_4 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::var::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::var::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::var::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::var::arg_4 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::env::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::env::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::env::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::max::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::max::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::max::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::min::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::min::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::min::arg_3 ... ignored [INFO] [stdout] test color::rgb::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgb::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::rgb::four_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::var::arg_1 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::var::arg_2 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::var::arg_3 ... ignored [INFO] [stdout] test color::rgb::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::rgb::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgb::three_args::percents::clamped::green ... ok [INFO] [stdout] test color::rgb::three_args::percents::all::percent ... ok [INFO] [stdout] test color::rgb::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test color::rgb::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test color::rgb::three_args::percents::clamped::blue ... ok [INFO] [stdout] test color::rgb::three_args::percents::clamped::red ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::calc::arg_2 ... ok [INFO] [stdout] test color::rgb::three_args::percents::percent::green ... ok [INFO] [stdout] test color::rgb::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::rgb::three_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test color::rgb::three_args::percents::boundaries ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::calc::arg_1 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::calc::arg_3 ... ok [INFO] [stdout] test color::rgb::three_args::percents::unitless::green ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test color::rgb::three_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test color::rgb::three_args::unitless::named ... ok [INFO] [stdout] test color::rgb::three_args::unitless::clamped::red ... ok [INFO] [stdout] test color::rgb::two_args::clamped::transparent ... ok [INFO] [stdout] test color::rgb::three_args::unitless::beaded ... ok [INFO] [stdout] test color::rgb::two_args::named ... ok [INFO] [stdout] test color::rgb::two_args::opaque_to::partial ... ok [INFO] [stdout] test color::rgb::three_args::unitless::clamped::blue ... ok [INFO] [stdout] test color::rgb::three_args::unitless::clamped::green ... ok [INFO] [stdout] test color::rgb::three_args::unitless::springgreen ... ok [INFO] [stdout] test color::rgb::two_args::transparent_to::opaque ... ok [INFO] [stdout] test color::rgb::two_args::partial_to::opaque ... ok [INFO] [stdout] test color::rgb::two_args::clamped::opaque ... ok [INFO] [stdout] test color::rgb::two_args::transparent_to::transparent ... ok [INFO] [stdout] test color::rgb::three_args::unitless::numbers ... ok [INFO] [stdout] test color::rgb::two_args::partial_to::partial ... ok [INFO] [stdout] test color::rgb::two_args::transparent_to::partial ... ok [INFO] [stdout] test color::rgb::two_args::opaque_to::transparent ... ok [INFO] [stdout] test color::rgb::two_args::opaque_to::opaque ... ok [INFO] [stdout] test color::rgba::four_args::clamped::alpha::above ... ok [INFO] [stdout] test color::rgba::four_args::in_gamut::opaque ... ok [INFO] [stdout] test color::rgb::two_args::partial_to::transparent ... ok [INFO] [stdout] test color::rgba::four_args::clamped::alpha::below ... ok [INFO] [stdout] test color::rgba::four_args::clamped::blue ... ok [INFO] [stdout] test color::rgba::four_args::in_gamut::named ... ok [INFO] [stdout] test color::rgba::four_args::clamped::red ... ok [INFO] [stdout] test color::rgba::four_args::clamped::green ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::calc::arg_2 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::calc::arg_3 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::max::arg_4 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::min::arg_4 ... ignored [INFO] [stdout] test color::rgba::four_args::in_gamut::partial ... ok [INFO] [stdout] test color::rgba::four_args::in_gamut::transparent ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::calc::arg_4 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::var::arg_4 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::calc::arg_1 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test color::rgba::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test color::rgba::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgba::one_arg::alpha::clamped::alpha::above ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::clamped::alpha::below ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::clamped::blue ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::clamped::green ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::clamped::red ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::named ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::opaque ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::parenthesized ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::partial ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::percent ... ignored [INFO] [stdout] test color::rgba::one_arg::alpha::in_gamut::transparent ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::all::percent ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::boundaries ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::clamped::blue ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::clamped::green ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::clamped::red ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::percent::green ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::percents::unitless::green ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::beaded ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::clamped::blue ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::clamped::green ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::clamped::red ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::named ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::numbers ... ignored [INFO] [stdout] test color::rgba::one_arg::no_alpha::unitless::springgreen ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::calc::arg_4 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::env::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::env::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::env::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::env::arg_4 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::max::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::max::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::max::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::max::arg_4 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::min::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::min::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::min::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::min::arg_4 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::multi_argument_var::t1_of_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::multi_argument_var::t2_of_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::var::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::var::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::var::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::alpha::var::arg_4 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::calc::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::calc::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::calc::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::env::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::env::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::env::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::max::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::max::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::max::arg_3 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::min::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::min::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::min::arg_3 ... ignored [INFO] [stdout] test color::rgba::multi_argument_var::t3_of_3 ... ok [INFO] [stdout] test color::rgba::multi_argument_var::t2_of_3 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::env::arg_4 ... ok [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::var::arg_1 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::var::arg_2 ... ignored [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::var::arg_3 ... ignored [INFO] [stdout] test color::rgba::four_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test color::rgba::four_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test color::rgba::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_2 ... ok [INFO] [stdout] test color::rgba::three_args::percents::boundaries ... ok [INFO] [stdout] test color::rgba::multi_argument_var::t1_of_3 ... ok [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::multi_argument_var::t2_of_2 ... ok [INFO] [stdout] test color::rgba::three_args::percents::clamped::blue ... ok [INFO] [stdout] test color::rgba::three_args::percents::clamped::green ... ok [INFO] [stdout] test color::rgba::three_args::percents::all::percent ... ok [INFO] [stdout] test color::rgba::one_arg::special_functions::no_alpha::multi_argument_var::t1_of_1 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::calc::arg_3 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::calc::arg_1 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::env::arg_3 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::calc::arg_2 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::max::arg_1 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::max::arg_2 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::max::arg_3 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::min::arg_1 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::min::arg_2 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::min::arg_3 ... ignored [INFO] [stdout] test color::rgba::three_args::special_functions::env::arg_1 ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::var::arg_2 ... ok [INFO] [stdout] test color::rgba::three_args::unitless::clamped::blue ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::env::arg_2 ... ok [INFO] [stdout] test color::rgba::three_args::percents::percent::green ... ok [INFO] [stdout] test color::rgba::three_args::percents::clamped::red ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::var::arg_1 ... ok [INFO] [stdout] test color::rgba::three_args::unitless::clamped::green ... ok [INFO] [stdout] test color::rgba::three_args::unitless::numbers ... ok [INFO] [stdout] test color::rgba::three_args::percents::unitless::green ... ok [INFO] [stdout] test color::rgba::three_args::unitless::named ... ok [INFO] [stdout] test color::rgba::two_args::opaque_to::opaque ... ok [INFO] [stdout] test color::rgba::two_args::clamped::transparent ... ok [INFO] [stdout] test color::rgba::two_args::named ... ok [INFO] [stdout] test color::rgba::two_args::opaque_to::transparent ... ok [INFO] [stdout] test color::rgba::three_args::unitless::springgreen ... ok [INFO] [stdout] test color::rgba::three_args::unitless::beaded ... ok [INFO] [stdout] test color::rgba::two_args::clamped::opaque ... ok [INFO] [stdout] test color::rgba::two_args::opaque_to::partial ... ok [INFO] [stdout] test color::rgba::three_args::unitless::clamped::red ... ok [INFO] [stdout] test color::rgba::three_args::special_functions::var::arg_3 ... ok [INFO] [stdout] test color::rgba::two_args::partial_to::partial ... ok [INFO] [stdout] test color::saturate::one_arg::unitless ... ok [INFO] [stdout] test color::saturate::one_arg::named ... ok [INFO] [stdout] test color::saturate::one_arg::unit ... ok [INFO] [stdout] test color::rgba::two_args::transparent_to::transparent ... ok [INFO] [stdout] test color::rgba::two_args::transparent_to::opaque ... ok [INFO] [stdout] test color::rgba::two_args::transparent_to::partial ... ok [INFO] [stdout] test color::saturate::two_args::middle ... ok [INFO] [stdout] test color::saturation::fraction ... ignored [INFO] [stdout] test color::saturation::max ... ignored [INFO] [stdout] test color::saturation::middle ... ignored [INFO] [stdout] test color::saturate::two_args::min ... ok [INFO] [stdout] test color::saturation::named ... ignored [INFO] [stdout] test color::saturate::two_args::max_remaining ... ok [INFO] [stdout] test color::rgba::two_args::partial_to::transparent ... ok [INFO] [stdout] test color::saturate::two_args::max ... ok [INFO] [stdout] test color::rgba::two_args::partial_to::opaque ... ok [INFO] [stdout] test color::scale_color::hsl::all ... ok [INFO] [stdout] test color::saturate::two_args::named ... ok [INFO] [stdout] test color::saturate::two_args::alpha ... ok [INFO] [stdout] test color::scale_color::hsl::alpha_arg ... ok [INFO] [stdout] test color::scale_color::hsl::lightness::high ... ok [INFO] [stdout] test color::scale_color::hsl::lightness::zero ... ok [INFO] [stdout] test color::scale_color::hsl::alpha_input ... ok [INFO] [stdout] test color::scale_color::hsl::lightness::min ... ok [INFO] [stdout] test color::scale_color::hsl::lightness::low ... ok [INFO] [stdout] test color::scale_color::hsl::lightness::max ... ok [INFO] [stdout] test color::saturation::min ... ok [INFO] [stdout] test color::scale_color::hsl::named ... ok [INFO] [stdout] test color::scale_color::hsl::saturation::high ... ok [INFO] [stdout] test color::scale_color::hsl::saturation::low ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::alpha::high ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::alpha::low ... ok [INFO] [stdout] test color::scale_color::hsl::saturation::min ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::positional ... ok [INFO] [stdout] test color::scale_color::hsl::saturation::max ... ok [INFO] [stdout] test color::scale_color::hsl::saturation::zero ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::named ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::alpha::zero ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::alpha::min ... ok [INFO] [stdout] test color::scale_color::rgb::blue::max ... ok [INFO] [stdout] test color::scale_color::no_rgb_hsl::alpha::max ... ok [INFO] [stdout] test color::scale_color::rgb::all ... ok [INFO] [stdout] test color::scale_color::rgb::blue::high ... ok [INFO] [stdout] test color::scale_color::rgb::alpha_arg ... ok [INFO] [stdout] test color::scale_color::rgb::blue::low ... ok [INFO] [stdout] test color::scale_color::rgb::alpha_input ... ok [INFO] [stdout] test color::scale_color::rgb::blue::zero ... ok [INFO] [stdout] test color::scale_color::rgb::green::min ... ok [INFO] [stdout] test color::scale_color::rgb::red::high ... ok [INFO] [stdout] test color::scale_color::rgb::red::low ... ok [INFO] [stdout] test color::scale_color::rgb::blue::min ... ok [INFO] [stdout] test color::scale_color::rgb::green::max ... ok [INFO] [stdout] test color::scale_color::rgb::red::max ... ok [INFO] [stdout] test color::scale_color::rgb::green::zero ... ok [INFO] [stdout] test color::scale_color::rgb::green::high ... ok [INFO] [stdout] test color::scale_color::rgb::named ... ok [INFO] [stdout] test color::scale_color::rgb::green::low ... ok [INFO] [stdout] test list::append::empty::comma ... ignored [INFO] [stdout] test list::append::empty::space ... ignored [INFO] [stdout] test list::append::empty::undecided ... ignored [INFO] [stdout] test list::append::map::empty ... ignored [INFO] [stdout] test list::append::comma::default ... ok [INFO] [stdout] test list::append::non_list ... ok [INFO] [stdout] test color::scale_color::rgb::red::min ... ok [INFO] [stdout] test list::append::named ... ok [INFO] [stdout] test list::append::single::space ... ignored [INFO] [stdout] test list::append::comma::overridden ... ok [INFO] [stdout] test list::append::auto ... ok [INFO] [stdout] test list::append::bracketed ... ok [INFO] [stdout] test list::append::space::overridden ... ok [INFO] [stdout] test list::index::found::map ... ok [INFO] [stdout] test list::index::found::first ... ok [INFO] [stdout] test list::append::map::non_empty ... ok [INFO] [stdout] test list::append::single::undecided ... ok [INFO] [stdout] test list::index::found::sass_equality ... ignored [INFO] [stdout] test list::append::single::comma ... ok [INFO] [stdout] test list::index::found::non_list ... ok [INFO] [stdout] test list::append::space::default ... ok [INFO] [stdout] test list::index::found::multiple ... ok [INFO] [stdout] test list::index::not_found::map::empty ... ignored [INFO] [stdout] test list::index::found::last ... ok [INFO] [stdout] test color::scale_color::rgb::red::zero ... ok [INFO] [stdout] test list::is_bracketed::bracketed::empty ... ok [INFO] [stdout] test list::is_bracketed::bracketed::single ... ok [INFO] [stdout] test list::index::not_found::non_empty ... ok [INFO] [stdout] test list::is_bracketed::unbracketed::empty ... ok [INFO] [stdout] test list::index::not_found::empty ... ok [INFO] [stdout] test list::index::not_found::non_list ... ok [INFO] [stdout] test list::is_bracketed::unbracketed::single ... ok [INFO] [stdout] test list::index::not_found::map::non_empty ... ok [INFO] [stdout] test list::join::empty::both::comma::first ... ignored [INFO] [stdout] test list::join::empty::both::comma::last ... ignored [INFO] [stdout] test list::join::empty::both::space::first ... ignored [INFO] [stdout] test list::join::empty::both::space::last ... ignored [INFO] [stdout] test list::join::empty::both::undecided ... ignored [INFO] [stdout] test list::join::empty::first::comma ... ignored [INFO] [stdout] test list::join::empty::first::space ... ignored [INFO] [stdout] test list::index::found::single ... ok [INFO] [stdout] test list::index::named ... ok [INFO] [stdout] test list::is_bracketed::bracketed::multi ... ok [INFO] [stdout] test list::join::empty::map::first::comma ... ignored [INFO] [stdout] test list::join::empty::map::first::space ... ignored [INFO] [stdout] test list::join::empty::map::first::undecided ... ignored [INFO] [stdout] test list::join::empty::map::second::comma ... ignored [INFO] [stdout] test list::join::empty::map::second::space ... ignored [INFO] [stdout] test list::join::empty::map::second::undecided ... ignored [INFO] [stdout] test list::join::empty::second::comma ... ignored [INFO] [stdout] test list::join::empty::first::undecided::and_space ... ok [INFO] [stdout] test list::join::empty::second::space ... ignored [INFO] [stdout] test list::is_bracketed::unbracketed::map ... ok [INFO] [stdout] test list::join::empty::second::undecided::space ... ok [INFO] [stdout] test list::join::empty::second::undecided::comma ... ok [INFO] [stdout] test list::join::multi::auto::bracketed ... ok [INFO] [stdout] test list::is_bracketed::unbracketed::non_list ... ok [INFO] [stdout] test list::is_bracketed::unbracketed::multi ... ok [INFO] [stdout] test list::join::multi::auto::separator ... ok [INFO] [stdout] test list::join::empty::first::undecided::and_comma ... ok [INFO] [stdout] test list::join::multi::bracketed::and_separator ... ok [INFO] [stdout] test list::join::multi::bracketed::second ... ok [INFO] [stdout] test list::join::multi::bracketed::first ... ok [INFO] [stdout] test list::join::multi::bracketed::both ... ok [INFO] [stdout] test list::join::multi::bracketed::falsey ... ok [INFO] [stdout] test list::join::multi::bracketed::truthy ... ok [INFO] [stdout] test list::join::multi::bracketed::test_false ... ok [INFO] [stdout] test list::join::multi::comma::first ... ok [INFO] [stdout] test list::join::multi::bracketed::positional ... ok [INFO] [stdout] test list::join::multi::comma::second ... ok [INFO] [stdout] test list::join::multi::bracketed::test_true ... ok [INFO] [stdout] test list::join::multi::map::second::space ... ignored [INFO] [stdout] test list::join::multi::comma::both ... ok [INFO] [stdout] test list::join::multi::comma::separator::forces_comma ... ok [INFO] [stdout] test list::join::multi::named ... ok [INFO] [stdout] test list::join::multi::comma::separator::forces_not_comma ... ok [INFO] [stdout] test list::join::single::both::comma::first ... ignored [INFO] [stdout] test list::join::single::both::comma::last ... ignored [INFO] [stdout] test list::join::single::both::space::first ... ignored [INFO] [stdout] test list::join::single::both::space::last ... ignored [INFO] [stdout] test list::join::multi::map::first::space ... ok [INFO] [stdout] test list::join::multi::map::first::comma ... ok [INFO] [stdout] test list::join::single::first::space ... ignored [INFO] [stdout] test list::join::single::first::undecided::and_comma ... ignored [INFO] [stdout] test list::join::multi::map::both ... ok [INFO] [stdout] test list::join::multi::map::second::comma ... ok [INFO] [stdout] test list::join::multi::space::separator::forces_space ... ok [INFO] [stdout] test list::join::multi::space::both ... ok [INFO] [stdout] test list::join::single::non_list::first::undecided ... ignored [INFO] [stdout] test list::join::single::first::undecided::and_space ... ok [INFO] [stdout] test list::join::multi::space::separator::forces_not_space ... ok [INFO] [stdout] test list::join::single::non_list::second::undecided ... ignored [INFO] [stdout] test list::join::single::both::undecided ... ok [INFO] [stdout] test list::join::single::second::space ... ignored [INFO] [stdout] test list::join::single::first::comma ... ok [INFO] [stdout] test list::join::single::non_list::first::space ... ok [INFO] [stdout] test list::join::single::second::undecided::comma ... ok [INFO] [stdout] test list::length::map::empty ... ignored [INFO] [stdout] test list::join::single::non_list::first::comma ... ok [INFO] [stdout] test list::join::single::non_list::second::comma ... ok [INFO] [stdout] test list::length::map::non_empty ... ok [INFO] [stdout] test list::join::single::second::undecided::space ... ok [INFO] [stdout] test list::length::many ... ok [INFO] [stdout] test list::length::named ... ok [INFO] [stdout] test list::join::single::non_list::both ... ok [INFO] [stdout] test list::length::t2 ... ok [INFO] [stdout] test list::join::single::non_list::second::space ... ok [INFO] [stdout] test list::join::single::second::comma ... ok [INFO] [stdout] test list::nth::negative::t2::of_2 ... ok [INFO] [stdout] test list::length::t1 ... ok [INFO] [stdout] test list::length::non_list ... ok [INFO] [stdout] test list::nth::negative::t1::of_1 ... ok [INFO] [stdout] test list::length::t0 ... ok [INFO] [stdout] test list::nth::named ... ok [INFO] [stdout] test list::nth::negative::t1::of_2 ... ok [INFO] [stdout] test list::nth::map ... ok [INFO] [stdout] test list::separator::empty::map ... ignored [INFO] [stdout] test list::nth::non_list ... ok [INFO] [stdout] test list::separator::multi::comma ... ok [INFO] [stdout] test list::nth::t1::of_1 ... ok [INFO] [stdout] test list::nth::negative::t2::of_4 ... ok [INFO] [stdout] test list::nth::t2::of_4 ... ok [INFO] [stdout] test list::nth::t2::of_2 ... ok [INFO] [stdout] test list::separator::single::comma ... ok [INFO] [stdout] test list::separator::empty::comma ... ok [INFO] [stdout] test list::separator::single::non_list ... ok [INFO] [stdout] test list::separator::multi::space ... ok [INFO] [stdout] test list::separator::empty::space ... ok [INFO] [stdout] test list::nth::t1::of_2 ... ok [INFO] [stdout] test list::separator::multi::map ... ok [INFO] [stdout] test list::set_nth::negative::t1::of_2 ... ok [INFO] [stdout] test list::set_nth::negative::t2::of_4 ... ok [INFO] [stdout] test list::set_nth::negative::t2::of_2 ... ok [INFO] [stdout] test list::set_nth::negative::t1::of_1 ... ok [INFO] [stdout] test list::set_nth::named ... ok [INFO] [stdout] test list::utils::empty_map::same_as_empty_list ... ignored [INFO] [stdout] test list::utils::real_separator::empty::comma ... ignored [INFO] [stdout] test list::utils::real_separator::empty::space ... ignored [INFO] [stdout] test list::utils::real_separator::empty::undecided ... ignored [INFO] [stdout] test list::utils::real_separator::multi::comma ... ignored [INFO] [stdout] test list::utils::real_separator::multi::space ... ignored [INFO] [stdout] test list::utils::real_separator::single::comma ... ignored [INFO] [stdout] test list::utils::real_separator::single::undecided ... ignored [INFO] [stdout] test list::utils::with_separator::multi::comma ... ignored [INFO] [stdout] test list::utils::with_separator::multi::space ... ignored [INFO] [stdout] test list::utils::with_separator::single::comma ... ignored [INFO] [stdout] test list::utils::with_separator::single::space ... ignored [INFO] [stdout] test list::zip::map::empty ... ignored [INFO] [stdout] test list::zip::map::non_empty ... ignored [INFO] [stdout] test list::zip::no_lists ... ignored [INFO] [stdout] test list::zip::non_list ... ignored [INFO] [stdout] test list::zip::one_list::bracketed ... ignored [INFO] [stdout] test list::zip::one_list::comma ... ignored [INFO] [stdout] test list::zip::one_list::empty ... ignored [INFO] [stdout] test list::zip::one_list::space ... ignored [INFO] [stdout] test list::set_nth::t1::of_2 ... ok [INFO] [stdout] test list::set_nth::map ... ok [INFO] [stdout] test list::zip::two_lists::first_empty ... ok [INFO] [stdout] test list::zip::three_lists ... ok [INFO] [stdout] test list::set_nth::non_list ... ok [INFO] [stdout] test list::separator::single::space ... ok [INFO] [stdout] test map::get::found::first ... ignored [INFO] [stdout] test map::get::found::last ... ignored [INFO] [stdout] test map::get::found::middle ... ignored [INFO] [stdout] test list::set_nth::t2::of_2 ... ok [INFO] [stdout] test list::set_nth::t1::of_1 ... ok [INFO] [stdout] test list::zip::two_lists::first_longer ... ok [INFO] [stdout] test list::zip::two_lists::same_length ... ok [INFO] [stdout] test map::get::not_found::empty ... ok [INFO] [stdout] test map::has_key::found::first ... ignored [INFO] [stdout] test map::has_key::found::last ... ignored [INFO] [stdout] test map::has_key::found::middle ... ignored [INFO] [stdout] test list::set_nth::t2::of_4 ... ok [INFO] [stdout] test map::has_key::found::single ... ok [INFO] [stdout] test map::has_key::not_found::empty ... ok [INFO] [stdout] test list::zip::two_lists::second_longer ... ok [INFO] [stdout] test map::get::not_found::dash_sensitive ... ok [INFO] [stdout] test list::zip::two_lists::second_empty ... ok [INFO] [stdout] test map::get::found::single ... ok [INFO] [stdout] test map::keys::single ... ignored [INFO] [stdout] test map::get::not_found::non_empty ... ok [INFO] [stdout] test map::keys::empty ... ok [INFO] [stdout] test map::merge::empty::both ... ok [INFO] [stdout] test map::get::named ... ok [INFO] [stdout] test map::has_key::not_found::non_empty ... ok [INFO] [stdout] test map::keys::named ... ok [INFO] [stdout] test map::merge::same_keys ... ok [INFO] [stdout] test map::remove::found::first ... ignored [INFO] [stdout] test map::remove::found::last ... ignored [INFO] [stdout] test map::remove::found::middle ... ignored [INFO] [stdout] test map::remove::found::multiple::all ... ignored [INFO] [stdout] test map::remove::found::multiple::some ... ignored [INFO] [stdout] test map::remove::found::single ... ok [INFO] [stdout] test map::remove::named ... ignored [INFO] [stdout] test map::keys::multiple ... ok [INFO] [stdout] test map::merge::empty::second ... ok [INFO] [stdout] test map::merge::different_keys ... ok [INFO] [stdout] test map::merge::empty::first ... ok [INFO] [stdout] test map::has_key::named ... ok [INFO] [stdout] test map::merge::named ... ok [INFO] [stdout] test map::remove::not_found::multiple ... ok [INFO] [stdout] test map::values::single ... ignored [INFO] [stdout] test map::remove::not_found::empty ... ok [INFO] [stdout] test map::merge::overlapping_keys ... ok [INFO] [stdout] test math::abs::negative::decimal ... ok [INFO] [stdout] test math::abs::named ... ok [INFO] [stdout] test map::remove::not_found::no_keys ... ok [INFO] [stdout] test math::abs::preserves_units ... ignored [INFO] [stdout] test map::remove::not_found::non_empty ... ok [INFO] [stdout] test map::values::empty ... ok [INFO] [stdout] test map::values::multiple ... ok [INFO] [stdout] test map::values::named ... ok [INFO] [stdout] test math::abs::positive::integer ... ok [INFO] [stdout] test math::ceil::high ... ok [INFO] [stdout] test math::ceil::preserves_units ... ignored [INFO] [stdout] test math::ceil::integer ... ok [INFO] [stdout] test math::comparable::unit::to_compatible ... ignored [INFO] [stdout] test math::abs::positive::decimal ... ok [INFO] [stdout] test math::comparable::unit::to_inverse ... ignored [INFO] [stdout] test math::abs::zero ... ok [INFO] [stdout] test math::comparable::unitless::to_unit ... ignored [INFO] [stdout] test math::abs::negative::integer ... ok [INFO] [stdout] test math::ceil::low ... ok [INFO] [stdout] test math::ceil::named ... ok [INFO] [stdout] test math::comparable::named ... ok [INFO] [stdout] test math::comparable::unit::to_different ... ok [INFO] [stdout] test math::ceil::negative ... ok [INFO] [stdout] test math::floor::preserves_units ... ignored [INFO] [stdout] test math::floor::low ... ok [INFO] [stdout] test math::comparable::unit::to_same ... ok [INFO] [stdout] test math::comparable::unitless::to_unitless ... ok [INFO] [stdout] test math::max::three_args ... ok [INFO] [stdout] test math::max::units::and_unitless ... ok [INFO] [stdout] test math::floor::high ... ok [INFO] [stdout] test math::floor::integer ... ok [INFO] [stdout] test math::floor::named ... ok [INFO] [stdout] test math::max::one_arg ... ok [INFO] [stdout] test math::floor::negative ... ok [INFO] [stdout] test math::min::one_arg ... ok [INFO] [stdout] test math::max::units::same ... ok [INFO] [stdout] test math::max::two_args ... ok [INFO] [stdout] test math::max::units::compatible ... ok [INFO] [stdout] test math::percentage::integer ... ok [INFO] [stdout] test math::percentage::named ... ok [INFO] [stdout] test math::percentage::large ... ok [INFO] [stdout] test math::min::units::same ... ok [INFO] [stdout] test math::min::three_args ... ok [INFO] [stdout] test math::min::units::and_unitless ... ok [INFO] [stdout] test math::min::two_args ... ok [INFO] [stdout] test math::random::null ... ignored [INFO] [stdout] test math::random::one ... ignored [INFO] [stdout] test math::random::one_hundred ... ignored [INFO] [stdout] test math::random::two ... ignored [INFO] [stdout] test math::min::units::compatible ... ok [INFO] [stdout] test math::percentage::zero ... ok [INFO] [stdout] test math::random::within_precision ... ok [INFO] [stdout] test math::percentage::negative ... ok [INFO] [stdout] test math::random::named ... ok [INFO] [stdout] test math::random::ignores_units ... ok [INFO] [stdout] test math::percentage::small ... ok [INFO] [stdout] test math::round::preserves_units ... ignored [INFO] [stdout] test math::random::no_arg ... ok [INFO] [stdout] test math::round::down::within_precision ... ok [INFO] [stdout] test math::round::down::to_zero ... ok [INFO] [stdout] test math::round::down::low ... ok [INFO] [stdout] test math::round::up::within_precision ... ignored [INFO] [stdout] test math::unit::multiple_denominators ... ignored [INFO] [stdout] test math::unit::multiple_numerators ... ignored [INFO] [stdout] test math::round::up::high ... ok [INFO] [stdout] test math::round::down::negative ... ok [INFO] [stdout] test math::round::integer ... ok [INFO] [stdout] test math::round::up::to_zero ... ok [INFO] [stdout] test math::unit::named ... ok [INFO] [stdout] test math::unit::numerator_and_denominator::multiple ... ignored [INFO] [stdout] test math::unit::numerator_and_denominator::single ... ignored [INFO] [stdout] test math::unit::one_denominator ... ignored [INFO] [stdout] test math::unitless::denominator ... ignored [INFO] [stdout] test math::unitless::numerator_and_denominator ... ignored [INFO] [stdout] test math::unitless::named ... ok [INFO] [stdout] test meta::call::args::named ... ignored [INFO] [stdout] test math::round::named ... ok [INFO] [stdout] test math::unit::one_numerator ... ok [INFO] [stdout] test meta::call::args::splat::combined ... ignored [INFO] [stdout] test meta::call::args::splat::named ... ignored [INFO] [stdout] test meta::call::args::splat::positional ... ignored [INFO] [stdout] test meta::call::named ... ignored [INFO] [stdout] test math::unit::none ... ok [INFO] [stdout] test math::round::up::point_five ... ok [INFO] [stdout] test meta::content_exists::test_false::through_content ... ignored [INFO] [stdout] test meta::call::args::none ... ok [INFO] [stdout] test meta::content_exists::test_true::empty ... ignored [INFO] [stdout] test meta::content_exists::test_true::non_empty ... ignored [INFO] [stdout] test meta::feature_exists::at_error ... ignored [INFO] [stdout] test meta::feature_exists::custom_property ... ignored [INFO] [stdout] test math::unitless::numerator ... ok [INFO] [stdout] test meta::feature_exists::extend_selector_pseudoclass ... ignored [INFO] [stdout] test math::round::up::negative ... ok [INFO] [stdout] test meta::feature_exists::named ... ignored [INFO] [stdout] test meta::feature_exists::quote_insensitive ... ignored [INFO] [stdout] test math::unitless::unitless ... ok [INFO] [stdout] test meta::feature_exists::dash_sensitive ... ok [INFO] [stdout] test meta::function_exists::different_module::chosen_prefix ... ignored [INFO] [stdout] test meta::function_exists::different_module::defined ... ignored [INFO] [stdout] test meta::function_exists::different_module::through_forward::bare ... ignored [INFO] [stdout] test meta::function_exists::different_module::through_forward::hide ... ignored [INFO] [stdout] test meta::function_exists::different_module::through_forward::show ... ignored [INFO] [stdout] test meta::function_exists::different_module::through_forward::test_as ... ignored [INFO] [stdout] test meta::function_exists::different_module::through_use ... ignored [INFO] [stdout] test meta::content_exists::test_false::top_level ... ok [INFO] [stdout] test meta::function_exists::different_module::undefined ... ignored [INFO] [stdout] test meta::function_exists::named ... ignored [INFO] [stdout] test meta::call::string::built_in ... ok [INFO] [stdout] test meta::feature_exists::units_level_3 ... ok [INFO] [stdout] test meta::function_exists::same_module::through_import ... ignored [INFO] [stdout] test meta::get_function::different_module::chosen_prefix ... ignored [INFO] [stdout] test meta::get_function::different_module::defined ... ignored [INFO] [stdout] test meta::get_function::different_module::named ... ignored [INFO] [stdout] test meta::get_function::different_module::through_forward::bare ... ignored [INFO] [stdout] test meta::get_function::different_module::through_forward::hide ... ignored [INFO] [stdout] test meta::get_function::different_module::through_forward::show ... ignored [INFO] [stdout] test meta::get_function::different_module::through_forward::test_as ... ignored [INFO] [stdout] test meta::get_function::different_module::through_use ... ignored [INFO] [stdout] test meta::function_exists::same_module::global ... ok [INFO] [stdout] test meta::call::string::local ... ok [INFO] [stdout] test meta::get_function::equality::built_in::same ... ok [INFO] [stdout] test meta::get_function::equality::user_defined::different ... ok [INFO] [stdout] test meta::get_function::equality::user_defined::redefined ... ignored [INFO] [stdout] test meta::call::args::positional ... ok [INFO] [stdout] test meta::function_exists::same_module::local ... ok [INFO] [stdout] test meta::feature_exists::unknown ... ok [INFO] [stdout] test meta::get_function::meta::inspect ... ok [INFO] [stdout] test meta::feature_exists::global_variable_shadowing ... ok [INFO] [stdout] test meta::get_function::same_module::redefined ... ignored [INFO] [stdout] test meta::get_function::same_module::through_import ... ignored [INFO] [stdout] test meta::get_function::equality::same_value ... ok [INFO] [stdout] test meta::get_function::scope::captures_inner_scope ... ignored [INFO] [stdout] test meta::get_function::equality::built_in::different ... ok [INFO] [stdout] test meta::global_variable_exists::different_module::chosen_prefix ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::defined ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::through_forward::bare ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::through_forward::hide ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::through_forward::show ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::through_forward::test_as ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::through_use ... ignored [INFO] [stdout] test meta::global_variable_exists::different_module::undefined ... ignored [INFO] [stdout] test meta::global_variable_exists::named ... ignored [INFO] [stdout] test meta::function_exists::same_module::non_existent ... ok [INFO] [stdout] test meta::get_function::equality::user_defined::same ... ok [INFO] [stdout] test meta::get_function::meta::type_of ... ok [INFO] [stdout] test meta::global_variable_exists::same_module::through_import ... ignored [INFO] [stdout] test meta::get_function::same_module::built_in ... ok [INFO] [stdout] test meta::get_function::scope::stores_local_scope ... ok [INFO] [stdout] test meta::global_variable_exists::same_module::global ... ok [INFO] [stdout] test meta::inspect::color::generated::long_hex ... ignored [INFO] [stdout] test meta::inspect::color::generated::named ... ignored [INFO] [stdout] test meta::inspect::color::generated::short_hex ... ignored [INFO] [stdout] test meta::inspect::color::generated::transparent ... ignored [INFO] [stdout] test meta::global_variable_exists::same_module::local ... ok [INFO] [stdout] test meta::global_variable_exists::same_module::non_existent ... ok [INFO] [stdout] test meta::get_function::same_module::user_defined ... ok [INFO] [stdout] test meta::inspect::boolean::test_false ... ok [INFO] [stdout] test meta::get_function::same_module::plain_css ... ok [INFO] [stdout] test meta::inspect::boolean::test_true ... ok [INFO] [stdout] test meta::inspect::color::literal::transparent ... ok [INFO] [stdout] test meta::inspect::function ... ok [INFO] [stdout] test meta::inspect::list::empty ... ok [INFO] [stdout] test meta::inspect::list::nested::bracketed::in_comma::unbracketed ... ignored [INFO] [stdout] test meta::inspect::color::generated::alpha ... ok [INFO] [stdout] test meta::inspect::list::comma ... ok [INFO] [stdout] test meta::inspect::list::nested::comma::in_comma::bracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::comma::in_comma::unbracketed ... ignored [INFO] [stdout] test meta::inspect::color::literal::long_hex ... ok [INFO] [stdout] test meta::inspect::list::nested::comma::in_space::unbracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::empty::in_comma::bracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::empty::in_comma::unbracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::empty::in_space::bracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::empty::in_space::unbracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::bracketed::in_space::unbracketed ... ok [INFO] [stdout] test meta::inspect::list::bracketed ... ok [INFO] [stdout] test meta::inspect::list::nested::bracketed::in_space::bracketed ... ok [INFO] [stdout] test meta::inspect::list::nested::space::in_space::unbracketed ... ignored [INFO] [stdout] test meta::inspect::list::nested::space::in_space::bracketed ... ok [INFO] [stdout] test meta::inspect::list::single::bracketed::comma ... ok [INFO] [stdout] test meta::inspect::list::single::comma ... ignored [INFO] [stdout] test meta::inspect::color::literal::named ... ok [INFO] [stdout] test meta::inspect::list::nested::space::in_comma::unbracketed ... ok [INFO] [stdout] test meta::inspect::map::list::key::comma ... ignored [INFO] [stdout] test meta::inspect::map::list::key::space ... ignored [INFO] [stdout] test meta::inspect::map::list::value::comma ... ignored [INFO] [stdout] test meta::inspect::map::list::value::space ... ignored [INFO] [stdout] test meta::inspect::list::nested::space::in_comma::bracketed ... ok [INFO] [stdout] test meta::inspect::color::literal::short_hex ... ok [INFO] [stdout] test meta::inspect::list::nested::comma::in_space::bracketed ... ok [INFO] [stdout] test meta::inspect::list::space ... ok [INFO] [stdout] test meta::inspect::number::unitless ... ok [INFO] [stdout] test meta::inspect::map::number ... ok [INFO] [stdout] test meta::keywords::dash_sensitive ... ignored [INFO] [stdout] test meta::keywords::empty::no_args ... ignored [INFO] [stdout] test meta::keywords::empty::positional ... ignored [INFO] [stdout] test meta::keywords::forwarded::call ... ignored [INFO] [stdout] test meta::keywords::forwarded::content ... ignored [INFO] [stdout] test meta::keywords::forwarded::function ... ignored [INFO] [stdout] test meta::keywords::forwarded::mixin ... ignored [INFO] [stdout] test meta::keywords::multi_arg ... ignored [INFO] [stdout] test meta::keywords::named ... ignored [INFO] [stdout] test meta::keywords::one_arg ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::chosen_prefix ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::defined ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::through_forward::bare ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::through_forward::hide ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::through_forward::show ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::through_forward::test_as ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::through_use ... ignored [INFO] [stdout] test meta::mixin_exists::different_module::undefined ... ignored [INFO] [stdout] test meta::mixin_exists::named ... ignored [INFO] [stdout] test meta::inspect::list::nested::bracketed::in_comma::bracketed ... ok [INFO] [stdout] test meta::inspect::list::single::bracketed::undecided ... ok [INFO] [stdout] test meta::inspect::null ... ok [INFO] [stdout] test meta::mixin_exists::same_module::through_import ... ignored [INFO] [stdout] test meta::module_functions::core_module ... ignored [INFO] [stdout] test meta::module_functions::dash_sensitive ... ignored [INFO] [stdout] test meta::module_functions::empty ... ignored [INFO] [stdout] test meta::module_functions::multiple ... ignored [INFO] [stdout] test meta::module_functions::named ... ignored [INFO] [stdout] test meta::module_functions::test_as ... ignored [INFO] [stdout] test meta::module_functions::through_forward::bare ... ignored [INFO] [stdout] test meta::module_functions::through_forward::hide ... ignored [INFO] [stdout] test meta::module_functions::through_forward::show ... ignored [INFO] [stdout] test meta::module_functions::through_forward::test_as ... ignored [INFO] [stdout] test meta::module_functions::through_import ... ignored [INFO] [stdout] test meta::module_variables::core_module ... ignored [INFO] [stdout] test meta::module_variables::dash_sensitive ... ignored [INFO] [stdout] test meta::module_variables::empty ... ignored [INFO] [stdout] test meta::module_variables::multiple ... ignored [INFO] [stdout] test meta::module_variables::named ... ignored [INFO] [stdout] test meta::module_variables::test_as ... ignored [INFO] [stdout] test meta::module_variables::through_forward::bare ... ignored [INFO] [stdout] test meta::module_variables::through_forward::hide ... ignored [INFO] [stdout] test meta::module_variables::through_forward::show ... ignored [INFO] [stdout] test meta::module_variables::through_forward::test_as ... ignored [INFO] [stdout] test meta::module_variables::through_import ... ignored [INFO] [stdout] test meta::type_of::arglist ... ignored [INFO] [stdout] test meta::inspect::string::quoted ... ok [INFO] [stdout] test meta::inspect::number::unit ... ok [INFO] [stdout] test meta::type_of::boolean::test_false ... ok [INFO] [stdout] test meta::mixin_exists::same_module::non_existent ... ok [INFO] [stdout] test meta::inspect::list::single::space ... ok [INFO] [stdout] test meta::type_of::boolean::test_true ... ok [INFO] [stdout] test meta::type_of::map::empty ... ignored [INFO] [stdout] test meta::type_of::map::non_empty ... ignored [INFO] [stdout] test meta::mixin_exists::same_module::local ... ok [INFO] [stdout] test meta::inspect::string::unquoted ... ok [INFO] [stdout] test meta::type_of::number::unit ... ignored [INFO] [stdout] test meta::type_of::number::unitless ... ok [INFO] [stdout] test meta::mixin_exists::same_module::global ... ok [INFO] [stdout] test meta::type_of::list::empty ... ok [INFO] [stdout] test meta::type_of::function ... ok [INFO] [stdout] test meta::type_of::color ... ok [INFO] [stdout] test meta::type_of::null ... ok [INFO] [stdout] test meta::variable_exists::keyword ... ok [INFO] [stdout] test meta::variable_exists::through_forward::hide ... ignored [INFO] [stdout] test meta::variable_exists::through_forward::show ... ignored [INFO] [stdout] test meta::variable_exists::through_forward::test_as ... ignored [INFO] [stdout] test meta::variable_exists::through_import ... ignored [INFO] [stdout] test meta::variable_exists::through_use ... ignored [INFO] [stdout] test meta::type_of::list::non_empty ... ok [INFO] [stdout] test meta::type_of::named ... ok [INFO] [stdout] test meta::type_of::string::quoted ... ok [INFO] [stdout] test meta::type_of::string::unquoted ... ok [INFO] [stdout] test meta::variable_exists::global ... ok [INFO] [stdout] test meta::variable_exists::non_existent ... ok [INFO] [stdout] test meta::variable_exists::local ... ok [INFO] [stdout] test string::insert::combining_character ... ignored [INFO] [stdout] test string::index::beginning ... ok [INFO] [stdout] test string::index::empty_substring ... ok [INFO] [stdout] test string::index::both_empty ... ok [INFO] [stdout] test string::index::end ... ok [INFO] [stdout] test string::insert::double_width_character ... ok [INFO] [stdout] test string::index::middle ... ok [INFO] [stdout] test string::insert::empty_destination::empty_source ... ok [INFO] [stdout] test string::index::not_found ... ok [INFO] [stdout] test string::insert::empty_destination::index_0 ... ok [INFO] [stdout] test string::insert::empty_destination::index_2 ... ok [INFO] [stdout] test string::insert::empty_destination::index_1 ... ok [INFO] [stdout] test string::insert::empty_destination::index_negative_1 ... ok [INFO] [stdout] test string::insert::empty_insertion ... ok [INFO] [stdout] test string::index::named ... ok [INFO] [stdout] test string::insert::index::negative::after_last ... ok [INFO] [stdout] test string::insert::index::negative::t2 ... ok [INFO] [stdout] test string::insert::index::positive::after_last ... ok [INFO] [stdout] test string::length::combining_character ... ignored [INFO] [stdout] test string::insert::index::positive::last ... ok [INFO] [stdout] test string::insert::index::positive::t2 ... ok [INFO] [stdout] test string::length::multiple_characters ... ok [INFO] [stdout] test string::insert::index::positive::t1 ... ok [INFO] [stdout] test string::length::empty ... ok [INFO] [stdout] test string::length::named ... ok [INFO] [stdout] test string::quote::escape ... ignored [INFO] [stdout] test string::insert::named ... ok [INFO] [stdout] test string::insert::index::negative::t1 ... ok [INFO] [stdout] test string::length::double_width_character ... ok [INFO] [stdout] test string::insert::index::negative::last ... ok [INFO] [stdout] test string::insert::index::positive::t0 ... ok [INFO] [stdout] test string::length::one_character ... ok [INFO] [stdout] test string::quote::quoted_double ... ok [INFO] [stdout] test string::quote::quote_unquoted_quote::double ... ok [INFO] [stdout] test string::quote::named ... ok [INFO] [stdout] test string::quote::quote_unquoted_quote::single ... ok [INFO] [stdout] test string::length::unquoted ... ok [INFO] [stdout] test string::quote::unquoted ... ok [INFO] [stdout] test string::quote::quoted_single ... ok [INFO] [stdout] test string::slice::combining_character ... ok [INFO] [stdout] test string::slice::empty::end::t0 ... ok [INFO] [stdout] test string::slice::empty::end::t1 ... ok [INFO] [stdout] test string::slice::end::negative::after_last ... ok [INFO] [stdout] test string::slice::empty::end::t2 ... ok [INFO] [stdout] test string::slice::empty::start::t1 ... ok [INFO] [stdout] test string::slice::end::negative::t2 ... ok [INFO] [stdout] test string::slice::double_width_character ... ok [INFO] [stdout] test string::slice::end::negative::last ... ok [INFO] [stdout] test string::slice::end::negative::t1 ... ok [INFO] [stdout] test string::slice::end::positive::last ... ok [INFO] [stdout] test string::slice::end::positive::t1 ... ok [INFO] [stdout] test string::slice::empty::start::negative_1 ... ok [INFO] [stdout] test string::slice::named ... ok [INFO] [stdout] test string::slice::empty::start::t0 ... ok [INFO] [stdout] test string::slice::empty::start::t2 ... ok [INFO] [stdout] test string::slice::start::negative::after_last ... ok [INFO] [stdout] test string::slice::end::positive::after_last ... ok [INFO] [stdout] test string::slice::end::positive::after_start ... ok [INFO] [stdout] test string::slice::start::negative::last ... ok [INFO] [stdout] test string::slice::start::negative::t1 ... ok [INFO] [stdout] test string::slice::end::positive::t0 ... ok [INFO] [stdout] test string::slice::end::positive::t2 ... ok [INFO] [stdout] test string::slice::start::positive::t0 ... ok [INFO] [stdout] test string::slice::start::positive::t2 ... ok [INFO] [stdout] test string::slice::start::negative::t2 ... ok [INFO] [stdout] test string::to_lower_case::alphabet ... ok [INFO] [stdout] test string::to_lower_case::non_ascii ... ignored [INFO] [stdout] test string::to_lower_case::empty ... ok [INFO] [stdout] test string::slice::start::positive::after_end ... ok [INFO] [stdout] test string::slice::unquoted ... ok [INFO] [stdout] test string::slice::start::positive::after_last ... ok [INFO] [stdout] test string::slice::start::positive::t1 ... ok [INFO] [stdout] test string::slice::start::positive::last ... ok [INFO] [stdout] test string::to_upper_case::non_ascii ... ignored [INFO] [stdout] test string::to_lower_case::unquoted ... ok [INFO] [stdout] test string::to_upper_case::empty ... ok [INFO] [stdout] test string::to_upper_case::named ... ok [INFO] [stdout] test string::to_upper_case::alphabet ... ok [INFO] [stdout] test string::unquote::escaped_backslash ... ignored [INFO] [stdout] test string::to_upper_case::unquoted ... ok [INFO] [stdout] test string::to_upper_case::number ... ok [INFO] [stdout] test string::to_lower_case::number ... ok [INFO] [stdout] test string::unquote::escaped_quotes::quoted ... ok [INFO] [stdout] test string::unquote::named ... ok [INFO] [stdout] test string::unquote::quoted ... ok [INFO] [stdout] test string::unquote::escaped_quotes::unquoted ... ok [INFO] [stdout] test string::unquote::meaningful_css_characters ... ok [INFO] [stdout] test string::to_lower_case::named ... ok [INFO] [stdout] test string::unquote::empty ... ok [INFO] [stdout] test string::unquote::unquoted ... ok [INFO] [stdout] test string::unique_id::is_unique ... ok [INFO] [stdout] test string::unique_id::is_identifier ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 861 passed; 0 failed; 532 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/css-f900afdbcca23b8b [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test comment::converts_newlines::scss::cr ... ignored [INFO] [stdout] test comment::converts_newlines::scss::ff ... ignored [INFO] [stdout] test custom_properties::exclamation ... ignored [INFO] [stdout] test custom_properties::indentation ... ignored [INFO] [stdout] test custom_properties::name_interpolation ... ignored [INFO] [stdout] test custom_properties::nesting_characters ... ignored [INFO] [stdout] test custom_properties::script ... ignored [INFO] [stdout] test custom_properties::simple ... ignored [INFO] [stdout] test custom_properties::trailing_whitespace ... ignored [INFO] [stdout] test custom_properties::without_semicolon ... ignored [INFO] [stdout] test comment::weird_indentation ... ok [INFO] [stdout] test blockless_directive_without_semicolon ... ok [INFO] [stdout] test keyframes::bubble::empty ... ignored [INFO] [stdout] test media::range::from_interpolation ... ignored [INFO] [stdout] test comment::multiple ... ok [INFO] [stdout] test media::range::with_expressions ... ignored [INFO] [stdout] test min_max::plain_css ... ignored [INFO] [stdout] test min_max::sass_function ... ignored [INFO] [stdout] test empty_block_directive ... ok [INFO] [stdout] test comment::multiple_stars ... ok [INFO] [stdout] test custom_properties::strings ... ok [INFO] [stdout] test moz_document::multi_function ... ignored [INFO] [stdout] test ms_long_filter_syntax ... ignored [INFO] [stdout] test directive_with_lots_of_whitespace ... ok [INFO] [stdout] test selector::attribute::modifier::after_string ... ignored [INFO] [stdout] test selector::attribute::modifier::caps ... ok [INFO] [stdout] test selector::attribute::dash_dash ... ok [INFO] [stdout] test selector::slotted ... ignored [INFO] [stdout] test selector::attribute::modifier::unknown ... ok [INFO] [stdout] test unicode_range::question_mark ... ok [INFO] [stdout] test function_name_identifiers ... ok [INFO] [stdout] test custom_properties::value_interpolation ... ok [INFO] [stdout] test unknown_directive::name_interpolation ... ignored [INFO] [stdout] test unknown_directive::plain ... ignored [INFO] [stdout] test url::exclam::middle ... ignored [INFO] [stdout] test url::exclam::only ... ignored [INFO] [stdout] test unicode_range::range ... ok [INFO] [stdout] test moz_document::functions::test_static ... ok [INFO] [stdout] test moz_document::empty_prefix ... ok [INFO] [stdout] test unicode_range::simple ... ok [INFO] [stdout] test unknown_directive::value_interpolation ... ok [INFO] [stdout] test media::range::test_static ... ok [INFO] [stdout] test moz_document::functions::interpolated ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 23 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/libsass-5e796dc1066953a5 [INFO] [stdout] [INFO] [stdout] running 144 tests [INFO] [stdout] test at_error::feature_test ... ignored [INFO] [stdout] test at_root::extend ... ignored [INFO] [stdout] test at_root::ampersand ... ok [INFO] [stdout] test at_root::basic ... ok [INFO] [stdout] test at_root::t138_test_at_root_in_media ... ok [INFO] [stdout] test at_root::keyframes ... ok [INFO] [stdout] test arg_eval ... ok [INFO] [stdout] test at_root::t136_test_at_root_with_selector ... ok [INFO] [stdout] test at_root::media ... ok [INFO] [stdout] test at_root::t137_test_at_root_in_mixin ... ok [INFO] [stdout] test at_root::with_without ... ignored [INFO] [stdout] test at_stuff ... ignored [INFO] [stdout] test at_root::t141_test_at_root_with_parent_ref ... ok [INFO] [stdout] test base_level_parent::nested::at_root_alone_itpl ... ignored [INFO] [stdout] test at_root::t135_test_simple_at_root ... ok [INFO] [stdout] test base_level_parent::nested::at_root_postfix_itpl ... ignored [INFO] [stdout] test base_level_parent::nested::at_root_prefix_itpl ... ignored [INFO] [stdout] test at_root::t140_test_at_root_in_unknown_directive ... ok [INFO] [stdout] test base_level_parent::nested::basic_alone_itpl ... ok [INFO] [stdout] test at_root::t139_test_at_root_in_bubbled_media ... ok [INFO] [stdout] test at_root::t142_test_multi_level_at_root_with_parent_ref ... ok [INFO] [stdout] test at_root::nested ... ok [INFO] [stdout] test base_level_parent::root::at_root_postfix_itpl ... ignored [INFO] [stdout] test base_level_parent::root::at_root_prefix_itpl ... ignored [INFO] [stdout] test at_root::t143_test_multi_level_at_root_with_inner_parent_ref ... ok [INFO] [stdout] test base_level_parent::nested::basic_alone ... ok [INFO] [stdout] test base_level_parent::nested::at_root_postfix ... ok [INFO] [stdout] test bool ... ignored [INFO] [stdout] test calc ... ignored [INFO] [stdout] test charset ... ignored [INFO] [stdout] test base_level_parent::root::basic_postfix_itpl ... ok [INFO] [stdout] test base_level_parent::nested::at_root_alone ... ok [INFO] [stdout] test base_level_parent::nested::basic_postfix_itpl ... ok [INFO] [stdout] test base_level_parent::root::basic_prefix_itpl ... ok [INFO] [stdout] test base_level_parent::nested::basic_prefix_itpl ... ok [INFO] [stdout] test basic::t44_not_number_expression ... ok [INFO] [stdout] test color_functions::opacity::alpha ... ok [INFO] [stdout] test base_level_parent::nested::basic_postfix ... ok [INFO] [stdout] test color_functions::other::change_color::a ... ok [INFO] [stdout] test color_functions::other::change_color::s ... ok [INFO] [stdout] test color_functions::other::change_color::l ... ok [INFO] [stdout] test color_functions::rgb::rgba::a ... ok [INFO] [stdout] test color_functions::other::change_color::r ... ok [INFO] [stdout] test color_functions::other::change_color::b ... ok [INFO] [stdout] test color_functions::rgb::rgb::r ... ok [INFO] [stdout] test color_functions::saturate ... ignored [INFO] [stdout] test conversions ... ignored [INFO] [stdout] test css_import ... ignored [INFO] [stdout] test css_nth_selectors ... ignored [INFO] [stdout] test css_unicode ... ignored [INFO] [stdout] test debug_directive_nested::mixin ... ignored [INFO] [stdout] test delayed ... ignored [INFO] [stdout] test div ... ignored [INFO] [stdout] test env ... ignored [INFO] [stdout] test eq ... ok [INFO] [stdout] test features::at_error ... ignored [INFO] [stdout] test features::extend_selector_pseudoclass ... ignored [INFO] [stdout] test features::global_variable_shadowing ... ok [INFO] [stdout] test features::units_level_3 ... ok [INFO] [stdout] test http_import ... ignored [INFO] [stdout] test image_url ... ok [INFO] [stdout] test import ... ignored [INFO] [stdout] test inh ... ignored [INFO] [stdout] test interpolated_function_call ... ok [INFO] [stdout] test interpolated_urls ... ok [INFO] [stdout] test color_functions::rgb::rgb::g ... ok [INFO] [stdout] test list_evaluation ... ignored [INFO] [stdout] test lists ... ignored [INFO] [stdout] test keyframes ... ok [INFO] [stdout] test media_hoisting ... ok [INFO] [stdout] test mixin ... ignored [INFO] [stdout] test mixins_and_media_queries ... ignored [INFO] [stdout] test media ... ok [INFO] [stdout] test parent_selector::basic ... ok [INFO] [stdout] test multi_blocks ... ok [INFO] [stdout] test parent_selector::inner_pseudo ... ok [INFO] [stdout] test parent_selector::inner_combinator ... ok [INFO] [stdout] test parent_selector::outer_pseudo ... ok [INFO] [stdout] test placeholder_mediaquery ... ignored [INFO] [stdout] test placeholder_nested ... ignored [INFO] [stdout] test precision::default ... ignored [INFO] [stdout] test precision::higher ... ignored [INFO] [stdout] test precision::lower ... ignored [INFO] [stdout] test properties_in_media ... ignored [INFO] [stdout] test propsets ... ignored [INFO] [stdout] test rel ... ignored [INFO] [stdout] test sass_utf8 ... ok [INFO] [stdout] test parent_selector::outer_combinator ... ok [INFO] [stdout] test selector_functions::simple_selector ... ignored [INFO] [stdout] test selector_interpolation_in_string ... ok [INFO] [stdout] test selectors::access ... ignored [INFO] [stdout] test selector_functions::selector_length ... ok [INFO] [stdout] test selectors::interpolation ... ignored [INFO] [stdout] test selectors::mixin_argument ... ignored [INFO] [stdout] test selectors::simple ... ignored [INFO] [stdout] test selectors::variables::multiple::bare ... ignored [INFO] [stdout] test selectors::variables::multiple::interpolated ... ignored [INFO] [stdout] test selectors::variables::nested::bare ... ignored [INFO] [stdout] test selectors::variables::nested::interpolated ... ignored [INFO] [stdout] test selectors::variables::single::bare ... ok [INFO] [stdout] test selectors::variables::single::interpolated ... ok [INFO] [stdout] test test ... ignored [INFO] [stdout] test unary_ops ... ignored [INFO] [stdout] test selectors::function_argument ... ok [INFO] [stdout] test units::conversion::angle ... ignored [INFO] [stdout] test units::conversion::frequency ... ignored [INFO] [stdout] test units::conversion::resolution ... ignored [INFO] [stdout] test units::conversion::size ... ignored [INFO] [stdout] test units::conversion::time ... ignored [INFO] [stdout] test unicode_bom::utf_8 ... ok [INFO] [stdout] test units::simple ... ignored [INFO] [stdout] test url ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::at_root ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::each ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::elseif ... ignored [INFO] [stdout] test units::feature_test ... ok [INFO] [stdout] test variable_scoping::blead_global::expanding::function ... ok [INFO] [stdout] test variable_scoping::blead_global::expanding::mixin ... ok [INFO] [stdout] test variable_scoping::blead_global::expanding::test_else ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::test_for ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::test_if ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::test_while ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::each ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::elseif ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::test_else ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::test_for ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::test_if ... ignored [INFO] [stdout] test variable_scoping::blead_global::expanding::ruleset ... ok [INFO] [stdout] test variable_scoping::defaults ... ignored [INFO] [stdout] test color_functions::other::change_color::g ... ok [INFO] [stdout] test variable_scoping::defaults_global_null ... ok [INFO] [stdout] test variable_scoping::defaults_global ... ok [INFO] [stdout] test variable_scoping::defaults_null ... ok [INFO] [stdout] test variable_scoping::lexical_scope ... ignored [INFO] [stdout] test variable_scoping::root_scope ... ignored [INFO] [stdout] test variables_in_media ... ignored [INFO] [stdout] test warn_directive_nested::mixin ... ignored [INFO] [stdout] test variable_scoping::blead_global::functional::test_while ... ok [INFO] [stdout] test variable_scoping::feature_test ... ok [INFO] [stdout] test color_functions::rgb::rgba::r ... ok [INFO] [stdout] test color_functions::other::change_color::h ... ok [INFO] [stdout] test color_functions::rgb::rgb::b ... ok [INFO] [stdout] test color_functions::rgb::rgba::b ... ok [INFO] [stdout] test color_functions::rgb::rgba::g ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 71 passed; 0 failed; 73 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/misc-5db4906326c6e4c3 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test jma_pseudo_test ... ignored [INFO] [stdout] test mixin_content ... ignored [INFO] [stdout] test negative_numbers ... ignored [INFO] [stdout] test selector_interpolation_before_element_name ... ok [INFO] [stdout] test empty_content ... ok [INFO] [stdout] test media_interpolation ... ok [INFO] [stdout] test lang_bug ... ok [INFO] [stdout] test trailing_comma_in_selector ... ignored [INFO] [stdout] test warn_directive ... ignored [INFO] [stdout] test directive_interpolation ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/mixin-5d93b2a6da35d6be [INFO] [stdout] test namespace_properties_with_script_value ... ok [INFO] [stdout] test import_with_interpolation ... ok [INFO] [stdout] test unicode_variables ... ok [INFO] [stdout] test import_in_mixin ... ok [INFO] [stdout] test selector_only_interpolation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test content::arguments::none ... ignored [INFO] [stdout] test content::arguments::passing ... ignored [INFO] [stdout] test content::arguments::receiving ... ignored [INFO] [stdout] test content::arguments::scope ... ignored [INFO] [stdout] test content::arguments::weird_syntax ... ignored [INFO] [stdout] test content::recursive ... ok [INFO] [stdout] test environment_locality ... ok [INFO] [stdout] test content::before_if ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/parser-bb9a20da0bace40f [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 215 tests [INFO] [stdout] test and_and ... ok [INFO] [stdout] test interpolate::t01_literal::t01_inline ... ok [INFO] [stdout] test interpolate::t01_literal::t02_variable ... ok [INFO] [stdout] test interpolate::t01_literal::t03_inline_double ... ok [INFO] [stdout] test interpolate::t01_literal::t06_escape_interpolation ... ok [INFO] [stdout] test arglists::can_end_with_comma::mixins ... ok [INFO] [stdout] test interpolate::t01_literal::t04_variable_double ... ok [INFO] [stdout] test arglists::can_end_with_comma::functions ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t00_concatenation::unspaced ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t01_literal::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t02_double_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t00_concatenation::spaced ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t03_single_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t01_inline ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t02_variable ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t03_inline_double ... ok [INFO] [stdout] test interpolate::t05_comma_list_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t01_inline ... ok [INFO] [stdout] test interpolate::t04_space_list_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t04_variable_double ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t03_inline_double ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t02_variable ... ok [INFO] [stdout] test interpolate::t06_space_list_complex::t04_variable_double ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t01_inline ... ok [INFO] [stdout] test interpolate::t07_comma_list_complex::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t03_inline_double ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t03_inline_double ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t02_variable ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t04_variable_double ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t10_escaped_backslash::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t02_variable ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t01_inline ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t04_variable_double ... ok [INFO] [stdout] test interpolate::t11_escaped_literal::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t01_inline ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t04_variable_double ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t02_variable ... ok [INFO] [stdout] test interpolate::t12_escaped_double_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t03_inline_double ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t01_inline ... ok [INFO] [stdout] test interpolate::t13_escaped_single_quoted::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t04_variable_double ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t01_inline ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t02_variable ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t01_inline ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t04_variable_double ... ok [INFO] [stdout] test interpolate::t15_escapes_double_quoted_numbers::t03_inline_double ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t02_variable ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t04_variable_double ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t01_inline ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t02_variable ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t02_variable ... ok [INFO] [stdout] test interpolate::t16_escapes_single_quoted_numbers::t03_inline_double ... ok [INFO] [stdout] test interpolate::t14_escapes_literal_numbers::t03_inline_double ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t01_inline ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t02_variable ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t01_inline ... ok [INFO] [stdout] test interpolate::t17_escapes_literal_lowercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t01_inline ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t19_escapes_single_quoted_lowercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t18_escapes_double_quoted_lowercase::t02_variable ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t01_inline ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t02_variable ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t20_escapes_literal_uppercase::t02_variable ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t02_variable ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t02_variable ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t03_inline_double ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t21_escapes_double_quoted_uppercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t01_inline ... ok [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t01_inline ... ok [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t04_variable_double ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t22_escapes_single_quoted_uppercase::t04_variable_double ... ok [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::todo_05_variable_quoted_double ... ignored [INFO] [stdout] test interpolate::t23_escapes_literal_specials::t03_inline_double ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::t01_inline ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::t02_variable ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::todo_05_variable_quoted_double ... ignored [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::t02_variable ... ok [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::t03_inline_double ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::t03_inline_double ... ok [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::t04_variable_double ... ok [INFO] [stdout] test interpolate::t25_escapes_single_quoted_specials::t01_inline ... ok [INFO] [stdout] test interpolate::t24_escapes_double_quoted_specials::t04_variable_double ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t01_inline ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t01_inline ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t03_inline_double ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t02_variable ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t04_variable_double ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t02_variable ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t01_inline ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t04_variable_double ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t02_variable ... ok [INFO] [stdout] test interpolate::t26_escaped_literal_quotes::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t03_inline_double ... ok [INFO] [stdout] test interpolate::t27_escaped_double_quotes::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t01_inline ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t03_inline_double ... ok [INFO] [stdout] test interpolate::t30_base_test::t02_variable ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t02_variable ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t30_base_test::t01_inline ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t03_inline_double ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t28_escaped_single_quotes::t04_variable_double ... ok [INFO] [stdout] test interpolate::t29_binary_operation::t04_variable_double ... ok [INFO] [stdout] test interpolate::t31_schema_simple::t01_inline ... ok [INFO] [stdout] test interpolate::t30_base_test::t06_escape_interpolation ... ok [INFO] [stdout] test interpolate::t31_schema_simple::t02_variable ... ok [INFO] [stdout] test interpolate::t30_base_test::t04_variable_double ... ok [INFO] [stdout] test interpolate::t32_comma_list::t01_inline ... ok [INFO] [stdout] test interpolate::t30_base_test::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t31_schema_simple::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t32_comma_list::t03_inline_double ... ok [INFO] [stdout] test interpolate::t32_comma_list::t04_variable_double ... ok [INFO] [stdout] test interpolate::t31_schema_simple::t04_variable_double ... ok [INFO] [stdout] test interpolate::t31_schema_simple::t03_inline_double ... ok [INFO] [stdout] test interpolate::t32_comma_list::t02_variable ... ok [INFO] [stdout] test interpolate::t30_base_test::t03_inline_double ... ok [INFO] [stdout] test interpolate::t33_space_list::t02_variable ... ok [INFO] [stdout] test interpolate::t34_mixed_list::t02_variable ... ok [INFO] [stdout] test interpolate::t33_space_list::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t33_space_list::t01_inline ... ok [INFO] [stdout] test interpolate::t44_selector::double_escape::t12_double_escaped_interpolated_value_todo ... ignored [INFO] [stdout] test interpolate::t44_selector::double_escape::t22_double_escaped_interpolated_variable ... ignored [INFO] [stdout] test interpolate::t44_selector::double_escape::t32_double_escaped_literal ... ignored [INFO] [stdout] test operations::addition::dimensions::pairs ... ignored [INFO] [stdout] test operations::addition::numbers::pairs ... ignored [INFO] [stdout] test operations::addition::strings::pairs ... ignored [INFO] [stdout] test operations::binary_and_unary ... ignored [INFO] [stdout] test operations::division::dimensions::pairs ... ignored [INFO] [stdout] test operations::division::mixed::pairs ... ignored [INFO] [stdout] test operations::division::numbers::pairs ... ignored [INFO] [stdout] test operations::division::strings::pairs ... ignored [INFO] [stdout] test interpolate::t34_mixed_list::t01_inline ... ok [INFO] [stdout] test interpolate::t34_mixed_list::t03_inline_double ... ok [INFO] [stdout] test interpolate::t33_space_list::t04_variable_double ... ok [INFO] [stdout] test interpolate::t34_mixed_list::t04_variable_double ... ok [INFO] [stdout] test interpolate::t34_mixed_list::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t32_comma_list::t05_variable_quoted_double ... ok [INFO] [stdout] test interpolate::t33_space_list::t03_inline_double ... ok [INFO] [stdout] test operations::logic_eq::numbers::pairs ... ok [INFO] [stdout] test operations::subtract::dimensions::pairs ... ignored [INFO] [stdout] test operations::subtract::numbers::pairs ... ignored [INFO] [stdout] test operations::subtract::strings::pairs ... ignored [INFO] [stdout] test operations::logic_eq::strings::pairs ... ok [INFO] [stdout] test operations::logic_eq::mixed::pairs ... ok [INFO] [stdout] test operations::logic_ne::mixed::pairs ... ok [INFO] [stdout] test operations::logic_ne::numbers::pairs ... ok [INFO] [stdout] test operations::logic_ne::strings::pairs ... ok [INFO] [stdout] test operations::logic_eq::dimensions::pairs ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_functions-a0ce33be9b00cfa3 [INFO] [stdout] test operations::logic_ne::dimensions::pairs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 199 passed; 0 failed; 16 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test function_with_args ... ok [INFO] [stdout] test simple_value ... ok [INFO] [stdout] test simple_function ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/scope-bb83a4c58aeb185c [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_for ... ok [INFO] [stdout] test each ... ok [INFO] [stdout] test mixin ... ok [INFO] [stdout] test function ... ok [INFO] [stdout] test root ... ok [INFO] [stdout] test ruleset ... ok [INFO] [stdout] test test_if ... ok [INFO] [stdout] test nested ... ok [INFO] [stdout] test clash ... ok [INFO] [stdout] test test_while ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/scss-3be32cc450a5eec3 [INFO] [stdout] [INFO] [stdout] running 127 tests [INFO] [stdout] test basic_function ... ok [INFO] [stdout] test basic_mixins ... ok [INFO] [stdout] test basic_prop_name_interpolation ... ok [INFO] [stdout] test blimp ... ok [INFO] [stdout] test backrefs_in_selector_groups ... ok [INFO] [stdout] test arglist ... ok [INFO] [stdout] test block_comment_in_script ... ok [INFO] [stdout] test backslash ... ok [INFO] [stdout] test composed_args ... ignored [INFO] [stdout] test basic_selector_interpolation ... ok [INFO] [stdout] test almost_ambiguous_nested_rules_and_declarations ... ok [INFO] [stdout] test css_basic_scss ... ok [INFO] [stdout] test classes_and_ids ... ok [INFO] [stdout] test css_block_directive_with_semicolon ... ok [INFO] [stdout] test cfunc ... ok [INFO] [stdout] test css_cdo_and_cdc_ignored_at_toplevel ... ok [INFO] [stdout] test alpha ... ok [INFO] [stdout] test comment_after_if_directive ... ok [INFO] [stdout] test concat ... ok [INFO] [stdout] test cons_up ... ok [INFO] [stdout] test css_empty_declarations ... ok [INFO] [stdout] test css_empty_rule ... ok [INFO] [stdout] test css_import_directive ... ok [INFO] [stdout] test css_invisible_comments ... ok [INFO] [stdout] test css_crazy_comments ... ok [INFO] [stdout] test css_rule_comments ... ok [INFO] [stdout] test css_property_comments ... ok [INFO] [stdout] test css_unary_ops ... ok [INFO] [stdout] test color_output ... ok [INFO] [stdout] test default_args ... ok [INFO] [stdout] test css_spaceless_combo_selectors ... ok [INFO] [stdout] test css_selector_hacks ... ok [INFO] [stdout] test each ... ok [INFO] [stdout] test css_selector_comments ... ok [INFO] [stdout] test default_vars_in_default_params ... ok [INFO] [stdout] test for_in_functions ... ok [INFO] [stdout] test directives_in_propsets ... ok [INFO] [stdout] test for_directive ... ok [INFO] [stdout] test feature_queries::nested ... ok [INFO] [stdout] test function_args ... ok [INFO] [stdout] test each_in_functions ... ok [INFO] [stdout] test each_directive ... ok [INFO] [stdout] test guard_assign ... ok [INFO] [stdout] test functions ... ok [INFO] [stdout] test feature_queries::basic ... ok [INFO] [stdout] test ie_functions ... ignored [INFO] [stdout] test default_parameters ... ok [INFO] [stdout] test hey1 ... ok [INFO] [stdout] test hey2 ... ok [INFO] [stdout] test function_names ... ok [INFO] [stdout] test if_directive ... ok [INFO] [stdout] test important_in_arglist ... ok [INFO] [stdout] test ie_backslash ... ok [INFO] [stdout] test interpolated_strings ... ok [INFO] [stdout] test if_in_mixin ... ok [INFO] [stdout] test imp ... ok [INFO] [stdout] test if_in_propset ... ok [INFO] [stdout] test hyphen_interpolated ... ok [INFO] [stdout] test functions_and_mixins ... ok [INFO] [stdout] test interpolated_selectors ... ok [INFO] [stdout] test important ... ok [INFO] [stdout] test media::nesting::merged ... ignored [INFO] [stdout] test media::nesting::merged_and_retained ... ignored [INFO] [stdout] test media::nesting::removed ... ignored [INFO] [stdout] test media::nesting::retained ... ignored [INFO] [stdout] test media::interpolated ... ok [INFO] [stdout] test mixin_content_selectors ... ignored [INFO] [stdout] test interpolation ... ok [INFO] [stdout] test interpolation_with_bracket_on_next_line ... ok [INFO] [stdout] test mixins_with_args ... ok [INFO] [stdout] test keyword_args_in_functions ... ok [INFO] [stdout] test line_comment_in_script ... ok [INFO] [stdout] test mixin_with_keyword_args ... ok [INFO] [stdout] test mixins_with_empty_args ... ok [INFO] [stdout] test mixin_content_with_no_block ... ok [INFO] [stdout] test negation ... ignored [INFO] [stdout] test nested_extend ... ignored [INFO] [stdout] test namespace_properties ... ok [INFO] [stdout] test media::script_features ... ok [INFO] [stdout] test multiline_var ... ok [INFO] [stdout] test multiple_operators ... ok [INFO] [stdout] test newlines_in_selectors ... ignored [INFO] [stdout] test no_namespace_properties_without_space ... ok [INFO] [stdout] test nested_rules_with_declarations ... ok [INFO] [stdout] test null ... ok [INFO] [stdout] test namespace_properties_with_value ... ok [INFO] [stdout] test nested_namespace_properties ... ok [INFO] [stdout] test passing_all_as_keyword_args_in_opposite_order ... ok [INFO] [stdout] test passing_required_args_as_a_keyword_arg ... ok [INFO] [stdout] test parent_selectors ... ok [INFO] [stdout] test placeholder ... ignored [INFO] [stdout] test placeholder_with_media ... ignored [INFO] [stdout] test precision ... ignored [INFO] [stdout] test numbers ... ok [INFO] [stdout] test nested_rules ... ok [INFO] [stdout] test prop_name_only_interpolation ... ok [INFO] [stdout] test property_interpolation_at_dashes ... ok [INFO] [stdout] test prop_name_interpolation_after_hyphen ... ok [INFO] [stdout] test nested_rules_with_fancy_selectors ... ok [INFO] [stdout] test one_line_comments ... ok [INFO] [stdout] test percentages ... ok [INFO] [stdout] test selector_interpolation_at_attr_beginning ... ok [INFO] [stdout] test sass_script ... ok [INFO] [stdout] test selector_interpolation_at_id_begininng ... ok [INFO] [stdout] test selector_interpolation_at_class_begininng ... ok [INFO] [stdout] test selector_interpolation_at_pseudo_begininng ... ok [INFO] [stdout] test simple_inheritance ... ignored [INFO] [stdout] test selector_interpolation_in_pseudoclass ... ok [INFO] [stdout] test star_plus_and_parent ... ok [INFO] [stdout] test quotes_in_interpolated_strings ... ok [INFO] [stdout] test several_namespace_properties ... ok [INFO] [stdout] test long_selector ... ok [INFO] [stdout] test simple_lists ... ok [INFO] [stdout] test test_while ... ok [INFO] [stdout] test url_import ... ok [INFO] [stdout] test variables ... ok [INFO] [stdout] test test_for ... ok [INFO] [stdout] test retina_image ... ok [INFO] [stdout] test vars ... ok [INFO] [stdout] test weird_added_space ... ok [INFO] [stdout] test strings ... ok [INFO] [stdout] test while_directive ... ok [INFO] [stdout] test test_if ... ok [INFO] [stdout] test while_in_functions ... ok [INFO] [stdout] test weird_selectors ... ok [INFO] [stdout] test lang ... ok [INFO] [stdout] test zero_compression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 113 passed; 0 failed; 14 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/scss_manual-0595898803bdd878 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test important_compact_input ... ok [INFO] [stdout] test media2 ... ok [INFO] [stdout] test precision ... ok [INFO] [stdout] test interpolation_sq ... ok [INFO] [stdout] test comparable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/scss_tests-712a86af39c46a72 [INFO] [stdout] [INFO] [stdout] running 126 tests [INFO] [stdout] test t007_test_guard_assign ... ok [INFO] [stdout] test t009_test_for_directive ... ok [INFO] [stdout] test t001_test_one_line_comments ... ok [INFO] [stdout] test t010_test_for_directive ... ok [INFO] [stdout] test t012_test_if_directive ... ok [INFO] [stdout] test t006_test_guard_assign ... ok [INFO] [stdout] test t011_test_if_directive ... ok [INFO] [stdout] test t005_test_unicode_variables ... ok [INFO] [stdout] test t002_test_one_line_comments ... ok [INFO] [stdout] test t008_test_sass_script ... ok [INFO] [stdout] test t004_test_variables ... ok [INFO] [stdout] test t003_test_variables ... ok [INFO] [stdout] test t014_test_comment_after_if_directive ... ok [INFO] [stdout] test t015_test_comment_after_if_directive ... ok [INFO] [stdout] test t013_test_if_directive ... ok [INFO] [stdout] test t025_test_dynamic_media_import ... ignored [INFO] [stdout] test t021_test_css_import_directive ... ok [INFO] [stdout] test t020_test_css_import_directive ... ok [INFO] [stdout] test t022_test_css_import_directive ... ok [INFO] [stdout] test t023_test_css_import_directive ... ok [INFO] [stdout] test t019_test_css_import_directive ... ok [INFO] [stdout] test t029_test_url_import ... ok [INFO] [stdout] test t028_test_import_with_interpolation ... ok [INFO] [stdout] test t027_test_protocol_relative_import ... ok [INFO] [stdout] test t030_test_block_comment_in_script ... ok [INFO] [stdout] test t031_test_line_comment_in_script ... ok [INFO] [stdout] test t032_test_nested_rules ... ok [INFO] [stdout] test t036_test_nested_rules_with_declarations ... ok [INFO] [stdout] test t024_test_media_import ... ok [INFO] [stdout] test t040_test_newlines_in_selectors ... ignored [INFO] [stdout] test t041_test_newlines_in_selectors ... ignored [INFO] [stdout] test t042_test_newlines_in_selectors ... ignored [INFO] [stdout] test t043_test_newlines_in_selectors ... ignored [INFO] [stdout] test t044_test_trailing_comma_in_selector ... ignored [INFO] [stdout] test t017_test_each_directive ... ok [INFO] [stdout] test t046_test_parent_selector_with_subject ... ignored [INFO] [stdout] test t047_test_unknown_directive_bubbling ... ok [INFO] [stdout] test t035_test_nested_rules_with_declarations ... ok [INFO] [stdout] test t038_test_nested_rules_with_fancy_selectors ... ok [INFO] [stdout] test t033_test_nested_rules ... ok [INFO] [stdout] test t034_test_nested_rules ... ok [INFO] [stdout] test t037_test_nested_rules_with_declarations ... ok [INFO] [stdout] test t048_test_namespace_properties ... ok [INFO] [stdout] test t045_test_parent_selectors ... ok [INFO] [stdout] test t049_test_several_namespace_properties ... ok [INFO] [stdout] test t050_test_nested_namespace_properties ... ok [INFO] [stdout] test t056_test_basic_mixins ... ok [INFO] [stdout] test t053_test_no_namespace_properties_without_space ... ok [INFO] [stdout] test t054_test_basic_mixins ... ok [INFO] [stdout] test t052_test_namespace_properties_with_script_value ... ok [INFO] [stdout] test t055_test_basic_mixins ... ok [INFO] [stdout] test t062_test_basic_function ... ok [INFO] [stdout] test t057_test_mixins_with_empty_args ... ok [INFO] [stdout] test t059_test_mixins_with_empty_args ... ok [INFO] [stdout] test t060_test_mixins_with_args ... ok [INFO] [stdout] test t058_test_mixins_with_empty_args ... ok [INFO] [stdout] test t051_test_namespace_properties_with_value ... ok [INFO] [stdout] test t061_test_mixins_with_args ... ok [INFO] [stdout] test t063_test_function_args ... ok [INFO] [stdout] test t067_test_mixin_splat_args ... ignored [INFO] [stdout] test t068_test_mixin_splat_expression ... ignored [INFO] [stdout] test t069_test_mixin_splat_args_with_var_args ... ignored [INFO] [stdout] test t070_test_mixin_splat_args_with_var_args_and_normal_args ... ignored [INFO] [stdout] test t071_test_mixin_splat_args_with_var_args_preserves_separator ... ignored [INFO] [stdout] test t072_test_mixin_var_and_splat_args_pass_through_keywords ... ignored [INFO] [stdout] test t078_test_mixin_list_of_pairs_splat_treated_as_list ... ignored [INFO] [stdout] test t086_test_function_splat_args ... ignored [INFO] [stdout] test t087_test_function_splat_expression ... ignored [INFO] [stdout] test t088_test_function_splat_args_with_var_args ... ignored [INFO] [stdout] test t089_test_function_splat_args_with_var_args_and_normal_args ... ignored [INFO] [stdout] test t090_test_function_splat_args_with_var_args_preserves_separator ... ignored [INFO] [stdout] test t091_test_function_var_and_splat_args_pass_through_keywords ... ignored [INFO] [stdout] test t098_test_function_list_of_pairs_splat_treated_as_list ... ignored [INFO] [stdout] test t103_test_function_var_args_passed_to_native ... ignored [INFO] [stdout] test t104_test_basic_selector_interpolation ... ok [INFO] [stdout] test t064_test_mixin_var_args ... ok [INFO] [stdout] test t039_test_almost_ambiguous_nested_rules_and_declarations ... ok [INFO] [stdout] test t066_test_mixin_var_args_act_like_list ... ok [INFO] [stdout] test t084_test_function_empty_var_args ... ok [INFO] [stdout] test t065_test_mixin_empty_var_args ... ok [INFO] [stdout] test t083_test_function_var_args ... ok [INFO] [stdout] test t107_test_selector_only_interpolation ... ok [INFO] [stdout] test t112_test_selector_interpolation_at_id_begininng ... ok [INFO] [stdout] test t106_test_basic_selector_interpolation ... ok [INFO] [stdout] test t109_test_selector_interpolation_in_string ... ok [INFO] [stdout] test t111_test_selector_interpolation_at_class_begininng ... ok [INFO] [stdout] test t110_test_selector_interpolation_in_pseudoclass ... ok [INFO] [stdout] test t118_test_parent_selector_with_parent_and_subject ... ignored [INFO] [stdout] test t108_test_selector_interpolation_before_element_name ... ok [INFO] [stdout] test t114_test_selector_interpolation_at_attr_beginning ... ok [INFO] [stdout] test t116_test_selector_interpolation_at_dashes ... ok [INFO] [stdout] test t115_test_selector_interpolation_at_attr_end ... ok [INFO] [stdout] test t128_test_supports_with_expressions ... ignored [INFO] [stdout] test t129_test_supports_bubbling ... ignored [INFO] [stdout] test t130_test_random_directive_interpolation ... ignored [INFO] [stdout] test t113_test_selector_interpolation_at_pseudo_begininng ... ok [INFO] [stdout] test t105_test_basic_selector_interpolation ... ok [INFO] [stdout] test t131_test_nested_mixin_def ... ok [INFO] [stdout] test t085_test_function_var_args_act_like_list ... ok [INFO] [stdout] test t121_test_prop_name_only_interpolation ... ok [INFO] [stdout] test t172_test_parsing_decimals_followed_by_comments_doesnt_take_forever ... ignored [INFO] [stdout] test t120_test_basic_prop_name_interpolation ... ok [INFO] [stdout] test t174_test_import_comments_in_imports ... ignored [INFO] [stdout] test t176_test_newline_selector_rendered_multiple_times ... ignored [INFO] [stdout] test t133_test_nested_function_def ... ok [INFO] [stdout] test t122_test_directive_interpolation ... ok [INFO] [stdout] test t177_test_prop_name_interpolation_after_hyphen ... ok [INFO] [stdout] test t132_test_nested_mixin_shadow ... ok [INFO] [stdout] test t171_test_loud_comment_in_compressed_mode ... ok [INFO] [stdout] test t119_test_basic_prop_name_interpolation ... ok [INFO] [stdout] test t134_test_nested_function_shadow ... ok [INFO] [stdout] test t178_test_star_plus_and_parent ... ok [INFO] [stdout] test t184_test_passing_all_as_keyword_args_in_opposite_order ... ok [INFO] [stdout] test t186_test_newlines_removed_from_selectors_when_compressed ... ignored [INFO] [stdout] test t180_test_interpolation_with_bracket_on_next_line ... ok [INFO] [stdout] test t188_test_mixin_content ... ignored [INFO] [stdout] test t179_test_weird_added_space ... ok [INFO] [stdout] test t182_test_mixin_with_keyword_args ... ok [INFO] [stdout] test t191_test_extend_in_media_in_rule ... ignored [INFO] [stdout] test t181_test_interpolation ... ok [INFO] [stdout] test t187_test_multiline_var ... ok [INFO] [stdout] test t185_test_keyword_args_in_functions ... ok [INFO] [stdout] test t189_test_empty_content ... ok [INFO] [stdout] test t183_test_passing_required_args_as_a_keyword_arg ... ok [INFO] [stdout] test t190_test_options_passed_to_script ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/selector_functions-64e665b96d919a59 [INFO] [stdout] test t173_test_parsing_many_numbers_doesnt_take_forever ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 94 passed; 0 failed; 32 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test extend::nested ... ignored [INFO] [stdout] test extend::simple ... ignored [INFO] [stdout] test parse ... ignored [INFO] [stdout] test replace ... ignored [INFO] [stdout] test replace_not ... ignored [INFO] [stdout] test unify::base ... ignored [INFO] [stdout] test unify::universal_simple ... ignored [INFO] [stdout] test nest ... ok [INFO] [stdout] test append ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/selector_functions_manual-fc30b6ad94f8b033 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/unicode-4b265e551d916930 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test unicode_in_expanded ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/values-0aade94b69ce6a43 [INFO] [stdout] test unicode_in_compressed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test colors::alpha_hex::initial_digit ... ignored [INFO] [stdout] test colors::alpha_hex::initial_letter ... ignored [INFO] [stdout] test identifiers::escape::normalize ... ignored [INFO] [stdout] test identifiers::escape::script ... ignored [INFO] [stdout] test numbers::units::multiple ... ignored [INFO] [stdout] test maps::length ... ok [INFO] [stdout] test ids ... ok [INFO] [stdout] test lists::equality ... ok [INFO] [stdout] test maps::map_values ... ok [INFO] [stdout] test lists::brackets ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rsass [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/file_context.rs - file_context::FileContext (line 10) ... ok [INFO] [stdout] test src/lib.rs - compile_scss_file (line 116) ... ok [INFO] [stdout] test src/lib.rs - compile_scss (line 80) ... ok [INFO] [stdout] test src/lib.rs - compile_value (line 64) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f028c16c1447b4a297d8463da758fc7350a8957e40cab30e99c09ea9a0ef67e5"` [INFO] running `"docker" "rm" "-f" "f028c16c1447b4a297d8463da758fc7350a8957e40cab30e99c09ea9a0ef67e5"` [INFO] [stdout] f028c16c1447b4a297d8463da758fc7350a8957e40cab30e99c09ea9a0ef67e5