Oct 13 14:10:56.835 INFO checking google-videointelligence1_beta1-1.0.7+20171122 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 14:10:56.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 14:10:57.192 INFO blam! 7093e25cbb24f4691f092399b43a0150bfae5241f4a19dc97c621718bd179937 Oct 13 14:10:57.194 INFO running `"docker" "start" "-a" "7093e25cbb24f4691f092399b43a0150bfae5241f4a19dc97c621718bd179937"` Oct 13 14:10:59.511 INFO kablam! usermod: no changes Oct 13 14:10:59.771 INFO kablam! Checking google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 13 14:11:04.000 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 14:11:04.000 INFO kablam! --> src/lib.rs:719:66 Oct 13 14:11:04.000 INFO kablam! | Oct 13 14:11:04.000 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 13 14:11:04.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:11:04.000 INFO kablam! | Oct 13 14:11:04.000 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 14:11:04.000 INFO kablam! Oct 13 14:11:05.220 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 13 14:11:05.220 INFO kablam! --> src/lib.rs:375:1 Oct 13 14:11:05.220 INFO kablam! | Oct 13 14:11:05.220 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 13 14:11:05.220 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 13 14:11:05.220 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 13 14:11:05.220 INFO kablam! 378 | | pub video_context: Option, Oct 13 14:11:05.220 INFO kablam! ... | Oct 13 14:11:05.220 INFO kablam! 409 | | pub output_uri: Option, Oct 13 14:11:05.220 INFO kablam! 410 | | } Oct 13 14:11:05.220 INFO kablam! | |_^ Oct 13 14:11:05.220 INFO kablam! | Oct 13 14:11:05.220 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 14:11:05.220 INFO kablam! Oct 13 14:11:05.222 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 13 14:11:05.222 INFO kablam! --> src/lib.rs:471:1 Oct 13 14:11:05.222 INFO kablam! | Oct 13 14:11:05.222 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 13 14:11:05.222 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 13 14:11:05.222 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 13 14:11:05.222 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 13 14:11:05.223 INFO kablam! ... | Oct 13 14:11:05.223 INFO kablam! 480 | | pub details: Option>>, Oct 13 14:11:05.223 INFO kablam! 481 | | } Oct 13 14:11:05.223 INFO kablam! | |_^ Oct 13 14:11:05.223 INFO kablam! Oct 13 14:11:05.225 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 13 14:11:05.226 INFO kablam! --> src/lib.rs:491:1 Oct 13 14:11:05.226 INFO kablam! | Oct 13 14:11:05.226 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 13 14:11:05.226 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 13 14:11:05.226 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 13 14:11:05.226 INFO kablam! 494 | | pub end_time_offset: Option, Oct 13 14:11:05.227 INFO kablam! ... | Oct 13 14:11:05.227 INFO kablam! 497 | | pub start_time_offset: Option, Oct 13 14:11:05.227 INFO kablam! 498 | | } Oct 13 14:11:05.227 INFO kablam! | |_^ Oct 13 14:11:05.229 INFO kablam! Oct 13 14:11:05.229 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 13 14:11:05.230 INFO kablam! --> src/lib.rs:514:1 Oct 13 14:11:05.230 INFO kablam! | Oct 13 14:11:05.230 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 13 14:11:05.230 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 13 14:11:05.230 INFO kablam! 516 | | pub error: Option, Oct 13 14:11:05.230 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 13 14:11:05.230 INFO kablam! ... | Oct 13 14:11:05.231 INFO kablam! 538 | | pub metadata: Option>, Oct 13 14:11:05.231 INFO kablam! 539 | | } Oct 13 14:11:05.231 INFO kablam! | |_^ Oct 13 14:11:05.231 INFO kablam! Oct 13 14:11:05.240 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 13 14:11:05.240 INFO kablam! --> src/lib.rs:549:1 Oct 13 14:11:05.241 INFO kablam! | Oct 13 14:11:05.241 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 13 14:11:05.241 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 13 14:11:05.241 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 13 14:11:05.241 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 13 14:11:05.241 INFO kablam! ... | Oct 13 14:11:05.241 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 13 14:11:05.242 INFO kablam! 575 | | } Oct 13 14:11:05.242 INFO kablam! | |_^ Oct 13 14:11:05.242 INFO kablam! Oct 13 14:11:06.062 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 14:11:06.062 INFO kablam! --> src/lib.rs:719:66 Oct 13 14:11:06.062 INFO kablam! | Oct 13 14:11:06.062 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 13 14:11:06.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:11:06.062 INFO kablam! | Oct 13 14:11:06.063 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 14:11:06.063 INFO kablam! Oct 13 14:11:06.845 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 13 14:11:06.845 INFO kablam! --> src/lib.rs:375:1 Oct 13 14:11:06.845 INFO kablam! | Oct 13 14:11:06.846 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 13 14:11:06.846 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 13 14:11:06.846 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 13 14:11:06.847 INFO kablam! 378 | | pub video_context: Option, Oct 13 14:11:06.847 INFO kablam! ... | Oct 13 14:11:06.847 INFO kablam! 409 | | pub output_uri: Option, Oct 13 14:11:06.848 INFO kablam! 410 | | } Oct 13 14:11:06.848 INFO kablam! | |_^ Oct 13 14:11:06.848 INFO kablam! | Oct 13 14:11:06.848 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 14:11:06.849 INFO kablam! Oct 13 14:11:06.849 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 13 14:11:06.849 INFO kablam! --> src/lib.rs:471:1 Oct 13 14:11:06.850 INFO kablam! | Oct 13 14:11:06.850 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 13 14:11:06.850 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 13 14:11:06.850 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 13 14:11:06.851 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 13 14:11:06.851 INFO kablam! ... | Oct 13 14:11:06.851 INFO kablam! 480 | | pub details: Option>>, Oct 13 14:11:06.851 INFO kablam! 481 | | } Oct 13 14:11:06.852 INFO kablam! | |_^ Oct 13 14:11:06.852 INFO kablam! Oct 13 14:11:06.852 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 13 14:11:06.852 INFO kablam! --> src/lib.rs:491:1 Oct 13 14:11:06.853 INFO kablam! | Oct 13 14:11:06.853 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 13 14:11:06.853 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 13 14:11:06.853 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 13 14:11:06.853 INFO kablam! 494 | | pub end_time_offset: Option, Oct 13 14:11:06.854 INFO kablam! ... | Oct 13 14:11:06.854 INFO kablam! 497 | | pub start_time_offset: Option, Oct 13 14:11:06.854 INFO kablam! 498 | | } Oct 13 14:11:06.854 INFO kablam! | |_^ Oct 13 14:11:06.855 INFO kablam! Oct 13 14:11:06.855 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 13 14:11:06.855 INFO kablam! --> src/lib.rs:514:1 Oct 13 14:11:06.855 INFO kablam! | Oct 13 14:11:06.856 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 13 14:11:06.856 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 13 14:11:06.856 INFO kablam! 516 | | pub error: Option, Oct 13 14:11:06.856 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 13 14:11:06.857 INFO kablam! ... | Oct 13 14:11:06.857 INFO kablam! 538 | | pub metadata: Option>, Oct 13 14:11:06.857 INFO kablam! 539 | | } Oct 13 14:11:06.857 INFO kablam! | |_^ Oct 13 14:11:06.858 INFO kablam! Oct 13 14:11:06.858 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 13 14:11:06.858 INFO kablam! --> src/lib.rs:549:1 Oct 13 14:11:06.858 INFO kablam! | Oct 13 14:11:06.858 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 13 14:11:06.859 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 13 14:11:06.859 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 13 14:11:06.859 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 13 14:11:06.859 INFO kablam! ... | Oct 13 14:11:06.860 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 13 14:11:06.868 INFO kablam! 575 | | } Oct 13 14:11:06.868 INFO kablam! | |_^ Oct 13 14:11:06.868 INFO kablam! Oct 13 14:11:06.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.35s Oct 13 14:11:06.928 INFO kablam! su: No module specific data is present Oct 13 14:11:07.464 INFO running `"docker" "rm" "-f" "7093e25cbb24f4691f092399b43a0150bfae5241f4a19dc97c621718bd179937"` Oct 13 14:11:07.760 INFO blam! 7093e25cbb24f4691f092399b43a0150bfae5241f4a19dc97c621718bd179937