[INFO] fetching crate google-healthcare1_beta1-cli 3.0.0+20220223... [INFO] testing google-healthcare1_beta1-cli-3.0.0+20220223 against 1.60.0 for beta-1.61-1 [INFO] extracting crate google-healthcare1_beta1-cli 3.0.0+20220223 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate google-healthcare1_beta1-cli 3.0.0+20220223 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate google-healthcare1_beta1-cli 3.0.0+20220223 [INFO] finished tweaking crates.io crate google-healthcare1_beta1-cli 3.0.0+20220223 [INFO] tweaked toml for crates.io crate google-healthcare1_beta1-cli 3.0.0+20220223 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate crates.io crate google-healthcare1_beta1-cli 3.0.0+20220223 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `3.0.0+20220223` for dependency `google-healthcare1_beta1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded google-healthcare1_beta1 v3.0.0+20220223 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55f1c1a16e846166930f9a00edca39bb41002f9a7b0bcf58b5223b3bc16cc190 [INFO] running `Command { std: "docker" "start" "-a" "55f1c1a16e846166930f9a00edca39bb41002f9a7b0bcf58b5223b3bc16cc190", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55f1c1a16e846166930f9a00edca39bb41002f9a7b0bcf58b5223b3bc16cc190", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55f1c1a16e846166930f9a00edca39bb41002f9a7b0bcf58b5223b3bc16cc190", kill_on_drop: false }` [INFO] [stdout] 55f1c1a16e846166930f9a00edca39bb41002f9a7b0bcf58b5223b3bc16cc190 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3966caef33477997d61a4a4509ee87154a1ed19f30ea90b28c88f25252b8cf2a [INFO] running `Command { std: "docker" "start" "-a" "3966caef33477997d61a4a4509ee87154a1ed19f30ea90b28c88f25252b8cf2a", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `3.0.0+20220223` for dependency `google-healthcare1_beta1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling google-healthcare1_beta1 v3.0.0+20220223 [INFO] [stderr] Compiling google-healthcare1_beta1-cli v3.0.0+20220223 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate` should have a snake case name [INFO] [stdout] --> src/main.rs:6478:14 [INFO] [stdout] | [INFO] [stdout] 6478 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err:... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_search_translate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_translate` should have a snake case name [INFO] [stdout] --> src/main.rs:6549:14 [INFO] [stdout] | [INFO] [stdout] 6549 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut I... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_translate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stdout] --> src/main.rs:6611:14 [INFO] [stdout] | [INFO] [stdout] 6611 | async fn _projects_locations_datasets_fhir_stores_fhir__observation_lastn(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stdout] --> src/main.rs:6663:14 [INFO] [stdout] | [INFO] [stdout] 6663 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inva... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stdout] --> src/main.rs:6734:14 [INFO] [stdout] | [INFO] [stdout] 6734 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut InvalidO... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stdout] --> src/main.rs:6786:14 [INFO] [stdout] | [INFO] [stdout] 6786 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.09s [INFO] running `Command { std: "docker" "inspect" "3966caef33477997d61a4a4509ee87154a1ed19f30ea90b28c88f25252b8cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3966caef33477997d61a4a4509ee87154a1ed19f30ea90b28c88f25252b8cf2a", kill_on_drop: false }` [INFO] [stdout] 3966caef33477997d61a4a4509ee87154a1ed19f30ea90b28c88f25252b8cf2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4367ee1670ae0f27a63756bdf38ef277f030b46d2f19e5c6414e79e798673792 [INFO] running `Command { std: "docker" "start" "-a" "4367ee1670ae0f27a63756bdf38ef277f030b46d2f19e5c6414e79e798673792", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `3.0.0+20220223` for dependency `google-healthcare1_beta1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling google-healthcare1_beta1-cli v3.0.0+20220223 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate` should have a snake case name [INFO] [stdout] --> src/main.rs:6478:14 [INFO] [stdout] | [INFO] [stdout] 6478 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err:... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_search_translate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_translate` should have a snake case name [INFO] [stdout] --> src/main.rs:6549:14 [INFO] [stdout] | [INFO] [stdout] 6549 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut I... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_translate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stdout] --> src/main.rs:6611:14 [INFO] [stdout] | [INFO] [stdout] 6611 | async fn _projects_locations_datasets_fhir_stores_fhir__observation_lastn(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stdout] --> src/main.rs:6663:14 [INFO] [stdout] | [INFO] [stdout] 6663 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inva... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stdout] --> src/main.rs:6734:14 [INFO] [stdout] | [INFO] [stdout] 6734 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut InvalidO... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stdout] --> src/main.rs:6786:14 [INFO] [stdout] | [INFO] [stdout] 6786 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.67s [INFO] running `Command { std: "docker" "inspect" "4367ee1670ae0f27a63756bdf38ef277f030b46d2f19e5c6414e79e798673792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4367ee1670ae0f27a63756bdf38ef277f030b46d2f19e5c6414e79e798673792", kill_on_drop: false }` [INFO] [stdout] 4367ee1670ae0f27a63756bdf38ef277f030b46d2f19e5c6414e79e798673792 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0cd71cd13b98f37212a1f8a5c824157508b9ed4d052bc8a9ccd40e55e3df3b9d [INFO] running `Command { std: "docker" "start" "-a" "0cd71cd13b98f37212a1f8a5c824157508b9ed4d052bc8a9ccd40e55e3df3b9d", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `3.0.0+20220223` for dependency `google-healthcare1_beta1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate` should have a snake case name [INFO] [stderr] --> src/main.rs:6478:14 [INFO] [stderr] | [INFO] [stderr] 6478 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_search_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err:... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_search_translate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__concept_map_translate` should have a snake case name [INFO] [stderr] --> src/main.rs:6549:14 [INFO] [stderr] | [INFO] [stderr] 6549 | async fn _projects_locations_datasets_fhir_stores_fhir__concept_map_translate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut I... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_concept_map_translate` [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/main.rs:6611:14 [INFO] [stderr] | [INFO] [stderr] 6611 | async fn _projects_locations_datasets_fhir_stores_fhir__observation_lastn(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/main.rs:6663:14 [INFO] [stderr] | [INFO] [stderr] 6663 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inva... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/main.rs:6734:14 [INFO] [stderr] | [INFO] [stderr] 6734 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut InvalidO... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stderr] --> src/main.rs:6786:14 [INFO] [stderr] | [INFO] [stderr] 6786 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate(&self, opt: &ArgMatches<'n>, dry_run: bool, err: &mut Inval... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stderr] [INFO] [stderr] warning: `google-healthcare1_beta1-cli` (bin "healthcare1-beta1" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/healthcare1_beta1-5f0e9dd353205d4e) [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" "0cd71cd13b98f37212a1f8a5c824157508b9ed4d052bc8a9ccd40e55e3df3b9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cd71cd13b98f37212a1f8a5c824157508b9ed4d052bc8a9ccd40e55e3df3b9d", kill_on_drop: false }` [INFO] [stdout] 0cd71cd13b98f37212a1f8a5c824157508b9ed4d052bc8a9ccd40e55e3df3b9d