[INFO] crate kube 0.15.1 is already in cache [INFO] checking kube-0.15.1 against master#9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7 for pr-64564 [INFO] extracting crate kube 0.15.1 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate kube 0.15.1 on toolchain 9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.15.1 [INFO] finished tweaking crates.io crate kube 0.15.1 [INFO] tweaked toml for crates.io crate kube 0.15.1 written to work/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate kube 0.15.1 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 762176d026230b6c4d3ed73c62b628d16326ef5ab9a1f9a82a74c193c8f51163 [INFO] running `"docker" "start" "-a" "762176d026230b6c4d3ed73c62b628d16326ef5ab9a1f9a82a74c193c8f51163"` [INFO] [stderr] Compiling k8s-openapi v0.5.0 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking tempfile v3.0.7 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking h2 v0.1.18 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.19 [INFO] [stderr] Checking hyper v0.12.27 [INFO] [stderr] Checking serde v1.0.90 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking serde_yaml v0.8.8 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.17 [INFO] [stderr] Checking kube v0.15.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/client/mod.rs:129:84 [INFO] [stderr] | [INFO] [stderr] 129 | let v: Value = serde_json::from_str(&text).context(ErrorKind::SerdeParse)?;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [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: 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 type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/pod_reflector.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | 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: 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 `v1ConfigMap` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/configmap_reflector.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | 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] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/client/mod.rs:129:84 [INFO] [stderr] | [INFO] [stderr] 129 | let v: Value = serde_json::from_str(&text).context(ErrorKind::SerdeParse)?;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [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 `v1Pod` found for type `kube::api::typed::Api<_>` in the current scope [INFO] [stderr] --> examples/pod_openapi.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | 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[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: 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 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 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 `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: 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "762176d026230b6c4d3ed73c62b628d16326ef5ab9a1f9a82a74c193c8f51163"` [INFO] running `"docker" "rm" "-f" "762176d026230b6c4d3ed73c62b628d16326ef5ab9a1f9a82a74c193c8f51163"` [INFO] [stdout] 762176d026230b6c4d3ed73c62b628d16326ef5ab9a1f9a82a74c193c8f51163