[INFO] fetching crate kube 0.32.0... [INFO] checking kube-0.32.0 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate kube 0.32.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate kube 0.32.0 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kube 0.32.0 [INFO] finished tweaking crates.io crate kube 0.32.0 [INFO] tweaked toml for crates.io crate kube 0.32.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate kube 0.32.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] eb00843491e01be6ce9fc704cb0ff2b1ee1b49587aa0c4f66bd5018e1c0ee210 [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" "eb00843491e01be6ce9fc704cb0ff2b1ee1b49587aa0c4f66bd5018e1c0ee210"` [INFO] [stderr] Compiling k8s-openapi v0.7.1 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio v0.2.17 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking async-compression v0.3.2 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking thiserror v1.0.14 [INFO] [stderr] Compiling time v0.2.9 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking hyper v0.13.4 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking kube v0.32.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kube_derive` [INFO] [stderr] --> src/api/crds.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Clone, Debug, kube_derive::CustomResource, Deserialize, Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `kube_derive` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `kube` in this scope [INFO] [stderr] --> src/api/crds.rs:166:11 [INFO] [stderr] | [INFO] [stderr] 166 | #[kube(group = "clux.dev", version = "v1", namespaced)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Foo` in this scope [INFO] [stderr] --> src/api/crds.rs:171:21 [INFO] [stderr] | [INFO] [stderr] 162 | async fn convenient_custom_resource() { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 171 | let a1: Api = Api::namespaced(client.clone(), "myns"); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Foo` in this scope [INFO] [stderr] --> src/api/crds.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 162 | async fn convenient_custom_resource() { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 173 | let a2: Api = CustomResource::kind("Foo") [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [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" "eb00843491e01be6ce9fc704cb0ff2b1ee1b49587aa0c4f66bd5018e1c0ee210"` [INFO] running `"docker" "rm" "-f" "eb00843491e01be6ce9fc704cb0ff2b1ee1b49587aa0c4f66bd5018e1c0ee210"` [INFO] [stdout] eb00843491e01be6ce9fc704cb0ff2b1ee1b49587aa0c4f66bd5018e1c0ee210