[INFO] cloning repository https://github.com/sbeckeriv/progenitor-cli-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sbeckeriv/progenitor-cli-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbeckeriv%2Fprogenitor-cli-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbeckeriv%2Fprogenitor-cli-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46cfb910d304a3c8c032bc331ed1bf206f676e9f
[INFO] checking sbeckeriv/progenitor-cli-example against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbeckeriv%2Fprogenitor-cli-example" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sbeckeriv/progenitor-cli-example
[INFO] finished tweaking git repo https://github.com/sbeckeriv/progenitor-cli-example
[INFO] tweaked toml for git repo https://github.com/sbeckeriv/progenitor-cli-example written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sbeckeriv/progenitor-cli-example on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sbeckeriv/progenitor-cli-example 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/oxidecomputer/progenitor`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typify-macro v0.4.3
[INFO] [stderr]   Downloaded typify v0.4.3
[INFO] [stderr]   Downloaded typify-impl v0.4.3
[INFO] [stderr]   Downloaded regress v0.10.4
[INFO] [stderr]   Downloaded openapiv3 v2.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7556c54a79970f9edffb87fe7b59f1b403012c1512d64eb64e6d7c3eab2f7ac7
[INFO] running `Command { std: "docker" "start" "-a" "7556c54a79970f9edffb87fe7b59f1b403012c1512d64eb64e6d7c3eab2f7ac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7556c54a79970f9edffb87fe7b59f1b403012c1512d64eb64e6d7c3eab2f7ac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7556c54a79970f9edffb87fe7b59f1b403012c1512d64eb64e6d7c3eab2f7ac7", kill_on_drop: false }`
[INFO] [stdout] 7556c54a79970f9edffb87fe7b59f1b403012c1512d64eb64e6d7c3eab2f7ac7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91f921d65d739ec5a9d7789e3fbf8847507d89fe4fbba8eefa121ea3f25bf063
[INFO] running `Command { std: "docker" "start" "-a" "91f921d65d739ec5a9d7789e3fbf8847507d89fe4fbba8eefa121ea3f25bf063", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regress v0.10.4
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]    Compiling openapiv3 v2.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling typify-impl v0.4.3
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]    Compiling progenitor-client v0.11.1 (https://github.com/oxidecomputer/progenitor#aa2892ef)
[INFO] [stderr]    Compiling typify-macro v0.4.3
[INFO] [stderr]    Compiling typify v0.4.3
[INFO] [stderr]    Compiling progenitor-impl v0.11.1 (https://github.com/oxidecomputer/progenitor#aa2892ef)
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]    Compiling progenitor-macro v0.11.1 (https://github.com/oxidecomputer/progenitor#aa2892ef)
[INFO] [stderr]    Compiling progenitor v0.11.1 (https://github.com/oxidecomputer/progenitor#aa2892ef)
[INFO] [stderr]    Compiling example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `syn::token`
[INFO] [stdout]  --> build.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use syn::token;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]  --> build.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     return;
[INFO] [stdout]   |     ------ any code following this expression is unreachable
[INFO] [stdout] 6 |     let src = "cli-gen.json.txt";
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src`
[INFO] [stdout]  --> build.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let src = "cli-gen.json.txt";
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_src`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file`
[INFO] [stdout]  --> build.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let file = std::fs::File::open(src).unwrap();
[INFO] [stdout]   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `spec`
[INFO] [stdout]  --> build.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let spec = serde_json::from_reader(file).unwrap();
[INFO] [stdout]   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_spec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `generator`
[INFO] [stdout]   --> build.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut generator = Generator::new(
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> build.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let tokens = generator.generate_tokens(&spec).unwrap();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ast`
[INFO] [stdout]   --> build.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let ast = syn::parse2(tokens).unwrap();
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]   --> build.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let content = prettyplease::unparse(&ast);
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_file`
[INFO] [stdout]   --> build.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let mut out_file = std::path::Path::new("src").to_path_buf();
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> build.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let tokens = generator
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ast`
[INFO] [stdout]   --> build.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let ast = syn::parse2(tokens).unwrap();
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]   --> build.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let content = prettyplease::unparse(&ast);
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_file`
[INFO] [stdout]   --> build.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut out_file = std::path::Path::new("src").to_path_buf();
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> build.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let tokens = generator
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ast`
[INFO] [stdout]   --> build.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let ast = syn::parse2(tokens).unwrap();
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]   --> build.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let content = prettyplease::unparse(&ast);
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_file`
[INFO] [stdout]   --> build.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let mut out_file = std::path::Path::new("src").to_path_buf();
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::super::Client`
[INFO] [stdout]    --> src/example_builder.rs:468:13
[INFO] [stdout]     |
[INFO] [stdout] 468 |     pub use self::super::Client;
[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: `types`
[INFO] [stdout]  --> src/main.rs:5:60
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::example_builder::{Client, Error, ResponseValue, types};
[INFO] [stdout]   |                                                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde_json;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::super::Client`
[INFO] [stdout]    --> src/example_builder.rs:468:13
[INFO] [stdout]     |
[INFO] [stdout] 468 |     pub use self::super::Client;
[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: `types`
[INFO] [stdout]  --> src/main.rs:5:60
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::example_builder::{Client, Error, ResponseValue, types};
[INFO] [stdout]   |                                                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde_json;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]   --> src/cli.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |             Ok(r) => todo!(),
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]   --> src/cli.rs:82:16
[INFO] [stdout]    |
[INFO] [stdout] 82 |             Ok(r) => todo!(),
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]    --> src/cli.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         matches: &::clap::ArgMatches,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]    --> src/cli.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         request: &mut builder::Two,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]    --> src/cli.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         matches: &::clap::ArgMatches,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]    --> src/cli.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         request: &mut builder::Uno,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut uno = Cli::<SimpleConfig>::get_command(CliCommand::Uno).name("uno");
[INFO] [stdout]    |         ----^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `success_item`, `success_no_item`, `list_start`, `list_item`, `list_end_success`, and `list_end_error` are never used
[INFO] [stdout]    --> src/cli.rs:91:8
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub trait CliConfig {
[INFO] [stdout]     |           --------- methods in this trait
[INFO] [stdout]  91 |     fn success_item<T>(&self, value: &ResponseValue<T>)
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn success_no_item(&self, value: &ResponseValue<()>);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 |     fn list_start<T>(&self)
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     fn list_item<T>(&self, value: &T)
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     fn list_end_success<T>(&self)
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn list_end_error<T>(&self, value: &Error<T>)
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `iter` is never used
[INFO] [stdout]    --> src/cli.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 130 | impl CliCommand {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] 131 |     pub fn iter() -> impl Iterator<Item = CliCommand> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]   --> src/cli.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |             Ok(r) => todo!(),
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]   --> src/cli.rs:82:16
[INFO] [stdout]    |
[INFO] [stdout] 82 |             Ok(r) => todo!(),
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]    --> src/cli.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         matches: &::clap::ArgMatches,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]    --> src/cli.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         request: &mut builder::Two,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]    --> src/cli.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         matches: &::clap::ArgMatches,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]    --> src/cli.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         request: &mut builder::Uno,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut uno = Cli::<SimpleConfig>::get_command(CliCommand::Uno).name("uno");
[INFO] [stdout]    |         ----^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `success_item`, `success_no_item`, `list_start`, `list_item`, `list_end_success`, and `list_end_error` are never used
[INFO] [stdout]    --> src/cli.rs:91:8
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub trait CliConfig {
[INFO] [stdout]     |           --------- methods in this trait
[INFO] [stdout]  91 |     fn success_item<T>(&self, value: &ResponseValue<T>)
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn success_no_item(&self, value: &ResponseValue<()>);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 |     fn list_start<T>(&self)
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     fn list_item<T>(&self, value: &T)
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     fn list_end_success<T>(&self)
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn list_end_error<T>(&self, value: &Error<T>)
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `iter` is never used
[INFO] [stdout]    --> src/cli.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 130 | impl CliCommand {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] 131 |     pub fn iter() -> impl Iterator<Item = CliCommand> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "91f921d65d739ec5a9d7789e3fbf8847507d89fe4fbba8eefa121ea3f25bf063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91f921d65d739ec5a9d7789e3fbf8847507d89fe4fbba8eefa121ea3f25bf063", kill_on_drop: false }`
[INFO] [stdout] 91f921d65d739ec5a9d7789e3fbf8847507d89fe4fbba8eefa121ea3f25bf063
