[INFO] fetching crate nix-installer 0.15.1...
[INFO] checking nix-installer-0.15.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate nix-installer 0.15.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate nix-installer 0.15.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate nix-installer 0.15.1
[INFO] finished tweaking crates.io crate nix-installer 0.15.1
[INFO] tweaked toml for crates.io crate nix-installer 0.15.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate nix-installer 0.15.1 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-streams v0.3.0
[INFO] [stderr]   Downloaded typetag v0.2.13
[INFO] [stderr]   Downloaded nix-config-parser v0.2.0
[INFO] [stderr]   Downloaded inventory v0.3.13
[INFO] [stderr]   Downloaded os-release v0.1.0
[INFO] [stderr]   Downloaded plist v1.6.0
[INFO] [stderr]   Downloaded typetag-impl v0.2.13
[INFO] [stderr]   Downloaded cc v1.0.84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e2e57f565b64511ad54bb534b044491dbec45d9fc43058a11c142b78349bbdc9
[INFO] running `Command { std: "docker" "start" "-a" "e2e57f565b64511ad54bb534b044491dbec45d9fc43058a11c142b78349bbdc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e2e57f565b64511ad54bb534b044491dbec45d9fc43058a11c142b78349bbdc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2e57f565b64511ad54bb534b044491dbec45d9fc43058a11c142b78349bbdc9", kill_on_drop: false }`
[INFO] [stdout] e2e57f565b64511ad54bb534b044491dbec45d9fc43058a11c142b78349bbdc9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79ef626332a4ca85ce10e953252260e4751e8830e788073e70aaecb81cbb1007
[INFO] running `Command { std: "docker" "start" "-a" "79ef626332a4ca85ce10e953252260e4751e8830e788073e70aaecb81cbb1007", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling cc v1.0.84
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling rustix v0.38.23
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]    Compiling target-lexicon v0.12.12
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling typetag-impl v0.2.13
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking supports-color v1.3.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking xattr v1.0.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking inventory v0.3.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking os-release v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking dyn-clone v1.0.16
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking serde_json v1.0.108
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking uuid v1.5.0
[INFO] [stderr]     Checking sysctl v0.5.5
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]     Checking nix-config-parser v0.2.0
[INFO] [stderr]     Checking plist v1.6.0
[INFO] [stderr]     Checking typetag v0.2.13
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking serde_with v3.4.0
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking color-spantrace v0.2.0
[INFO] [stderr]     Checking color-eyre v0.6.2
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-socks v0.5.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.22
[INFO] [stderr]     Checking nix-installer v0.15.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/add_user_to_group.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     command.process_group(0);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/add_user_to_group.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     command.process_group(0);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("groups")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("groups")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_directory.rs:300:19
[INFO] [stdout]     |
[INFO] [stdout] 300 |     mount_command.process_group(0);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_directory.rs:300:19
[INFO] [stdout]     |
[INFO] [stdout] 300 |     mount_command.process_group(0);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     command.process_group(0);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     command.process_group(0);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/bootstrap_launchctl_service.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             command.process_group(0);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/bootstrap_launchctl_service.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             command.process_group(0);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_nix_hook_service.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |         check_loaded_command.process_group(0);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_nix_hook_service.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |         check_loaded_command.process_group(0);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/encrypt_apfs_volume.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/encrypt_apfs_volume.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/kickstart_launchctl_service.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/kickstart_launchctl_service.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 202 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 203 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 202 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 203 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:217:26
[INFO] [stdout]     |
[INFO] [stdout] 216 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 217 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:217:26
[INFO] [stdout]     |
[INFO] [stdout] 216 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 217 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:233:30
[INFO] [stdout]     |
[INFO] [stdout] 232 | /                         Command::new("gpasswd")
[INFO] [stdout] 233 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:233:30
[INFO] [stdout]     |
[INFO] [stdout] 232 | /                         Command::new("gpasswd")
[INFO] [stdout] 233 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:243:30
[INFO] [stdout]     |
[INFO] [stdout] 242 | /                         Command::new("addgroup")
[INFO] [stdout] 243 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:243:30
[INFO] [stdout]     |
[INFO] [stdout] 242 | /                         Command::new("addgroup")
[INFO] [stdout] 243 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:291:26
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 291 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:291:26
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 291 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:303:30
[INFO] [stdout]     |
[INFO] [stdout] 302 | /                         Command::new("gpasswd")
[INFO] [stdout] 303 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:303:30
[INFO] [stdout]     |
[INFO] [stdout] 302 | /                         Command::new("gpasswd")
[INFO] [stdout] 303 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:313:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | /                         Command::new("delgroup")
[INFO] [stdout] 313 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:313:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | /                         Command::new("delgroup")
[INFO] [stdout] 313 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 102 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                         Command::new("groupadd")
[INFO] [stdout] 121 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 102 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                         Command::new("addgroup")
[INFO] [stdout] 130 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                         Command::new("groupadd")
[INFO] [stdout] 121 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 178 | /                         Command::new("groupdel")
[INFO] [stdout] 179 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                         Command::new("addgroup")
[INFO] [stdout] 130 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:188:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | /                         Command::new("delgroup")
[INFO] [stdout] 188 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 178 | /                         Command::new("groupdel")
[INFO] [stdout] 179 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:188:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | /                         Command::new("delgroup")
[INFO] [stdout] 188 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:134:26
[INFO] [stdout]     |
[INFO] [stdout] 133 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 134 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 141 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 142 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:156:26
[INFO] [stdout]     |
[INFO] [stdout] 155 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 156 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:134:26
[INFO] [stdout]     |
[INFO] [stdout] 133 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 134 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 170 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 141 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 142 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 183 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 184 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:156:26
[INFO] [stdout]     |
[INFO] [stdout] 155 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 156 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:198:26
[INFO] [stdout]     |
[INFO] [stdout] 197 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 198 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 208 | /                         Command::new("useradd")
[INFO] [stdout] 209 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 170 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 235 | /                         Command::new("adduser")
[INFO] [stdout] 236 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 183 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 184 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:293:25
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:198:26
[INFO] [stdout]     |
[INFO] [stdout] 197 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 198 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:321:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | /                         Command::new("userdel")
[INFO] [stdout] 321 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 208 | /                         Command::new("useradd")
[INFO] [stdout] 209 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:330:30
[INFO] [stdout]     |
[INFO] [stdout] 329 | /                         Command::new("deluser")
[INFO] [stdout] 330 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 235 | /                         Command::new("adduser")
[INFO] [stdout] 236 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/delete_user.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 command.process_group(0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | /                         Command::new("userdel")
[INFO] [stdout] 117 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:293:25
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("deluser")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:321:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | /                         Command::new("userdel")
[INFO] [stdout] 321 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:330:30
[INFO] [stdout]     |
[INFO] [stdout] 329 | /                         Command::new("deluser")
[INFO] [stdout] 330 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |         load_db_command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/delete_user.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 command.process_group(0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 175 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 176 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:196:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 196 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | /                         Command::new("userdel")
[INFO] [stdout] 117 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("deluser")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:228:30
[INFO] [stdout]     |
[INFO] [stdout] 227 | /                         Command::new("systemctl")
[INFO] [stdout] 228 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 275 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 276 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |         load_db_command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:334:30
[INFO] [stdout]     |
[INFO] [stdout] 333 | /                         Command::new("systemctl")
[INFO] [stdout] 334 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 175 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 176 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:417:30
[INFO] [stdout]     |
[INFO] [stdout] 416 | /                         Command::new("systemctl")
[INFO] [stdout] 417 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:196:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 196 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:430:30
[INFO] [stdout]     |
[INFO] [stdout] 429 | /                         Command::new("systemctl")
[INFO] [stdout] 430 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:228:30
[INFO] [stdout]     |
[INFO] [stdout] 227 | /                         Command::new("systemctl")
[INFO] [stdout] 228 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:443:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | /                         Command::new("systemctl")
[INFO] [stdout] 443 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 275 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 276 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:456:30
[INFO] [stdout]     |
[INFO] [stdout] 455 | /                         Command::new("systemctl")
[INFO] [stdout] 456 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:468:26
[INFO] [stdout]     |
[INFO] [stdout] 467 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 468 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:334:30
[INFO] [stdout]     |
[INFO] [stdout] 333 | /                         Command::new("systemctl")
[INFO] [stdout] 334 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:487:26
[INFO] [stdout]     |
[INFO] [stdout] 486 | /                     Command::new("systemctl")
[INFO] [stdout] 487 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:417:30
[INFO] [stdout]     |
[INFO] [stdout] 416 | /                         Command::new("systemctl")
[INFO] [stdout] 417 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:430:30
[INFO] [stdout]     |
[INFO] [stdout] 429 | /                         Command::new("systemctl")
[INFO] [stdout] 430 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 66 | /             Command::new("steamos-readonly")
[INFO] [stdout] 67 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:443:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | /                         Command::new("systemctl")
[INFO] [stdout] 443 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 81 | /             Command::new("steamos-readonly")
[INFO] [stdout] 82 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:456:30
[INFO] [stdout]     |
[INFO] [stdout] 455 | /                         Command::new("systemctl")
[INFO] [stdout] 456 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:468:26
[INFO] [stdout]     |
[INFO] [stdout] 467 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 468 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | /                     Command::new("systemctl")
[INFO] [stdout] 81 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:487:26
[INFO] [stdout]     |
[INFO] [stdout] 486 | /                     Command::new("systemctl")
[INFO] [stdout] 487 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:94:26
[INFO] [stdout]    |
[INFO] [stdout] 93 | /                     Command::new("systemctl")
[INFO] [stdout] 94 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                 Command::new("systemctl")
[INFO] [stdout] 121 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 135 | /             Command::new("systemctl")
[INFO] [stdout] 136 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 66 | /             Command::new("steamos-readonly")
[INFO] [stdout] 67 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 53 | /             Command::new("systemctl")
[INFO] [stdout] 54 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 81 | /             Command::new("steamos-readonly")
[INFO] [stdout] 82 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | /             Command::new("systemctl")
[INFO] [stdout] 72 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | /                     Command::new("systemctl")
[INFO] [stdout] 81 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 119 | /                 Command::new("launchctl")
[INFO] [stdout] 120 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:94:26
[INFO] [stdout]    |
[INFO] [stdout] 93 | /                     Command::new("systemctl")
[INFO] [stdout] 94 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 131 | /                 Command::new("launchctl")
[INFO] [stdout] 132 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                 Command::new("systemctl")
[INFO] [stdout] 121 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("launchctl")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 135 | /             Command::new("systemctl")
[INFO] [stdout] 136 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_apfs_volume.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 92 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 53 | /             Command::new("systemctl")
[INFO] [stdout] 54 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:129:22
[INFO] [stdout]     |
[INFO] [stdout] 128 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 129 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | /             Command::new("systemctl")
[INFO] [stdout] 72 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 148 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 119 | /                 Command::new("launchctl")
[INFO] [stdout] 120 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 131 | /                 Command::new("launchctl")
[INFO] [stdout] 132 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_nix_hook_service.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                 Command::new("launchctl")
[INFO] [stdout] 130 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("launchctl")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_apfs_volume.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 92 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 44 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 45 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 52 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 53 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:129:22
[INFO] [stdout]     |
[INFO] [stdout] 128 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 129 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 75 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 148 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 83 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 59 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 60 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_nix_hook_service.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                 Command::new("launchctl")
[INFO] [stdout] 130 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 77 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 44 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 45 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:156:47
[INFO] [stdout]     |
[INFO] [stdout] 156 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:186:60
[INFO] [stdout]     |
[INFO] [stdout] 186 |         execute_command(Command::new("/usr/sbin/diskutil").process_group(0).args([
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 52 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 53 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 200 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 75 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:229:47
[INFO] [stdout]     |
[INFO] [stdout] 229 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 83 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             Command::new("launchctl")
[INFO] [stdout] 103 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 59 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 60 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |         command.process_group(0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 77 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 70 | /             Command::new("tmutil")
[INFO] [stdout] 71 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:156:47
[INFO] [stdout]     |
[INFO] [stdout] 156 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 89 | /             Command::new("tmutil")
[INFO] [stdout] 90 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:186:60
[INFO] [stdout]     |
[INFO] [stdout] 186 |         execute_command(Command::new("/usr/sbin/diskutil").process_group(0).args([
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 62 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 63 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 200 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 79 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 80 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:229:47
[INFO] [stdout]     |
[INFO] [stdout] 229 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 105 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 121 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 122 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             Command::new("launchctl")
[INFO] [stdout] 103 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |         command.process_group(0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 70 | /             Command::new("tmutil")
[INFO] [stdout] 71 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 89 | /             Command::new("tmutil")
[INFO] [stdout] 90 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 62 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 63 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 79 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 80 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 105 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 121 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 122 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix-installer` (lib) due to 81 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix-installer` (lib test) due to 81 previous errors
[INFO] running `Command { std: "docker" "inspect" "79ef626332a4ca85ce10e953252260e4751e8830e788073e70aaecb81cbb1007", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79ef626332a4ca85ce10e953252260e4751e8830e788073e70aaecb81cbb1007", kill_on_drop: false }`
[INFO] [stdout] 79ef626332a4ca85ce10e953252260e4751e8830e788073e70aaecb81cbb1007
[INFO] checking nix-installer-0.15.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate nix-installer 0.15.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate nix-installer 0.15.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate nix-installer 0.15.1
[INFO] finished tweaking crates.io crate nix-installer 0.15.1
[INFO] tweaked toml for crates.io crate nix-installer 0.15.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate nix-installer 0.15.1 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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d4c78b454631c7e6056d32c400875ac5c6f0087ef9d7792823f444f515fe521
[INFO] running `Command { std: "docker" "start" "-a" "9d4c78b454631c7e6056d32c400875ac5c6f0087ef9d7792823f444f515fe521", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d4c78b454631c7e6056d32c400875ac5c6f0087ef9d7792823f444f515fe521", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d4c78b454631c7e6056d32c400875ac5c6f0087ef9d7792823f444f515fe521", kill_on_drop: false }`
[INFO] [stdout] 9d4c78b454631c7e6056d32c400875ac5c6f0087ef9d7792823f444f515fe521
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99601d2434a9940f64a17a661e526747d12f4dbd85bba717d7a325f35b8bd160
[INFO] running `Command { std: "docker" "start" "-a" "99601d2434a9940f64a17a661e526747d12f4dbd85bba717d7a325f35b8bd160", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling cc v1.0.84
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling rustix v0.38.23
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling target-lexicon v0.12.12
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling typetag-impl v0.2.13
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking supports-color v1.3.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking xattr v1.0.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking inventory v0.3.13
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]     Checking sysctl v0.5.5
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking os-release v0.1.0
[INFO] [stderr]     Checking dyn-clone v1.0.16
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking serde_json v1.0.108
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking uuid v1.5.0
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking typetag v0.2.13
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]     Checking nix-config-parser v0.2.0
[INFO] [stderr]     Checking plist v1.6.0
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking serde_with v3.4.0
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking color-spantrace v0.2.0
[INFO] [stderr]     Checking color-eyre v0.6.2
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-socks v0.5.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.22
[INFO] [stderr]     Checking nix-installer v0.15.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/add_user_to_group.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     command.process_group(0);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/add_user_to_group.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     command.process_group(0);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("groups")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("groups")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_directory.rs:300:19
[INFO] [stdout]     |
[INFO] [stdout] 300 |     mount_command.process_group(0);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_directory.rs:300:19
[INFO] [stdout]     |
[INFO] [stdout] 300 |     mount_command.process_group(0);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     command.process_group(0);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     command.process_group(0);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/bootstrap_launchctl_service.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             command.process_group(0);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/bootstrap_launchctl_service.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             command.process_group(0);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_nix_hook_service.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |         check_loaded_command.process_group(0);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_nix_hook_service.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |         check_loaded_command.process_group(0);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/encrypt_apfs_volume.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/encrypt_apfs_volume.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/kickstart_launchctl_service.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/kickstart_launchctl_service.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |         command.process_group(0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 202 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 203 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 202 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 203 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:217:26
[INFO] [stdout]     |
[INFO] [stdout] 216 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 217 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:217:26
[INFO] [stdout]     |
[INFO] [stdout] 216 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 217 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:233:30
[INFO] [stdout]     |
[INFO] [stdout] 232 | /                         Command::new("gpasswd")
[INFO] [stdout] 233 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:233:30
[INFO] [stdout]     |
[INFO] [stdout] 232 | /                         Command::new("gpasswd")
[INFO] [stdout] 233 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:243:30
[INFO] [stdout]     |
[INFO] [stdout] 242 | /                         Command::new("addgroup")
[INFO] [stdout] 243 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:243:30
[INFO] [stdout]     |
[INFO] [stdout] 242 | /                         Command::new("addgroup")
[INFO] [stdout] 243 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:291:26
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 291 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:291:26
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 291 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:303:30
[INFO] [stdout]     |
[INFO] [stdout] 302 | /                         Command::new("gpasswd")
[INFO] [stdout] 303 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:303:30
[INFO] [stdout]     |
[INFO] [stdout] 302 | /                         Command::new("gpasswd")
[INFO] [stdout] 303 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:313:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | /                         Command::new("delgroup")
[INFO] [stdout] 313 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/add_user_to_group.rs:313:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | /                         Command::new("delgroup")
[INFO] [stdout] 313 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 102 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | /                     Command::new("/usr/sbin/dseditgroup")
[INFO] [stdout] 102 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                         Command::new("groupadd")
[INFO] [stdout] 121 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                         Command::new("groupadd")
[INFO] [stdout] 121 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                         Command::new("addgroup")
[INFO] [stdout] 130 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                         Command::new("addgroup")
[INFO] [stdout] 130 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 178 | /                         Command::new("groupdel")
[INFO] [stdout] 179 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 178 | /                         Command::new("groupdel")
[INFO] [stdout] 179 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:188:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | /                         Command::new("delgroup")
[INFO] [stdout] 188 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_group.rs:188:30
[INFO] [stdout]     |
[INFO] [stdout] 187 | /                         Command::new("delgroup")
[INFO] [stdout] 188 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:134:26
[INFO] [stdout]     |
[INFO] [stdout] 133 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 134 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:134:26
[INFO] [stdout]     |
[INFO] [stdout] 133 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 134 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 141 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 142 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 141 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 142 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:156:26
[INFO] [stdout]     |
[INFO] [stdout] 155 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 156 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:156:26
[INFO] [stdout]     |
[INFO] [stdout] 155 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 156 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 170 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 183 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 184 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 170 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:198:26
[INFO] [stdout]     |
[INFO] [stdout] 197 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 198 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 183 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 184 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 208 | /                         Command::new("useradd")
[INFO] [stdout] 209 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:198:26
[INFO] [stdout]     |
[INFO] [stdout] 197 | /                     Command::new("/usr/bin/dscl")
[INFO] [stdout] 198 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 235 | /                         Command::new("adduser")
[INFO] [stdout] 236 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 208 | /                         Command::new("useradd")
[INFO] [stdout] 209 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:293:25
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 235 | /                         Command::new("adduser")
[INFO] [stdout] 236 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:321:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | /                         Command::new("userdel")
[INFO] [stdout] 321 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:293:25
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:330:30
[INFO] [stdout]     |
[INFO] [stdout] 329 | /                         Command::new("deluser")
[INFO] [stdout] 330 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:321:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | /                         Command::new("userdel")
[INFO] [stdout] 321 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/delete_user.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 command.process_group(0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/create_user.rs:330:30
[INFO] [stdout]     |
[INFO] [stdout] 329 | /                         Command::new("deluser")
[INFO] [stdout] 330 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | /                         Command::new("userdel")
[INFO] [stdout] 117 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/base/delete_user.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 command.process_group(0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("deluser")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | /                         Command::new("userdel")
[INFO] [stdout] 117 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/delete_user.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 125 | /                         Command::new("deluser")
[INFO] [stdout] 126 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |         load_db_command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 175 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 176 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |         load_db_command.process_group(0);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:196:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 196 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 175 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 176 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:228:30
[INFO] [stdout]     |
[INFO] [stdout] 227 | /                         Command::new("systemctl")
[INFO] [stdout] 228 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/base/setup_default_profile.rs:196:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | /             Command::new(nix_pkg.join("bin/nix-env"))
[INFO] [stdout] 196 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 275 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 276 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:228:30
[INFO] [stdout]     |
[INFO] [stdout] 227 | /                         Command::new("systemctl")
[INFO] [stdout] 228 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:334:30
[INFO] [stdout]     |
[INFO] [stdout] 333 | /                         Command::new("systemctl")
[INFO] [stdout] 334 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 275 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 276 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:417:30
[INFO] [stdout]     |
[INFO] [stdout] 416 | /                         Command::new("systemctl")
[INFO] [stdout] 417 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:334:30
[INFO] [stdout]     |
[INFO] [stdout] 333 | /                         Command::new("systemctl")
[INFO] [stdout] 334 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:430:30
[INFO] [stdout]     |
[INFO] [stdout] 429 | /                         Command::new("systemctl")
[INFO] [stdout] 430 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:417:30
[INFO] [stdout]     |
[INFO] [stdout] 416 | /                         Command::new("systemctl")
[INFO] [stdout] 417 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:443:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | /                         Command::new("systemctl")
[INFO] [stdout] 443 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:430:30
[INFO] [stdout]     |
[INFO] [stdout] 429 | /                         Command::new("systemctl")
[INFO] [stdout] 430 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:456:30
[INFO] [stdout]     |
[INFO] [stdout] 455 | /                         Command::new("systemctl")
[INFO] [stdout] 456 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:443:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | /                         Command::new("systemctl")
[INFO] [stdout] 443 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:468:26
[INFO] [stdout]     |
[INFO] [stdout] 467 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 468 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:456:30
[INFO] [stdout]     |
[INFO] [stdout] 455 | /                         Command::new("systemctl")
[INFO] [stdout] 456 | |                             .process_group(0)
[INFO] [stdout]     | |                             -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:487:26
[INFO] [stdout]     |
[INFO] [stdout] 486 | /                     Command::new("systemctl")
[INFO] [stdout] 487 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:468:26
[INFO] [stdout]     |
[INFO] [stdout] 467 | /                     Command::new("systemd-tmpfiles")
[INFO] [stdout] 468 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/common/configure_init_service.rs:487:26
[INFO] [stdout]     |
[INFO] [stdout] 486 | /                     Command::new("systemctl")
[INFO] [stdout] 487 | |                         .process_group(0)
[INFO] [stdout]     | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 66 | /             Command::new("steamos-readonly")
[INFO] [stdout] 67 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 66 | /             Command::new("steamos-readonly")
[INFO] [stdout] 67 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 81 | /             Command::new("steamos-readonly")
[INFO] [stdout] 82 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/ensure_steamos_nix_directory.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 81 | /             Command::new("steamos-readonly")
[INFO] [stdout] 82 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | /                     Command::new("systemctl")
[INFO] [stdout] 81 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | /                     Command::new("systemctl")
[INFO] [stdout] 81 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:94:26
[INFO] [stdout]    |
[INFO] [stdout] 93 | /                     Command::new("systemctl")
[INFO] [stdout] 94 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/start_systemd_unit.rs:94:26
[INFO] [stdout]    |
[INFO] [stdout] 93 | /                     Command::new("systemctl")
[INFO] [stdout] 94 | |                         .process_group(0)
[INFO] [stdout]    | |                         -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                 Command::new("systemctl")
[INFO] [stdout] 121 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 120 | /                 Command::new("systemctl")
[INFO] [stdout] 121 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 135 | /             Command::new("systemctl")
[INFO] [stdout] 136 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/linux/start_systemd_unit.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 135 | /             Command::new("systemctl")
[INFO] [stdout] 136 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 53 | /             Command::new("systemctl")
[INFO] [stdout] 54 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 53 | /             Command::new("systemctl")
[INFO] [stdout] 54 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | /             Command::new("systemctl")
[INFO] [stdout] 72 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/linux/systemctl_daemon_reload.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | /             Command::new("systemctl")
[INFO] [stdout] 72 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 119 | /                 Command::new("launchctl")
[INFO] [stdout] 120 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 131 | /                 Command::new("launchctl")
[INFO] [stdout] 132 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 119 | /                 Command::new("launchctl")
[INFO] [stdout] 120 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("launchctl")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 131 | /                 Command::new("launchctl")
[INFO] [stdout] 132 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/bootstrap_launchctl_service.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("launchctl")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_apfs_volume.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 92 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:129:22
[INFO] [stdout]     |
[INFO] [stdout] 128 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 129 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_apfs_volume.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 92 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:129:22
[INFO] [stdout]     |
[INFO] [stdout] 128 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 129 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 148 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 148 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_apfs_volume.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 160 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_nix_hook_service.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                 Command::new("launchctl")
[INFO] [stdout] 130 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/create_nix_hook_service.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 129 | /                 Command::new("launchctl")
[INFO] [stdout] 130 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 44 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 45 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 44 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 45 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 52 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 53 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 52 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 53 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 75 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 75 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 83 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/create_synthetic_objects.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | /             Command::new("/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util")
[INFO] [stdout] 83 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 59 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 60 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 59 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 60 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 77 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/enable_ownership.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 77 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:156:47
[INFO] [stdout]     |
[INFO] [stdout] 156 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:156:47
[INFO] [stdout]     |
[INFO] [stdout] 156 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:186:60
[INFO] [stdout]     |
[INFO] [stdout] 186 |         execute_command(Command::new("/usr/sbin/diskutil").process_group(0).args([
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:186:60
[INFO] [stdout]     |
[INFO] [stdout] 186 |         execute_command(Command::new("/usr/sbin/diskutil").process_group(0).args([
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 200 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | /             Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 200 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:229:47
[INFO] [stdout]     |
[INFO] [stdout] 229 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/encrypt_apfs_volume.rs:229:47
[INFO] [stdout]     |
[INFO] [stdout] 229 |             Command::new("/usr/bin/security").process_group(0).args([
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             Command::new("launchctl")
[INFO] [stdout] 103 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             Command::new("launchctl")
[INFO] [stdout] 103 | |                 .process_group(0)
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |         command.process_group(0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/kickstart_launchctl_service.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |         command.process_group(0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 70 | /             Command::new("tmutil")
[INFO] [stdout] 71 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 70 | /             Command::new("tmutil")
[INFO] [stdout] 71 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 89 | /             Command::new("tmutil")
[INFO] [stdout] 90 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/set_tmutil_exclusion.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 89 | /             Command::new("tmutil")
[INFO] [stdout] 90 | |                 .process_group(0)
[INFO] [stdout]    | |                 -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 62 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 63 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 62 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 63 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 79 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 80 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]   --> src/action/macos/unmount_apfs_volume.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 79 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 80 | |                     .process_group(0)
[INFO] [stdout]    | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]    | |_____________________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 105 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 105 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 121 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 122 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `process_group` found for struct `tokio::process::Command` in the current scope
[INFO] [stdout]    --> src/action/macos/unmount_apfs_volume.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 121 | /                 Command::new("/usr/sbin/diskutil")
[INFO] [stdout] 122 | |                     .process_group(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method not found in `Command`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix-installer` (lib) due to 81 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix-installer` (lib test) due to 81 previous errors
[INFO] running `Command { std: "docker" "inspect" "99601d2434a9940f64a17a661e526747d12f4dbd85bba717d7a325f35b8bd160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99601d2434a9940f64a17a661e526747d12f4dbd85bba717d7a325f35b8bd160", kill_on_drop: false }`
[INFO] [stdout] 99601d2434a9940f64a17a661e526747d12f4dbd85bba717d7a325f35b8bd160
