[INFO] fetching crate ansi-colors 0.3.0... [INFO] testing ansi-colors-0.3.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ansi-colors 0.3.0 into /workspace/builds/worker-34/source [INFO] validating manifest of crates.io crate ansi-colors 0.3.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ansi-colors 0.3.0 [INFO] finished tweaking crates.io crate ansi-colors 0.3.0 [INFO] tweaked toml for crates.io crate ansi-colors 0.3.0 written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate crates.io crate ansi-colors 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17cdfa22054f01d120997891afb03b24afda73a094b1f8b231ce3b53d253d0bd [INFO] running `Command { std: "docker" "start" "-a" "17cdfa22054f01d120997891afb03b24afda73a094b1f8b231ce3b53d253d0bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17cdfa22054f01d120997891afb03b24afda73a094b1f8b231ce3b53d253d0bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17cdfa22054f01d120997891afb03b24afda73a094b1f8b231ce3b53d253d0bd", kill_on_drop: false }` [INFO] [stdout] 17cdfa22054f01d120997891afb03b24afda73a094b1f8b231ce3b53d253d0bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef96bf26cfe670492e62edea609f1cde4c112b78b9f509442660d61e132fcac6 [INFO] running `Command { std: "docker" "start" "-a" "ef96bf26cfe670492e62edea609f1cde4c112b78b9f509442660d61e132fcac6", kill_on_drop: false }` [INFO] [stderr] Compiling ansi-colors v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `colorer` [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | colorer:String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `closer` [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | closer:String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "ef96bf26cfe670492e62edea609f1cde4c112b78b9f509442660d61e132fcac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef96bf26cfe670492e62edea609f1cde4c112b78b9f509442660d61e132fcac6", kill_on_drop: false }` [INFO] [stdout] ef96bf26cfe670492e62edea609f1cde4c112b78b9f509442660d61e132fcac6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0ce3770a3547a32c1c471663e70d6c111e4382ec86a32f243920857de47afc0 [INFO] running `Command { std: "docker" "start" "-a" "c0ce3770a3547a32c1c471663e70d6c111e4382ec86a32f243920857de47afc0", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `colorer` [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | colorer:String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ansi-colors v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `closer` [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | closer:String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colorer` [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | colorer:String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `closer` [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | closer:String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "c0ce3770a3547a32c1c471663e70d6c111e4382ec86a32f243920857de47afc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0ce3770a3547a32c1c471663e70d6c111e4382ec86a32f243920857de47afc0", kill_on_drop: false }` [INFO] [stdout] c0ce3770a3547a32c1c471663e70d6c111e4382ec86a32f243920857de47afc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cf808e487c35c97adbbec9697ab0f000aa670812975f1cca41abc07e80c54294 [INFO] running `Command { std: "docker" "start" "-a" "cf808e487c35c97adbbec9697ab0f000aa670812975f1cca41abc07e80c54294", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `colorer` [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | colorer:String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone)] [INFO] [stdout] [INFO] [stderr] | ^^^^^ [INFO] [stdout] running 0 tests [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: field is never read: `closer` [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | closer:String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ColouredStr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ansi-colors` (lib) generated 2 warnings [INFO] [stderr] warning: `ansi-colors` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ansi_colors-27604f2b0c82b778) [INFO] [stderr] Doc-tests ansi_colors [INFO] [stdout] [INFO] [stdout] running 50 tests [INFO] [stdout] test src/lib.rs - ColouredStr::reset_underline (line 783) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::pink (line 333) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::gray (line 249) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::dark_gray (line 263) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_magenta (line 556) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_blue (line 511) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::hidden (line 467) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::reset_blink (line 799) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_cyan (line 571) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::reset_bold (line 751) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::bold (line 389) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_light_yellow (line 646) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::yellow (line 207) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::black (line 165) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::blue (line 147) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_light_blue (line 661) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_red (line 496) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_pink (line 676) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_yellow (line 541) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::cyan (line 235) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_none (line 721) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::light_yellow (line 305) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::magenta (line 221) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_light_red (line 616) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_green (line 526) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::new (line 57) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::reset_all (line 736) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_dark_gray (line 601) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_light_green (line 631) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::underline (line 421) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::none (line 375) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::back_white (line 706) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::green (line 193) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::white (line 361) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::red (line 179) ... FAILED [INFO] [stdout] test src/lib.rs - ColouredStr::reverse (line 453) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr (line 29) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr (line 16) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::light_blue (line 319) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::light_green (line 291) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::reset_hidden (line 831) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::light_cyan (line 347) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::back_gray (line 586) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::back_light_cyan (line 691) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::back_black (line 481) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::light_red (line 277) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::dim (line 407) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::reset_reverse (line 815) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::reset_dim (line 767) ... ok [INFO] [stdout] test src/lib.rs - ColouredStr::blink (line 439) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - ColouredStr::reset_underline (line 783) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::pink (line 333) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::gray (line 249) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::dark_gray (line 263) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_magenta (line 556) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_blue (line 511) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::hidden (line 467) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::reset_blink (line 799) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_cyan (line 571) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::reset_bold (line 751) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::bold (line 389) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_light_yellow (line 646) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::yellow (line 207) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::black (line 165) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::blue (line 147) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_light_blue (line 661) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_red (line 496) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_pink (line 676) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_yellow (line 541) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::cyan (line 235) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_none (line 721) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::light_yellow (line 305) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::magenta (line 221) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_light_red (line 616) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_green (line 526) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::new (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::reset_all (line 736) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_dark_gray (line 601) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_light_green (line 631) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::underline (line 421) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::none (line 375) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::back_white (line 706) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::green (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::white (line 361) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ColouredStr::red (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - ColouredStr::back_blue (line 511) [INFO] [stdout] src/lib.rs - ColouredStr::back_cyan (line 571) [INFO] [stdout] src/lib.rs - ColouredStr::back_dark_gray (line 601) [INFO] [stdout] src/lib.rs - ColouredStr::back_green (line 526) [INFO] [stdout] src/lib.rs - ColouredStr::back_light_blue (line 661) [INFO] [stdout] src/lib.rs - ColouredStr::back_light_green (line 631) [INFO] [stdout] src/lib.rs - ColouredStr::back_light_red (line 616) [INFO] [stdout] src/lib.rs - ColouredStr::back_light_yellow (line 646) [INFO] [stdout] src/lib.rs - ColouredStr::back_magenta (line 556) [INFO] [stdout] src/lib.rs - ColouredStr::back_none (line 721) [INFO] [stdout] src/lib.rs - ColouredStr::back_pink (line 676) [INFO] [stdout] src/lib.rs - ColouredStr::back_red (line 496) [INFO] [stdout] src/lib.rs - ColouredStr::back_white (line 706) [INFO] [stdout] src/lib.rs - ColouredStr::back_yellow (line 541) [INFO] [stdout] src/lib.rs - ColouredStr::black (line 165) [INFO] [stdout] src/lib.rs - ColouredStr::blue (line 147) [INFO] [stdout] src/lib.rs - ColouredStr::bold (line 389) [INFO] [stdout] src/lib.rs - ColouredStr::cyan (line 235) [INFO] [stdout] src/lib.rs - ColouredStr::dark_gray (line 263) [INFO] [stdout] src/lib.rs - ColouredStr::gray (line 249) [INFO] [stdout] src/lib.rs - ColouredStr::green (line 193) [INFO] [stdout] src/lib.rs - ColouredStr::hidden (line 467) [INFO] [stdout] src/lib.rs - ColouredStr::light_yellow (line 305) [INFO] [stdout] src/lib.rs - ColouredStr::magenta (line 221) [INFO] [stdout] src/lib.rs - ColouredStr::new (line 57) [INFO] [stdout] src/lib.rs - ColouredStr::none (line 375) [INFO] [stdout] src/lib.rs - ColouredStr::pink (line 333) [INFO] [stdout] src/lib.rs - ColouredStr::red (line 179) [INFO] [stdout] src/lib.rs - ColouredStr::reset_all (line 736) [INFO] [stdout] src/lib.rs - ColouredStr::reset_blink (line 799) [INFO] [stdout] src/lib.rs - ColouredStr::reset_bold (line 751) [INFO] [stdout] src/lib.rs - ColouredStr::reset_underline (line 783) [INFO] [stdout] src/lib.rs - ColouredStr::underline (line 421) [INFO] [stdout] src/lib.rs - ColouredStr::white (line 361) [INFO] [stdout] src/lib.rs - ColouredStr::yellow (line 207) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 15 passed; 35 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.00s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "cf808e487c35c97adbbec9697ab0f000aa670812975f1cca41abc07e80c54294", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf808e487c35c97adbbec9697ab0f000aa670812975f1cca41abc07e80c54294", kill_on_drop: false }` [INFO] [stdout] cf808e487c35c97adbbec9697ab0f000aa670812975f1cca41abc07e80c54294