Sep 02 11:47:45.547 INFO checking google-videointelligence1_beta1-1.0.7+20171122 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 11:47:45.547 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 11:47:45.547 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 11:47:45.753 INFO blam! 1c04a754ac96cfac8230aee2317fa5e0860ac04b2810802013955c79e37ac808 Sep 02 11:47:45.755 INFO running `"docker" "start" "-a" "1c04a754ac96cfac8230aee2317fa5e0860ac04b2810802013955c79e37ac808"` Sep 02 11:47:46.487 INFO kablam! Checking google-videointelligence1_beta1 v1.0.7+20171122 (file:///source) Sep 02 11:47:49.914 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 11:47:49.914 INFO kablam! --> src/lib.rs:719:66 Sep 02 11:47:49.914 INFO kablam! | Sep 02 11:47:49.914 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Sep 02 11:47:49.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 11:47:49.915 INFO kablam! | Sep 02 11:47:49.915 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:47:49.915 INFO kablam! Sep 02 11:47:49.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 11:47:49.927 INFO kablam! --> src/lib.rs:719:66 Sep 02 11:47:49.927 INFO kablam! | Sep 02 11:47:49.927 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Sep 02 11:47:49.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 11:47:49.928 INFO kablam! | Sep 02 11:47:49.928 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:47:49.928 INFO kablam! Sep 02 11:47:51.383 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Sep 02 11:47:51.383 INFO kablam! --> src/lib.rs:375:1 Sep 02 11:47:51.383 INFO kablam! | Sep 02 11:47:51.383 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Sep 02 11:47:51.383 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Sep 02 11:47:51.383 INFO kablam! 377 | | #[serde(rename="videoContext")] Sep 02 11:47:51.383 INFO kablam! 378 | | pub video_context: Option, Sep 02 11:47:51.383 INFO kablam! ... | Sep 02 11:47:51.383 INFO kablam! 409 | | pub output_uri: Option, Sep 02 11:47:51.383 INFO kablam! 410 | | } Sep 02 11:47:51.383 INFO kablam! | |_^ Sep 02 11:47:51.383 INFO kablam! | Sep 02 11:47:51.383 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 02 11:47:51.383 INFO kablam! Sep 02 11:47:51.386 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Sep 02 11:47:51.386 INFO kablam! --> src/lib.rs:471:1 Sep 02 11:47:51.386 INFO kablam! | Sep 02 11:47:51.386 INFO kablam! 471 | / pub struct GoogleRpc_Status { Sep 02 11:47:51.386 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Sep 02 11:47:51.386 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Sep 02 11:47:51.386 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Sep 02 11:47:51.386 INFO kablam! ... | Sep 02 11:47:51.386 INFO kablam! 480 | | pub details: Option>>, Sep 02 11:47:51.386 INFO kablam! 481 | | } Sep 02 11:47:51.386 INFO kablam! | |_^ Sep 02 11:47:51.386 INFO kablam! Sep 02 11:47:51.388 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Sep 02 11:47:51.388 INFO kablam! --> src/lib.rs:491:1 Sep 02 11:47:51.388 INFO kablam! | Sep 02 11:47:51.389 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Sep 02 11:47:51.389 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Sep 02 11:47:51.389 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Sep 02 11:47:51.389 INFO kablam! 494 | | pub end_time_offset: Option, Sep 02 11:47:51.389 INFO kablam! ... | Sep 02 11:47:51.389 INFO kablam! 497 | | pub start_time_offset: Option, Sep 02 11:47:51.389 INFO kablam! 498 | | } Sep 02 11:47:51.389 INFO kablam! | |_^ Sep 02 11:47:51.389 INFO kablam! Sep 02 11:47:51.391 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Sep 02 11:47:51.391 INFO kablam! --> src/lib.rs:514:1 Sep 02 11:47:51.391 INFO kablam! | Sep 02 11:47:51.391 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Sep 02 11:47:51.391 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Sep 02 11:47:51.391 INFO kablam! 516 | | pub error: Option, Sep 02 11:47:51.391 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Sep 02 11:47:51.391 INFO kablam! ... | Sep 02 11:47:51.391 INFO kablam! 538 | | pub metadata: Option>, Sep 02 11:47:51.391 INFO kablam! 539 | | } Sep 02 11:47:51.391 INFO kablam! | |_^ Sep 02 11:47:51.391 INFO kablam! Sep 02 11:47:51.393 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Sep 02 11:47:51.393 INFO kablam! --> src/lib.rs:549:1 Sep 02 11:47:51.393 INFO kablam! | Sep 02 11:47:51.393 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Sep 02 11:47:51.394 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Sep 02 11:47:51.394 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Sep 02 11:47:51.394 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Sep 02 11:47:51.394 INFO kablam! ... | Sep 02 11:47:51.394 INFO kablam! 574 | | pub safe_search_detection_model: Option, Sep 02 11:47:51.394 INFO kablam! 575 | | } Sep 02 11:47:51.394 INFO kablam! | |_^ Sep 02 11:47:51.394 INFO kablam! Sep 02 11:47:51.681 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Sep 02 11:47:51.681 INFO kablam! --> src/lib.rs:375:1 Sep 02 11:47:51.681 INFO kablam! | Sep 02 11:47:51.681 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Sep 02 11:47:51.681 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Sep 02 11:47:51.682 INFO kablam! 377 | | #[serde(rename="videoContext")] Sep 02 11:47:51.682 INFO kablam! 378 | | pub video_context: Option, Sep 02 11:47:51.682 INFO kablam! ... | Sep 02 11:47:51.682 INFO kablam! 409 | | pub output_uri: Option, Sep 02 11:47:51.682 INFO kablam! 410 | | } Sep 02 11:47:51.682 INFO kablam! | |_^ Sep 02 11:47:51.682 INFO kablam! | Sep 02 11:47:51.682 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 02 11:47:51.682 INFO kablam! Sep 02 11:47:51.684 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Sep 02 11:47:51.684 INFO kablam! --> src/lib.rs:471:1 Sep 02 11:47:51.684 INFO kablam! | Sep 02 11:47:51.684 INFO kablam! 471 | / pub struct GoogleRpc_Status { Sep 02 11:47:51.684 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Sep 02 11:47:51.685 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Sep 02 11:47:51.685 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Sep 02 11:47:51.685 INFO kablam! ... | Sep 02 11:47:51.685 INFO kablam! 480 | | pub details: Option>>, Sep 02 11:47:51.685 INFO kablam! 481 | | } Sep 02 11:47:51.685 INFO kablam! | |_^ Sep 02 11:47:51.685 INFO kablam! Sep 02 11:47:51.687 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Sep 02 11:47:51.687 INFO kablam! --> src/lib.rs:491:1 Sep 02 11:47:51.687 INFO kablam! | Sep 02 11:47:51.687 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Sep 02 11:47:51.687 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Sep 02 11:47:51.687 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Sep 02 11:47:51.687 INFO kablam! 494 | | pub end_time_offset: Option, Sep 02 11:47:51.687 INFO kablam! ... | Sep 02 11:47:51.687 INFO kablam! 497 | | pub start_time_offset: Option, Sep 02 11:47:51.687 INFO kablam! 498 | | } Sep 02 11:47:51.687 INFO kablam! | |_^ Sep 02 11:47:51.687 INFO kablam! Sep 02 11:47:51.689 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Sep 02 11:47:51.689 INFO kablam! --> src/lib.rs:514:1 Sep 02 11:47:51.689 INFO kablam! | Sep 02 11:47:51.689 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Sep 02 11:47:51.689 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Sep 02 11:47:51.689 INFO kablam! 516 | | pub error: Option, Sep 02 11:47:51.690 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Sep 02 11:47:51.690 INFO kablam! ... | Sep 02 11:47:51.690 INFO kablam! 538 | | pub metadata: Option>, Sep 02 11:47:51.690 INFO kablam! 539 | | } Sep 02 11:47:51.690 INFO kablam! | |_^ Sep 02 11:47:51.690 INFO kablam! Sep 02 11:47:51.692 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Sep 02 11:47:51.692 INFO kablam! --> src/lib.rs:549:1 Sep 02 11:47:51.692 INFO kablam! | Sep 02 11:47:51.692 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Sep 02 11:47:51.692 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Sep 02 11:47:51.692 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Sep 02 11:47:51.692 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Sep 02 11:47:51.692 INFO kablam! ... | Sep 02 11:47:51.692 INFO kablam! 574 | | pub safe_search_detection_model: Option, Sep 02 11:47:51.692 INFO kablam! 575 | | } Sep 02 11:47:51.692 INFO kablam! | |_^ Sep 02 11:47:51.692 INFO kablam! Sep 02 11:47:51.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.37s Sep 02 11:47:51.751 INFO kablam! su: No module specific data is present Sep 02 11:47:52.198 INFO running `"docker" "rm" "-f" "1c04a754ac96cfac8230aee2317fa5e0860ac04b2810802013955c79e37ac808"` Sep 02 11:47:52.338 INFO blam! 1c04a754ac96cfac8230aee2317fa5e0860ac04b2810802013955c79e37ac808