[INFO] fetching crate kube 0.23.0... [INFO] checking kube-0.23.0 against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] extracting crate kube 0.23.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate kube 0.23.0 on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.23.0 [INFO] finished tweaking crates.io crate kube 0.23.0 [INFO] tweaked toml for crates.io crate kube 0.23.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate kube 0.23.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b7f31cd687e8cf5799d846240b779bd287e1721f941e175db48e11a50bed8af6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b7f31cd687e8cf5799d846240b779bd287e1721f941e175db48e11a50bed8af6"` [INFO] [stderr] Compiling k8s-openapi v0.6.0 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Checking async-compression v0.2.0 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking http v0.1.20 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [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 hyper v0.13.1 [INFO] [stderr] Checking hyper-tls v0.4.0 [INFO] [stderr] Checking reqwest v0.10.0 [INFO] [stderr] Checking kube v0.23.0 (/opt/rustwide/workdir) [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] 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_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[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:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | 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: could not compile `kube`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `v1Secret` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/secret_reflector.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | let resource = Api::v1Secret(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] 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] 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] 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:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | 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] running `"docker" "inspect" "b7f31cd687e8cf5799d846240b779bd287e1721f941e175db48e11a50bed8af6"` [INFO] running `"docker" "rm" "-f" "b7f31cd687e8cf5799d846240b779bd287e1721f941e175db48e11a50bed8af6"` [INFO] [stdout] b7f31cd687e8cf5799d846240b779bd287e1721f941e175db48e11a50bed8af6