[INFO] fetching crate cnxt 0.1.6...
[INFO] testing cnxt-0.1.6 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate cnxt 0.1.6 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate cnxt 0.1.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cnxt 0.1.6
[INFO] tweaked toml for crates.io crate cnxt 0.1.6 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cnxt 0.1.6 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cnxt 0.1.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d87e5b12b67ea467ef2f871e52377dc5fb37761e2b314a9492fc5dc3619afaa
[INFO] running `Command { std: "docker" "start" "-a" "3d87e5b12b67ea467ef2f871e52377dc5fb37761e2b314a9492fc5dc3619afaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d87e5b12b67ea467ef2f871e52377dc5fb37761e2b314a9492fc5dc3619afaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d87e5b12b67ea467ef2f871e52377dc5fb37761e2b314a9492fc5dc3619afaa", kill_on_drop: false }`
[INFO] [stdout] 3d87e5b12b67ea467ef2f871e52377dc5fb37761e2b314a9492fc5dc3619afaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc890a6af11c837db2f41c16ee9a4c5abd434a67a146bd29b7db6841e81e75e8
[INFO] running `Command { std: "docker" "start" "-a" "fc890a6af11c837db2f41c16ee9a4c5abd434a67a146bd29b7db6841e81e75e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling cnxt v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:529:37
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<str> {
[INFO] [stdout]     |                                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "fc890a6af11c837db2f41c16ee9a4c5abd434a67a146bd29b7db6841e81e75e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc890a6af11c837db2f41c16ee9a4c5abd434a67a146bd29b7db6841e81e75e8", kill_on_drop: false }`
[INFO] [stdout] fc890a6af11c837db2f41c16ee9a4c5abd434a67a146bd29b7db6841e81e75e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbd36e335ccde778a578f58480419444c1da889dc12d32c7f54a6df81bfe9b0d
[INFO] running `Command { std: "docker" "start" "-a" "fbd36e335ccde778a578f58480419444c1da889dc12d32c7f54a6df81bfe9b0d", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling image-webp v0.2.1
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:529:37
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<str> {
[INFO] [stdout]     |                                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling profiling v1.0.16
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ravif v0.11.12
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling cnxt v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:529:37
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<str> {
[INFO] [stdout]     |                                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "fbd36e335ccde778a578f58480419444c1da889dc12d32c7f54a6df81bfe9b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbd36e335ccde778a578f58480419444c1da889dc12d32c7f54a6df81bfe9b0d", kill_on_drop: false }`
[INFO] [stdout] fbd36e335ccde778a578f58480419444c1da889dc12d32c7f54a6df81bfe9b0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e4829de302a2ff5ed9710e7bf9a98ef1caf72ecd2e38fd692525ca45a86d3088
[INFO] running `Command { std: "docker" "start" "-a" "e4829de302a2ff5ed9710e7bf9a98ef1caf72ecd2e38fd692525ca45a86d3088", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:529:37
[INFO] [stderr]     |
[INFO] [stderr] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<str> {
[INFO] [stderr]     |                                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 529 |     fn escape_inner_reset_sequences(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `cnxt` (lib) generated 1 warning (run `cargo fix --lib -p cnxt` to apply 1 suggestion)
[INFO] [stderr] warning: `cnxt` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cnxt-0b38d39409206922)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cnxt
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - (line 37) ... ok
[INFO] [stdout] test src/control.rs - control::COLOR_LEVEL_DETECTED (line 40) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 129) ... ok
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) ... FAILED
[INFO] [stdout] test src/control.rs - control (line 8) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 117) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 148) ... ok
[INFO] [stdout] test src/style.rs - style::Style (line 175) ... ok
[INFO] [stdout] test src/style.rs - style::Styles (line 198) ... ok
[INFO] [stdout] test src/style.rs - style::Style (line 158) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString<'_>::is_plain (line 477) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 67) stdout ----
[INFO] [stdout] error[E0599]: no method named `red_if` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> src/lib.rs:71:22
[INFO] [stdout]     |
[INFO] [stdout]  71 | println!("{}", "red".red_if(true)); // print red color
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `red` with a similar name, but with different arguments
[INFO] [stdout]    --> src/lib.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 | /                 fn $method(self) -> ColoredString<'a>
[INFO] [stdout] 180 | |                 where
[INFO] [stdout] 181 | |                     Self: Sized,
[INFO] [stdout]     | |________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 259 | /     impl_basic_fg_colors! {
[INFO] [stdout] 260 | |         (black, Black),
[INFO] [stdout] 261 | |         (red, Red),
[INFO] [stdout] 262 | |         (green, Green),
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |         (bright_white, BrightWhite)
[INFO] [stdout] 278 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_basic_fg_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `red_if` found for reference `&'static str` in the current scope
[INFO] [stdout]    --> src/lib.rs:72:22
[INFO] [stdout]     |
[INFO] [stdout]  72 | println!("{}", "red".red_if(false)); // print no color
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `red` with a similar name, but with different arguments
[INFO] [stdout]    --> src/lib.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 | /                 fn $method(self) -> ColoredString<'a>
[INFO] [stdout] 180 | |                 where
[INFO] [stdout] 181 | |                     Self: Sized,
[INFO] [stdout]     | |________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 259 | /     impl_basic_fg_colors! {
[INFO] [stdout] 260 | |         (black, Black),
[INFO] [stdout] 261 | |         (red, Red),
[INFO] [stdout] 262 | |         (green, Green),
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |         (bright_white, BrightWhite)
[INFO] [stdout] 278 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_basic_fg_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `red_if` found for struct `ColoredString<'_>` in the current scope
[INFO] [stdout]    --> src/lib.rs:74:32
[INFO] [stdout]     |
[INFO] [stdout]  74 | println!("{}", "green".green().red_if(false));
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `red` with a similar name, but with different arguments
[INFO] [stdout]    --> src/lib.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 | /                 fn $method(self) -> ColoredString<'a>
[INFO] [stdout] 180 | |                 where
[INFO] [stdout] 181 | |                     Self: Sized,
[INFO] [stdout]     | |________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 259 | /     impl_basic_fg_colors! {
[INFO] [stdout] 260 | |         (black, Black),
[INFO] [stdout] 261 | |         (red, Red),
[INFO] [stdout] 262 | |         (green, Green),
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |         (bright_white, BrightWhite)
[INFO] [stdout] 278 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_basic_fg_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 67)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.51s; merged doctests compilation took 0.11s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e4829de302a2ff5ed9710e7bf9a98ef1caf72ecd2e38fd692525ca45a86d3088", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4829de302a2ff5ed9710e7bf9a98ef1caf72ecd2e38fd692525ca45a86d3088", kill_on_drop: false }`
[INFO] [stdout] e4829de302a2ff5ed9710e7bf9a98ef1caf72ecd2e38fd692525ca45a86d3088
