[INFO] fetching crate termprompt 0.7.1... [INFO] checking termprompt-0.7.1 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate termprompt 0.7.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate termprompt 0.7.1 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate termprompt 0.7.1 [INFO] finished tweaking crates.io crate termprompt 0.7.1 [INFO] tweaked toml for crates.io crate termprompt 0.7.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate termprompt 0.7.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed0cf3df1255764c7f9653f267965f991e8626c98be3e03214ad148582d27e6f [INFO] running `Command { std: "docker" "start" "-a" "ed0cf3df1255764c7f9653f267965f991e8626c98be3e03214ad148582d27e6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed0cf3df1255764c7f9653f267965f991e8626c98be3e03214ad148582d27e6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed0cf3df1255764c7f9653f267965f991e8626c98be3e03214ad148582d27e6f", kill_on_drop: false }` [INFO] [stdout] ed0cf3df1255764c7f9653f267965f991e8626c98be3e03214ad148582d27e6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ee8ba7af74c95ce43dffa23cd9f9289453cbbf6371823f759452c0389fad861 [INFO] running `Command { std: "docker" "start" "-a" "1ee8ba7af74c95ce43dffa23cd9f9289453cbbf6371823f759452c0389fad861", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking zeroize v0.9.3 [INFO] [stderr] Checking terminal_size v0.1.13 [INFO] [stderr] Checking console v0.13.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking termprompt v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/buffered.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use dialoguer::{theme::ColorfulTheme, Confirm, Input, MultiSelect, Password, Select, Sort}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/multi_select.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, MultiSelect}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/select.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Select}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/buffered.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use dialoguer::{theme::ColorfulTheme, Confirm, Input, MultiSelect, Password, Select, Sort}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/sort.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Sort}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/multi_select.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, MultiSelect}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/select.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Select}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/buffered.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | let theme = ColorfulTheme::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/wizard.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use dialoguer::{theme::ColorfulTheme, Confirm, Input, Select}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/select.rs:11:41 [INFO] [stdout] | [INFO] [stdout] 11 | let selection = Select::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/select.rs:20:41 [INFO] [stdout] | [INFO] [stdout] 20 | let selection = Select::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/wizard.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use dialoguer::{theme::ColorfulTheme, Confirm, Input, Select}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/sort.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Sort}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `termprompt` [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/confirm.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Confirm}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/confirm.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Confirm}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/multi_select.rs:11:47 [INFO] [stdout] | [INFO] [stdout] 11 | let selections = MultiSelect::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ColorfulTheme` in this scope [INFO] [stdout] --> examples/wizard.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | let theme = ColorfulTheme { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/wizard.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | ..ColorfulTheme::default() [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/sort.rs:10:36 [INFO] [stdout] | [INFO] [stdout] 10 | let sorted = Sort::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/input.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Input}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/editor.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::Editor; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/input.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Input}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/confirm.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | if Confirm::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/confirm.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | if Confirm::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/confirm.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | if Confirm::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/confirm.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | if Confirm::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/input.rs:4:44 [INFO] [stdout] | [INFO] [stdout] 4 | let input: String = Input::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/input.rs:11:43 [INFO] [stdout] | [INFO] [stdout] 11 | let mail: String = Input::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/input.rs:25:43 [INFO] [stdout] | [INFO] [stdout] 25 | let mail: String = Input::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/input.rs:33:43 [INFO] [stdout] | [INFO] [stdout] 33 | let mail: String = Input::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dialoguer` [INFO] [stdout] --> examples/password.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Password}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dialoguer` [INFO] [stdout] --> examples/password.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use dialoguer::{theme::ColorfulTheme, Password}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `dialoguer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColorfulTheme` [INFO] [stdout] --> examples/password.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | let password = Password::with_theme(&ColorfulTheme::default()) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use termprompt::theme::ColorfulTheme; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1ee8ba7af74c95ce43dffa23cd9f9289453cbbf6371823f759452c0389fad861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ee8ba7af74c95ce43dffa23cd9f9289453cbbf6371823f759452c0389fad861", kill_on_drop: false }` [INFO] [stdout] 1ee8ba7af74c95ce43dffa23cd9f9289453cbbf6371823f759452c0389fad861