[INFO] cloning repository https://github.com/yurikrupnik/operator-monorepo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yurikrupnik/operator-monorepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 154e349661dde625e894a29330abf2d15bcc48fd
[INFO] testing yurikrupnik/operator-monorepo against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/yurikrupnik/operator-monorepo
[INFO] finished tweaking git repo https://github.com/yurikrupnik/operator-monorepo
[INFO] tweaked toml for git repo https://github.com/yurikrupnik/operator-monorepo written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yurikrupnik/operator-monorepo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yurikrupnik/operator-monorepo 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dda8f534fa9d7d0a2c07def799ee9275027873d71fe814caa86dc7f56c6c03d4
[INFO] running `Command { std: "docker" "start" "-a" "dda8f534fa9d7d0a2c07def799ee9275027873d71fe814caa86dc7f56c6c03d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dda8f534fa9d7d0a2c07def799ee9275027873d71fe814caa86dc7f56c6c03d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dda8f534fa9d7d0a2c07def799ee9275027873d71fe814caa86dc7f56c6c03d4", kill_on_drop: false }`
[INFO] [stdout] dda8f534fa9d7d0a2c07def799ee9275027873d71fe814caa86dc7f56c6c03d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adeecd094398397facd1c8c79c38562e7af350f03ab56b117585beb85396adc2
[INFO] running `Command { std: "docker" "start" "-a" "adeecd094398397facd1c8c79c38562e7af350f03ab56b117585beb85396adc2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling supports-color v3.0.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling owo-colors v4.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling schemars v0.8.16
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling miette-derive v7.2.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling unicode-id v0.3.4
[INFO] [stderr]    Compiling miette v7.2.0
[INFO] [stderr]    Compiling markdown v1.0.0-alpha.16
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling clap_derive v4.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling garde v0.18.0
[INFO] [stderr]    Compiling cli-table-derive v0.4.5
[INFO] [stderr]    Compiling starbase_styles v0.3.1
[INFO] [stderr]    Compiling schematic_macros v0.14.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling schematic_types v0.6.0
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling dotlock v0.5.0
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling clap v4.5.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling h2 v0.4.3
[INFO] [stderr]    Compiling h2 v0.3.25
[INFO] [stderr]    Compiling serde_yaml v0.9.33
[INFO] [stderr]    Compiling cli-table v0.4.7
[INFO] [stderr]    Compiling ansiterm v0.12.2
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling globals v0.1.0 (/opt/rustwide/workdir/libs/globals)
[INFO] [stderr]    Compiling operators_app2 v0.1.0 (/opt/rustwide/workdir/apps/operators/app2)
[INFO] [stderr]    Compiling operators_app1 v0.1.0 (/opt/rustwide/workdir/apps/operators/app1)
[INFO] [stderr]    Compiling hyper v1.2.0
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling schematic v0.14.5
[INFO] [stderr]    Compiling cli_app2 v0.1.0 (/opt/rustwide/workdir/apps/cli/app2)
[INFO] [stderr]    Compiling cli_app3 v0.1.0 (/opt/rustwide/workdir/apps/cli/app3)
[INFO] [stderr]    Compiling cli_app1 v0.1.0 (/opt/rustwide/workdir/apps/cli/app1)
[INFO] [stdout] warning: unused import: `Subcommand as ClapSubcommand`
[INFO] [stdout]  --> apps/cli/app2/src/commands/subcommand.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FromArgMatches`
[INFO] [stdout]  --> apps/cli/app2/src/commands/subcommand.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]    --> apps/cli/app2/src/commands/subcommand.rs:126:34
[INFO] [stdout]     |
[INFO] [stdout] 126 |             SystemAction::Create(cmd) => {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
[INFO] running `Command { std: "docker" "inspect" "adeecd094398397facd1c8c79c38562e7af350f03ab56b117585beb85396adc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adeecd094398397facd1c8c79c38562e7af350f03ab56b117585beb85396adc2", kill_on_drop: false }`
[INFO] [stdout] adeecd094398397facd1c8c79c38562e7af350f03ab56b117585beb85396adc2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58185ee11258c08fb54364768cbcb2321ad9b03208a6f268a9127c58958f52e5
[INFO] running `Command { std: "docker" "start" "-a" "58185ee11258c08fb54364768cbcb2321ad9b03208a6f268a9127c58958f52e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling operators_app2 v0.1.0 (/opt/rustwide/workdir/apps/operators/app2)
[INFO] [stderr]    Compiling cli_app2 v0.1.0 (/opt/rustwide/workdir/apps/cli/app2)
[INFO] [stderr]    Compiling cli_app1 v0.1.0 (/opt/rustwide/workdir/apps/cli/app1)
[INFO] [stderr]    Compiling globals v0.1.0 (/opt/rustwide/workdir/libs/globals)
[INFO] [stderr]    Compiling operators_app1 v0.1.0 (/opt/rustwide/workdir/apps/operators/app1)
[INFO] [stderr]    Compiling cli_app3 v0.1.0 (/opt/rustwide/workdir/apps/cli/app3)
[INFO] [stdout] warning: unused import: `Subcommand as ClapSubcommand`
[INFO] [stdout]  --> apps/cli/app2/src/commands/subcommand.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FromArgMatches`
[INFO] [stdout]  --> apps/cli/app2/src/commands/subcommand.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]    --> apps/cli/app2/src/commands/subcommand.rs:126:34
[INFO] [stdout]     |
[INFO] [stdout] 126 |             SystemAction::Create(cmd) => {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] running `Command { std: "docker" "inspect" "58185ee11258c08fb54364768cbcb2321ad9b03208a6f268a9127c58958f52e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58185ee11258c08fb54364768cbcb2321ad9b03208a6f268a9127c58958f52e5", kill_on_drop: false }`
[INFO] [stdout] 58185ee11258c08fb54364768cbcb2321ad9b03208a6f268a9127c58958f52e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8cb245645700765414c11c72fd98c2526aaace371edb81d4dd4b3a16bb594b11
[INFO] running `Command { std: "docker" "start" "-a" "8cb245645700765414c11c72fd98c2526aaace371edb81d4dd4b3a16bb594b11", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Subcommand as ClapSubcommand`
[INFO] [stderr]  --> apps/cli/app2/src/commands/subcommand.rs:8:36
[INFO] [stderr]   |
[INFO] [stderr] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stderr]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `FromArgMatches`
[INFO] [stderr]  --> apps/cli/app2/src/commands/subcommand.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | use clap::{FromArgMatches, Parser, Subcommand as ClapSubcommand};
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cmd`
[INFO] [stderr]    --> apps/cli/app2/src/commands/subcommand.rs:126:34
[INFO] [stderr]     |
[INFO] [stderr] 126 |             SystemAction::Create(cmd) => {
[INFO] [stderr]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cli_app2` (bin "cli_app2" test) generated 3 warnings (run `cargo fix --bin "cli_app2" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli_app1-81a578e6bde6e1dd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli_app2-238c62b8b202054f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli_app3-fa346cc855a628ea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/globals-55d2271ba3c99c2c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/operators_app1-baec132f02bf7dac)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/operators_app2-ee2f55c5ce8d8ee9)
[INFO] [stderr]    Doc-tests globals
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8cb245645700765414c11c72fd98c2526aaace371edb81d4dd4b3a16bb594b11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cb245645700765414c11c72fd98c2526aaace371edb81d4dd4b3a16bb594b11", kill_on_drop: false }`
[INFO] [stdout] 8cb245645700765414c11c72fd98c2526aaace371edb81d4dd4b3a16bb594b11
