[INFO] crate kube 0.24.0 is already in cache [INFO] checking kube-0.24.0 against try#9ff4d07208097950831ed4ea9d76feb1eafc8baa for pr-69340 [INFO] extracting crate kube 0.24.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate kube 0.24.0 on toolchain 9ff4d07208097950831ed4ea9d76feb1eafc8baa [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.24.0 [INFO] finished tweaking crates.io crate kube 0.24.0 [INFO] tweaked toml for crates.io crate kube 0.24.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate kube 0.24.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "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" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "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] f1998bf28ee8aaad96481b119901d339c1ef2b7f0f321d00464bea69de21d82a [INFO] running `"docker" "start" "-a" "f1998bf28ee8aaad96481b119901d339c1ef2b7f0f321d00464bea69de21d82a"` [INFO] [stderr] Compiling k8s-openapi v0.7.1 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.7 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking async-compression v0.2.0 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Checking tokio v0.2.10 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking time v0.2.4 [INFO] [stderr] Checking pin-project v0.4.7 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking kube v0.24.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `kube::api::v1Event` [INFO] [stderr] --> examples/node_informer.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | api::{v1Event, Api, Informer, ListParams, Object, RawApi, WatchEvent}, [INFO] [stderr] | ^^^^^^^ no `v1Event` in `api` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kube::api::v1Event` [INFO] [stderr] --> examples/event_informer.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | api::v1Event, [INFO] [stderr] | ^^^^^^^^^^^^ no `v1Event` in `api` [INFO] [stderr] [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[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 `v1Job` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/job_openapi.rs:42:21 [INFO] [stderr] | [INFO] [stderr] 42 | 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: 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: 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:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | 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[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:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let events = Api::v1Event(client); [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 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: 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: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[E0599]: no function or associated item named `v1Event` found for struct `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/node_informer.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | let events = Api::v1Event(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: 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 `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[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:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | 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: 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/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: 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 `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: 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/pod_reflector.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let resource = 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: build failed [INFO] running `"docker" "inspect" "f1998bf28ee8aaad96481b119901d339c1ef2b7f0f321d00464bea69de21d82a"` [INFO] running `"docker" "rm" "-f" "f1998bf28ee8aaad96481b119901d339c1ef2b7f0f321d00464bea69de21d82a"` [INFO] [stdout] f1998bf28ee8aaad96481b119901d339c1ef2b7f0f321d00464bea69de21d82a