[INFO] cloning repository https://github.com/oberblastmeister/os_installer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oberblastmeister/os_installer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberblastmeister%2Fos_installer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberblastmeister%2Fos_installer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b5d7efffd56048f078cc36489262481decc7bbe
[INFO] checking oberblastmeister/os_installer/5b5d7efffd56048f078cc36489262481decc7bbe against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberblastmeister%2Fos_installer" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/oberblastmeister/os_installer
[INFO] finished tweaking git repo https://github.com/oberblastmeister/os_installer
[INFO] tweaked toml for git repo https://github.com/oberblastmeister/os_installer written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oberblastmeister/os_installer on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oberblastmeister/os_installer 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xflags v0.2.1
[INFO] [stderr]   Downloaded xshell-macros v0.1.12
[INFO] [stderr]   Downloaded xflags-macros v0.2.1
[INFO] [stderr]   Downloaded sudo v0.6.0
[INFO] [stderr]   Downloaded xshell v0.1.12
[INFO] [stderr]   Downloaded console v0.14.1
[INFO] [stderr]   Downloaded dialoguer v0.8.0
[INFO] [stderr]   Downloaded indicatif v0.16.0
[INFO] [stderr]   Downloaded serde_yaml v0.8.17
[INFO] [stderr]   Downloaded anyhow v1.0.40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6
[INFO] running `Command { std: "docker" "start" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling xshell-macros v0.1.12
[INFO] [stderr]     Checking xshell v0.1.12
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking sudo v0.6.0
[INFO] [stderr]    Compiling xflags-macros v0.2.1
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking xflags v0.2.1
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking console v0.14.1
[INFO] [stderr]     Checking indicatif v0.16.0
[INFO] [stderr]     Checking dialoguer v0.8.0
[INFO] [stderr]     Checking serde_yaml v0.8.17
[INFO] [stderr]     Checking os_installer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0423]: cannot find value `flags` in this scope
[INFO] [stdout]    --> src/main.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     match flags.subcommand {
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: a module named `flags` exists in another namespace
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 167 -     match flags.subcommand {
[INFO] [stdout] 167 +     match flags::subcommand {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Os_installer` should have an upper camel case name
[INFO] [stdout]   --> src/flags.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Os_installer {
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `OsInstaller`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Os_installerCmd` should have an upper camel case name
[INFO] [stdout]   --> src/flags.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum Os_installerCmd {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `OsInstallerCmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Password`
[INFO] [stdout]  --> src/inputs.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use dialoguer::{Input, Password};
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cmd_`
[INFO] [stdout]  --> src/packages.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{cmd, cmd_, inputs::Inputs};
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/packages.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |         if cmd!("yay -Ss {name}").wait()?.success() {
[INFO] [stdout]    |            ---------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 33 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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]    = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Secret`
[INFO] [stdout]   --> src/main.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use inputs::{Inputs, Secret};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cmd!("pacman --noconfirm --needed -S {pkg}").wait()?;
[INFO] [stdout]    |     -------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     cmd!("sudo -u {username} yay --noconfirm -S {pkg}").wait()?;
[INFO] [stdout]    |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     cmd!("sudo -u {username} git clone https://aur.archlinux.org/{pkg}.git").wait()?;
[INFO] [stdout]    |     ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     cmd!("sudo -u {username} makepkg --noconfirm -si").wait()?;
[INFO] [stdout]    |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     cmd!("useradd --create-home --groups wheel --shell /bin/zsh '{username}'").wait()?;
[INFO] [stdout]    |     -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     cmd!("sudo -u {username} yadm clone {dotfiles_url} --no-bootstrap").wait()?;
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     cmd!("sudo -u {username} yadm alt").wait()?;
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         xshell::cmd!($( $stuff )*)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |             cmd_!("id {username}").run().context("no user was found")?;
[INFO] [stdout]     |             ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd_` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: cannot find value `flags` in this scope
[INFO] [stdout]    --> src/main.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     match flags.subcommand {
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: a module named `flags` exists in another namespace
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 167 -     match flags.subcommand {
[INFO] [stdout] 167 +     match flags::subcommand {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Os_installer` should have an upper camel case name
[INFO] [stdout]   --> src/flags.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Os_installer {
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `OsInstaller`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Os_installerCmd` should have an upper camel case name
[INFO] [stdout]   --> src/flags.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum Os_installerCmd {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `OsInstallerCmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Password`
[INFO] [stdout]  --> src/inputs.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use dialoguer::{Input, Password};
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cmd_`
[INFO] [stdout]  --> src/packages.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{cmd, cmd_, inputs::Inputs};
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/packages.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |         if cmd!("yay -Ss {name}").wait()?.success() {
[INFO] [stdout]    |            ---------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 33 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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]    = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Secret`
[INFO] [stdout]   --> src/main.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use inputs::{Inputs, Secret};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cmd!("pacman --noconfirm --needed -S {pkg}").wait()?;
[INFO] [stdout]    |     -------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     cmd!("sudo -u {username} yay --noconfirm -S {pkg}").wait()?;
[INFO] [stdout]    |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     cmd!("sudo -u {username} git clone https://aur.archlinux.org/{pkg}.git").wait()?;
[INFO] [stdout]    |     ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     cmd!("sudo -u {username} makepkg --noconfirm -si").wait()?;
[INFO] [stdout]    |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/main.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     cmd!("useradd --create-home --groups wheel --shell /bin/zsh '{username}'").wait()?;
[INFO] [stdout]    |     -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     cmd!("sudo -u {username} yadm clone {dotfiles_url} --no-bootstrap").wait()?;
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let mut cmd: Command = xshell::cmd!($( $stuff )*).into();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     cmd!("sudo -u {username} yadm alt").wait()?;
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/main.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         xshell::cmd!($( $stuff )*)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |             cmd_!("id {username}").run().context("no user was found")?;
[INFO] [stdout]     |             ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[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: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `cmd_` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `InstallPackages` found for enum `Os_installerCmd` in the current scope
[INFO] [stdout]    --> src/main.rs:168:26
[INFO] [stdout]     |
[INFO] [stdout] 168 |         Os_installerCmd::InstallPackages(_) => {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Os_installerCmd`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/flags.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | pub enum Os_installerCmd {
[INFO] [stdout]     | ------------------------ variant, associated function, or constant `InstallPackages` not found for this enum
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `InstallPackages` found for enum `Os_installerCmd` in the current scope
[INFO] [stdout]    --> src/main.rs:168:26
[INFO] [stdout]     |
[INFO] [stdout] 168 |         Os_installerCmd::InstallPackages(_) => {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Os_installerCmd`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/flags.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | pub enum Os_installerCmd {
[INFO] [stdout]     | ------------------------ variant, associated function, or constant `InstallPackages` not found for this enum
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `InstallAll` found for enum `Os_installerCmd` in the current scope
[INFO] [stdout]    --> src/main.rs:176:26
[INFO] [stdout]     |
[INFO] [stdout] 176 |         Os_installerCmd::InstallAll(_) => {
[INFO] [stdout]     |                          ^^^^^^^^^^ variant, associated function, or constant not found in `Os_installerCmd`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/flags.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | pub enum Os_installerCmd {
[INFO] [stdout]     | ------------------------ variant, associated function, or constant `InstallAll` not found for this enum
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `InstallAll` found for enum `Os_installerCmd` in the current scope
[INFO] [stdout]    --> src/main.rs:176:26
[INFO] [stdout]     |
[INFO] [stdout] 176 |         Os_installerCmd::InstallAll(_) => {
[INFO] [stdout]     |                          ^^^^^^^^^^ variant, associated function, or constant not found in `Os_installerCmd`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/flags.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | pub enum Os_installerCmd {
[INFO] [stdout]     | ------------------------ variant, associated function, or constant `InstallAll` not found for this enum
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0599.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `os_installer` (bin "os_installer" test) due to 3 previous errors; 14 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `os_installer` (bin "os_installer") due to 3 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6", kill_on_drop: false }`
[INFO] [stdout] b710d6ed152d388beac0572c85eee4095e37227e4cddf3174446215049b887a6
