Compiling libc v0.2.97 Compiling cfg-if v1.0.0 Compiling autocfg v1.0.1 Compiling proc-macro2 v1.0.27 Compiling unicode-xid v0.2.2 Compiling lazy_static v1.4.0 Compiling syn v1.0.73 Compiling ryu v1.0.5 Compiling serde_derive v1.0.126 Compiling memchr v2.4.0 Compiling serde v1.0.126 Compiling bitflags v1.2.1 Compiling crossbeam-utils v0.8.5 Compiling getrandom v0.1.16 Compiling semver v1.0.3 Compiling unicode-width v0.1.8 Compiling winapi v0.3.9 Compiling vec_map v0.8.2 Compiling serde_json v1.0.64 Compiling itoa v0.4.7 Compiling ansi_term v0.11.0 Compiling crossbeam-epoch v0.9.5 Compiling strsim v0.8.0 Compiling rayon-core v1.9.1 Compiling lexical-core v0.7.6 Compiling either v1.6.1 Compiling scopeguard v1.1.0 Compiling version_check v0.9.3 Compiling regex-syntax v0.6.25 Compiling log v0.4.14 Compiling static_assertions v1.1.0 Compiling arrayvec v0.5.2 Compiling ppv-lite86 v0.2.10 Compiling escargot v0.5.2 Compiling doc-comment v0.3.3 Compiling plotters-backend v0.3.2 Compiling regex-automata v0.1.10 Compiling predicates-core v1.0.2 Compiling difference v2.0.0 Compiling half v1.7.1 Compiling treeline v0.1.0 Compiling same-file v1.0.6 Compiling once_cell v1.8.0 Compiling oorandom v11.1.3 Compiling walkdir v2.3.2 Compiling itertools v0.9.0 Compiling itertools v0.10.1 Compiling predicates v1.0.8 Compiling predicates-tree v1.0.2 Compiling plotters-svg v0.3.1 Compiling memoffset v0.6.4 Compiling num-traits v0.2.14 Compiling rayon v1.5.1 Compiling nom v5.1.2 Compiling output_vt100 v0.1.2 Compiling crossbeam-channel v0.5.1 Compiling rustc_version v0.4.0 Compiling aho-corasick v0.7.18 Compiling csv-core v0.1.10 Compiling quote v1.0.9 Compiling term_size v0.3.2 Compiling atty v0.2.14 Compiling num_cpus v1.13.0 Compiling wait-timeout v0.2.0 Compiling cast v0.2.7 Compiling textwrap v0.11.0 Compiling crossbeam-deque v0.8.0 Compiling rand_core v0.5.1 Compiling clap v2.33.3 Compiling rand_chacha v0.2.2 Compiling rand_xoshiro v0.4.0 Compiling criterion-plot v0.4.3 Compiling plotters v0.3.1 Compiling approx v0.3.2 Compiling rand v0.7.3 Compiling regex v1.5.4 Compiling pastel v0.8.1 (/build/pastel/src/pastel) Compiling bstr v0.2.16 Compiling serde_cbor v0.11.1 Compiling csv v1.1.6 Compiling tinytemplate v1.2.1 Compiling criterion v0.3.4 Compiling assert_cmd v0.12.2 Finished test [unoptimized + debuginfo] target(s) in 4m 09s Running unittests (target/debug/deps/pastel-f54bc59d9bc2c17c) running 55 tests test ansi::tests::from_ansi_8bit_lower_16 ... ok test ansi::tests::from_ansi_8bit_grays ... ok test ansi::tests::from_ansi_8bit_cube ... ok test helper::test_interpolate_angle ... ok test helper::test_interpolate ... ok test ansi::tests::brush ... ok test tests::brightness ... ok test ansi::tests::to_ansi_8bit_cube ... ok test tests::color_scale_empty_sample_none ... ok test ansi::tests::to_ansi_8bit_grays ... ok test distinct::tests::test_rearrange_sequence ... ok test tests::color_scale_one_color_sample_none ... ok test tests::distance_delta_e_cie76 ... ok test delta_e::tests::tests ... ok test ansi::tests::ansi_style ... ok test tests::luminance ... ok test tests::complementary ... ok test tests::lms_conversion ... ok test tests::lab_conversion ... ok test tests::to_lab_string ... ok test tests::lighten ... ok test tests::to_lch_string ... ok test tests::to_hsl_string ... ok test tests::contrast_ratio ... ok test tests::mixing_with_gray_preserves_hue ... ok test ansi::tests::to_ansi_8bit_lower_16 ... ok test tests::rotate_hue ... ok test tests::to_gray ... ok test tests::color_scale_sample_same_position ... ok test tests::text_color ... ok test tests::rgb_roundtrip_conversion ... ok test tests::lch_conversion ... ok test tests::mix ... ok test tests::color_scale_sample ... ok test tests::color_scale_add_preserves_ordering ... ok test tests::to_cmyk_string ... ok test tests::color_partial_eq ... ok test parser::parse_rgb_hex_syntax ... ok test types::tests::test_mod_positive ... ok test types::tests::test_hue_clipping ... ok test tests::to_rgb_string ... ok test distinct::tests::test_distinct_all_fixed_colors ... ok test tests::color_scale_sample_position ... ok test tests::to_rgb_hex_string ... ok test tests::rgb_to_hsl_conversion ... ok test tests::to_u32 ... ok test parser::parse_rgb_standalone_syntax ... ok test tests::to_rgb_float_string ... ok test tests::xyz_conversion ... ok test distinct::tests::test_distinct_2_fixed_colors ... ok test parser::parse_lab_syntax ... ok test parser::parse_gray_syntax ... ok test parser::parse_hsl_syntax ... ok test parser::parse_rgb_functional_syntax ... ok test parser::parse_named_syntax ... ok test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s Running unittests (target/debug/deps/pastel-12029a3028574ccd) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/integration_tests.rs (target/debug/deps/integration_tests-f34bf255370796d7) running 6 tests test sort_by_basic ... ok test color_reads_colors_from_stdin ... ok test format_basic ... ok test pipe_into_format_command ... ok test color_reads_colors_from_args ... ok test set_basic ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s Doc-tests pastel running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s