Oct 16 07:25:26.196 INFO testing google-videointelligence1_beta1-1.0.7+20171122 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 07:25:26.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.598 INFO blam! a840527a82c707bdad9e1f1167227992579a0ab21d9904ac237a035340cd82c4 Oct 16 07:25:26.601 INFO running `"docker" "start" "-a" "a840527a82c707bdad9e1f1167227992579a0ab21d9904ac237a035340cd82c4"` Oct 16 07:25:29.109 INFO kablam! usermod: no changes Oct 16 07:25:29.333 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 16 07:25:32.667 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 07:25:32.668 INFO kablam! --> src/lib.rs:719:66 Oct 16 07:25:32.668 INFO kablam! | Oct 16 07:25:32.668 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 16 07:25:32.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 07:25:32.668 INFO kablam! | Oct 16 07:25:32.679 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 07:25:32.679 INFO kablam! Oct 16 07:25:33.413 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 16 07:25:33.414 INFO kablam! --> src/lib.rs:375:1 Oct 16 07:25:33.414 INFO kablam! | Oct 16 07:25:33.414 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 16 07:25:33.415 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 16 07:25:33.415 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 16 07:25:33.415 INFO kablam! 378 | | pub video_context: Option, Oct 16 07:25:33.416 INFO kablam! ... | Oct 16 07:25:33.416 INFO kablam! 409 | | pub output_uri: Option, Oct 16 07:25:33.416 INFO kablam! 410 | | } Oct 16 07:25:33.417 INFO kablam! | |_^ Oct 16 07:25:33.417 INFO kablam! | Oct 16 07:25:33.417 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 07:25:33.418 INFO kablam! Oct 16 07:25:33.418 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 16 07:25:33.419 INFO kablam! --> src/lib.rs:471:1 Oct 16 07:25:33.419 INFO kablam! | Oct 16 07:25:33.419 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 16 07:25:33.419 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 16 07:25:33.420 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 16 07:25:33.420 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 16 07:25:33.420 INFO kablam! ... | Oct 16 07:25:33.420 INFO kablam! 480 | | pub details: Option>>, Oct 16 07:25:33.421 INFO kablam! 481 | | } Oct 16 07:25:33.421 INFO kablam! | |_^ Oct 16 07:25:33.421 INFO kablam! Oct 16 07:25:33.421 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 16 07:25:33.421 INFO kablam! --> src/lib.rs:491:1 Oct 16 07:25:33.421 INFO kablam! | Oct 16 07:25:33.421 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 16 07:25:33.421 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 16 07:25:33.421 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 16 07:25:33.421 INFO kablam! 494 | | pub end_time_offset: Option, Oct 16 07:25:33.421 INFO kablam! ... | Oct 16 07:25:33.421 INFO kablam! 497 | | pub start_time_offset: Option, Oct 16 07:25:33.421 INFO kablam! 498 | | } Oct 16 07:25:33.421 INFO kablam! | |_^ Oct 16 07:25:33.421 INFO kablam! Oct 16 07:25:33.421 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 16 07:25:33.421 INFO kablam! --> src/lib.rs:514:1 Oct 16 07:25:33.421 INFO kablam! | Oct 16 07:25:33.421 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 16 07:25:33.421 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 16 07:25:33.421 INFO kablam! 516 | | pub error: Option, Oct 16 07:25:33.421 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 16 07:25:33.421 INFO kablam! ... | Oct 16 07:25:33.421 INFO kablam! 538 | | pub metadata: Option>, Oct 16 07:25:33.421 INFO kablam! 539 | | } Oct 16 07:25:33.421 INFO kablam! | |_^ Oct 16 07:25:33.421 INFO kablam! Oct 16 07:25:33.426 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 16 07:25:33.426 INFO kablam! --> src/lib.rs:549:1 Oct 16 07:25:33.426 INFO kablam! | Oct 16 07:25:33.426 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 16 07:25:33.426 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 16 07:25:33.426 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 16 07:25:33.426 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 16 07:25:33.426 INFO kablam! ... | Oct 16 07:25:33.426 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 16 07:25:33.426 INFO kablam! 575 | | } Oct 16 07:25:33.426 INFO kablam! | |_^ Oct 16 07:25:33.426 INFO kablam! Oct 16 07:25:34.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.29s Oct 16 07:25:34.443 INFO kablam! su: No module specific data is present Oct 16 07:25:35.339 INFO running `"docker" "rm" "-f" "a840527a82c707bdad9e1f1167227992579a0ab21d9904ac237a035340cd82c4"` Oct 16 07:25:35.626 INFO blam! a840527a82c707bdad9e1f1167227992579a0ab21d9904ac237a035340cd82c4 Oct 16 07:25:35.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:36.087 INFO blam! e900f0acb42e1bb4ea467e2c3734c27e395183f20034b058686a6051f55c7218 Oct 16 07:25:36.093 INFO running `"docker" "start" "-a" "e900f0acb42e1bb4ea467e2c3734c27e395183f20034b058686a6051f55c7218"` Oct 16 07:25:37.208 INFO kablam! usermod: no changes Oct 16 07:25:37.495 INFO kablam! Compiling google-videointelligence1_beta1 v1.0.7+20171122 (/source) Oct 16 07:25:41.053 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 07:25:41.053 INFO kablam! --> src/lib.rs:719:66 Oct 16 07:25:41.053 INFO kablam! | Oct 16 07:25:41.053 INFO kablam! 719 | let mut params: Vec<(&str, String)> = Vec::with_capacity((3 + self._additional_params.len())); Oct 16 07:25:41.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 07:25:41.053 INFO kablam! | Oct 16 07:25:41.053 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 07:25:41.053 INFO kablam! Oct 16 07:25:41.856 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1beta1Annotatevideorequest` Oct 16 07:25:41.856 INFO kablam! --> src/lib.rs:375:1 Oct 16 07:25:41.856 INFO kablam! | Oct 16 07:25:41.856 INFO kablam! 375 | / pub struct GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest { Oct 16 07:25:41.856 INFO kablam! 376 | | /// Additional video context and/or feature-specific parameters. Oct 16 07:25:41.856 INFO kablam! 377 | | #[serde(rename="videoContext")] Oct 16 07:25:41.856 INFO kablam! 378 | | pub video_context: Option, Oct 16 07:25:41.856 INFO kablam! ... | Oct 16 07:25:41.856 INFO kablam! 409 | | pub output_uri: Option, Oct 16 07:25:41.856 INFO kablam! 410 | | } Oct 16 07:25:41.856 INFO kablam! | |_^ Oct 16 07:25:41.856 INFO kablam! | Oct 16 07:25:41.856 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 07:25:41.856 INFO kablam! Oct 16 07:25:41.857 INFO kablam! warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Oct 16 07:25:41.857 INFO kablam! --> src/lib.rs:471:1 Oct 16 07:25:41.857 INFO kablam! | Oct 16 07:25:41.857 INFO kablam! 471 | / pub struct GoogleRpc_Status { Oct 16 07:25:41.857 INFO kablam! 472 | | /// A developer-facing error message, which should be in English. Any Oct 16 07:25:41.857 INFO kablam! 473 | | /// user-facing error message should be localized and sent in the Oct 16 07:25:41.857 INFO kablam! 474 | | /// google.rpc.Status.details field, or localized by the client. Oct 16 07:25:41.857 INFO kablam! ... | Oct 16 07:25:41.858 INFO kablam! 480 | | pub details: Option>>, Oct 16 07:25:41.858 INFO kablam! 481 | | } Oct 16 07:25:41.858 INFO kablam! | |_^ Oct 16 07:25:41.858 INFO kablam! Oct 16 07:25:41.859 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videosegment` Oct 16 07:25:41.859 INFO kablam! --> src/lib.rs:491:1 Oct 16 07:25:41.859 INFO kablam! | Oct 16 07:25:41.859 INFO kablam! 491 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoSegment { Oct 16 07:25:41.859 INFO kablam! 492 | | /// End offset in microseconds (inclusive). Unset means 0. Oct 16 07:25:41.859 INFO kablam! 493 | | #[serde(rename="endTimeOffset")] Oct 16 07:25:41.859 INFO kablam! 494 | | pub end_time_offset: Option, Oct 16 07:25:41.859 INFO kablam! ... | Oct 16 07:25:41.860 INFO kablam! 497 | | pub start_time_offset: Option, Oct 16 07:25:41.860 INFO kablam! 498 | | } Oct 16 07:25:41.860 INFO kablam! | |_^ Oct 16 07:25:41.860 INFO kablam! Oct 16 07:25:41.861 INFO kablam! warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Oct 16 07:25:41.861 INFO kablam! --> src/lib.rs:514:1 Oct 16 07:25:41.861 INFO kablam! | Oct 16 07:25:41.861 INFO kablam! 514 | / pub struct GoogleLongrunning_Operation { Oct 16 07:25:41.861 INFO kablam! 515 | | /// The error result of the operation in case of failure or cancellation. Oct 16 07:25:41.862 INFO kablam! 516 | | pub error: Option, Oct 16 07:25:41.862 INFO kablam! 517 | | /// If the value is `false`, it means the operation is still in progress. Oct 16 07:25:41.862 INFO kablam! ... | Oct 16 07:25:41.862 INFO kablam! 538 | | pub metadata: Option>, Oct 16 07:25:41.862 INFO kablam! 539 | | } Oct 16 07:25:41.862 INFO kablam! | |_^ Oct 16 07:25:41.862 INFO kablam! Oct 16 07:25:41.864 INFO kablam! warning: type `GoogleCloudVideointelligenceV1beta1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1beta1Videocontext` Oct 16 07:25:41.864 INFO kablam! --> src/lib.rs:549:1 Oct 16 07:25:41.864 INFO kablam! | Oct 16 07:25:41.864 INFO kablam! 549 | / pub struct GoogleCloudVideointelligenceV1beta1_VideoContext { Oct 16 07:25:41.864 INFO kablam! 550 | | /// If label detection has been requested, what labels should be detected Oct 16 07:25:41.864 INFO kablam! 551 | | /// in addition to video-level labels or segment-level labels. If unspecified, Oct 16 07:25:41.864 INFO kablam! 552 | | /// defaults to `SHOT_MODE`. Oct 16 07:25:41.864 INFO kablam! ... | Oct 16 07:25:41.864 INFO kablam! 574 | | pub safe_search_detection_model: Option, Oct 16 07:25:41.864 INFO kablam! 575 | | } Oct 16 07:25:41.864 INFO kablam! | |_^ Oct 16 07:25:41.864 INFO kablam! Oct 16 07:25:42.358 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.12s Oct 16 07:25:42.375 INFO kablam! su: No module specific data is present Oct 16 07:25:43.253 INFO running `"docker" "rm" "-f" "e900f0acb42e1bb4ea467e2c3734c27e395183f20034b058686a6051f55c7218"` Oct 16 07:25:43.491 INFO blam! e900f0acb42e1bb4ea467e2c3734c27e395183f20034b058686a6051f55c7218 Oct 16 07:25:43.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.853 INFO blam! ef30fda09f8623fc110ac9c51fc8f52d199929c639748e0715938318b07840e3 Oct 16 07:25:43.855 INFO running `"docker" "start" "-a" "ef30fda09f8623fc110ac9c51fc8f52d199929c639748e0715938318b07840e3"` Oct 16 07:25:44.757 INFO kablam! usermod: no changes Oct 16 07:25:44.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 16 07:25:44.967 INFO kablam! Running /target/debug/deps/google_videointelligence1_beta1-2301d74e6a727df0 Oct 16 07:25:44.975 INFO blam! Oct 16 07:25:44.975 INFO blam! running 0 tests Oct 16 07:25:44.975 INFO blam! Oct 16 07:25:44.975 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:25:44.975 INFO blam! Oct 16 07:25:44.976 INFO kablam! Doc-tests google-videointelligence1_beta1 Oct 16 07:25:51.250 INFO blam! Oct 16 07:25:51.250 INFO blam! running 5 tests Oct 16 07:25:51.255 INFO blam! test src/lib.rs - (line 49) ... ignored Oct 16 07:26:17.795 INFO blam! test src/lib.rs - VideoAnnotateCall (line 665) ... ok Oct 16 07:26:17.950 INFO blam! test src/lib.rs - VideoMethods (line 592) ... ok Oct 16 07:26:18.983 INFO blam! test src/lib.rs - (line 71) ... ok Oct 16 07:26:19.225 INFO blam! test src/lib.rs - CloudVideoIntelligence (line 256) ... ok Oct 16 07:26:19.226 INFO blam! Oct 16 07:26:19.226 INFO blam! test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 07:26:19.226 INFO blam! Oct 16 07:26:19.242 INFO kablam! su: No module specific data is present Oct 16 07:26:20.333 INFO running `"docker" "rm" "-f" "ef30fda09f8623fc110ac9c51fc8f52d199929c639748e0715938318b07840e3"` Oct 16 07:26:20.599 INFO blam! ef30fda09f8623fc110ac9c51fc8f52d199929c639748e0715938318b07840e3