[INFO] cloning repository https://github.com/patrick-kidger/exvoker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/patrick-kidger/exvoker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrick-kidger%2Fexvoker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrick-kidger%2Fexvoker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d00bd5fd978ece0ceaca167717cbba0a4dc4ae0
[INFO] checking patrick-kidger/exvoker against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrick-kidger%2Fexvoker" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/patrick-kidger/exvoker
[INFO] finished tweaking git repo https://github.com/patrick-kidger/exvoker
[INFO] tweaked toml for git repo https://github.com/patrick-kidger/exvoker written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/patrick-kidger/exvoker on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/patrick-kidger/exvoker 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v0.7.3
[INFO] [stderr]   Downloaded serde_derive v1.0.158
[INFO] [stderr]   Downloaded ctrlc v3.2.5
[INFO] [stderr]   Downloaded home v0.5.4
[INFO] [stderr]   Downloaded serde_spanned v0.6.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.54
[INFO] [stderr]   Downloaded anyhow v1.0.70
[INFO] [stderr]   Downloaded console v0.15.5
[INFO] [stderr]   Downloaded serde v1.0.158
[INFO] [stderr]   Downloaded winnow v0.4.1
[INFO] [stderr]   Downloaded syn v2.0.10
[INFO] [stderr]   Downloaded nix v0.26.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89ba6ae3f7e4e68e9efe4d253e94c66605bb5ee57253b861c8b28f07fb65050c
[INFO] running `Command { std: "docker" "start" "-a" "89ba6ae3f7e4e68e9efe4d253e94c66605bb5ee57253b861c8b28f07fb65050c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89ba6ae3f7e4e68e9efe4d253e94c66605bb5ee57253b861c8b28f07fb65050c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89ba6ae3f7e4e68e9efe4d253e94c66605bb5ee57253b861c8b28f07fb65050c", kill_on_drop: false }`
[INFO] [stdout] 89ba6ae3f7e4e68e9efe4d253e94c66605bb5ee57253b861c8b28f07fb65050c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c75de65ea2f6db7822c2c720164b7ca4cf714d7f8d826b0c46f08f784dc763b
[INFO] running `Command { std: "docker" "start" "-a" "6c75de65ea2f6db7822c2c720164b7ca4cf714d7f8d826b0c46f08f784dc763b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.54
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling serde_derive v1.0.158
[INFO] [stderr]    Compiling serde v1.0.158
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking winnow v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]     Checking home v0.5.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling syn v2.0.10
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking console v0.15.5
[INFO] [stderr]     Checking regex v1.7.3
[INFO] [stderr]     Checking ctrlc v3.2.5
[INFO] [stderr]     Checking serde_spanned v0.6.1
[INFO] [stderr]     Checking toml_datetime v0.6.1
[INFO] [stderr]     Checking toml_edit v0.19.8
[INFO] [stderr]     Checking toml v0.7.3
[INFO] [stderr]     Checking exvoker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]  --> src/dialoguer_fork/input.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "completion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]   = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]  --> src/dialoguer_fork/input.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature = "history")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]   = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]   --> src/dialoguer_fork/input.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |     #[cfg(feature = "history")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]    = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]   --> src/dialoguer_fork/input.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[cfg(feature = "completion")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]    = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:190:11
[INFO] [stdout]     |
[INFO] [stdout] 190 |     #[cfg(feature = "history")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:200:11
[INFO] [stdout]     |
[INFO] [stdout] 200 |     #[cfg(feature = "completion")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:142:19
[INFO] [stdout]     |
[INFO] [stdout] 142 |             #[cfg(feature = "history")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |             #[cfg(feature = "completion")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:294:19
[INFO] [stdout]     |
[INFO] [stdout] 294 |             #[cfg(feature = "history")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:475:27
[INFO] [stdout]     |
[INFO] [stdout] 475 |                     #[cfg(feature = "completion")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:492:27
[INFO] [stdout]     |
[INFO] [stdout] 492 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:526:27
[INFO] [stdout]     |
[INFO] [stdout] 526 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:604:27
[INFO] [stdout]     |
[INFO] [stdout] 604 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]  --> src/dialoguer_fork/input.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "completion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]   = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]  --> src/dialoguer_fork/input.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[cfg(feature = "history")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]   = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]   --> src/dialoguer_fork/input.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |     #[cfg(feature = "history")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]    = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]   --> src/dialoguer_fork/input.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[cfg(feature = "completion")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]    = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:190:11
[INFO] [stdout]     |
[INFO] [stdout] 190 |     #[cfg(feature = "history")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:200:11
[INFO] [stdout]     |
[INFO] [stdout] 200 |     #[cfg(feature = "completion")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:142:19
[INFO] [stdout]     |
[INFO] [stdout] 142 |             #[cfg(feature = "history")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |             #[cfg(feature = "completion")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:294:19
[INFO] [stdout]     |
[INFO] [stdout] 294 |             #[cfg(feature = "history")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `completion`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:475:27
[INFO] [stdout]     |
[INFO] [stdout] 475 |                     #[cfg(feature = "completion")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `completion` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:492:27
[INFO] [stdout]     |
[INFO] [stdout] 492 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:526:27
[INFO] [stdout]     |
[INFO] [stdout] 526 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `history`
[INFO] [stdout]    --> src/dialoguer_fork/input.rs:604:27
[INFO] [stdout]     |
[INFO] [stdout] 604 |                     #[cfg(feature = "history")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `fuzzy-select`
[INFO] [stdout]     = help: consider adding `history` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PasswordValidator` is never used
[INFO] [stdout]   --> src/dialoguer_fork/validate.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait PasswordValidator {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PasswordValidator` is never used
[INFO] [stdout]   --> src/dialoguer_fork/validate.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait PasswordValidator {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
[INFO] running `Command { std: "docker" "inspect" "6c75de65ea2f6db7822c2c720164b7ca4cf714d7f8d826b0c46f08f784dc763b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c75de65ea2f6db7822c2c720164b7ca4cf714d7f8d826b0c46f08f784dc763b", kill_on_drop: false }`
[INFO] [stdout] 6c75de65ea2f6db7822c2c720164b7ca4cf714d7f8d826b0c46f08f784dc763b
