[INFO] fetching crate kube 0.17.0... [INFO] checking kube-0.17.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate kube 0.17.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate kube 0.17.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.17.0 [INFO] finished tweaking crates.io crate kube 0.17.0 [INFO] tweaked toml for crates.io crate kube 0.17.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate kube 0.17.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+beta-2019-10-27" "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] 7c25575a2b3f643ba46fc77f4da95cf1ee57298006234b0ee7c4fcf6f11834a3 [INFO] running `"docker" "start" "-a" "7c25575a2b3f643ba46fc77f4da95cf1ee57298006234b0ee7c4fcf6f11834a3"` [INFO] [stderr] Compiling k8s-openapi v0.6.0 [INFO] [stderr] Checking miniz_oxide v0.3.3 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking getrandom v0.1.12 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking kube v0.17.0 (/opt/rustwide/workdir) [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[E0432]: unresolved import `kube::api::v1Event` [INFO] [stderr] --> examples/node_informer.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | api::{RawApi, Api, v1Event, Informer, ListParams, WatchEvent, Object}, [INFO] [stderr] | ^^^^^^^ no `v1Event` in `api` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `v1Node` found for type `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[E0599]: no function or associated item named `v1Job` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/job_openapi.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | 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[E0599]: no function or associated item named `v1Event` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/event_informer.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let events = Api::v1Event(client); [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 `v1Deployment` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/deployment_reflector.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | 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: aborting due to previous error [INFO] [stderr] error[E0599]: no function or associated item named `v1Pod` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/log_openapi.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | let pods = Api::v1Pod(client).within(&namespace); [INFO] [stderr] | ^^^^^ function or associated item not found in `kube::api::typed::Api<_>` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [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: 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: could not compile `kube`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `v1Event` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/node_informer.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let events = Api::v1Event(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 type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/pod_informer.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | 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 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: 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: could not compile `kube`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7c25575a2b3f643ba46fc77f4da95cf1ee57298006234b0ee7c4fcf6f11834a3"` [INFO] running `"docker" "rm" "-f" "7c25575a2b3f643ba46fc77f4da95cf1ee57298006234b0ee7c4fcf6f11834a3"` [INFO] [stdout] 7c25575a2b3f643ba46fc77f4da95cf1ee57298006234b0ee7c4fcf6f11834a3