[INFO] cloning repository https://github.com/imobachgs/d-installer-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imobachgs/d-installer-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimobachgs%2Fd-installer-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimobachgs%2Fd-installer-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 879d540e10ab5746e137cfba630fab06e9224e06
[INFO] checking imobachgs/d-installer-cli against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimobachgs%2Fd-installer-cli" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/imobachgs/d-installer-cli
[INFO] finished tweaking git repo https://github.com/imobachgs/d-installer-cli
[INFO] tweaked toml for git repo https://github.com/imobachgs/d-installer-cli written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/imobachgs/d-installer-cli on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/imobachgs/d-installer-cli 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe8aaa43a5eb6b013dc9bd1e1f2a12114764d5000751e4ada29b4dac8d8f4ca9
[INFO] running `Command { std: "docker" "start" "-a" "fe8aaa43a5eb6b013dc9bd1e1f2a12114764d5000751e4ada29b4dac8d8f4ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe8aaa43a5eb6b013dc9bd1e1f2a12114764d5000751e4ada29b4dac8d8f4ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe8aaa43a5eb6b013dc9bd1e1f2a12114764d5000751e4ada29b4dac8d8f4ca9", kill_on_drop: false }`
[INFO] [stdout] fe8aaa43a5eb6b013dc9bd1e1f2a12114764d5000751e4ada29b4dac8d8f4ca9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9046d3dc036b5cc1203b1064929bcb6ec332dc1500a23d2a5df70fde14be370
[INFO] running `Command { std: "docker" "start" "-a" "c9046d3dc036b5cc1203b1064929bcb6ec332dc1500a23d2a5df70fde14be370", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]     Checking cache-padded v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking event-listener v2.5.2
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]     Checking fastrand v1.7.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling async-trait v0.1.53
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking futures-lite v1.12.0
[INFO] [stderr]     Checking async-task v4.2.0
[INFO] [stderr]     Checking easy-parallel v3.2.0
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]     Checking ordered-stream v0.0.1
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]     Checking async-lock v2.5.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]     Checking sha1 v0.6.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]     Checking async-broadcast v0.4.0
[INFO] [stderr]     Checking async-executor v1.4.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking async-io v1.7.0
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.4
[INFO] [stderr]    Compiling serde_repr v0.1.8
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]     Checking clap v3.1.18
[INFO] [stderr]     Checking enumflags2 v0.7.5
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling zvariant_derive v3.2.1
[INFO] [stderr]    Compiling zbus_macros v2.2.0
[INFO] [stderr]     Checking zvariant v3.2.1
[INFO] [stderr]     Checking zbus_names v2.1.0
[INFO] [stderr]     Checking zbus v2.2.0
[INFO] [stderr]     Checking d-installer-lib v0.1.0 (/opt/rustwide/workdir/d-installer-lib)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn get_storage(&self) -> StorageClient {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn get_storage(&self) -> StorageClient<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_software(&self) -> SoftwareClient {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_software(&self) -> SoftwareClient<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn get_language(&self) -> LanguageClient {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn get_language(&self) -> LanguageClient<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:58:47
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(connection: &'a Connection) -> SoftwareClient {
[INFO] [stdout]    |                             --                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(connection: &'a Connection) -> SoftwareClient<'a> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:96:47
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn new(connection: &'a Connection) -> StorageClient {
[INFO] [stdout]    |                             --                ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn new(connection: &'a Connection) -> StorageClient<'a> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> d-installer-lib/src/lib.rs:131:47
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn new(connection: &'a Connection) -> LanguageClient {
[INFO] [stdout]     |                             --                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn new(connection: &'a Connection) -> LanguageClient<'a> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn get_storage(&self) -> StorageClient {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn get_storage(&self) -> StorageClient<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_software(&self) -> SoftwareClient {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_software(&self) -> SoftwareClient<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn get_language(&self) -> LanguageClient {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn get_language(&self) -> LanguageClient<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:58:47
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(connection: &'a Connection) -> SoftwareClient {
[INFO] [stdout]    |                             --                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(connection: &'a Connection) -> SoftwareClient<'a> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> d-installer-lib/src/lib.rs:96:47
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn new(connection: &'a Connection) -> StorageClient {
[INFO] [stdout]    |                             --                ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn new(connection: &'a Connection) -> StorageClient<'a> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> d-installer-lib/src/lib.rs:131:47
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn new(connection: &'a Connection) -> LanguageClient {
[INFO] [stdout]     |                             --                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn new(connection: &'a Connection) -> LanguageClient<'a> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking d-installer-cli v0.1.0 (/opt/rustwide/workdir/d-installer-cli)
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |     SelectDevices { devices: Vec<String> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     Select { langs: Vec<String> },
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     SelectProduct { id: String },
[INFO] [stdout]    |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |     SelectDevices { devices: Vec<String> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     Select { langs: Vec<String> },
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> d-installer-cli/src/commands.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     SelectProduct { id: String },
[INFO] [stdout]    |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `d-installer-cli` (bin "d-installer-cli") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `d-installer-cli` (bin "d-installer-cli" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "c9046d3dc036b5cc1203b1064929bcb6ec332dc1500a23d2a5df70fde14be370", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9046d3dc036b5cc1203b1064929bcb6ec332dc1500a23d2a5df70fde14be370", kill_on_drop: false }`
[INFO] [stdout] c9046d3dc036b5cc1203b1064929bcb6ec332dc1500a23d2a5df70fde14be370
