[INFO] fetching crate termprompt 0.7.1... [INFO] checking termprompt-0.7.1 against beta for pr-78714 [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 beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded console v0.13.0 [INFO] [stderr] Downloaded terminal_size v0.1.13 [INFO] [stderr] Downloaded ppv-lite86 v0.2.9 [INFO] [stderr] Downloaded regex-syntax v0.6.18 [INFO] [stderr] Downloaded zeroize v0.9.3 [INFO] [stderr] Downloaded regex v1.3.9 [INFO] [stderr] Downloaded libc v0.2.79 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c17f7ce3204c8dbec6caa2c817ed7ec6d7967359b8ea9a56520760c3fc799f8 [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" "3c17f7ce3204c8dbec6caa2c817ed7ec6d7967359b8ea9a56520760c3fc799f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c17f7ce3204c8dbec6caa2c817ed7ec6d7967359b8ea9a56520760c3fc799f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c17f7ce3204c8dbec6caa2c817ed7ec6d7967359b8ea9a56520760c3fc799f8", kill_on_drop: false }` [INFO] [stdout] 3c17f7ce3204c8dbec6caa2c817ed7ec6d7967359b8ea9a56520760c3fc799f8 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acab34aba1f8b53294afee9d38dc956a7762339c9244bc3fd63ca6e50298d196 [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" "acab34aba1f8b53294afee9d38dc956a7762339c9244bc3fd63ca6e50298d196", kill_on_drop: false }` [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/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/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/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[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[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 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[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/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: 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: 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 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: 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[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[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[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: aborting due to previous error [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] For more information about this error, try `rustc --explain E0432`. [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[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/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/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 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[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: 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: 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 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: 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 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[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: 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" "acab34aba1f8b53294afee9d38dc956a7762339c9244bc3fd63ca6e50298d196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acab34aba1f8b53294afee9d38dc956a7762339c9244bc3fd63ca6e50298d196", kill_on_drop: false }` [INFO] [stdout] acab34aba1f8b53294afee9d38dc956a7762339c9244bc3fd63ca6e50298d196