[INFO] fetching crate kube 0.27.0... [INFO] checking kube-0.27.0 against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] extracting crate kube 0.27.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate kube 0.27.0 on toolchain e2223c94bf433fc38234d1303e88cbaf14755863 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.27.0 [INFO] finished tweaking crates.io crate kube 0.27.0 [INFO] tweaked toml for crates.io crate kube 0.27.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate kube 0.27.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7dd472c10d554a953e07e20c3a9970965d8ffb36968c1b8ad126f4ccb2c71da9 [INFO] running `"docker" "start" "-a" "7dd472c10d554a953e07e20c3a9970965d8ffb36968c1b8ad126f4ccb2c71da9"` [INFO] [stderr] Compiling k8s-openapi v0.7.1 [INFO] [stderr] Checking futures-timer v3.0.1 [INFO] [stderr] Compiling indexmap v1.3.1 [INFO] [stderr] Checking openssl-sys v0.9.54 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking aho-corasick v0.7.7 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_json v1.0.47 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking async-compression v0.3.1 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking openssl v0.10.28 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking time v0.2.6 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.2 [INFO] [stderr] Checking kube v0.27.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `list_zero_resource_entries` [INFO] [stderr] --> src/api/raw.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | pub(crate) fn list_zero_resource_entries(&self, lp: &ListParams) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kube::api::v1Event` [INFO] [stderr] --> examples/event_informer.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | api::{v1Event, Api, WatchEvent}, [INFO] [stderr] | ^^^^^^^ no `v1Event` in `api` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `v1beta1CustomResourceDefinition` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/crd_openapi.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | let crds = Api::v1beta1CustomResourceDefinition(client.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `v1Pod` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/pod_informer.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | let resource = Api::v1Pod(client.clone()).within(&namespace); [INFO] [stderr] | ^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `v1Pod` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/log_stream.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | let pods = Api::v1Pod(client).within(&namespace); [INFO] [stderr] | ^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no function or associated item named `v1Pod` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/log_openapi.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | let pods = Api::v1Pod(client).within(&namespace); [INFO] [stderr] | ^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `v1Event` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/event_informer.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | let events = Api::v1Event(client); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `v1Deployment` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/deployment_reflector.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | let resource = Api::v1Deployment(client).within(&namespace); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `v1Pod` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/pod_openapi.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | let pods = Api::v1Pod(client).within("default"); [INFO] [stderr] | ^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `kube`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `list_zero_resource_entries` [INFO] [stderr] --> src/api/raw.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | pub(crate) fn list_zero_resource_entries(&self, lp: &ListParams) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7dd472c10d554a953e07e20c3a9970965d8ffb36968c1b8ad126f4ccb2c71da9"` [INFO] running `"docker" "rm" "-f" "7dd472c10d554a953e07e20c3a9970965d8ffb36968c1b8ad126f4ccb2c71da9"` [INFO] [stdout] 7dd472c10d554a953e07e20c3a9970965d8ffb36968c1b8ad126f4ccb2c71da9