[INFO] fetching crate civo-rs 0.1.0...
[INFO] testing civo-rs-0.1.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate civo-rs 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate civo-rs 0.1.0
[INFO] finished tweaking crates.io crate civo-rs 0.1.0
[INFO] tweaked toml for crates.io crate civo-rs 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate civo-rs 0.1.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 182 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8d8781d8e23be0ba1ea1c189d943a8572a17bf4a556b261cce96f1a68389939
[INFO] running `Command { std: "docker" "start" "-a" "f8d8781d8e23be0ba1ea1c189d943a8572a17bf4a556b261cce96f1a68389939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8d8781d8e23be0ba1ea1c189d943a8572a17bf4a556b261cce96f1a68389939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8d8781d8e23be0ba1ea1c189d943a8572a17bf4a556b261cce96f1a68389939", kill_on_drop: false }`
[INFO] [stdout] f8d8781d8e23be0ba1ea1c189d943a8572a17bf4a556b261cce96f1a68389939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f5eeeeea70caae3813e0075be8f85a554045e7b8aa682445652254d224341a9
[INFO] running `Command { std: "docker" "start" "-a" "3f5eeeeea70caae3813e0075be8f85a554045e7b8aa682445652254d224341a9", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling civo-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `feature` should have an upper camel case name
[INFO] [stdout]   --> src/region.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct feature {
[INFO] [stdout]    |            ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Feature`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::errors::GenericError`
[INFO] [stdout]  --> src/kubernetes.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::errors::GenericError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_region_query` is never used
[INFO] [stdout]   --> src/region.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CivoClient {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn add_region_query(&self) -> Vec<(&str, String)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ID` should have a snake case name
[INFO] [stdout]  --> src/network.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub ID: String,
[INFO] [stdout]   |         ^^ help: convert the identifier to snake case: `id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]  --> src/network.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub Name: String,
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Default` should have a snake case name
[INFO] [stdout]   --> src/network.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub Default: bool,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDR` should have a snake case name
[INFO] [stdout]   --> src/network.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub CIDR: String,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `cidr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDRV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub CIDRV6: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `cidrv6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Label` should have a snake case name
[INFO] [stdout]   --> src/network.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub Label: String,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Status` should have a snake case name
[INFO] [stdout]   --> src/network.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub Status: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv4Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub IPv4Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv4_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv6Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub IPv6Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv6_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV4` should have a snake case name
[INFO] [stdout]   --> src/network.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub NameserversV4: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub NameserversV6: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "3f5eeeeea70caae3813e0075be8f85a554045e7b8aa682445652254d224341a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f5eeeeea70caae3813e0075be8f85a554045e7b8aa682445652254d224341a9", kill_on_drop: false }`
[INFO] [stdout] 3f5eeeeea70caae3813e0075be8f85a554045e7b8aa682445652254d224341a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70246e8e88e2d4960bee5cfbc9692a0446b9e45e72a70dc7c7543899f2398277
[INFO] running `Command { std: "docker" "start" "-a" "70246e8e88e2d4960bee5cfbc9692a0446b9e45e72a70dc7c7543899f2398277", kill_on_drop: false }`
[INFO] [stdout] warning: type `feature` should have an upper camel case name
[INFO] [stdout]   --> src/region.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct feature {
[INFO] [stdout]    |            ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Feature`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::errors::GenericError`
[INFO] [stdout]  --> src/kubernetes.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::errors::GenericError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_region_query` is never used
[INFO] [stdout]   --> src/region.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CivoClient {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn add_region_query(&self) -> Vec<(&str, String)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ID` should have a snake case name
[INFO] [stdout]  --> src/network.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub ID: String,
[INFO] [stdout]   |         ^^ help: convert the identifier to snake case: `id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]  --> src/network.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub Name: String,
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Default` should have a snake case name
[INFO] [stdout]   --> src/network.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub Default: bool,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDR` should have a snake case name
[INFO] [stdout]   --> src/network.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub CIDR: String,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `cidr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDRV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub CIDRV6: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `cidrv6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Label` should have a snake case name
[INFO] [stdout]   --> src/network.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub Label: String,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Status` should have a snake case name
[INFO] [stdout]   --> src/network.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub Status: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv4Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub IPv4Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv4_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv6Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub IPv6Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv6_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV4` should have a snake case name
[INFO] [stdout]   --> src/network.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub NameserversV4: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub NameserversV6: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling civo-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `feature` should have an upper camel case name
[INFO] [stdout]   --> src/region.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct feature {
[INFO] [stdout]    |            ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Feature`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::errors::GenericError`
[INFO] [stdout]  --> src/kubernetes.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::errors::GenericError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_region_query` is never used
[INFO] [stdout]   --> src/region.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CivoClient {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn add_region_query(&self) -> Vec<(&str, String)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ID` should have a snake case name
[INFO] [stdout]  --> src/network.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub ID: String,
[INFO] [stdout]   |         ^^ help: convert the identifier to snake case: `id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]  --> src/network.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub Name: String,
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Default` should have a snake case name
[INFO] [stdout]   --> src/network.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub Default: bool,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDR` should have a snake case name
[INFO] [stdout]   --> src/network.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub CIDR: String,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `cidr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CIDRV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub CIDRV6: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `cidrv6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Label` should have a snake case name
[INFO] [stdout]   --> src/network.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub Label: String,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Status` should have a snake case name
[INFO] [stdout]   --> src/network.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub Status: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv4Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub IPv4Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv4_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IPv6Enabled` should have a snake case name
[INFO] [stdout]   --> src/network.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub IPv6Enabled: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv6_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV4` should have a snake case name
[INFO] [stdout]   --> src/network.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub NameserversV4: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NameserversV6` should have a snake case name
[INFO] [stdout]   --> src/network.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub NameserversV6: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.66s
[INFO] running `Command { std: "docker" "inspect" "70246e8e88e2d4960bee5cfbc9692a0446b9e45e72a70dc7c7543899f2398277", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70246e8e88e2d4960bee5cfbc9692a0446b9e45e72a70dc7c7543899f2398277", kill_on_drop: false }`
[INFO] [stdout] 70246e8e88e2d4960bee5cfbc9692a0446b9e45e72a70dc7c7543899f2398277
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 59f6df057933c67e7dbd598d0bf7b3d6819437c46a22cc660bc5c9fd748ee8ce
[INFO] running `Command { std: "docker" "start" "-a" "59f6df057933c67e7dbd598d0bf7b3d6819437c46a22cc660bc5c9fd748ee8ce", kill_on_drop: false }`
[INFO] [stderr] warning: type `feature` should have an upper camel case name
[INFO] [stderr]   --> src/region.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct feature {
[INFO] [stderr]    |            ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Feature`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::errors::GenericError`
[INFO] [stderr]  --> src/kubernetes.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::errors::GenericError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `add_region_query` is never used
[INFO] [stderr]   --> src/region.rs:32:8
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl CivoClient {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 32 |     fn add_region_query(&self) -> Vec<(&str, String)> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `ID` should have a snake case name
[INFO] [stderr]  --> src/network.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub ID: String,
[INFO] [stderr]   |         ^^ help: convert the identifier to snake case: `id`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Name` should have a snake case name
[INFO] [stderr]  --> src/network.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub Name: String,
[INFO] [stderr]   |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Default` should have a snake case name
[INFO] [stderr]   --> src/network.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub Default: bool,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `default`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `CIDR` should have a snake case name
[INFO] [stderr]   --> src/network.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub CIDR: String,
[INFO] [stderr]    |         ^^^^ help: convert the identifier to snake case: `cidr`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `CIDRV6` should have a snake case name
[INFO] [stderr]   --> src/network.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub CIDRV6: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `cidrv6`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Label` should have a snake case name
[INFO] [stderr]   --> src/network.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub Label: String,
[INFO] [stderr]    |         ^^^^^ help: convert the identifier to snake case: `label`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Status` should have a snake case name
[INFO] [stderr]   --> src/network.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub Status: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `IPv4Enabled` should have a snake case name
[INFO] [stderr]   --> src/network.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub IPv4Enabled: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv4_enabled`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `IPv6Enabled` should have a snake case name
[INFO] [stderr]   --> src/network.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub IPv6Enabled: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `ipv6_enabled`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `NameserversV4` should have a snake case name
[INFO] [stderr]   --> src/network.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub NameserversV4: Vec<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v4`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `NameserversV6` should have a snake case name
[INFO] [stderr]   --> src/network.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub NameserversV6: Vec<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `nameservers_v6`
[INFO] [stderr] 
[INFO] [stderr] warning: `civo-rs` (lib) generated 14 warnings (run `cargo fix --lib -p civo-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `civo-rs` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/civo_rs-fcd0c74aaec179f7)
[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 civo_rs
[INFO] [stderr] warning: type `feature` should have an upper camel case name
[INFO] [stderr]   --> src/region.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct feature {
[INFO] [stderr]    |            ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Feature`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stdout] running 8 tests
[INFO] [stderr] 
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_cluster (line 257) ... FAILED
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::delete_kubernetes_cluster (line 334) ... FAILED
[INFO] [stdout] test src/objectstore.rs - objectstore::CivoClient::list_object_stores (line 53) ... FAILED
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_versions (line 357) ... FAILED
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::list_kubernetes_clusters (line 238) ... FAILED
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::new_kubernetes_cluster (line 281) ... FAILED
[INFO] [stdout] test src/kubernetes.rs - kubernetes::CivoClient::new_simple_kubernetes_cluster (line 308) ... FAILED
[INFO] [stdout] test src/objectstore.rs - objectstore::CivoClient::create_object_store (line 72) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_cluster (line 257) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:258:14
[INFO] [stdout]     |
[INFO] [stdout] 258 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 257 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:259:59
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_257_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 258 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout] 259 | let cluster = client.get_kubernetes_cluster("CLUSTER_ID").await;
[INFO] [stdout]     |                                                           ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::delete_kubernetes_cluster (line 334) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 334 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:336:63
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_334_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 335 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout] 336 | let response = client.delete_kubernetes_cluster("CLUSTER_ID").await;
[INFO] [stdout]     |                                                               ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/objectstore.rs - objectstore::CivoClient::list_object_stores (line 53) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]   --> src/objectstore.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 53 + use civo_rs::client::new_civo_client;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/objectstore.rs:55:49
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_objectstore_rs_53_0() {
[INFO] [stdout]    |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 54 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout] 55 | let object_stores = client.list_object_stores().await;
[INFO] [stdout]    |                                                 ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_versions (line 357) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:358:14
[INFO] [stdout]     |
[INFO] [stdout] 358 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 357 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:359:49
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_357_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 358 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout] 359 | let versions = client.get_kubernetes_versions().await;
[INFO] [stdout]     |                                                 ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::list_kubernetes_clusters (line 238) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:239:14
[INFO] [stdout]     |
[INFO] [stdout] 239 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 238 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:240:50
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_238_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 239 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout] 240 | let clusters = client.list_kubernetes_clusters().await;
[INFO] [stdout]     |                                                  ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::new_kubernetes_cluster (line 281) stdout ----
[INFO] [stdout] error: expected identifier, found `...`
[INFO] [stdout]    --> src/kubernetes.rs:283:48
[INFO] [stdout]     |
[INFO] [stdout] 283 | let cluster_config = KubernetesClusterConfig { ... };
[INFO] [stdout]     |                      -----------------------   ^^^ expected identifier
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      while parsing this struct
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 281 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `KubernetesClusterConfig` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:283:22
[INFO] [stdout]     |
[INFO] [stdout] 283 | let cluster_config = KubernetesClusterConfig { ... };
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 281 + use civo_rs::kubernetes::KubernetesClusterConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:284:61
[INFO] [stdout]     |
[INFO] [stdout] 281 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_281_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 284 | let cluster = client.new_kubernetes_cluster(cluster_config).await;
[INFO] [stdout]     |                                                             ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/kubernetes.rs - kubernetes::CivoClient::new_simple_kubernetes_cluster (line 308) stdout ----
[INFO] [stdout] error: expected identifier, found `...`
[INFO] [stdout]    --> src/kubernetes.rs:310:44
[INFO] [stdout]     |
[INFO] [stdout] 310 | let cluster_config = SimpleClusterConfig { ... };
[INFO] [stdout]     |                      -------------------   ^^^ expected identifier
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      while parsing this struct
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:309:14
[INFO] [stdout]     |
[INFO] [stdout] 309 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 308 + use civo_rs::client::new_civo_client;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SimpleClusterConfig` in this scope
[INFO] [stdout]    --> src/kubernetes.rs:310:22
[INFO] [stdout]     |
[INFO] [stdout] 310 | let cluster_config = SimpleClusterConfig { ... };
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 308 + use civo_rs::kubernetes::SimpleClusterConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/kubernetes.rs:311:68
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_kubernetes_rs_308_0() {
[INFO] [stdout]     |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 311 | let cluster = client.new_simple_kubernetes_cluster(cluster_config).await;
[INFO] [stdout]     |                                                                    ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/objectstore.rs - objectstore::CivoClient::create_object_store (line 72) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `new_civo_client` in this scope
[INFO] [stdout]   --> src/objectstore.rs:73:14
[INFO] [stdout]    |
[INFO] [stdout] 73 | let client = new_civo_client("API_KEY", "REGION");
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 72 + use civo_rs::client::new_civo_client;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CreateObjectStoreRequest` in this scope
[INFO] [stdout]   --> src/objectstore.rs:74:28
[INFO] [stdout]    |
[INFO] [stdout] 74 | let object_store_request = CreateObjectStoreRequest {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 72 + use civo_rs::objectstore::CreateObjectStoreRequest;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/objectstore.rs:80:69
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_objectstore_rs_72_0() {
[INFO] [stdout]    |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 80 | let object_store = client.create_object_store(object_store_request).await;
[INFO] [stdout]    |                                                                     ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::delete_kubernetes_cluster (line 334)
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_cluster (line 257)
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::get_kubernetes_versions (line 357)
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::list_kubernetes_clusters (line 238)
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::new_kubernetes_cluster (line 281)
[INFO] [stdout]     src/kubernetes.rs - kubernetes::CivoClient::new_simple_kubernetes_cluster (line 308)
[INFO] [stdout]     src/objectstore.rs - objectstore::CivoClient::create_object_store (line 72)
[INFO] [stdout]     src/objectstore.rs - objectstore::CivoClient::list_object_stores (line 53)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "59f6df057933c67e7dbd598d0bf7b3d6819437c46a22cc660bc5c9fd748ee8ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59f6df057933c67e7dbd598d0bf7b3d6819437c46a22cc660bc5c9fd748ee8ce", kill_on_drop: false }`
[INFO] [stdout] 59f6df057933c67e7dbd598d0bf7b3d6819437c46a22cc660bc5c9fd748ee8ce
