[INFO] cloning repository https://github.com/databricks/click
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/databricks/click" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatabricks%2Fclick", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatabricks%2Fclick'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 058a2e0850ce2afcb8b4c50b67b2d66df4803fef
[INFO] checking databricks/click against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdatabricks%2Fclick" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/databricks/click
[INFO] finished tweaking git repo https://github.com/databricks/click
[INFO] tweaked toml for git repo https://github.com/databricks/click written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/databricks/click on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/databricks/click 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded atomicwrites v0.4.1
[INFO] [stderr]   Downloaded p12 v0.6.3
[INFO] [stderr]   Downloaded duct_sh v0.13.6
[INFO] [stderr]   Downloaded rustyline v11.0.0
[INFO] [stderr]   Downloaded k8s-openapi v0.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 335606fcf518bc07e0d65e80af85285b389823bcb970ed5c338aa3b54905f024
[INFO] running `Command { std: "docker" "start" "-a" "335606fcf518bc07e0d65e80af85285b389823bcb970ed5c338aa3b54905f024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "335606fcf518bc07e0d65e80af85285b389823bcb970ed5c338aa3b54905f024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "335606fcf518bc07e0d65e80af85285b389823bcb970ed5c338aa3b54905f024", kill_on_drop: false }`
[INFO] [stdout] 335606fcf518bc07e0d65e80af85285b389823bcb970ed5c338aa3b54905f024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb38c34f37306b6d8d26d5ad1546b135f6ecf97807445ff7f7698b345472645c
[INFO] running `Command { std: "docker" "start" "-a" "bb38c34f37306b6d8d26d5ad1546b135f6ecf97807445ff7f7698b345472645c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling rustix v0.38.14
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.7
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking aho-corasick v1.1.1
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking ordered-float v2.10.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking os_str_bytes v6.5.1
[INFO] [stderr]     Checking hashbrown v0.14.0
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]    Compiling k8s-openapi v0.14.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking os_pipe v1.1.4
[INFO] [stderr]     Checking shared_child v1.0.0
[INFO] [stderr]     Checking indexmap v2.0.0
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking rc2 v0.8.1
[INFO] [stderr]     Checking des v0.8.1
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking duct v0.13.6
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking rustls-pemfile v1.0.3
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking webpki-roots v0.25.2
[INFO] [stderr]     Checking unsafe-libyaml v0.2.9
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking regex-automata v0.3.8
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking duct_sh v0.13.6
[INFO] [stderr]     Checking pem v2.0.1
[INFO] [stderr]     Checking strfmt v0.2.4
[INFO] [stderr]     Checking ctrlc v3.4.1
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking p12 v0.6.3
[INFO] [stderr]     Checking rustyline v11.0.0
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]     Checking atomicwrites v0.4.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking rustls-webpki v0.101.6
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking comfy-table v6.2.0
[INFO] [stderr]     Checking regex v1.9.5
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling serde_with_macros v3.3.0
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_with v3.3.0
[INFO] [stderr]     Checking serde_yaml v0.9.25
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-rustls v0.24.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.20
[INFO] [stderr]     Checking click v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` instead
[INFO] [stdout]     --> src/config/kubefile.rs:1009:18
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                 .datetime_from_str("2018-04-01 5:57:31", "%Y-%m-%d %H:%M:%S")
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/crd.rs:59:11
[INFO] [stdout]    |
[INFO] [stdout] 59 |     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GetAPIGroupResourcesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 59 -     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout] 59 +     Other(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/k8s_table.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GetTableResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 133 -     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout] 133 +     Other(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/command_processor.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_line(line: &str) -> Result<(&str, RightExpr), ClickError> {
[INFO] [stdout]     |                     ^^^^             ----  --------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_line(line: &str) -> Result<(&str, RightExpr<'_>), ClickError> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 | fn get_volume_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                      ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 289 | fn get_volume_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn pod_phase(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                 ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn pod_phase(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:425:23
[INFO] [stdout]     |
[INFO] [stdout] 425 | fn node_access_url(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 425 | fn node_access_url(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn get_container_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                         ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn get_container_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:536:23
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn get_message_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn get_message_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/service.rs:170:28
[INFO] [stdout]     |
[INFO] [stdout] 170 | fn get_ports_str(v: Option<&Value>, endpoint_val: Option<Value>) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 170 | fn get_ports_str(v: Option<&Value>, endpoint_val: Option<Value>) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/env.rs:464:30
[INFO] [stdout]     |
[INFO] [stdout] 464 |     pub fn get_port_forwards(&mut self) -> std::slice::IterMut<PortForward> {
[INFO] [stdout]     |                              ^^^^^^^^^     -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 464 |     pub fn get_port_forwards(&mut self) -> std::slice::IterMut<'_, PortForward> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn new(cmdline: &str) -> Parser {
[INFO] [stdout]    |                         ^^^^     ------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn new(cmdline: &str) -> Parser<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/crd.rs:59:11
[INFO] [stdout]    |
[INFO] [stdout] 59 |     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GetAPIGroupResourcesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 59 -     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout] 59 +     Other(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/k8s_table.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GetTableResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 133 -     Other(Result<Option<serde_json::Value>, serde_json::Error>),
[INFO] [stdout] 133 +     Other(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/command_processor.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_line(line: &str) -> Result<(&str, RightExpr), ClickError> {
[INFO] [stdout]     |                     ^^^^             ----  --------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_line(line: &str) -> Result<(&str, RightExpr<'_>), ClickError> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 | fn get_volume_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                      ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 289 | fn get_volume_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn pod_phase(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                 ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn pod_phase(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:425:23
[INFO] [stdout]     |
[INFO] [stdout] 425 | fn node_access_url(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 425 | fn node_access_url(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn get_container_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                         ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn get_container_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/legacy.rs:536:23
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn get_message_str(v: &Value) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^^^     -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn get_message_str(v: &Value) -> Cow<'_, str> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/describe/service.rs:170:28
[INFO] [stdout]     |
[INFO] [stdout] 170 | fn get_ports_str(v: Option<&Value>, endpoint_val: Option<Value>) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 170 | fn get_ports_str(v: Option<&Value>, endpoint_val: Option<Value>) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/env.rs:464:30
[INFO] [stdout]     |
[INFO] [stdout] 464 |     pub fn get_port_forwards(&mut self) -> std::slice::IterMut<PortForward> {
[INFO] [stdout]     |                              ^^^^^^^^^     -------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 464 |     pub fn get_port_forwards(&mut self) -> std::slice::IterMut<'_, PortForward> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn new(cmdline: &str) -> Parser {
[INFO] [stdout]    |                         ^^^^     ------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn new(cmdline: &str) -> Parser<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.74s
[INFO] running `Command { std: "docker" "inspect" "bb38c34f37306b6d8d26d5ad1546b135f6ecf97807445ff7f7698b345472645c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb38c34f37306b6d8d26d5ad1546b135f6ecf97807445ff7f7698b345472645c", kill_on_drop: false }`
[INFO] [stdout] bb38c34f37306b6d8d26d5ad1546b135f6ecf97807445ff7f7698b345472645c
