[INFO] fetching crate kube 0.27.0... [INFO] checking kube-0.27.0 against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] extracting crate kube 0.27.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate kube 0.27.0 on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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-2/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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] 422bd2f0494319fc07b12fba1072f62083f32a8912d5360885ba83069757a0f5 [INFO] running `"docker" "start" "-a" "422bd2f0494319fc07b12fba1072f62083f32a8912d5360885ba83069757a0f5"` [INFO] [stderr] Compiling k8s-openapi v0.7.1 [INFO] [stderr] Checking futures-timer v3.0.1 [INFO] [stderr] Checking aho-corasick v0.7.7 [INFO] [stderr] Checking serde_json v1.0.47 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking async-compression v0.3.1 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking time v0.2.6 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking h2 v0.2.1 [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[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: 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 `v1Job` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/job_openapi.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | let jobs = Api::v1Job(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] error[E0599]: no function or associated item named `v1ConfigMap` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/configmap_reflector.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | let resource = Api::v1ConfigMap(client).within(&namespace); [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/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: 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: 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 `v1Node` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/node_reflector.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | let resource = Api::v1Node(client); [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 `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_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] 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" "422bd2f0494319fc07b12fba1072f62083f32a8912d5360885ba83069757a0f5"` [INFO] running `"docker" "rm" "-f" "422bd2f0494319fc07b12fba1072f62083f32a8912d5360885ba83069757a0f5"` [INFO] [stdout] 422bd2f0494319fc07b12fba1072f62083f32a8912d5360885ba83069757a0f5