[INFO] fetching crate kubetui 1.5.3... [INFO] testing kubetui-1.5.3 against try#024495a232636f1f9407d7695b2be51edc2c51bd for pr-130285 [INFO] extracting crate kubetui 1.5.3 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate kubetui 1.5.3 on toolchain 024495a232636f1f9407d7695b2be51edc2c51bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kubetui 1.5.3 [INFO] finished tweaking crates.io crate kubetui 1.5.3 [INFO] tweaked toml for crates.io crate kubetui 1.5.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate kubetui 1.5.3 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" "+024495a232636f1f9407d7695b2be51edc2c51bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e65b9b87d17bd1f7f0d3eba26a10f5150e5eb849dc2ed693facdc7665ae8761e [INFO] running `Command { std: "docker" "start" "-a" "e65b9b87d17bd1f7f0d3eba26a10f5150e5eb849dc2ed693facdc7665ae8761e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e65b9b87d17bd1f7f0d3eba26a10f5150e5eb849dc2ed693facdc7665ae8761e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e65b9b87d17bd1f7f0d3eba26a10f5150e5eb849dc2ed693facdc7665ae8761e", kill_on_drop: false }` [INFO] [stdout] e65b9b87d17bd1f7f0d3eba26a10f5150e5eb849dc2ed693facdc7665ae8761e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7882af6cd8bfc06f98cc6d6ff89fa393f1f1509d0c8e4d5dff5804e32a5e94a [INFO] running `Command { std: "docker" "start" "-a" "a7882af6cd8bfc06f98cc6d6ff89fa393f1f1509d0c8e4d5dff5804e32a5e94a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling cc v1.1.5 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling rustls v0.23.11 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling k8s-openapi v0.22.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling rustls-native-certs v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling rustls-webpki v0.102.5 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bytemuck v1.16.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling clap_builder v4.5.9 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] Compiling kube-derive v0.93.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling jsonpath-rust v0.5.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling hyper-timeout v0.5.1 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling thread-id v4.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling ratatui v0.27.0 [INFO] [stderr] Compiling log4rs v1.3.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling ctrlc v3.4.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling arboard v3.4.0 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling clap v4.5.9 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling kube-core v0.93.0 [INFO] [stderr] Compiling kube-client v0.93.0 [INFO] [stderr] Compiling kube v0.93.0 [INFO] [stderr] Compiling kubetui v1.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 17 | fn non_space<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 18 | s: &'a str, [INFO] [stdout] 19 | ) -> IResult<&str, Cow<'_, str>, E> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn non_space<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 18 | s: &'a str, [INFO] [stdout] 19 | ) -> IResult<&str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 24 | fn quoted<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 25 | s: &'a str, [INFO] [stdout] 26 | ) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:29:54 [INFO] [stdout] | [INFO] [stdout] 28 | fn multispace<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 29 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:35:54 [INFO] [stdout] | [INFO] [stdout] 34 | fn escaped_char<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 35 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:50:54 [INFO] [stdout] | [INFO] [stdout] 48 | fn not_quote_slash<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 49 | quote_slash: &'a str, [INFO] [stdout] 50 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:59:61 [INFO] [stdout] | [INFO] [stdout] 58 | fn fold<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 59 | parser: impl FnMut(&'a str) -> IResult<&'a str, Cow<'_, str>, E>, [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 92 | fn unquoted<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 93 | s: &'a str, [INFO] [stdout] 94 | ) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 98 | fn regex<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 99 | s: &'a str, [INFO] [stdout] 100 | ) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:106:27 [INFO] [stdout] | [INFO] [stdout] 104 | fn selector<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 105 | s: &'a str, [INFO] [stdout] 106 | ) -> IResult<&'a str, Cow<'_, str>, E> { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:112:14 [INFO] [stdout] | [INFO] [stdout] 110 | fn resource_name<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 111 | s: &'a str, [INFO] [stdout] 112 | ) -> IResult<&str, &str, E> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:112:20 [INFO] [stdout] | [INFO] [stdout] 110 | fn resource_name<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 111 | s: &'a str, [INFO] [stdout] 112 | ) -> IResult<&str, &str, E> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:118:23 [INFO] [stdout] | [INFO] [stdout] 116 | fn pod<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 117 | s: &'a str, [INFO] [stdout] 118 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 127 | fn exclude_pod<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 128 | s: &'a str, [INFO] [stdout] 129 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 138 | fn container<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 139 | s: &'a str, [INFO] [stdout] 140 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:151:23 [INFO] [stdout] | [INFO] [stdout] 149 | fn exclude_container<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 150 | s: &'a str, [INFO] [stdout] 151 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:162:23 [INFO] [stdout] | [INFO] [stdout] 160 | fn include_log<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 161 | s: &'a str, [INFO] [stdout] 162 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:173:23 [INFO] [stdout] | [INFO] [stdout] 171 | fn exclude_log<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 172 | s: &'a str, [INFO] [stdout] 173 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:184:23 [INFO] [stdout] | [INFO] [stdout] 182 | fn label_selector<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 183 | s: &'a str, [INFO] [stdout] 184 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:192:23 [INFO] [stdout] | [INFO] [stdout] 190 | fn field_selector<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 191 | s: &'a str, [INFO] [stdout] 192 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:200:23 [INFO] [stdout] | [INFO] [stdout] 198 | fn specified_daemonset<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 199 | s: &'a str, [INFO] [stdout] 200 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:214:23 [INFO] [stdout] | [INFO] [stdout] 212 | fn specified_deployment<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 213 | s: &'a str, [INFO] [stdout] 214 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:228:23 [INFO] [stdout] | [INFO] [stdout] 226 | fn specified_job<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 227 | s: &'a str, [INFO] [stdout] 228 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:239:23 [INFO] [stdout] | [INFO] [stdout] 237 | fn specified_pod<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 238 | s: &'a str, [INFO] [stdout] 239 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:253:23 [INFO] [stdout] | [INFO] [stdout] 251 | fn specified_replicaset<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 252 | s: &'a str, [INFO] [stdout] 253 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:267:23 [INFO] [stdout] | [INFO] [stdout] 265 | fn specified_service<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 266 | s: &'a str, [INFO] [stdout] 267 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:281:23 [INFO] [stdout] | [INFO] [stdout] 279 | fn specified_statefulset<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 280 | s: &'a str, [INFO] [stdout] 281 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:295:23 [INFO] [stdout] | [INFO] [stdout] 293 | fn attribute<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 294 | s: &'a str, [INFO] [stdout] 295 | ) -> IResult<&'a str, FilterAttribute, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:319:27 [INFO] [stdout] | [INFO] [stdout] 317 | fn split_attributes<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 318 | s: &'a str, [INFO] [stdout] 319 | ) -> IResult<&'a str, Vec, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/features/pod/kube/filter/parser.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn parse_attributes<'a, E: ParseError<&'a str> + ContextError<&'a str>>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 330 | s: &'a str, [INFO] [stdout] 331 | ) -> IResult<&'a str, Vec, E> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kubetui` (bin "kubetui"); 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name kubetui --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=824ecd4275cf2121 -C extra-filename=-824ecd4275cf2121 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-fddfbf3ae1c518e4.rlib --extern arboard=/opt/rustwide/target/debug/deps/libarboard-f2864b9afb6d514a.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-092682afa78281c4.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-c167c3eb3ecc322f.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-ab2d7887a5038b57.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ad7c1e5595eae210.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-14b4999f192e1771.rlib --extern crossbeam=/opt/rustwide/target/debug/deps/libcrossbeam-3060ee273ad60240.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-4e72715733e6ad46.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-205165c35fff416e.so --extern enum_dispatch=/opt/rustwide/target/debug/deps/libenum_dispatch-b5e5454cdb72166c.so --extern flate2=/opt/rustwide/target/debug/deps/libflate2-362d06e35df6dc46.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e9fe7eac72df9b79.rlib --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-8ba3e18177660e96.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-644d91b7f00e1896.rlib --extern indoc=/opt/rustwide/target/debug/deps/libindoc-a88b92ff247f39e8.so --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-2cf4962ef5d670bc.rlib --extern kube=/opt/rustwide/target/debug/deps/libkube-d7be1a1bba9d1bcc.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-a7ed1269c998050d.rlib --extern log4rs=/opt/rustwide/target/debug/deps/liblog4rs-83a363015e48530b.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-83719d3f443b06b1.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-795d6939e3fe8636.rlib --extern paste=/opt/rustwide/target/debug/deps/libpaste-328a92098632ae7d.so --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-58110c5f7d9541eb.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-e5623d23010f8239.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-a160b03f1a0d8241.rlib --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-c1e3dd509c68fbb0.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c2bbf99356a8bce.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f79fffad82b3a81f.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-31ed7e76398ca5c5.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-1e9abb99d62bc2b6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bb5b3e510dc9193f.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a8e9828c8a72b33c.rlib --extern unicode_segmentation=/opt/rustwide/target/debug/deps/libunicode_segmentation-122c201ee7c2080b.rlib --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-d1228872cdc74fab.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-445e2ef47e42f144/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a7882af6cd8bfc06f98cc6d6ff89fa393f1f1509d0c8e4d5dff5804e32a5e94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7882af6cd8bfc06f98cc6d6ff89fa393f1f1509d0c8e4d5dff5804e32a5e94a", kill_on_drop: false }` [INFO] [stdout] a7882af6cd8bfc06f98cc6d6ff89fa393f1f1509d0c8e4d5dff5804e32a5e94a