[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-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yurikrupnik/operator-monorepo on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 474ee729cdc41deb927d3e7183d2c27db7237f10590e6c9f71fbc33163e3e9c0
[INFO] running `Command { std: "docker" "start" "-a" "474ee729cdc41deb927d3e7183d2c27db7237f10590e6c9f71fbc33163e3e9c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "474ee729cdc41deb927d3e7183d2c27db7237f10590e6c9f71fbc33163e3e9c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "474ee729cdc41deb927d3e7183d2c27db7237f10590e6c9f71fbc33163e3e9c0", kill_on_drop: false }`
[INFO] [stdout] 474ee729cdc41deb927d3e7183d2c27db7237f10590e6c9f71fbc33163e3e9c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98a45d8bf7e5a7eb924bf3fe2ca3c6ba602f089a418dd86efe6d2d42519ca360
[INFO] running `Command { std: "docker" "start" "-a" "98a45d8bf7e5a7eb924bf3fe2ca3c6ba602f089a418dd86efe6d2d42519ca360", 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 bytes v1.5.0
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling supports-color v3.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling owo-colors v4.0.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling schemars v0.8.16
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling unicode-id v0.3.4
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling starbase_styles v0.3.1
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling markdown v1.0.0-alpha.16
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling schematic_types v0.6.0
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling dotlock v0.5.0
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling ansiterm v0.12.2
[INFO] [stderr]    Compiling anyhow v1.0.81
[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 cli-table-derive v0.4.5
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling garde v0.18.0
[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 pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling miette-derive v7.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling miette v7.2.0
[INFO] [stderr]    Compiling clap v4.5.3
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling schematic_macros v0.14.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling cli-table v0.4.7
[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 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_app1 v0.1.0 (/opt/rustwide/workdir/apps/cli/app1)
[INFO] [stderr]    Compiling cli_app3 v0.1.0 (/opt/rustwide/workdir/apps/cli/app3)
[INFO] [stderr]    Compiling cli_app2 v0.1.0 (/opt/rustwide/workdir/apps/cli/app2)
[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 1m 03s
[INFO] running `Command { std: "docker" "inspect" "98a45d8bf7e5a7eb924bf3fe2ca3c6ba602f089a418dd86efe6d2d42519ca360", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98a45d8bf7e5a7eb924bf3fe2ca3c6ba602f089a418dd86efe6d2d42519ca360", kill_on_drop: false }`
[INFO] [stdout] 98a45d8bf7e5a7eb924bf3fe2ca3c6ba602f089a418dd86efe6d2d42519ca360
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65a282ad7c4bd7830fe336ad6f318e423ad07145a22b1c0dedab340099fc0f8a
[INFO] running `Command { std: "docker" "start" "-a" "65a282ad7c4bd7830fe336ad6f318e423ad07145a22b1c0dedab340099fc0f8a", kill_on_drop: false }`
[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 globals v0.1.0 (/opt/rustwide/workdir/libs/globals)
[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 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.00s
[INFO] running `Command { std: "docker" "inspect" "65a282ad7c4bd7830fe336ad6f318e423ad07145a22b1c0dedab340099fc0f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a282ad7c4bd7830fe336ad6f318e423ad07145a22b1c0dedab340099fc0f8a", kill_on_drop: false }`
[INFO] [stdout] 65a282ad7c4bd7830fe336ad6f318e423ad07145a22b1c0dedab340099fc0f8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ab97b4d5dd28da009ea641648fd3fefb5974f500501a4e24d8854d60c3e7870c
[INFO] running `Command { std: "docker" "start" "-a" "ab97b4d5dd28da009ea641648fd3fefb5974f500501a4e24d8854d60c3e7870c", 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" -p cli_app2 --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli_app1-b43d2b539945d7e5)
[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-b0b85325cf3a82d9)
[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-8507616d78314f3e)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/operators_app1-baec132f02bf7dac)
[INFO] [stdout] test result: ok. 1 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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/operators_app2-ee2f55c5ce8d8ee9)
[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]    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] running `Command { std: "docker" "inspect" "ab97b4d5dd28da009ea641648fd3fefb5974f500501a4e24d8854d60c3e7870c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab97b4d5dd28da009ea641648fd3fefb5974f500501a4e24d8854d60c3e7870c", kill_on_drop: false }`
[INFO] [stdout] ab97b4d5dd28da009ea641648fd3fefb5974f500501a4e24d8854d60c3e7870c
