Oct 11 19:53:26.998 INFO testing google-videointelligence1_beta1-1.0.7+20171122 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:53:26.998 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:53:27.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:53:27.366 INFO blam! 7cfb384974babb85a03f8442c44556aa8c08a130f16bc6381dc7e4b4083bfcbc Oct 11 19:53:27.366 INFO running `"docker" "start" "-a" "7cfb384974babb85a03f8442c44556aa8c08a130f16bc6381dc7e4b4083bfcbc"` Oct 11 19:53:28.527 INFO kablam! usermod: no changes Oct 11 19:53:28.733 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 11 19:53:31.882 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 19:53:31.882 INFO kablam! --> src/lib.rs:719:66 Oct 11 19:53:31.882 INFO kablam! | Oct 11 19:53:31.882 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 11 19:53:31.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 19:53:31.882 INFO kablam! | Oct 11 19:53:31.882 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 19:53:31.882 INFO kablam! Oct 11 19:53:32.712 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 11 19:53:32.713 INFO kablam! --> src/lib.rs:375:1 Oct 11 19:53:32.713 INFO kablam! | Oct 11 19:53:32.713 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 11 19:53:32.713 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 11 19:53:32.714 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 11 19:53:32.714 INFO kablam! 378 | | pub video_context: Option, Oct 11 19:53:32.714 INFO kablam! ... | Oct 11 19:53:32.714 INFO kablam! 409 | | pub output_uri: Option, Oct 11 19:53:32.715 INFO kablam! 410 | | } Oct 11 19:53:32.715 INFO kablam! | |_^ Oct 11 19:53:32.715 INFO kablam! | Oct 11 19:53:32.715 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 19:53:32.716 INFO kablam! Oct 11 19:53:32.720 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 11 19:53:32.720 INFO kablam! --> src/lib.rs:471:1 Oct 11 19:53:32.721 INFO kablam! | Oct 11 19:53:32.721 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 11 19:53:32.721 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 11 19:53:32.721 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 11 19:53:32.722 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 11 19:53:32.722 INFO kablam! ... | Oct 11 19:53:32.722 INFO kablam! 480 | | pub details: Option>>, Oct 11 19:53:32.722 INFO kablam! 481 | | } Oct 11 19:53:32.723 INFO kablam! | |_^ Oct 11 19:53:32.723 INFO kablam! Oct 11 19:53:32.723 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 11 19:53:32.723 INFO kablam! --> src/lib.rs:491:1 Oct 11 19:53:32.723 INFO kablam! | Oct 11 19:53:32.724 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 11 19:53:32.724 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 11 19:53:32.724 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 11 19:53:32.724 INFO kablam! 494 | | pub end_time_offset: Option, Oct 11 19:53:32.725 INFO kablam! ... | Oct 11 19:53:32.725 INFO kablam! 497 | | pub start_time_offset: Option, Oct 11 19:53:32.725 INFO kablam! 498 | | } Oct 11 19:53:32.725 INFO kablam! | |_^ Oct 11 19:53:32.726 INFO kablam! Oct 11 19:53:32.726 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 11 19:53:32.726 INFO kablam! --> src/lib.rs:514:1 Oct 11 19:53:32.726 INFO kablam! | Oct 11 19:53:32.727 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 11 19:53:32.727 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 11 19:53:32.727 INFO kablam! 516 | | pub error: Option, Oct 11 19:53:32.727 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 11 19:53:32.727 INFO kablam! ... | Oct 11 19:53:32.728 INFO kablam! 538 | | pub metadata: Option>, Oct 11 19:53:32.728 INFO kablam! 539 | | } Oct 11 19:53:32.728 INFO kablam! | |_^ Oct 11 19:53:32.728 INFO kablam! Oct 11 19:53:32.729 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 11 19:53:32.729 INFO kablam! --> src/lib.rs:549:1 Oct 11 19:53:32.729 INFO kablam! | Oct 11 19:53:32.729 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 11 19:53:32.729 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 11 19:53:32.730 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 11 19:53:32.730 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 11 19:53:32.730 INFO kablam! ... | Oct 11 19:53:32.730 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 11 19:53:32.731 INFO kablam! 575 | | } Oct 11 19:53:32.731 INFO kablam! | |_^ Oct 11 19:53:32.731 INFO kablam! Oct 11 19:53:33.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.07s Oct 11 19:53:33.644 INFO kablam! su: No module specific data is present Oct 11 19:53:34.299 INFO running `"docker" "rm" "-f" "7cfb384974babb85a03f8442c44556aa8c08a130f16bc6381dc7e4b4083bfcbc"` Oct 11 19:53:34.576 INFO blam! 7cfb384974babb85a03f8442c44556aa8c08a130f16bc6381dc7e4b4083bfcbc Oct 11 19:53:34.578 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 19:53:34.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:53:34.945 INFO blam! 134e0dc5fa88ca4a9b99ad0d175d308c485aa9002b61b4effd80a009be65ab4b Oct 11 19:53:34.946 INFO running `"docker" "start" "-a" "134e0dc5fa88ca4a9b99ad0d175d308c485aa9002b61b4effd80a009be65ab4b"` Oct 11 19:53:35.944 INFO kablam! usermod: no changes Oct 11 19:53:36.136 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 11 19:53:39.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 19:53:39.417 INFO kablam! --> src/lib.rs:719:66 Oct 11 19:53:39.417 INFO kablam! | Oct 11 19:53:39.418 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 11 19:53:39.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 19:53:39.418 INFO kablam! | Oct 11 19:53:39.418 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 19:53:39.419 INFO kablam! Oct 11 19:53:40.284 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 11 19:53:40.284 INFO kablam! --> src/lib.rs:375:1 Oct 11 19:53:40.284 INFO kablam! | Oct 11 19:53:40.284 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 11 19:53:40.284 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 11 19:53:40.284 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 11 19:53:40.284 INFO kablam! 378 | | pub video_context: Option, Oct 11 19:53:40.284 INFO kablam! ... | Oct 11 19:53:40.284 INFO kablam! 409 | | pub output_uri: Option, Oct 11 19:53:40.285 INFO kablam! 410 | | } Oct 11 19:53:40.285 INFO kablam! | |_^ Oct 11 19:53:40.285 INFO kablam! | Oct 11 19:53:40.285 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 19:53:40.285 INFO kablam! Oct 11 19:53:40.285 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 11 19:53:40.285 INFO kablam! --> src/lib.rs:471:1 Oct 11 19:53:40.285 INFO kablam! | Oct 11 19:53:40.285 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 11 19:53:40.285 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 11 19:53:40.285 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 11 19:53:40.285 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 11 19:53:40.285 INFO kablam! ... | Oct 11 19:53:40.285 INFO kablam! 480 | | pub details: Option>>, Oct 11 19:53:40.285 INFO kablam! 481 | | } Oct 11 19:53:40.285 INFO kablam! | |_^ Oct 11 19:53:40.285 INFO kablam! Oct 11 19:53:40.285 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 11 19:53:40.285 INFO kablam! --> src/lib.rs:491:1 Oct 11 19:53:40.285 INFO kablam! | Oct 11 19:53:40.285 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 11 19:53:40.285 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 11 19:53:40.285 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 11 19:53:40.285 INFO kablam! 494 | | pub end_time_offset: Option, Oct 11 19:53:40.285 INFO kablam! ... | Oct 11 19:53:40.285 INFO kablam! 497 | | pub start_time_offset: Option, Oct 11 19:53:40.285 INFO kablam! 498 | | } Oct 11 19:53:40.285 INFO kablam! | |_^ Oct 11 19:53:40.285 INFO kablam! Oct 11 19:53:40.285 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 11 19:53:40.285 INFO kablam! --> src/lib.rs:514:1 Oct 11 19:53:40.285 INFO kablam! | Oct 11 19:53:40.285 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 11 19:53:40.285 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 11 19:53:40.285 INFO kablam! 516 | | pub error: Option, Oct 11 19:53:40.285 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 11 19:53:40.285 INFO kablam! ... | Oct 11 19:53:40.285 INFO kablam! 538 | | pub metadata: Option>, Oct 11 19:53:40.285 INFO kablam! 539 | | } Oct 11 19:53:40.285 INFO kablam! | |_^ Oct 11 19:53:40.285 INFO kablam! Oct 11 19:53:40.285 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 11 19:53:40.285 INFO kablam! --> src/lib.rs:549:1 Oct 11 19:53:40.285 INFO kablam! | Oct 11 19:53:40.285 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 11 19:53:40.285 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 11 19:53:40.285 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 11 19:53:40.285 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 11 19:53:40.285 INFO kablam! ... | Oct 11 19:53:40.285 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 11 19:53:40.285 INFO kablam! 575 | | } Oct 11 19:53:40.285 INFO kablam! | |_^ Oct 11 19:53:40.285 INFO kablam! Oct 11 19:53:40.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Oct 11 19:53:40.901 INFO kablam! su: No module specific data is present Oct 11 19:53:41.490 INFO running `"docker" "rm" "-f" "134e0dc5fa88ca4a9b99ad0d175d308c485aa9002b61b4effd80a009be65ab4b"` Oct 11 19:53:41.798 INFO blam! 134e0dc5fa88ca4a9b99ad0d175d308c485aa9002b61b4effd80a009be65ab4b Oct 11 19:53:41.802 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 19:53:41.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:53:42.176 INFO blam! dbd07d476e661ba08623bf3b312d318ef262067aefaeeb25c4c1b3bbe23df02d Oct 11 19:53:42.188 INFO running `"docker" "start" "-a" "dbd07d476e661ba08623bf3b312d318ef262067aefaeeb25c4c1b3bbe23df02d"` Oct 11 19:53:43.524 INFO kablam! usermod: no changes Oct 11 19:53:43.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 19:53:43.792 INFO kablam! Running /target/debug/deps/google_videointelligence1_beta1-0719a70fce85b650 Oct 11 19:53:43.801 INFO blam! Oct 11 19:53:43.801 INFO blam! running 0 tests Oct 11 19:53:43.801 INFO blam! Oct 11 19:53:43.801 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:53:43.801 INFO blam! Oct 11 19:53:43.802 INFO kablam! Doc-tests google-videointelligence1_beta1 Oct 11 19:53:49.916 INFO blam! Oct 11 19:53:49.916 INFO blam! running 5 tests Oct 11 19:53:49.916 INFO blam! test src/lib.rs - (line 49) ... ignored Oct 11 19:54:13.757 INFO blam! test src/lib.rs - VideoMethods (line 592) ... ok Oct 11 19:54:14.154 INFO blam! test src/lib.rs - CloudVideoIntelligence (line 256) ... ok Oct 11 19:54:15.200 INFO blam! test src/lib.rs - VideoAnnotateCall (line 665) ... ok Oct 11 19:54:15.304 INFO blam! test src/lib.rs - (line 71) ... ok Oct 11 19:54:15.304 INFO blam! Oct 11 19:54:15.304 INFO blam! test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 19:54:15.304 INFO blam! Oct 11 19:54:15.316 INFO kablam! su: No module specific data is present Oct 11 19:54:16.364 INFO running `"docker" "rm" "-f" "dbd07d476e661ba08623bf3b312d318ef262067aefaeeb25c4c1b3bbe23df02d"` Oct 11 19:54:16.640 INFO blam! dbd07d476e661ba08623bf3b312d318ef262067aefaeeb25c4c1b3bbe23df02d