[INFO] fetching crate cnxt 0.1.6...
[INFO] testing cnxt-0.1.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[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 c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72cf861b8eb0eab86618caee45dd74c845ccad5f57ed05a9f56c0746bc6d80a1
[INFO] running `Command { std: "docker" "start" "-a" "72cf861b8eb0eab86618caee45dd74c845ccad5f57ed05a9f56c0746bc6d80a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72cf861b8eb0eab86618caee45dd74c845ccad5f57ed05a9f56c0746bc6d80a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72cf861b8eb0eab86618caee45dd74c845ccad5f57ed05a9f56c0746bc6d80a1", kill_on_drop: false }`
[INFO] [stdout] 72cf861b8eb0eab86618caee45dd74c845ccad5f57ed05a9f56c0746bc6d80a1
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0bb204645aee2c08e0f6783daf5c068e28b2b7f9b27a50cdc278c1197dc5e34a
[INFO] running `Command { std: "docker" "start" "-a" "0bb204645aee2c08e0f6783daf5c068e28b2b7f9b27a50cdc278c1197dc5e34a", 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.72s
[INFO] running `Command { std: "docker" "inspect" "0bb204645aee2c08e0f6783daf5c068e28b2b7f9b27a50cdc278c1197dc5e34a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bb204645aee2c08e0f6783daf5c068e28b2b7f9b27a50cdc278c1197dc5e34a", kill_on_drop: false }`
[INFO] [stdout] 0bb204645aee2c08e0f6783daf5c068e28b2b7f9b27a50cdc278c1197dc5e34a
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7258c3833816d2d1c58d574ecabe97dbb64b7f0a57e70f91e6e8414f9d8cb5e
[INFO] running `Command { std: "docker" "start" "-a" "b7258c3833816d2d1c58d574ecabe97dbb64b7f0a57e70f91e6e8414f9d8cb5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling image-webp v0.2.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[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 rayon v1.10.0
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[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 maybe-rayon v0.1.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 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 37.84s
[INFO] running `Command { std: "docker" "inspect" "b7258c3833816d2d1c58d574ecabe97dbb64b7f0a57e70f91e6e8414f9d8cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7258c3833816d2d1c58d574ecabe97dbb64b7f0a57e70f91e6e8414f9d8cb5e", kill_on_drop: false }`
[INFO] [stdout] b7258c3833816d2d1c58d574ecabe97dbb64b7f0a57e70f91e6e8414f9d8cb5e
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4670c3b0e219e7df6c642f9a0f4045386a4c8e49d0a844777fd4a107c2d5117d
[INFO] running `Command { std: "docker" "start" "-a" "4670c3b0e219e7df6c642f9a0f4045386a4c8e49d0a844777fd4a107c2d5117d", 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.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cnxt-f0add5629c89707d)
[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/lib.rs - (line 37) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 117) ... ok
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - ColoredString (line 148) ... ok
[INFO] [stdout] test src/control.rs - control (line 8) ... ok
[INFO] [stdout] test src/style.rs - style::Style (line 175) ... 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] 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/style.rs - style::Styles (line 198) ... 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]    --> /opt/rustwide/workdir/src/lib.rs:259:5
[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]     | |_____^
[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]    --> /opt/rustwide/workdir/src/lib.rs:259:5
[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]     | |_____^
[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]    --> /opt/rustwide/workdir/src/lib.rs:259:5
[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]     | |_____^
[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.51s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.62s; merged doctests compilation took 0.11s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "4670c3b0e219e7df6c642f9a0f4045386a4c8e49d0a844777fd4a107c2d5117d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4670c3b0e219e7df6c642f9a0f4045386a4c8e49d0a844777fd4a107c2d5117d", kill_on_drop: false }`
[INFO] [stdout] 4670c3b0e219e7df6c642f9a0f4045386a4c8e49d0a844777fd4a107c2d5117d
