[INFO] fetching crate google-healthcare1_beta1 1.0.13+20200327... [INFO] testing google-healthcare1_beta1-1.0.13+20200327 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate google-healthcare1_beta1 1.0.13+20200327 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate google-healthcare1_beta1 1.0.13+20200327 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate google-healthcare1_beta1 1.0.13+20200327 [INFO] finished tweaking crates.io crate google-healthcare1_beta1 1.0.13+20200327 [INFO] tweaked toml for crates.io crate google-healthcare1_beta1 1.0.13+20200327 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2d6d04876a2b9eb56bf167f537a1983aa49c4fc0b52191df6780677794546b5 [INFO] running `"docker" "start" "-a" "e2d6d04876a2b9eb56bf167f537a1983aa49c4fc0b52191df6780677794546b5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling smallvec v1.3.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling yup-oauth2 v1.0.12 [INFO] [stderr] Compiling google-healthcare1_beta1 v1.0.13+20200327 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:336:46 [INFO] [stderr] | [INFO] [stderr] 336 | Error::HttpError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:337:55 [INFO] [stderr] | [INFO] [stderr] 337 | Error::JsonDecodeError(_, ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/lib.rs:3271:12 [INFO] [stderr] | [INFO] [stderr] 3271 | pub fn locations_datasets_fhir_stores_fhir__resource_purge(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirResourcePurgeCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/lib.rs:4545:12 [INFO] [stderr] | [INFO] [stderr] 4545 | pub fn locations_datasets_fhir_stores_fhir__observation_lastn(&self, parent: &str) -> ProjectLocationDatasetFhirStoreFhirObservationLastnCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/lib.rs:4900:12 [INFO] [stderr] | [INFO] [stderr] 4900 | pub fn locations_datasets_fhir_stores_fhir__patient_everything(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirPatientEverythingCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `"docker" "inspect" "e2d6d04876a2b9eb56bf167f537a1983aa49c4fc0b52191df6780677794546b5"` [INFO] running `"docker" "rm" "-f" "e2d6d04876a2b9eb56bf167f537a1983aa49c4fc0b52191df6780677794546b5"` [INFO] [stdout] e2d6d04876a2b9eb56bf167f537a1983aa49c4fc0b52191df6780677794546b5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f18c21b67ede340f9f62157390e5d55ea3dd4bb44484bb8835fb69ec5d98bd0 [INFO] running `"docker" "start" "-a" "7f18c21b67ede340f9f62157390e5d55ea3dd4bb44484bb8835fb69ec5d98bd0"` [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:336:46 [INFO] [stderr] | [INFO] [stderr] 336 | Error::HttpError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:337:55 [INFO] [stderr] | [INFO] [stderr] 337 | Error::JsonDecodeError(_, ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/lib.rs:3271:12 [INFO] [stderr] | [INFO] [stderr] 3271 | pub fn locations_datasets_fhir_stores_fhir__resource_purge(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirResourcePurgeCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/lib.rs:4545:12 [INFO] [stderr] | [INFO] [stderr] 4545 | pub fn locations_datasets_fhir_stores_fhir__observation_lastn(&self, parent: &str) -> ProjectLocationDatasetFhirStoreFhirObservationLastnCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/lib.rs:4900:12 [INFO] [stderr] | [INFO] [stderr] 4900 | pub fn locations_datasets_fhir_stores_fhir__patient_everything(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirPatientEverythingCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling hyper-rustls v0.6.2 [INFO] [stderr] Compiling google-healthcare1_beta1 v1.0.13+20200327 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:336:46 [INFO] [stderr] | [INFO] [stderr] 336 | Error::HttpError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:337:55 [INFO] [stderr] | [INFO] [stderr] 337 | Error::JsonDecodeError(_, ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/lib.rs:3271:12 [INFO] [stderr] | [INFO] [stderr] 3271 | pub fn locations_datasets_fhir_stores_fhir__resource_purge(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirResourcePurgeCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/lib.rs:4545:12 [INFO] [stderr] | [INFO] [stderr] 4545 | pub fn locations_datasets_fhir_stores_fhir__observation_lastn(&self, parent: &str) -> ProjectLocationDatasetFhirStoreFhirObservationLastnCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/lib.rs:4900:12 [INFO] [stderr] | [INFO] [stderr] 4900 | pub fn locations_datasets_fhir_stores_fhir__patient_everything(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirPatientEverythingCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.75s [INFO] running `"docker" "inspect" "7f18c21b67ede340f9f62157390e5d55ea3dd4bb44484bb8835fb69ec5d98bd0"` [INFO] running `"docker" "rm" "-f" "7f18c21b67ede340f9f62157390e5d55ea3dd4bb44484bb8835fb69ec5d98bd0"` [INFO] [stdout] 7f18c21b67ede340f9f62157390e5d55ea3dd4bb44484bb8835fb69ec5d98bd0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 83a3e8f4a6e8e4d433f3d13ffffafcc98160e52121e05e882712ee62d9a125af [INFO] running `"docker" "start" "-a" "83a3e8f4a6e8e4d433f3d13ffffafcc98160e52121e05e882712ee62d9a125af"` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:336:46 [INFO] [stderr] | [INFO] [stderr] 336 | Error::HttpError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:337:55 [INFO] [stderr] | [INFO] [stderr] 337 | Error::JsonDecodeError(_, ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/lib.rs:3271:12 [INFO] [stderr] | [INFO] [stderr] 3271 | pub fn locations_datasets_fhir_stores_fhir__resource_purge(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirResourcePurgeCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/lib.rs:4545:12 [INFO] [stderr] | [INFO] [stderr] 4545 | pub fn locations_datasets_fhir_stores_fhir__observation_lastn(&self, parent: &str) -> ProjectLocationDatasetFhirStoreFhirObservationLastnCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/lib.rs:4900:12 [INFO] [stderr] | [INFO] [stderr] 4900 | pub fn locations_datasets_fhir_stores_fhir__patient_everything(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirPatientEverythingCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:336:46 [INFO] [stderr] | [INFO] [stderr] 336 | Error::HttpError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cmn.rs:337:55 [INFO] [stderr] | [INFO] [stderr] 337 | Error::JsonDecodeError(_, ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/lib.rs:3271:12 [INFO] [stderr] | [INFO] [stderr] 3271 | pub fn locations_datasets_fhir_stores_fhir__resource_purge(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirResourcePurgeCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__observation_lastn` should have a snake case name [INFO] [stderr] --> src/lib.rs:4545:12 [INFO] [stderr] | [INFO] [stderr] 4545 | pub fn locations_datasets_fhir_stores_fhir__observation_lastn(&self, parent: &str) -> ProjectLocationDatasetFhirStoreFhirObservationLastnCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_observation_lastn` [INFO] [stderr] [INFO] [stderr] warning: method `locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/lib.rs:4900:12 [INFO] [stderr] | [INFO] [stderr] 4900 | pub fn locations_datasets_fhir_stores_fhir__patient_everything(&self, name: &str) -> ProjectLocationDatasetFhirStoreFhirPatientEverythingCall<'a, C, A> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/google_healthcare1_beta1-00aaf94143c39ef5 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests google-healthcare1_beta1 [INFO] [stdout] [INFO] [stdout] running 94 tests [INFO] [stdout] test src/lib.rs - (line 49) ... ignored [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetAnnotationStoreSetIamPolicyCall (line 7262) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetCreateCall (line 19005) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetAnnotationStoreTestIamPermissionCall (line 28878) ... ok [INFO] [stdout] test src/lib.rs - (line 110) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDeidentifyCall (line 13707) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetAnnotationStoreGetIamPolicyCall (line 24934) ... ok [INFO] [stdout] test src/lib.rs - CloudHealthcare (line 291) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDeleteCall (line 14239) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreImportCall (line 26905) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreDeidentifyCall (line 5594) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreGetCall (line 15359) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreDeleteCall (line 20903) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreExportCall (line 9239) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreCreateCall (line 15914) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreListCall (line 12524) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreGetIamPolicyCall (line 11150) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStorePatchCall (line 29158) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreSearchForInstanceCall (line 21505) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreSearchForSeryCall (line 19579) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreSearchForStudyCall (line 24056) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudyDeleteCall (line 18179) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreSetIamPolicyCall (line 28322) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStoreInstanceCall (line 16969) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudyRetrieveMetadataCall (line 16208) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudyRetrieveStudyCall (line 19842) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySearchForInstanceCall (line 14831) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceDeleteCall (line 9774) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySearchForSeryCall (line 27763) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryDeleteCall (line 13430) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceFrameRetrieveRenderedCall (line 6711) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceFrameRetrieveFrameCall (line 7544) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceRetrieveMetadataCall (line 15097) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceRetrieveRenderedCall (line 6198) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryRetrieveMetadataCall (line 12262) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryInstanceRetrieveInstanceCall (line 20106) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySeryRetrieveSeryCall (line 22374) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudyStoreInstanceCall (line 8092) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreStudySerySearchForInstanceCall (line 11714) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetDicomStoreTestIamPermissionCall (line 22929) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirCapabilityCall (line 10052) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreDeleteCall (line 29452) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreCreateCall (line 25451) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreExportCall (line 11432) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreDeidentifyCall (line 17272) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirConditionalDeleteCall (line 19314) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirConditionalUpdateCall (line 12840) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirConditionalPatchCall (line 21793) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirExecuteBundleCall (line 15635) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirCreateCall (line 24636) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirHistoryCall (line 17566) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirDeleteCall (line 5332) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirObservationLastnCall (line 22125) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirPatientEverythingCall (line 25749) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirPatchCall (line 17899) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirReadCall (line 18457) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirSearchCall (line 23528) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirUpdateCall (line 26349) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirResourcePurgeCall (line 9524) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreFhirVreadCall (line 8986) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreGetCall (line 20654) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreGetIamPolicyCall (line 28604) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreImportCall (line 21223) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStorePatchCall (line 24317) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreListCall (line 8686) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreSearchCall (line 5932) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreSetIamPolicyCall (line 11980) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetFhirStoreTestIamPermissionCall (line 6979) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetGetCall (line 16470) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetGetIamPolicyCall (line 26630) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreCreateCall (line 13136) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreGetCall (line 16719) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreDeleteCall (line 25203) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreListCall (line 22636) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessageCreateCall (line 10588) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreGetIamPolicyCall (line 30276) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessageDeleteCall (line 6460) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessageGetCall (line 23209) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessageIngestCall (line 10869) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessageListCall (line 14492) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreMessagePatchCall (line 8391) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StorePatchCall (line 18705) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreTestIamPermissionCall (line 29706) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetListCall (line 26053) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetHl7V2StoreSetIamPolicyCall (line 27189) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetOperationCancelCall (line 29995) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetOperationListCall (line 27478) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetPatchCall (line 28025) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetSetIamPolicyCall (line 10303) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetOperationGetCall (line 13989) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationListCall (line 7806) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationDatasetTestIamPermissionCall (line 20374) ... ok [INFO] [stdout] test src/lib.rs - ProjectMethods (line 2804) ... ok [INFO] [stdout] test src/lib.rs - ProjectLocationGetCall (line 23807) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 93 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "83a3e8f4a6e8e4d433f3d13ffffafcc98160e52121e05e882712ee62d9a125af"` [INFO] running `"docker" "rm" "-f" "83a3e8f4a6e8e4d433f3d13ffffafcc98160e52121e05e882712ee62d9a125af"` [INFO] [stdout] 83a3e8f4a6e8e4d433f3d13ffffafcc98160e52121e05e882712ee62d9a125af