[INFO] fetching crate termprompt 0.7.1... [INFO] checking termprompt-0.7.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate termprompt 0.7.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate termprompt 0.7.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aede86ca171550e5cbdac7682046df92b2479ab233b948d5827e7bfa4cb8551f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aede86ca171550e5cbdac7682046df92b2479ab233b948d5827e7bfa4cb8551f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aede86ca171550e5cbdac7682046df92b2479ab233b948d5827e7bfa4cb8551f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aede86ca171550e5cbdac7682046df92b2479ab233b948d5827e7bfa4cb8551f", kill_on_drop: false }` [INFO] [stdout] aede86ca171550e5cbdac7682046df92b2479ab233b948d5827e7bfa4cb8551f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73fdf16806fba61ded4ed51edbfed8fc4459a3b9173bf390c8763e0f38639923 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "73fdf16806fba61ded4ed51edbfed8fc4459a3b9173bf390c8763e0f38639923", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking zeroize v0.9.3 [INFO] [stderr] Checking getrandom v0.1.15 [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/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 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/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 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/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[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[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/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 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/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[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] [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[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/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[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] 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: 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: aborting due to 4 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/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] [stderr] error: could not compile `termprompt` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 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[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/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: 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 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: aborting due to 3 previous errors [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] 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 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 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: 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: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[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 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: 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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "73fdf16806fba61ded4ed51edbfed8fc4459a3b9173bf390c8763e0f38639923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73fdf16806fba61ded4ed51edbfed8fc4459a3b9173bf390c8763e0f38639923", kill_on_drop: false }` [INFO] [stdout] 73fdf16806fba61ded4ed51edbfed8fc4459a3b9173bf390c8763e0f38639923