[INFO] crate google-ml1_beta1 1.0.6+20170515 is already in cache [INFO] extracting crate google-ml1_beta1 1.0.6+20170515 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/google-ml1_beta1/1.0.6+20170515 [INFO] extracting crate google-ml1_beta1 1.0.6+20170515 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/google-ml1_beta1/1.0.6+20170515 [INFO] validating manifest of google-ml1_beta1-1.0.6+20170515 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of google-ml1_beta1-1.0.6+20170515 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing google-ml1_beta1-1.0.6+20170515 [INFO] finished frobbing google-ml1_beta1-1.0.6+20170515 [INFO] frobbed toml for google-ml1_beta1-1.0.6+20170515 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/google-ml1_beta1/1.0.6+20170515/Cargo.toml [INFO] started frobbing google-ml1_beta1-1.0.6+20170515 [INFO] finished frobbing google-ml1_beta1-1.0.6+20170515 [INFO] frobbed toml for google-ml1_beta1-1.0.6+20170515 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/google-ml1_beta1/1.0.6+20170515/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking google-ml1_beta1-1.0.6+20170515 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-2/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/google-ml1_beta1/1.0.6+20170515:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 44dcec4d43f6fe64ae35e45a35ee595bd48499b4c485233a7d70f692c7bce8dc [INFO] running `"docker" "start" "-a" "44dcec4d43f6fe64ae35e45a35ee595bd48499b4c485233a7d70f692c7bce8dc"` [INFO] [stderr] Checking google-ml1_beta1 v1.0.6+20170515 (/opt/crater/workdir) [INFO] [stderr] warning: type `GoogleLongrunning__ListOperationsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:378:12 [INFO] [stderr] | [INFO] [stderr] 378 | pub struct GoogleLongrunning__ListOperationsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleLongrunningListOperationsResponse` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListJobsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:399:12 [INFO] [stderr] | [INFO] [stderr] 399 | pub struct GoogleCloudMlV1beta1__ListJobsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListJobsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictionOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:416:12 [INFO] [stderr] | [INFO] [stderr] 416 | pub struct GoogleCloudMlV1beta1__PredictionOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictionOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__HyperparameterOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:442:12 [INFO] [stderr] | [INFO] [stderr] 442 | pub struct GoogleCloudMlV1beta1__HyperparameterOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:464:12 [INFO] [stderr] | [INFO] [stderr] 464 | pub struct GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__GetConfigResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:486:12 [INFO] [stderr] | [INFO] [stderr] 486 | pub struct GoogleCloudMlV1beta1__GetConfigResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1GetConfigResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__SetDefaultVersionRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:508:12 [INFO] [stderr] | [INFO] [stderr] 508 | pub struct GoogleCloudMlV1beta1__SetDefaultVersionRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1SetDefaultVersionRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__HyperparameterSpec` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:518:12 [INFO] [stderr] | [INFO] [stderr] 518 | pub struct GoogleCloudMlV1beta1__HyperparameterSpec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterSpec` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListModelsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:566:12 [INFO] [stderr] | [INFO] [stderr] 566 | pub struct GoogleCloudMlV1beta1__ListModelsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListModelsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictionInput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:583:12 [INFO] [stderr] | [INFO] [stderr] 583 | pub struct GoogleCloudMlV1beta1__PredictionInput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictionInput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleApi__HttpBody` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:675:12 [INFO] [stderr] | [INFO] [stderr] 675 | pub struct GoogleApi__HttpBody { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleApiHttpBody` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleProtobuf__Empty` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:706:12 [INFO] [stderr] | [INFO] [stderr] 706 | pub struct GoogleProtobuf__Empty { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleProtobufEmpty` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__TrainingOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:716:12 [INFO] [stderr] | [INFO] [stderr] 716 | pub struct GoogleCloudMlV1beta1__TrainingOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1TrainingOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning__Operation` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:749:12 [INFO] [stderr] | [INFO] [stderr] 749 | pub struct GoogleLongrunning__Operation { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleLongrunningOperation` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ManualScaling` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:784:12 [INFO] [stderr] | [INFO] [stderr] 784 | pub struct GoogleCloudMlV1beta1__ManualScaling { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ManualScaling` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListVersionsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:805:12 [INFO] [stderr] | [INFO] [stderr] 805 | pub struct GoogleCloudMlV1beta1__ListVersionsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListVersionsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Model` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:832:12 [INFO] [stderr] | [INFO] [stderr] 832 | pub struct GoogleCloudMlV1beta1__Model { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Model` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Version` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:883:12 [INFO] [stderr] | [INFO] [stderr] 883 | pub struct GoogleCloudMlV1beta1__Version { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Version` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1130:12 [INFO] [stderr] | [INFO] [stderr] 1130 | pub struct GoogleCloudMlV1beta1__PredictRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ParameterSpec` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1145:12 [INFO] [stderr] | [INFO] [stderr] 1145 | pub struct GoogleCloudMlV1beta1__ParameterSpec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ParameterSpec` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Job` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1195:12 [INFO] [stderr] | [INFO] [stderr] 1195 | pub struct GoogleCloudMlV1beta1__Job { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Job` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__CancelJobRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1241:12 [INFO] [stderr] | [INFO] [stderr] 1241 | pub struct GoogleCloudMlV1beta1__CancelJobRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1CancelJobRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__TrainingInput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1251:12 [INFO] [stderr] | [INFO] [stderr] 1251 | pub struct GoogleCloudMlV1beta1__TrainingInput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1TrainingInput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleRpc__Status` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1427:12 [INFO] [stderr] | [INFO] [stderr] 1427 | pub struct GoogleRpc__Status { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleRpcStatus` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:1992:66 [INFO] [stderr] | [INFO] [stderr] 1992 | let mut params: Vec<(&str, String)> = Vec::with_capacity((6 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2278:66 [INFO] [stderr] | [INFO] [stderr] 2278 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2545:66 [INFO] [stderr] | [INFO] [stderr] 2545 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2832:66 [INFO] [stderr] | [INFO] [stderr] 2832 | let mut params: Vec<(&str, String)> = Vec::with_capacity((5 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3116:66 [INFO] [stderr] | [INFO] [stderr] 3116 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3375:66 [INFO] [stderr] | [INFO] [stderr] 3375 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3639:66 [INFO] [stderr] | [INFO] [stderr] 3639 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3922:66 [INFO] [stderr] | [INFO] [stderr] 3922 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4186:66 [INFO] [stderr] | [INFO] [stderr] 4186 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4470:66 [INFO] [stderr] | [INFO] [stderr] 4470 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4728:66 [INFO] [stderr] | [INFO] [stderr] 4728 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4983:66 [INFO] [stderr] | [INFO] [stderr] 4983 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5247:66 [INFO] [stderr] | [INFO] [stderr] 5247 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5511:66 [INFO] [stderr] | [INFO] [stderr] 5511 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5804:66 [INFO] [stderr] | [INFO] [stderr] 5804 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6091:66 [INFO] [stderr] | [INFO] [stderr] 6091 | let mut params: Vec<(&str, String)> = Vec::with_capacity((6 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6390:66 [INFO] [stderr] | [INFO] [stderr] 6390 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6671:66 [INFO] [stderr] | [INFO] [stderr] 6671 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6933:66 [INFO] [stderr] | [INFO] [stderr] 6933 | let mut params: Vec<(&str, String)> = Vec::with_capacity((5 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning__ListOperationsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:378:12 [INFO] [stderr] | [INFO] [stderr] 378 | pub struct GoogleLongrunning__ListOperationsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleLongrunningListOperationsResponse` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListJobsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:399:12 [INFO] [stderr] | [INFO] [stderr] 399 | pub struct GoogleCloudMlV1beta1__ListJobsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListJobsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictionOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:416:12 [INFO] [stderr] | [INFO] [stderr] 416 | pub struct GoogleCloudMlV1beta1__PredictionOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictionOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__HyperparameterOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:442:12 [INFO] [stderr] | [INFO] [stderr] 442 | pub struct GoogleCloudMlV1beta1__HyperparameterOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:464:12 [INFO] [stderr] | [INFO] [stderr] 464 | pub struct GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__GetConfigResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:486:12 [INFO] [stderr] | [INFO] [stderr] 486 | pub struct GoogleCloudMlV1beta1__GetConfigResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1GetConfigResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__SetDefaultVersionRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:508:12 [INFO] [stderr] | [INFO] [stderr] 508 | pub struct GoogleCloudMlV1beta1__SetDefaultVersionRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1SetDefaultVersionRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__HyperparameterSpec` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:518:12 [INFO] [stderr] | [INFO] [stderr] 518 | pub struct GoogleCloudMlV1beta1__HyperparameterSpec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1HyperparameterSpec` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListModelsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:566:12 [INFO] [stderr] | [INFO] [stderr] 566 | pub struct GoogleCloudMlV1beta1__ListModelsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListModelsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictionInput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:583:12 [INFO] [stderr] | [INFO] [stderr] 583 | pub struct GoogleCloudMlV1beta1__PredictionInput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictionInput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleApi__HttpBody` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:675:12 [INFO] [stderr] | [INFO] [stderr] 675 | pub struct GoogleApi__HttpBody { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleApiHttpBody` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleProtobuf__Empty` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:706:12 [INFO] [stderr] | [INFO] [stderr] 706 | pub struct GoogleProtobuf__Empty { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleProtobufEmpty` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__TrainingOutput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:716:12 [INFO] [stderr] | [INFO] [stderr] 716 | pub struct GoogleCloudMlV1beta1__TrainingOutput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1TrainingOutput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning__Operation` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:749:12 [INFO] [stderr] | [INFO] [stderr] 749 | pub struct GoogleLongrunning__Operation { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleLongrunningOperation` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ManualScaling` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:784:12 [INFO] [stderr] | [INFO] [stderr] 784 | pub struct GoogleCloudMlV1beta1__ManualScaling { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ManualScaling` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ListVersionsResponse` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:805:12 [INFO] [stderr] | [INFO] [stderr] 805 | pub struct GoogleCloudMlV1beta1__ListVersionsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ListVersionsResponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Model` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:832:12 [INFO] [stderr] | [INFO] [stderr] 832 | pub struct GoogleCloudMlV1beta1__Model { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Model` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Version` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:883:12 [INFO] [stderr] | [INFO] [stderr] 883 | pub struct GoogleCloudMlV1beta1__Version { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Version` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__PredictRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1130:12 [INFO] [stderr] | [INFO] [stderr] 1130 | pub struct GoogleCloudMlV1beta1__PredictRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1PredictRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__ParameterSpec` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1145:12 [INFO] [stderr] | [INFO] [stderr] 1145 | pub struct GoogleCloudMlV1beta1__ParameterSpec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1ParameterSpec` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__Job` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1195:12 [INFO] [stderr] | [INFO] [stderr] 1195 | pub struct GoogleCloudMlV1beta1__Job { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1Job` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__CancelJobRequest` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1241:12 [INFO] [stderr] | [INFO] [stderr] 1241 | pub struct GoogleCloudMlV1beta1__CancelJobRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1CancelJobRequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudMlV1beta1__TrainingInput` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1251:12 [INFO] [stderr] | [INFO] [stderr] 1251 | pub struct GoogleCloudMlV1beta1__TrainingInput { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleCloudMlV1beta1TrainingInput` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleRpc__Status` should have an upper camel case name [INFO] [stderr] --> src/lib.rs:1427:12 [INFO] [stderr] | [INFO] [stderr] 1427 | pub struct GoogleRpc__Status { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GoogleRpcStatus` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:1992:66 [INFO] [stderr] | [INFO] [stderr] 1992 | let mut params: Vec<(&str, String)> = Vec::with_capacity((6 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2278:66 [INFO] [stderr] | [INFO] [stderr] 2278 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2545:66 [INFO] [stderr] | [INFO] [stderr] 2545 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:2832:66 [INFO] [stderr] | [INFO] [stderr] 2832 | let mut params: Vec<(&str, String)> = Vec::with_capacity((5 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3116:66 [INFO] [stderr] | [INFO] [stderr] 3116 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3375:66 [INFO] [stderr] | [INFO] [stderr] 3375 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3639:66 [INFO] [stderr] | [INFO] [stderr] 3639 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:3922:66 [INFO] [stderr] | [INFO] [stderr] 3922 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4186:66 [INFO] [stderr] | [INFO] [stderr] 4186 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4470:66 [INFO] [stderr] | [INFO] [stderr] 4470 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4728:66 [INFO] [stderr] | [INFO] [stderr] 4728 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:4983:66 [INFO] [stderr] | [INFO] [stderr] 4983 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5247:66 [INFO] [stderr] | [INFO] [stderr] 5247 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5511:66 [INFO] [stderr] | [INFO] [stderr] 5511 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:5804:66 [INFO] [stderr] | [INFO] [stderr] 5804 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6091:66 [INFO] [stderr] | [INFO] [stderr] 6091 | let mut params: Vec<(&str, String)> = Vec::with_capacity((6 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6390:66 [INFO] [stderr] | [INFO] [stderr] 6390 | let mut params: Vec<(&str, String)> = Vec::with_capacity((4 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6671:66 [INFO] [stderr] | [INFO] [stderr] 6671 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:6933:66 [INFO] [stderr] | [INFO] [stderr] 6933 | let mut params: Vec<(&str, String)> = Vec::with_capacity((5 + self._additional_params.len())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:344:46 [INFO] [stderr] | [INFO] [stderr] 344 | Error::HttpError(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:345:55 [INFO] [stderr] | [INFO] [stderr] 345 | Error::JsonDecodeError(_, ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:344:46 [INFO] [stderr] | [INFO] [stderr] 344 | Error::HttpError(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:345:55 [INFO] [stderr] | [INFO] [stderr] 345 | Error::JsonDecodeError(_, ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.34s [INFO] running `"docker" "inspect" "44dcec4d43f6fe64ae35e45a35ee595bd48499b4c485233a7d70f692c7bce8dc"` [INFO] running `"docker" "rm" "-f" "44dcec4d43f6fe64ae35e45a35ee595bd48499b4c485233a7d70f692c7bce8dc"` [INFO] [stdout] 44dcec4d43f6fe64ae35e45a35ee595bd48499b4c485233a7d70f692c7bce8dc