[INFO] fetching crate cnxt 0.1.6...
[INFO] testing cnxt-0.1.6 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate cnxt 0.1.6 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cnxt 0.1.6 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 05defe686d716386378cb9fd96ebb93c4e31a08f64f47cf55d68a70d4b81fb3a
[INFO] running `Command { std: "docker" "start" "-a" "05defe686d716386378cb9fd96ebb93c4e31a08f64f47cf55d68a70d4b81fb3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05defe686d716386378cb9fd96ebb93c4e31a08f64f47cf55d68a70d4b81fb3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05defe686d716386378cb9fd96ebb93c4e31a08f64f47cf55d68a70d4b81fb3a", kill_on_drop: false }`
[INFO] [stdout] 05defe686d716386378cb9fd96ebb93c4e31a08f64f47cf55d68a70d4b81fb3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 5ea45fac7f1bc186215ca9fb149d11eb1b3164902cf0789199e2cc04f1d52f7e
[INFO] running `Command { std: "docker" "start" "-a" "5ea45fac7f1bc186215ca9fb149d11eb1b3164902cf0789199e2cc04f1d52f7e", 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.46s
[INFO] running `Command { std: "docker" "inspect" "5ea45fac7f1bc186215ca9fb149d11eb1b3164902cf0789199e2cc04f1d52f7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ea45fac7f1bc186215ca9fb149d11eb1b3164902cf0789199e2cc04f1d52f7e", kill_on_drop: false }`
[INFO] [stdout] 5ea45fac7f1bc186215ca9fb149d11eb1b3164902cf0789199e2cc04f1d52f7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] f4f1a3d6804afac35d84224a813fb69e46059f435226c357ea59be2f2f65aa02
[INFO] running `Command { std: "docker" "start" "-a" "f4f1a3d6804afac35d84224a813fb69e46059f435226c357ea59be2f2f65aa02", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling image-webp v0.2.1
[INFO] [stderr]    Compiling gif v0.13.1
[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 flate2 v1.1.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[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 34.87s
[INFO] running `Command { std: "docker" "inspect" "f4f1a3d6804afac35d84224a813fb69e46059f435226c357ea59be2f2f65aa02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4f1a3d6804afac35d84224a813fb69e46059f435226c357ea59be2f2f65aa02", kill_on_drop: false }`
[INFO] [stdout] f4f1a3d6804afac35d84224a813fb69e46059f435226c357ea59be2f2f65aa02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 65f1d52d90429d69afb1ac5f9382f6e70bbc82638a5ce5421ee2501f366af29c
[INFO] running `Command { std: "docker" "start" "-a" "65f1d52d90429d69afb1ac5f9382f6e70bbc82638a5ce5421ee2501f366af29c", 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.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/cnxt/0b38d39409206922/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 67) ... FAILED
[INFO] [stdout] test src/style.rs - style::Style (line 158) ... ok
[INFO] [stdout] test src/style.rs - style::Style (line 175) ... ok
[INFO] [stdout] test src/lib.rs - (line 37) ... ok
[INFO] [stdout] test src/control.rs - control (line 8) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString<'_>::is_plain (line 477) ... ok
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 117) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 129) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 148) ... ok
[INFO] [stdout] test src/style.rs - style::Styles (line 198) ... ok
[INFO] [stdout] test src/control.rs - control::COLOR_LEVEL_DETECTED (line 40) ... 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 0.91s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.11s; merged doctests compilation took 0.19s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "65f1d52d90429d69afb1ac5f9382f6e70bbc82638a5ce5421ee2501f366af29c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65f1d52d90429d69afb1ac5f9382f6e70bbc82638a5ce5421ee2501f366af29c", kill_on_drop: false }`
[INFO] [stdout] 65f1d52d90429d69afb1ac5f9382f6e70bbc82638a5ce5421ee2501f366af29c
