[INFO] cloning repository https://github.com/hausdorff/k9s [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hausdorff/k9s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhausdorff%2Fk9s", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhausdorff%2Fk9s'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e6ed79d01c60f971ceb365c39c52f24d0a867f2 [INFO] checking hausdorff/k9s against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhausdorff%2Fk9s" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hausdorff/k9s on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hausdorff/k9s [INFO] finished tweaking git repo https://github.com/hausdorff/k9s [INFO] tweaked toml for git repo https://github.com/hausdorff/k9s written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/hausdorff/k9s already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04ecd40e6dbdc9531e4ddd5ec609865474ffaef0f2f9e17cb026458c7e97a62f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04ecd40e6dbdc9531e4ddd5ec609865474ffaef0f2f9e17cb026458c7e97a62f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04ecd40e6dbdc9531e4ddd5ec609865474ffaef0f2f9e17cb026458c7e97a62f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04ecd40e6dbdc9531e4ddd5ec609865474ffaef0f2f9e17cb026458c7e97a62f", kill_on_drop: false }` [INFO] [stdout] 04ecd40e6dbdc9531e4ddd5ec609865474ffaef0f2f9e17cb026458c7e97a62f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d7dc41e6412a33a2200f5eb4da40db9140f5a66475811164d1472ba9b18a47e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d7dc41e6412a33a2200f5eb4da40db9140f5a66475811164d1472ba9b18a47e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Checking try_opt v0.1.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling im v12.2.0 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking h2 v0.1.14 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking pretty_env_logger v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking serde_json v1.0.33 [INFO] [stderr] Checking api_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | conn: &'a (interfaces::MasterConnection + 'a), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::MasterConnection + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | docker: &'a (interfaces::PodProvider + 'a), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::PodProvider + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | conn: &'a interfaces::MasterConnection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::MasterConnection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | docker: &'a interfaces::PodProvider, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::PodProvider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | conn: &'a (interfaces::MasterConnection + 'a), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::MasterConnection + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | docker: &'a (interfaces::PodProvider + 'a), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::PodProvider + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | conn: &'a interfaces::MasterConnection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::MasterConnection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | docker: &'a interfaces::PodProvider, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn interfaces::PodProvider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `namespace` [INFO] [stdout] --> src/main.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/main.rs:86:46 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pod` [INFO] [stdout] --> src/main.rs:101:28 [INFO] [stdout] | [INFO] [stdout] 101 | fn register_pod(&self, pod: core::v1::Pod) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `namespace` [INFO] [stdout] --> src/main.rs:102:34 [INFO] [stdout] | [INFO] [stdout] 102 | fn deregister_pod<'b>(&self, namespace: &'b str, name: &'b str) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/main.rs:102:54 [INFO] [stdout] | [INFO] [stdout] 102 | fn deregister_pod<'b>(&self, namespace: &'b str, name: &'b str) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `namespace` [INFO] [stdout] --> src/main.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/main.rs:86:46 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pod` [INFO] [stdout] --> src/main.rs:101:28 [INFO] [stdout] | [INFO] [stdout] 101 | fn register_pod(&self, pod: core::v1::Pod) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `namespace` [INFO] [stdout] --> src/main.rs:102:34 [INFO] [stdout] | [INFO] [stdout] 102 | fn deregister_pod<'b>(&self, namespace: &'b str, name: &'b str) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/main.rs:102:54 [INFO] [stdout] | [INFO] [stdout] 102 | fn deregister_pod<'b>(&self, namespace: &'b str, name: &'b str) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pod` [INFO] [stdout] --> src/main.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | fn fetch(&self, pod: core::v1::Pod) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pod` [INFO] [stdout] --> src/main.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | fn run(&self, pod: core::v1::Pod) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `namespace` [INFO] [stdout] --> src/main.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | fn kill<'a>(&self, namespace: &'a str, name: &'a str) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/main.rs:118:48 [INFO] [stdout] | [INFO] [stdout] 118 | fn kill<'a>(&self, namespace: &'a str, name: &'a str) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/main.rs:124:35 [INFO] [stdout] | [INFO] [stdout] 124 | fn update_node<'a>(&self, node: &'a interfaces::Node) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pod` [INFO] [stdout] --> src/main.rs:125:34 [INFO] [stdout] | [INFO] [stdout] 125 | fn update_pod<'a>(&self, pod: &'a core::v1::Pod) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_id` [INFO] [stdout] --> src/pod_util.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn get_id<'a>(pod: &'a v1::Pod) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create` [INFO] [stdout] --> src/main.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn create(&self, pod: core::v1::Pod) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `delete` [INFO] [stdout] --> src/main.rs:86:8 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | pub startedAt: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `started_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub containerID: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `container_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `exitCode` should have a snake case name [INFO] [stdout] --> src/types/api.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | pub exitCode: i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `exit_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `finishedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | pub finishedAt: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `finished_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub startedAt: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `started_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | pub containerID: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `container_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imageID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | pub imageID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `image_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastState` should have a snake case name [INFO] [stdout] --> src/types/api.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | pub lastState: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `last_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `restartCount` should have a snake case name [INFO] [stdout] --> src/types/api.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | pub restartCount: i32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `restart_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastProbeTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | pub lastProbeTime: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_probe_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastTransitionTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | pub lastTransitionTime: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_transition_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerStatuses` should have a snake case name [INFO] [stdout] --> src/types/api.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | pub containerStatuses: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `container_statuses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hostIP` should have a snake case name [INFO] [stdout] --> src/types/api.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | pub hostIP: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `host_ip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initContainerStatuses` should have a snake case name [INFO] [stdout] --> src/types/api.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | pub initContainerStatuses: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_container_statuses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nominatedNodeName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | pub nominatedNodeName: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `nominated_node_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `podIP` should have a snake case name [INFO] [stdout] --> src/types/api.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | pub podIP: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `pod_ip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `qosClass` should have a snake case name [INFO] [stdout] --> src/types/api.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | pub qosClass: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `qos_class` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub startTime: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `start_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `resourceVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | pub resourceVersion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `selfLink` should have a snake case name [INFO] [stdout] --> src/types/api.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | pub selfLink: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `self_link` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `clusterName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | pub clusterName: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `cluster_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `creationTimestamp` should have a snake case name [INFO] [stdout] --> src/types/api.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | pub creationTimestamp: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_timestamp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deletionGracePeriodSeconds` should have a snake case name [INFO] [stdout] --> src/types/api.rs:155:17 [INFO] [stdout] | [INFO] [stdout] 155 | pub deletionGracePeriodSeconds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `deletion_grace_period_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deletionTimestamp` should have a snake case name [INFO] [stdout] --> src/types/api.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | pub deletionTimestamp: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `deletion_timestamp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `generateName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:158:17 [INFO] [stdout] | [INFO] [stdout] 158 | pub generateName: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ownerReferences` should have a snake case name [INFO] [stdout] --> src/types/api.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | pub ownerReferences: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `owner_references` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `resourceVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | pub resourceVersion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `selfLink` should have a snake case name [INFO] [stdout] --> src/types/api.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | pub selfLink: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `self_link` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `blockOwnerDeletion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | pub blockOwnerDeletion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `block_owner_deletion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `retryAfterSeconds` should have a snake case name [INFO] [stdout] --> src/types/api.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | pub retryAfterSeconds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `retry_after_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_id` [INFO] [stdout] --> src/pod_util.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn get_id<'a>(pod: &'a v1::Pod) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create` [INFO] [stdout] --> src/main.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn create(&self, pod: core::v1::Pod) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `delete` [INFO] [stdout] --> src/main.rs:86:8 [INFO] [stdout] | [INFO] [stdout] 86 | fn delete<'b>(&self, namespace: &'b str, name: &'b str) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | pub startedAt: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `started_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub containerID: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `container_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `exitCode` should have a snake case name [INFO] [stdout] --> src/types/api.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | pub exitCode: i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `exit_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `finishedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | pub finishedAt: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `finished_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startedAt` should have a snake case name [INFO] [stdout] --> src/types/api.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub startedAt: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `started_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | pub containerID: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `container_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imageID` should have a snake case name [INFO] [stdout] --> src/types/api.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | pub imageID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `image_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 45 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastState` should have a snake case name [INFO] [stdout] --> src/types/api.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | pub lastState: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `last_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `restartCount` should have a snake case name [INFO] [stdout] --> src/types/api.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | pub restartCount: i32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `restart_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastProbeTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | pub lastProbeTime: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_probe_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastTransitionTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | pub lastTransitionTime: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_transition_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `containerStatuses` should have a snake case name [INFO] [stdout] --> src/types/api.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | pub containerStatuses: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `container_statuses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hostIP` should have a snake case name [INFO] [stdout] --> src/types/api.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | pub hostIP: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `host_ip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initContainerStatuses` should have a snake case name [INFO] [stdout] --> src/types/api.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | pub initContainerStatuses: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_container_statuses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nominatedNodeName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | pub nominatedNodeName: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `nominated_node_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `podIP` should have a snake case name [INFO] [stdout] --> src/types/api.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | pub podIP: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `pod_ip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `qosClass` should have a snake case name [INFO] [stdout] --> src/types/api.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | pub qosClass: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `qos_class` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startTime` should have a snake case name [INFO] [stdout] --> src/types/api.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub startTime: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `start_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `resourceVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | pub resourceVersion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `selfLink` should have a snake case name [INFO] [stdout] --> src/types/api.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | pub selfLink: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `self_link` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `clusterName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | pub clusterName: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `cluster_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `creationTimestamp` should have a snake case name [INFO] [stdout] --> src/types/api.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | pub creationTimestamp: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_timestamp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deletionGracePeriodSeconds` should have a snake case name [INFO] [stdout] --> src/types/api.rs:155:17 [INFO] [stdout] | [INFO] [stdout] 155 | pub deletionGracePeriodSeconds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `deletion_grace_period_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deletionTimestamp` should have a snake case name [INFO] [stdout] --> src/types/api.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | pub deletionTimestamp: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `deletion_timestamp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `generateName` should have a snake case name [INFO] [stdout] --> src/types/api.rs:158:17 [INFO] [stdout] | [INFO] [stdout] 158 | pub generateName: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ownerReferences` should have a snake case name [INFO] [stdout] --> src/types/api.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | pub ownerReferences: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `owner_references` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `resourceVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | pub resourceVersion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `selfLink` should have a snake case name [INFO] [stdout] --> src/types/api.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | pub selfLink: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `self_link` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `apiVersion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | pub apiVersion: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `api_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `blockOwnerDeletion` should have a snake case name [INFO] [stdout] --> src/types/api.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | pub blockOwnerDeletion: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `block_owner_deletion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `retryAfterSeconds` should have a snake case name [INFO] [stdout] --> src/types/api.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | pub retryAfterSeconds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `retry_after_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.55s [INFO] running `Command { std: "docker" "inspect" "3d7dc41e6412a33a2200f5eb4da40db9140f5a66475811164d1472ba9b18a47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7dc41e6412a33a2200f5eb4da40db9140f5a66475811164d1472ba9b18a47e", kill_on_drop: false }` [INFO] [stdout] 3d7dc41e6412a33a2200f5eb4da40db9140f5a66475811164d1472ba9b18a47e