Sep 04 18:07:23.779 INFO checking google-videointelligence1_beta1-1.0.7+20171122 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 18:07:23.779 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 18:07:23.779 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:07:23.925 INFO blam! e02578299b629f9e16f0816e4df41d5f7e73b37b9dd95c4cefc8d97ae4cfdd28 Sep 04 18:07:23.927 INFO running `"docker" "start" "-a" "e02578299b629f9e16f0816e4df41d5f7e73b37b9dd95c4cefc8d97ae4cfdd28"` Sep 04 18:07:24.878 INFO kablam! Checking google-videointelligence1_beta1 v1.0.7+20171122 (file:///source) Sep 04 18:07:28.972 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:07:28.973 INFO kablam! --> src/lib.rs:719:66 Sep 04 18:07:28.973 INFO kablam! | Sep 04 18:07:28.973 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Sep 04 18:07:28.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:07:28.973 INFO kablam! | Sep 04 18:07:28.974 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:07:28.974 INFO kablam! Sep 04 18:07:29.148 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:07:29.148 INFO kablam! --> src/lib.rs:719:66 Sep 04 18:07:29.148 INFO kablam! | Sep 04 18:07:29.148 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Sep 04 18:07:29.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:07:29.148 INFO kablam! | Sep 04 18:07:29.148 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:07:29.148 INFO kablam! Sep 04 18:07:30.643 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Sep 04 18:07:30.643 INFO kablam! --> src/lib.rs:375:1 Sep 04 18:07:30.644 INFO kablam! | Sep 04 18:07:30.644 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Sep 04 18:07:30.644 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Sep 04 18:07:30.644 INFO kablam! 377 | | #[serde(rename="videoContext")] Sep 04 18:07:30.644 INFO kablam! 378 | | pub video_context: Option, Sep 04 18:07:30.644 INFO kablam! ... | Sep 04 18:07:30.644 INFO kablam! 409 | | pub output_uri: Option, Sep 04 18:07:30.644 INFO kablam! 410 | | } Sep 04 18:07:30.644 INFO kablam! | |_^ Sep 04 18:07:30.644 INFO kablam! | Sep 04 18:07:30.644 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 04 18:07:30.644 INFO kablam! Sep 04 18:07:30.647 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Sep 04 18:07:30.647 INFO kablam! --> src/lib.rs:471:1 Sep 04 18:07:30.647 INFO kablam! | Sep 04 18:07:30.647 INFO kablam! 471 | / pub struct GoogleRpc_Status { Sep 04 18:07:30.647 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Sep 04 18:07:30.647 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Sep 04 18:07:30.647 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Sep 04 18:07:30.647 INFO kablam! ... | Sep 04 18:07:30.647 INFO kablam! 480 | | pub details: Option>>, Sep 04 18:07:30.647 INFO kablam! 481 | | } Sep 04 18:07:30.647 INFO kablam! | |_^ Sep 04 18:07:30.648 INFO kablam! Sep 04 18:07:30.650 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Sep 04 18:07:30.650 INFO kablam! --> src/lib.rs:491:1 Sep 04 18:07:30.650 INFO kablam! | Sep 04 18:07:30.650 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Sep 04 18:07:30.650 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Sep 04 18:07:30.650 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Sep 04 18:07:30.650 INFO kablam! 494 | | pub end_time_offset: Option, Sep 04 18:07:30.650 INFO kablam! ... | Sep 04 18:07:30.650 INFO kablam! 497 | | pub start_time_offset: Option, Sep 04 18:07:30.650 INFO kablam! 498 | | } Sep 04 18:07:30.650 INFO kablam! | |_^ Sep 04 18:07:30.650 INFO kablam! Sep 04 18:07:30.652 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Sep 04 18:07:30.652 INFO kablam! --> src/lib.rs:514:1 Sep 04 18:07:30.652 INFO kablam! | Sep 04 18:07:30.652 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Sep 04 18:07:30.652 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Sep 04 18:07:30.652 INFO kablam! 516 | | pub error: Option, Sep 04 18:07:30.652 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Sep 04 18:07:30.652 INFO kablam! ... | Sep 04 18:07:30.652 INFO kablam! 538 | | pub metadata: Option>, Sep 04 18:07:30.652 INFO kablam! 539 | | } Sep 04 18:07:30.652 INFO kablam! | |_^ Sep 04 18:07:30.652 INFO kablam! Sep 04 18:07:30.655 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Sep 04 18:07:30.655 INFO kablam! --> src/lib.rs:549:1 Sep 04 18:07:30.655 INFO kablam! | Sep 04 18:07:30.655 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Sep 04 18:07:30.655 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Sep 04 18:07:30.655 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Sep 04 18:07:30.655 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Sep 04 18:07:30.655 INFO kablam! ... | Sep 04 18:07:30.655 INFO kablam! 574 | | pub safe_search_detection_model: Option, Sep 04 18:07:30.655 INFO kablam! 575 | | } Sep 04 18:07:30.655 INFO kablam! | |_^ Sep 04 18:07:30.655 INFO kablam! Sep 04 18:07:30.717 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Sep 04 18:07:30.717 INFO kablam! --> src/lib.rs:375:1 Sep 04 18:07:30.717 INFO kablam! | Sep 04 18:07:30.717 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Sep 04 18:07:30.717 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Sep 04 18:07:30.717 INFO kablam! 377 | | #[serde(rename="videoContext")] Sep 04 18:07:30.717 INFO kablam! 378 | | pub video_context: Option, Sep 04 18:07:30.717 INFO kablam! ... | Sep 04 18:07:30.717 INFO kablam! 409 | | pub output_uri: Option, Sep 04 18:07:30.717 INFO kablam! 410 | | } Sep 04 18:07:30.717 INFO kablam! | |_^ Sep 04 18:07:30.717 INFO kablam! | Sep 04 18:07:30.717 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 04 18:07:30.717 INFO kablam! Sep 04 18:07:30.719 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Sep 04 18:07:30.719 INFO kablam! --> src/lib.rs:471:1 Sep 04 18:07:30.719 INFO kablam! | Sep 04 18:07:30.719 INFO kablam! 471 | / pub struct GoogleRpc_Status { Sep 04 18:07:30.719 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Sep 04 18:07:30.719 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Sep 04 18:07:30.719 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Sep 04 18:07:30.719 INFO kablam! ... | Sep 04 18:07:30.719 INFO kablam! 480 | | pub details: Option>>, Sep 04 18:07:30.719 INFO kablam! 481 | | } Sep 04 18:07:30.719 INFO kablam! | |_^ Sep 04 18:07:30.719 INFO kablam! Sep 04 18:07:30.720 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Sep 04 18:07:30.720 INFO kablam! --> src/lib.rs:491:1 Sep 04 18:07:30.720 INFO kablam! | Sep 04 18:07:30.720 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Sep 04 18:07:30.721 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Sep 04 18:07:30.721 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Sep 04 18:07:30.721 INFO kablam! 494 | | pub end_time_offset: Option, Sep 04 18:07:30.721 INFO kablam! ... | Sep 04 18:07:30.721 INFO kablam! 497 | | pub start_time_offset: Option, Sep 04 18:07:30.721 INFO kablam! 498 | | } Sep 04 18:07:30.721 INFO kablam! | |_^ Sep 04 18:07:30.721 INFO kablam! Sep 04 18:07:30.722 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Sep 04 18:07:30.722 INFO kablam! --> src/lib.rs:514:1 Sep 04 18:07:30.722 INFO kablam! | Sep 04 18:07:30.722 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Sep 04 18:07:30.722 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Sep 04 18:07:30.722 INFO kablam! 516 | | pub error: Option, Sep 04 18:07:30.722 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Sep 04 18:07:30.722 INFO kablam! ... | Sep 04 18:07:30.722 INFO kablam! 538 | | pub metadata: Option>, Sep 04 18:07:30.722 INFO kablam! 539 | | } Sep 04 18:07:30.722 INFO kablam! | |_^ Sep 04 18:07:30.722 INFO kablam! Sep 04 18:07:30.724 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Sep 04 18:07:30.724 INFO kablam! --> src/lib.rs:549:1 Sep 04 18:07:30.724 INFO kablam! | Sep 04 18:07:30.724 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Sep 04 18:07:30.724 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Sep 04 18:07:30.724 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Sep 04 18:07:30.724 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Sep 04 18:07:30.724 INFO kablam! ... | Sep 04 18:07:30.724 INFO kablam! 574 | | pub safe_search_detection_model: Option, Sep 04 18:07:30.724 INFO kablam! 575 | | } Sep 04 18:07:30.724 INFO kablam! | |_^ Sep 04 18:07:30.724 INFO kablam! Sep 04 18:07:30.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.03s Sep 04 18:07:30.801 INFO kablam! su: No module specific data is present Sep 04 18:07:31.308 INFO running `"docker" "rm" "-f" "e02578299b629f9e16f0816e4df41d5f7e73b37b9dd95c4cefc8d97ae4cfdd28"` Sep 04 18:07:31.425 INFO blam! e02578299b629f9e16f0816e4df41d5f7e73b37b9dd95c4cefc8d97ae4cfdd28