[INFO] cloning repository https://github.com/tnan2011/rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tnan2011/rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftnan2011%2Frust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftnan2011%2Frust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fb5be20a3ed7b56b16dc32e654407262c85dd8b
[INFO] testing tnan2011/rust against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftnan2011%2Frust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tnan2011/rust
[INFO] finished tweaking git repo https://github.com/tnan2011/rust
[INFO] tweaked toml for git repo https://github.com/tnan2011/rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tnan2011/rust 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 git repo https://github.com/tnan2011/rust 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f4e3d37791a1e1e5b31577d0cf7a219300b505a498be16d6a4ae7e9412a5dec0
[INFO] running `Command { std: "docker" "start" "-a" "f4e3d37791a1e1e5b31577d0cf7a219300b505a498be16d6a4ae7e9412a5dec0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4e3d37791a1e1e5b31577d0cf7a219300b505a498be16d6a4ae7e9412a5dec0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4e3d37791a1e1e5b31577d0cf7a219300b505a498be16d6a4ae7e9412a5dec0", kill_on_drop: false }`
[INFO] [stdout] f4e3d37791a1e1e5b31577d0cf7a219300b505a498be16d6a4ae7e9412a5dec0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2cbceaaf6f0fb5ac33142c51e7b807306aba8b1fdfe149aa0d15aa5e67e3de76
[INFO] running `Command { std: "docker" "start" "-a" "2cbceaaf6f0fb5ac33142c51e7b807306aba8b1fdfe149aa0d15aa5e67e3de76", kill_on_drop: false }`
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.4
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v3.3.2
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling caseless v0.2.2
[INFO] [stderr]    Compiling clap v4.5.28
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling xml5ever v0.18.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling markup5ever_rcdom v0.3.0
[INFO] [stderr]    Compiling entities v1.0.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling onig v6.4.0
[INFO] [stderr]    Compiling syntect v5.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling html2md v0.2.15
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling bon v3.3.2
[INFO] [stderr]    Compiling comrak v0.35.0
[INFO] [stderr]    Compiling anchor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "2cbceaaf6f0fb5ac33142c51e7b807306aba8b1fdfe149aa0d15aa5e67e3de76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cbceaaf6f0fb5ac33142c51e7b807306aba8b1fdfe149aa0d15aa5e67e3de76", kill_on_drop: false }`
[INFO] [stdout] 2cbceaaf6f0fb5ac33142c51e7b807306aba8b1fdfe149aa0d15aa5e67e3de76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 55e029969f798656a32b66b90a1f42c95f3b2a07d9bc605da3580c2fe517367f
[INFO] running `Command { std: "docker" "start" "-a" "55e029969f798656a32b66b90a1f42c95f3b2a07d9bc605da3580c2fe517367f", kill_on_drop: false }`
[INFO] [stderr]    Compiling anchor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/utils/get_exts.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.73s
[INFO] running `Command { std: "docker" "inspect" "55e029969f798656a32b66b90a1f42c95f3b2a07d9bc605da3580c2fe517367f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55e029969f798656a32b66b90a1f42c95f3b2a07d9bc605da3580c2fe517367f", kill_on_drop: false }`
[INFO] [stdout] 55e029969f798656a32b66b90a1f42c95f3b2a07d9bc605da3580c2fe517367f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] fe71212f4ba985831890ea6acdd1410d533ff4aca1a41514213005a285bf4e5d
[INFO] running `Command { std: "docker" "start" "-a" "fe71212f4ba985831890ea6acdd1410d533ff4aca1a41514213005a285bf4e5d", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/utils/get_exts.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn get_file_ext(file_path: &str) -> 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] 5 | pub fn get_file_ext(file_path: &str) -> Cow<'_, str> {
[INFO] [stderr]   |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `anchor` (lib) generated 1 warning (run `cargo fix --lib -p anchor` to apply 1 suggestion)
[INFO] [stderr] warning: `anchor` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `anchor` (bin "anchor") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `anchor` (bin "anchor" 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/anchor-19b8c1ee68e2aafa)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/anchor-6278043c1909abe4)
[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]      Running tests/colors_test.rs (/opt/rustwide/target/debug/deps/colors_test-d2177c118ef354d1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] ERROR COLOR: [1m[90;101m[ERR][0m[0m
[INFO] [stdout] INFO COLOR: [1m[90;106m[INFO][0m[0m
[INFO] [stdout] SUCCESS COLOR: [1m[90;102m[SUCCESS][0m[0m
[INFO] [stdout] test colors_test_impl ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/yml_test.rs (/opt/rustwide/target/debug/deps/yml_test-f179d8618912f589)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test yml_parser ... ok
[INFO] [stdout] test check_yaml_syntax ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- check_yaml_syntax stdout ----
[INFO] [stdout] Error: "YAML syntax error at line: 9, column: 1"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     check_yaml_syntax
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test yml_test`
[INFO] running `Command { std: "docker" "inspect" "fe71212f4ba985831890ea6acdd1410d533ff4aca1a41514213005a285bf4e5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe71212f4ba985831890ea6acdd1410d533ff4aca1a41514213005a285bf4e5d", kill_on_drop: false }`
[INFO] [stdout] fe71212f4ba985831890ea6acdd1410d533ff4aca1a41514213005a285bf4e5d
