Oct 16 07:25:35.460 INFO testing google-videointelligence1_beta1-1.0.7+20171122 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:25:35.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 07:25:35.884 INFO blam! 17629dc12bb17b0116ce8e2395966059bd5c29467a21802f1108d95a7ca0ac6c Oct 16 07:25:35.899 INFO running `"docker" "start" "-a" "17629dc12bb17b0116ce8e2395966059bd5c29467a21802f1108d95a7ca0ac6c"` Oct 16 07:25:37.203 INFO kablam! usermod: no changes Oct 16 07:25:37.411 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 16 07:25:40.865 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 07:25:40.865 INFO kablam! --> src/lib.rs:719:66 Oct 16 07:25:40.865 INFO kablam! | Oct 16 07:25:40.865 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 16 07:25:40.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 07:25:40.867 INFO kablam! | Oct 16 07:25:40.867 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 07:25:40.867 INFO kablam! Oct 16 07:25:41.659 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 16 07:25:41.660 INFO kablam! --> src/lib.rs:375:1 Oct 16 07:25:41.660 INFO kablam! | Oct 16 07:25:41.661 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 16 07:25:41.661 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 16 07:25:41.662 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 16 07:25:41.662 INFO kablam! 378 | | pub video_context: Option, Oct 16 07:25:41.662 INFO kablam! ... | Oct 16 07:25:41.662 INFO kablam! 409 | | pub output_uri: Option, Oct 16 07:25:41.662 INFO kablam! 410 | | } Oct 16 07:25:41.662 INFO kablam! | |_^ Oct 16 07:25:41.663 INFO kablam! | Oct 16 07:25:41.664 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 07:25:41.664 INFO kablam! Oct 16 07:25:41.666 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 16 07:25:41.666 INFO kablam! --> src/lib.rs:471:1 Oct 16 07:25:41.666 INFO kablam! | Oct 16 07:25:41.666 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 16 07:25:41.666 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 16 07:25:41.667 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 16 07:25:41.667 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 16 07:25:41.667 INFO kablam! ... | Oct 16 07:25:41.667 INFO kablam! 480 | | pub details: Option>>, Oct 16 07:25:41.668 INFO kablam! 481 | | } Oct 16 07:25:41.668 INFO kablam! | |_^ Oct 16 07:25:41.668 INFO kablam! Oct 16 07:25:41.670 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 16 07:25:41.670 INFO kablam! --> src/lib.rs:491:1 Oct 16 07:25:41.670 INFO kablam! | Oct 16 07:25:41.670 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 16 07:25:41.670 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 16 07:25:41.671 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 16 07:25:41.671 INFO kablam! 494 | | pub end_time_offset: Option, Oct 16 07:25:41.671 INFO kablam! ... | Oct 16 07:25:41.671 INFO kablam! 497 | | pub start_time_offset: Option, Oct 16 07:25:41.671 INFO kablam! 498 | | } Oct 16 07:25:41.672 INFO kablam! | |_^ Oct 16 07:25:41.672 INFO kablam! Oct 16 07:25:41.674 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 16 07:25:41.674 INFO kablam! --> src/lib.rs:514:1 Oct 16 07:25:41.674 INFO kablam! | Oct 16 07:25:41.674 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 16 07:25:41.674 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 16 07:25:41.675 INFO kablam! 516 | | pub error: Option, Oct 16 07:25:41.675 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 16 07:25:41.675 INFO kablam! ... | Oct 16 07:25:41.675 INFO kablam! 538 | | pub metadata: Option>, Oct 16 07:25:41.675 INFO kablam! 539 | | } Oct 16 07:25:41.675 INFO kablam! | |_^ Oct 16 07:25:41.676 INFO kablam! Oct 16 07:25:41.678 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 16 07:25:41.678 INFO kablam! --> src/lib.rs:549:1 Oct 16 07:25:41.679 INFO kablam! | Oct 16 07:25:41.679 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 16 07:25:41.679 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 16 07:25:41.679 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 16 07:25:41.679 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 16 07:25:41.679 INFO kablam! ... | Oct 16 07:25:41.679 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 16 07:25:41.679 INFO kablam! 575 | | } Oct 16 07:25:41.680 INFO kablam! | |_^ Oct 16 07:25:41.680 INFO kablam! Oct 16 07:25:42.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.33s Oct 16 07:25:42.572 INFO kablam! su: No module specific data is present Oct 16 07:25:43.508 INFO running `"docker" "rm" "-f" "17629dc12bb17b0116ce8e2395966059bd5c29467a21802f1108d95a7ca0ac6c"` Oct 16 07:25:43.857 INFO blam! 17629dc12bb17b0116ce8e2395966059bd5c29467a21802f1108d95a7ca0ac6c Oct 16 07:25:43.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 07:25:44.308 INFO blam! 9267373264becf0937a07ea267959a14cd163703d015ecb8521fcd896cc521ff Oct 16 07:25:44.313 INFO running `"docker" "start" "-a" "9267373264becf0937a07ea267959a14cd163703d015ecb8521fcd896cc521ff"` Oct 16 07:25:45.335 INFO kablam! usermod: no changes Oct 16 07:25:45.495 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 16 07:25:48.887 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 07:25:48.887 INFO kablam! --> src/lib.rs:719:66 Oct 16 07:25:48.887 INFO kablam! | Oct 16 07:25:48.887 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 16 07:25:48.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 07:25:48.887 INFO kablam! | Oct 16 07:25:48.887 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 07:25:48.887 INFO kablam! Oct 16 07:25:49.661 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 16 07:25:49.661 INFO kablam! --> src/lib.rs:375:1 Oct 16 07:25:49.661 INFO kablam! | Oct 16 07:25:49.661 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 16 07:25:49.661 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 16 07:25:49.661 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 16 07:25:49.661 INFO kablam! 378 | | pub video_context: Option, Oct 16 07:25:49.661 INFO kablam! ... | Oct 16 07:25:49.661 INFO kablam! 409 | | pub output_uri: Option, Oct 16 07:25:49.661 INFO kablam! 410 | | } Oct 16 07:25:49.661 INFO kablam! | |_^ Oct 16 07:25:49.661 INFO kablam! | Oct 16 07:25:49.661 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 07:25:49.661 INFO kablam! Oct 16 07:25:49.667 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 16 07:25:49.667 INFO kablam! --> src/lib.rs:471:1 Oct 16 07:25:49.667 INFO kablam! | Oct 16 07:25:49.667 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 16 07:25:49.667 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 16 07:25:49.667 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 16 07:25:49.667 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 16 07:25:49.667 INFO kablam! ... | Oct 16 07:25:49.667 INFO kablam! 480 | | pub details: Option>>, Oct 16 07:25:49.667 INFO kablam! 481 | | } Oct 16 07:25:49.667 INFO kablam! | |_^ Oct 16 07:25:49.667 INFO kablam! Oct 16 07:25:49.673 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 16 07:25:49.673 INFO kablam! --> src/lib.rs:491:1 Oct 16 07:25:49.673 INFO kablam! | Oct 16 07:25:49.673 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 16 07:25:49.673 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 16 07:25:49.673 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 16 07:25:49.673 INFO kablam! 494 | | pub end_time_offset: Option, Oct 16 07:25:49.673 INFO kablam! ... | Oct 16 07:25:49.673 INFO kablam! 497 | | pub start_time_offset: Option, Oct 16 07:25:49.673 INFO kablam! 498 | | } Oct 16 07:25:49.673 INFO kablam! | |_^ Oct 16 07:25:49.673 INFO kablam! Oct 16 07:25:49.673 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 16 07:25:49.673 INFO kablam! --> src/lib.rs:514:1 Oct 16 07:25:49.673 INFO kablam! | Oct 16 07:25:49.673 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 16 07:25:49.673 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 16 07:25:49.673 INFO kablam! 516 | | pub error: Option, Oct 16 07:25:49.673 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 16 07:25:49.673 INFO kablam! ... | Oct 16 07:25:49.673 INFO kablam! 538 | | pub metadata: Option>, Oct 16 07:25:49.673 INFO kablam! 539 | | } Oct 16 07:25:49.673 INFO kablam! | |_^ Oct 16 07:25:49.673 INFO kablam! Oct 16 07:25:49.676 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 16 07:25:49.676 INFO kablam! --> src/lib.rs:549:1 Oct 16 07:25:49.676 INFO kablam! | Oct 16 07:25:49.676 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 16 07:25:49.676 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 16 07:25:49.676 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 16 07:25:49.676 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 16 07:25:49.676 INFO kablam! ... | Oct 16 07:25:49.676 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 16 07:25:49.676 INFO kablam! 575 | | } Oct 16 07:25:49.676 INFO kablam! | |_^ Oct 16 07:25:49.676 INFO kablam! Oct 16 07:25:50.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.85s Oct 16 07:25:50.234 INFO kablam! su: No module specific data is present Oct 16 07:25:51.192 INFO running `"docker" "rm" "-f" "9267373264becf0937a07ea267959a14cd163703d015ecb8521fcd896cc521ff"` Oct 16 07:25:51.483 INFO blam! 9267373264becf0937a07ea267959a14cd163703d015ecb8521fcd896cc521ff Oct 16 07:25:51.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 07:25:51.915 INFO blam! 6c888389369093300fca27872127fa08441504ad43c484e9bebec85e5cf2f3ac Oct 16 07:25:51.919 INFO running `"docker" "start" "-a" "6c888389369093300fca27872127fa08441504ad43c484e9bebec85e5cf2f3ac"` Oct 16 07:25:53.301 INFO kablam! usermod: no changes Oct 16 07:25:53.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 07:25:53.463 INFO kablam! Running /target/debug/deps/google_videointelligence1_beta1-ca8b67d6ff509745 Oct 16 07:25:53.466 INFO blam! Oct 16 07:25:53.466 INFO blam! running 0 tests Oct 16 07:25:53.466 INFO blam! Oct 16 07:25:53.466 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:25:53.466 INFO blam! Oct 16 07:25:53.475 INFO kablam! Doc-tests google-videointelligence1_beta1 Oct 16 07:26:00.671 INFO blam! Oct 16 07:26:00.671 INFO blam! running 5 tests Oct 16 07:26:00.671 INFO blam! test src/lib.rs - (line 49) ... ignored Oct 16 07:26:26.814 INFO blam! test src/lib.rs - VideoAnnotateCall (line 665) ... ok Oct 16 07:26:27.599 INFO blam! test src/lib.rs - CloudVideoIntelligence (line 256) ... ok Oct 16 07:26:27.764 INFO blam! test src/lib.rs - (line 71) ... ok Oct 16 07:26:28.195 INFO blam! test src/lib.rs - VideoMethods (line 592) ... ok Oct 16 07:26:28.195 INFO blam! Oct 16 07:26:28.195 INFO blam! test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 07:26:28.195 INFO blam! Oct 16 07:26:28.230 INFO kablam! su: No module specific data is present Oct 16 07:26:29.022 INFO running `"docker" "rm" "-f" "6c888389369093300fca27872127fa08441504ad43c484e9bebec85e5cf2f3ac"` Oct 16 07:26:29.235 INFO blam! 6c888389369093300fca27872127fa08441504ad43c484e9bebec85e5cf2f3ac