[INFO] fetching crate eliprompt 0.3.0...
[INFO] checking eliprompt-0.3.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate eliprompt 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate eliprompt 0.3.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate eliprompt 0.3.0
[INFO] finished tweaking crates.io crate eliprompt 0.3.0
[INFO] tweaked toml for crates.io crate eliprompt 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate eliprompt 0.3.0 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded moniclock v0.1.0
[INFO] [stderr]   Downloaded rgb v0.8.34
[INFO] [stderr]   Downloaded palette_derive v0.6.1
[INFO] [stderr]   Downloaded whoami v1.2.3
[INFO] [stderr]   Downloaded palette v0.6.1
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] [stderr]   Downloaded libgit2-sys v0.14.0+1.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 424d5cde604f1d16439aff4451d73f66b65e7af47c4ab6fc27050fcdaad893f0
[INFO] running `Command { std: "docker" "start" "-a" "424d5cde604f1d16439aff4451d73f66b65e7af47c4ab6fc27050fcdaad893f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "424d5cde604f1d16439aff4451d73f66b65e7af47c4ab6fc27050fcdaad893f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "424d5cde604f1d16439aff4451d73f66b65e7af47c4ab6fc27050fcdaad893f0", kill_on_drop: false }`
[INFO] [stdout] 424d5cde604f1d16439aff4451d73f66b65e7af47c4ab6fc27050fcdaad893f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d54c24237e35baa0bf411335d84ae85d7af94a151a9bfbc4b5908800aa2ae119
[INFO] running `Command { std: "docker" "start" "-a" "d54c24237e35baa0bf411335d84ae85d7af94a151a9bfbc4b5908800aa2ae119", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling palette v0.6.1
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]     Checking whoami v1.2.3
[INFO] [stderr]     Checking rgb v0.8.34
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking moniclock v0.1.0
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling libgit2-sys v0.14.0+1.5.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling phf_macros v0.11.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling palette_derive v0.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]     Checking phf v0.11.1
[INFO] [stderr]     Checking git2 v0.15.0
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking eliprompt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryInto` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryInto` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryInto` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryInto` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eliprompt` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eliprompt` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d54c24237e35baa0bf411335d84ae85d7af94a151a9bfbc4b5908800aa2ae119", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d54c24237e35baa0bf411335d84ae85d7af94a151a9bfbc4b5908800aa2ae119", kill_on_drop: false }`
[INFO] [stdout] d54c24237e35baa0bf411335d84ae85d7af94a151a9bfbc4b5908800aa2ae119
[INFO] checking eliprompt-0.3.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate eliprompt 0.3.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate eliprompt 0.3.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate eliprompt 0.3.0
[INFO] finished tweaking crates.io crate eliprompt 0.3.0
[INFO] tweaked toml for crates.io crate eliprompt 0.3.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate eliprompt 0.3.0 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61fc148ac42bb6537f3f42bf9054d6d56a67e89f9c9b15458d3c146493094e96
[INFO] running `Command { std: "docker" "start" "-a" "61fc148ac42bb6537f3f42bf9054d6d56a67e89f9c9b15458d3c146493094e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61fc148ac42bb6537f3f42bf9054d6d56a67e89f9c9b15458d3c146493094e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61fc148ac42bb6537f3f42bf9054d6d56a67e89f9c9b15458d3c146493094e96", kill_on_drop: false }`
[INFO] [stdout] 61fc148ac42bb6537f3f42bf9054d6d56a67e89f9c9b15458d3c146493094e96
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 740dd4dd8e3aaa312963129f1badcf44572aa553966c3a89b11d3f033f863d83
[INFO] running `Command { std: "docker" "start" "-a" "740dd4dd8e3aaa312963129f1badcf44572aa553966c3a89b11d3f033f863d83", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]    Compiling palette v0.6.1
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking whoami v1.2.3
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking rgb v0.8.34
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking moniclock v0.1.0
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling libgit2-sys v0.14.0+1.5.0
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling phf_macros v0.11.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]    Compiling palette_derive v0.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]     Checking phf v0.11.1
[INFO] [stderr]     Checking git2 v0.15.0
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking eliprompt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryInto` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryInto` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `TryInto` is imported redundantly
[INFO] [stdout]  --> src/color.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     convert::{TryFrom, TryInto},
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryInto` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eliprompt` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eliprompt` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "740dd4dd8e3aaa312963129f1badcf44572aa553966c3a89b11d3f033f863d83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "740dd4dd8e3aaa312963129f1badcf44572aa553966c3a89b11d3f033f863d83", kill_on_drop: false }`
[INFO] [stdout] 740dd4dd8e3aaa312963129f1badcf44572aa553966c3a89b11d3f033f863d83
