[INFO] cloning repository https://github.com/bn-cforkner/databricks-kube-operator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bn-cforkner/databricks-kube-operator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbn-cforkner%2Fdatabricks-kube-operator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbn-cforkner%2Fdatabricks-kube-operator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e47402d3f17556f899eb7df33a8170a28a0325d7 [INFO] testing bn-cforkner/databricks-kube-operator against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbn-cforkner%2Fdatabricks-kube-operator" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bn-cforkner/databricks-kube-operator [INFO] finished tweaking git repo https://github.com/bn-cforkner/databricks-kube-operator [INFO] tweaked toml for git repo https://github.com/bn-cforkner/databricks-kube-operator written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bn-cforkner/databricks-kube-operator on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/bn-cforkner/databricks-kube-operator already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299 [INFO] running `Command { std: "docker" "start" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling cc v1.1.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling schemars v0.8.11 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling dyn-clone v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling ring v0.17.3 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rustls v0.23.11 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling k8s-openapi v0.22.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustls-native-certs v0.7.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling unsafe-libyaml v0.2.8 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling os_str_bytes v6.3.1 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling time-macros v0.2.5 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling clap_lex v0.3.0 [INFO] [stderr] Compiling async-broadcast v0.7.1 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling time v0.3.16 [INFO] [stderr] Compiling fancy-regex v0.10.0 [INFO] [stderr] Compiling fraction v0.12.1 [INFO] [stderr] Compiling seize v0.2.5 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Compiling num-cmp v0.1.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling flurry v0.4.0 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling schemars_derive v0.8.11 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling serde_with_macros v2.3.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling miette-derive v5.4.1 [INFO] [stderr] Compiling clap_derive v4.0.18 [INFO] [stderr] Compiling iso8601 v0.5.0 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling git-version-macro v0.3.5 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stderr] Compiling git-version v0.3.5 [INFO] [stderr] Compiling miette v5.4.1 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling clap v4.0.19 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-stream v0.1.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_with v2.3.3 [INFO] [stderr] Compiling serde_yaml v0.9.21 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling h2 v0.3.19 [INFO] [stderr] Compiling tokio-graceful-shutdown v0.11.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling kube-derive v0.92.1 [INFO] [stderr] Compiling jsonptr v0.4.7 [INFO] [stderr] Compiling jsonpath-rust v0.5.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling json-patch v2.0.0 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling rustls-webpki v0.102.5 [INFO] [stderr] Compiling hyper v0.14.23 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling reqwest v0.11.12 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-timeout v0.5.1 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling jsonschema v0.16.1 [INFO] [stderr] Compiling databricks_rust_git_credentials v2.1.2 (/opt/rustwide/workdir/databricks-rust-git-credentials) [INFO] [stderr] Compiling databricks_rust_secrets v2.0.0 (/opt/rustwide/workdir/databricks-rust-secrets) [INFO] [stderr] Compiling databricks_rust_repos v2.0.1 (/opt/rustwide/workdir/databricks-rust-repos) [INFO] [stderr] Compiling databricks_rust_jobs v2.1.4 (/opt/rustwide/workdir/databricks-rust-jobs) [INFO] [stderr] Compiling kube-core v0.92.1 [INFO] [stderr] Compiling kube-client v0.92.1 [INFO] [stderr] Compiling kube-runtime v0.92.1 [INFO] [stderr] Compiling kube v0.92.1 [INFO] [stderr] Compiling databricks_kube v0.8.3 (/opt/rustwide/workdir/databricks-kube) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DatabricksSecretSpec` is never constructed [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct DatabricksSecretSpec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 5m 03s [INFO] running `Command { std: "docker" "inspect" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling tokio-test v0.4.2 [INFO] [stderr] Compiling databricks_rust_repos v2.0.1 (/opt/rustwide/workdir/databricks-rust-repos) [INFO] [stderr] Compiling databricks_rust_secrets v2.0.0 (/opt/rustwide/workdir/databricks-rust-secrets) [INFO] [stderr] Compiling databricks_rust_jobs v2.1.4 (/opt/rustwide/workdir/databricks-rust-jobs) [INFO] [stderr] Compiling databricks_rust_git_credentials v2.1.2 (/opt/rustwide/workdir/databricks-rust-git-credentials) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DatabricksSecretSpec` is never constructed [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct DatabricksSecretSpec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tower-test v0.4.0 [INFO] [stderr] Compiling databricks_kube v0.8.3 (/opt/rustwide/workdir/databricks-kube) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> databricks-kube/tests/remote_api_resource_test.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | (dyn Stream, Action), DatabricksKubeError>> [INFO] [stdout] | ^ [INFO] [stdout] 139 | + std::marker::Send [INFO] [stdout] 140 | + 'static), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 138 ~ dyn Stream, Action), DatabricksKubeError>> [INFO] [stdout] 139 | + std::marker::Send [INFO] [stdout] 140 ~ + 'static, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 234 | // access_control_list: job.access_control_list [INFO] [stdout] 235 | / JobsCreateRequest { [INFO] [stdout] 236 | | name: Some(self.name_unchecked()), [INFO] [stdout] 237 | | tags: job_settings.tags, [INFO] [stdout] 238 | | tasks: job_settings.tasks, [INFO] [stdout] ... | [INFO] [stdout] 248 | | ..JobsCreateRequest::default() [INFO] [stdout] 249 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | /// TODO: unsupported atm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 287 | // access_control_list: job.access_control_list [INFO] [stdout] 288 | / JobsUpdateRequest { [INFO] [stdout] 289 | | job_id: job_id?, [INFO] [stdout] 290 | | new_settings: job_settings, [INFO] [stdout] 291 | | ..JobsUpdateRequest::default() [INFO] [stdout] 292 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DatabricksSecretSpec` is never constructed [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct DatabricksSecretSpec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stdout] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl DatabricksSecret { [INFO] [stdout] | --------------------- associated functions in this implementation [INFO] [stdout] 41 | pub fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | async fn source_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | async fn sync_secrets( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | async fn delete_secrets( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | async fn reconcile( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stdout] | [INFO] [stdout] 255 | pub trait RemoteAPIResource { [INFO] [stdout] | ----------------- associated items in this trait [INFO] [stdout] 256 | fn controller( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | fn self_url_unchecked(&self) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `status_controller` is never used [INFO] [stdout] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub trait RemoteAPIStatus { [INFO] [stdout] | --------------- associated function in this trait [INFO] [stdout] 81 | fn status_controller( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 48.33s [INFO] running `Command { std: "docker" "inspect" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> databricks-kube/src/crds/databricks_job.rs:233:17 [INFO] [stderr] | [INFO] [stderr] 233 | /// TODO: unsupported atm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 234 | // access_control_list: job.access_control_list [INFO] [stderr] 235 | / JobsCreateRequest { [INFO] [stderr] 236 | | name: Some(self.name_unchecked()), [INFO] [stderr] 237 | | tags: job_settings.tags, [INFO] [stderr] 238 | | tasks: job_settings.tasks, [INFO] [stderr] ... | [INFO] [stderr] 248 | | ..JobsCreateRequest::default() [INFO] [stderr] 249 | | } [INFO] [stderr] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> databricks-kube/src/crds/databricks_job.rs:286:17 [INFO] [stderr] | [INFO] [stderr] 286 | /// TODO: unsupported atm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 287 | // access_control_list: job.access_control_list [INFO] [stderr] 288 | / JobsUpdateRequest { [INFO] [stderr] 289 | | job_id: job_id?, [INFO] [stderr] 290 | | new_settings: job_settings, [INFO] [stderr] 291 | | ..JobsUpdateRequest::default() [INFO] [stderr] 292 | | } [INFO] [stderr] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: `databricks_kube` (lib) generated 2 warnings [INFO] [stderr] warning: `databricks_kube` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: struct `DatabricksSecretSpec` is never constructed [INFO] [stderr] --> databricks-kube/src/crds/databricks_secret.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | pub struct DatabricksSecretSpec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stderr] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 40 | impl DatabricksSecret { [INFO] [stderr] | --------------------- associated functions in this implementation [INFO] [stderr] 41 | pub fn controller( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | async fn source_secrets( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | async fn sync_secrets( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | async fn delete_secrets( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 154 | async fn reconcile( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `controller` and `self_url_unchecked` are never used [INFO] [stderr] --> databricks-kube/src/traits/remote_api_resource.rs:256:8 [INFO] [stderr] | [INFO] [stderr] 255 | pub trait RemoteAPIResource { [INFO] [stderr] | ----------------- associated items in this trait [INFO] [stderr] 256 | fn controller( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 300 | fn self_url_unchecked(&self) -> String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `status_controller` is never used [INFO] [stderr] --> databricks-kube/src/traits/remote_api_status.rs:81:8 [INFO] [stderr] | [INFO] [stderr] 80 | pub trait RemoteAPIStatus { [INFO] [stderr] | --------------- associated function in this trait [INFO] [stderr] 81 | fn status_controller( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated functions `controller`, `source_secrets`, `sync_secrets`, `delete_secrets`, and `reconcile` are never used [INFO] [stderr] --> databricks-kube/src/crds/databricks_secret.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 40 | impl DatabricksSecret { [INFO] [stderr] | --------------------- associated functions in this implementation [INFO] [stderr] 41 | pub fn controller( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | async fn source_secrets( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | async fn sync_secrets( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | async fn delete_secrets( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 154 | async fn reconcile( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> databricks-kube/tests/remote_api_resource_test.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | (dyn Stream, Action), DatabricksKubeError>> [INFO] [stderr] | ^ [INFO] [stderr] 139 | + std::marker::Send [INFO] [stderr] 140 | + 'static), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 138 ~ dyn Stream, Action), DatabricksKubeError>> [INFO] [stderr] 139 | + std::marker::Send [INFO] [stderr] 140 ~ + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `databricks_kube` (bin "databricks_kube") generated 6 warnings (2 duplicates) [INFO] [stderr] warning: `databricks_kube` (bin "databricks_kube" test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: `databricks_kube` (bin "crd_gen") generated 5 warnings (4 duplicates) [INFO] [stderr] warning: `databricks_kube` (test "remote_api_resource_test") generated 1 warning (run `cargo fix --test "remote_api_resource_test" -p databricks_kube` to apply 1 suggestion) [INFO] [stderr] warning: `databricks_kube` (bin "crd_gen" test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.50s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/databricks_kube-bd8b6d9faeeb6d66) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/crdgen.rs (/opt/rustwide/target/release/deps/crd_gen-faf4cd8301dda6dc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/databricks_kube-197f361e0a9167a5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/remote_api_resource_test.rs (/opt/rustwide/target/release/deps/remote_api_resource_test-898272857b807f01) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_resource_in_sync ... ok [INFO] [stdout] test test_resource_created ... ok [INFO] [stdout] test test_resource_kube_update_operator_owned ... ok [INFO] [stdout] test test_resource_api_update_operator_owned ... ok [INFO] [stdout] test test_kube_delete_operator_owned ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/status_api_resource_test.rs (/opt/rustwide/target/release/deps/status_api_resource_test-fcdf3d088992da98) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_status_controller ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/util_test.rs (/opt/rustwide/target/release/deps/util_test-37726683c96de395) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_hash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/databricks_rust_git_credentials-f0029bad91f36cb1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/databricks_rust_jobs-2af69b96f7aa5a8b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/databricks_rust_repos-4a672ca029fa0df9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/databricks_rust_secrets-48db41eda03d3d5e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests databricks_kube [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests databricks_rust_git_credentials [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests databricks_rust_jobs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests databricks_rust_repos [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests databricks_rust_secrets [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299", kill_on_drop: false }` [INFO] [stdout] 486f9f2855942cc68b34e6d82a86038adb457a5b560549728d19df0ace139299