Dec 07 12:13:03.893 INFO testing google-videointelligence1-1.0.8+20180920 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 12:13:03.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:13:04.401 INFO [stdout] 9bb3aabd4b717582c34d26361716eeb52b9b47d6dfc9dd7d24a78f21f463c11b Dec 07 12:13:04.404 INFO running `"docker" "start" "-a" "9bb3aabd4b717582c34d26361716eeb52b9b47d6dfc9dd7d24a78f21f463c11b"` Dec 07 12:13:06.145 INFO [stderr] usermod: no changes Dec 07 12:13:06.317 INFO [stderr] Compiling google-videointelligence1 v1.0.8+20180920 (/source) Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1Annotatevideorequest` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:389:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 389 | / pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { Dec 07 12:13:11.353 INFO [stderr] 390 | | /// Additional video context and/or feature-specific parameters. Dec 07 12:13:11.353 INFO [stderr] 391 | | #[serde(rename="videoContext")] Dec 07 12:13:11.353 INFO [stderr] 392 | | pub video_context: Option, Dec 07 12:13:11.353 INFO [stderr] ... | Dec 07 12:13:11.353 INFO [stderr] 424 | | pub output_uri: Option, Dec 07 12:13:11.353 INFO [stderr] 425 | | } Dec 07 12:13:11.353 INFO [stderr] | |_^ Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name such as `GoogleprotobufEmpty` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:449:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } Dec 07 12:13:11.353 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name such as `GooglelongrunningListoperationsresponse` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:464:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 464 | / pub struct GoogleLongrunning_ListOperationsResponse { Dec 07 12:13:11.353 INFO [stderr] 465 | | /// A list of operations that matches the specified filter in the request. Dec 07 12:13:11.353 INFO [stderr] 466 | | pub operations: Option>, Dec 07 12:13:11.353 INFO [stderr] 467 | | /// The standard List next-page token. Dec 07 12:13:11.353 INFO [stderr] 468 | | #[serde(rename="nextPageToken")] Dec 07 12:13:11.353 INFO [stderr] 469 | | pub next_page_token: Option, Dec 07 12:13:11.353 INFO [stderr] 470 | | } Dec 07 12:13:11.353 INFO [stderr] | |_^ Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1Videosegment` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:480:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 480 | / pub struct GoogleCloudVideointelligenceV1_VideoSegment { Dec 07 12:13:11.353 INFO [stderr] 481 | | /// Time-offset, relative to the beginning of the video, Dec 07 12:13:11.353 INFO [stderr] 482 | | /// corresponding to the end of the segment (inclusive). Dec 07 12:13:11.353 INFO [stderr] 483 | | #[serde(rename="endTimeOffset")] Dec 07 12:13:11.353 INFO [stderr] ... | Dec 07 12:13:11.353 INFO [stderr] 488 | | pub start_time_offset: Option, Dec 07 12:13:11.353 INFO [stderr] 489 | | } Dec 07 12:13:11.353 INFO [stderr] | |_^ Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1Videocontext` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:499:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 499 | / pub struct GoogleCloudVideointelligenceV1_VideoContext { Dec 07 12:13:11.353 INFO [stderr] 500 | | /// Video segments to annotate. The segments may overlap and are not required Dec 07 12:13:11.353 INFO [stderr] 501 | | /// to be contiguous or span the whole video. If unspecified, each video is Dec 07 12:13:11.353 INFO [stderr] 502 | | /// treated as a single segment. Dec 07 12:13:11.353 INFO [stderr] ... | Dec 07 12:13:11.353 INFO [stderr] 512 | | pub shot_change_detection_config: Option, Dec 07 12:13:11.353 INFO [stderr] 513 | | } Dec 07 12:13:11.353 INFO [stderr] | |_^ Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.353 INFO [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Dec 07 12:13:11.353 INFO [stderr] --> src/lib.rs:530:1 Dec 07 12:13:11.353 INFO [stderr] | Dec 07 12:13:11.353 INFO [stderr] 530 | / pub struct GoogleLongrunning_Operation { Dec 07 12:13:11.353 INFO [stderr] 531 | | /// The error result of the operation in case of failure or cancellation. Dec 07 12:13:11.353 INFO [stderr] 532 | | pub error: Option, Dec 07 12:13:11.353 INFO [stderr] 533 | | /// If the value is `false`, it means the operation is still in progress. Dec 07 12:13:11.353 INFO [stderr] ... | Dec 07 12:13:11.353 INFO [stderr] 554 | | pub metadata: Option>, Dec 07 12:13:11.353 INFO [stderr] 555 | | } Dec 07 12:13:11.353 INFO [stderr] | |_^ Dec 07 12:13:11.353 INFO [stderr] Dec 07 12:13:11.356 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Labeldetectionconfig` Dec 07 12:13:11.356 INFO [stderr] --> src/lib.rs:565:1 Dec 07 12:13:11.356 INFO [stderr] | Dec 07 12:13:11.356 INFO [stderr] 565 | / pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { Dec 07 12:13:11.356 INFO [stderr] 566 | | /// What labels should be detected with LABEL_DETECTION, in addition to Dec 07 12:13:11.356 INFO [stderr] 567 | | /// video-level labels or segment-level labels. Dec 07 12:13:11.356 INFO [stderr] 568 | | /// If unspecified, defaults to `SHOT_MODE`. Dec 07 12:13:11.356 INFO [stderr] ... | Dec 07 12:13:11.356 INFO [stderr] 579 | | pub stationary_camera: Option, Dec 07 12:13:11.356 INFO [stderr] 580 | | } Dec 07 12:13:11.356 INFO [stderr] | |_^ Dec 07 12:13:11.356 INFO [stderr] Dec 07 12:13:11.356 INFO [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name such as `GooglelongrunningCanceloperationrequest` Dec 07 12:13:11.356 INFO [stderr] --> src/lib.rs:595:1 Dec 07 12:13:11.356 INFO [stderr] | Dec 07 12:13:11.356 INFO [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } Dec 07 12:13:11.356 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:11.356 INFO [stderr] Dec 07 12:13:11.356 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` Dec 07 12:13:11.356 INFO [stderr] --> src/lib.rs:605:1 Dec 07 12:13:11.356 INFO [stderr] | Dec 07 12:13:11.356 INFO [stderr] 605 | / pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { Dec 07 12:13:11.356 INFO [stderr] 606 | | /// Model to use for explicit content detection. Dec 07 12:13:11.356 INFO [stderr] 607 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:11.356 INFO [stderr] 608 | | /// "builtin/latest". Dec 07 12:13:11.356 INFO [stderr] 609 | | pub model: Option, Dec 07 12:13:11.356 INFO [stderr] 610 | | } Dec 07 12:13:11.357 INFO [stderr] | |_^ Dec 07 12:13:11.357 INFO [stderr] Dec 07 12:13:11.357 INFO [stderr] warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Dec 07 12:13:11.357 INFO [stderr] --> src/lib.rs:671:1 Dec 07 12:13:11.357 INFO [stderr] | Dec 07 12:13:11.357 INFO [stderr] 671 | / pub struct GoogleRpc_Status { Dec 07 12:13:11.357 INFO [stderr] 672 | | /// A developer-facing error message, which should be in English. Any Dec 07 12:13:11.357 INFO [stderr] 673 | | /// user-facing error message should be localized and sent in the Dec 07 12:13:11.357 INFO [stderr] 674 | | /// google.rpc.Status.details field, or localized by the client. Dec 07 12:13:11.357 INFO [stderr] ... | Dec 07 12:13:11.357 INFO [stderr] 680 | | pub details: Option>>, Dec 07 12:13:11.357 INFO [stderr] 681 | | } Dec 07 12:13:11.357 INFO [stderr] | |_^ Dec 07 12:13:11.357 INFO [stderr] Dec 07 12:13:11.364 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Shotchangedetectionconfig` Dec 07 12:13:11.364 INFO [stderr] --> src/lib.rs:691:1 Dec 07 12:13:11.364 INFO [stderr] | Dec 07 12:13:11.364 INFO [stderr] 691 | / pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { Dec 07 12:13:11.364 INFO [stderr] 692 | | /// Model to use for shot change detection. Dec 07 12:13:11.364 INFO [stderr] 693 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:11.364 INFO [stderr] 694 | | /// "builtin/latest". Dec 07 12:13:11.364 INFO [stderr] 695 | | pub model: Option, Dec 07 12:13:11.364 INFO [stderr] 696 | | } Dec 07 12:13:11.364 INFO [stderr] | |_^ Dec 07 12:13:11.364 INFO [stderr] Dec 07 12:13:12.350 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.18s Dec 07 12:13:12.362 INFO [stderr] su: No module specific data is present Dec 07 12:13:13.791 INFO running `"docker" "inspect" "9bb3aabd4b717582c34d26361716eeb52b9b47d6dfc9dd7d24a78f21f463c11b"` Dec 07 12:13:14.134 INFO running `"docker" "rm" "-f" "9bb3aabd4b717582c34d26361716eeb52b9b47d6dfc9dd7d24a78f21f463c11b"` Dec 07 12:13:14.408 INFO [stdout] 9bb3aabd4b717582c34d26361716eeb52b9b47d6dfc9dd7d24a78f21f463c11b Dec 07 12:13:14.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:13:14.916 INFO [stdout] 24305b80af2c734f877143c1c4cabb862ebcdb14720957d528b0ccd67aabf14d Dec 07 12:13:14.918 INFO running `"docker" "start" "-a" "24305b80af2c734f877143c1c4cabb862ebcdb14720957d528b0ccd67aabf14d"` Dec 07 12:13:16.432 INFO [stderr] usermod: no changes Dec 07 12:13:16.617 INFO [stderr] Compiling google-videointelligence1 v1.0.8+20180920 (/source) Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1Annotatevideorequest` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:389:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] 389 | / pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { Dec 07 12:13:21.762 INFO [stderr] 390 | | /// Additional video context and/or feature-specific parameters. Dec 07 12:13:21.762 INFO [stderr] 391 | | #[serde(rename="videoContext")] Dec 07 12:13:21.762 INFO [stderr] 392 | | pub video_context: Option, Dec 07 12:13:21.762 INFO [stderr] ... | Dec 07 12:13:21.762 INFO [stderr] 424 | | pub output_uri: Option, Dec 07 12:13:21.762 INFO [stderr] 425 | | } Dec 07 12:13:21.762 INFO [stderr] | |_^ Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:13:21.762 INFO [stderr] Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name such as `GoogleprotobufEmpty` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:449:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } Dec 07 12:13:21.762 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:21.762 INFO [stderr] Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name such as `GooglelongrunningListoperationsresponse` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:464:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] 464 | / pub struct GoogleLongrunning_ListOperationsResponse { Dec 07 12:13:21.762 INFO [stderr] 465 | | /// A list of operations that matches the specified filter in the request. Dec 07 12:13:21.762 INFO [stderr] 466 | | pub operations: Option>, Dec 07 12:13:21.762 INFO [stderr] 467 | | /// The standard List next-page token. Dec 07 12:13:21.762 INFO [stderr] 468 | | #[serde(rename="nextPageToken")] Dec 07 12:13:21.762 INFO [stderr] 469 | | pub next_page_token: Option, Dec 07 12:13:21.762 INFO [stderr] 470 | | } Dec 07 12:13:21.762 INFO [stderr] | |_^ Dec 07 12:13:21.762 INFO [stderr] Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1Videosegment` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:480:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] 480 | / pub struct GoogleCloudVideointelligenceV1_VideoSegment { Dec 07 12:13:21.762 INFO [stderr] 481 | | /// Time-offset, relative to the beginning of the video, Dec 07 12:13:21.762 INFO [stderr] 482 | | /// corresponding to the end of the segment (inclusive). Dec 07 12:13:21.762 INFO [stderr] 483 | | #[serde(rename="endTimeOffset")] Dec 07 12:13:21.762 INFO [stderr] ... | Dec 07 12:13:21.762 INFO [stderr] 488 | | pub start_time_offset: Option, Dec 07 12:13:21.762 INFO [stderr] 489 | | } Dec 07 12:13:21.762 INFO [stderr] | |_^ Dec 07 12:13:21.762 INFO [stderr] Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1Videocontext` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:499:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.762 INFO [stderr] 499 | / pub struct GoogleCloudVideointelligenceV1_VideoContext { Dec 07 12:13:21.762 INFO [stderr] 500 | | /// Video segments to annotate. The segments may overlap and are not required Dec 07 12:13:21.762 INFO [stderr] 501 | | /// to be contiguous or span the whole video. If unspecified, each video is Dec 07 12:13:21.762 INFO [stderr] 502 | | /// treated as a single segment. Dec 07 12:13:21.762 INFO [stderr] ... | Dec 07 12:13:21.762 INFO [stderr] 512 | | pub shot_change_detection_config: Option, Dec 07 12:13:21.762 INFO [stderr] 513 | | } Dec 07 12:13:21.762 INFO [stderr] | |_^ Dec 07 12:13:21.762 INFO [stderr] Dec 07 12:13:21.762 INFO [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Dec 07 12:13:21.762 INFO [stderr] --> src/lib.rs:530:1 Dec 07 12:13:21.762 INFO [stderr] | Dec 07 12:13:21.763 INFO [stderr] 530 | / pub struct GoogleLongrunning_Operation { Dec 07 12:13:21.763 INFO [stderr] 531 | | /// The error result of the operation in case of failure or cancellation. Dec 07 12:13:21.763 INFO [stderr] 532 | | pub error: Option, Dec 07 12:13:21.763 INFO [stderr] 533 | | /// If the value is `false`, it means the operation is still in progress. Dec 07 12:13:21.763 INFO [stderr] ... | Dec 07 12:13:21.763 INFO [stderr] 554 | | pub metadata: Option>, Dec 07 12:13:21.763 INFO [stderr] 555 | | } Dec 07 12:13:21.763 INFO [stderr] | |_^ Dec 07 12:13:21.763 INFO [stderr] Dec 07 12:13:21.763 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Labeldetectionconfig` Dec 07 12:13:21.763 INFO [stderr] --> src/lib.rs:565:1 Dec 07 12:13:21.763 INFO [stderr] | Dec 07 12:13:21.763 INFO [stderr] 565 | / pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { Dec 07 12:13:21.763 INFO [stderr] 566 | | /// What labels should be detected with LABEL_DETECTION, in addition to Dec 07 12:13:21.763 INFO [stderr] 567 | | /// video-level labels or segment-level labels. Dec 07 12:13:21.763 INFO [stderr] 568 | | /// If unspecified, defaults to `SHOT_MODE`. Dec 07 12:13:21.763 INFO [stderr] ... | Dec 07 12:13:21.763 INFO [stderr] 579 | | pub stationary_camera: Option, Dec 07 12:13:21.763 INFO [stderr] 580 | | } Dec 07 12:13:21.763 INFO [stderr] | |_^ Dec 07 12:13:21.763 INFO [stderr] Dec 07 12:13:21.768 INFO [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name such as `GooglelongrunningCanceloperationrequest` Dec 07 12:13:21.768 INFO [stderr] --> src/lib.rs:595:1 Dec 07 12:13:21.768 INFO [stderr] | Dec 07 12:13:21.768 INFO [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } Dec 07 12:13:21.768 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:21.768 INFO [stderr] Dec 07 12:13:21.768 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` Dec 07 12:13:21.768 INFO [stderr] --> src/lib.rs:605:1 Dec 07 12:13:21.768 INFO [stderr] | Dec 07 12:13:21.768 INFO [stderr] 605 | / pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { Dec 07 12:13:21.768 INFO [stderr] 606 | | /// Model to use for explicit content detection. Dec 07 12:13:21.768 INFO [stderr] 607 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:21.768 INFO [stderr] 608 | | /// "builtin/latest". Dec 07 12:13:21.768 INFO [stderr] 609 | | pub model: Option, Dec 07 12:13:21.768 INFO [stderr] 610 | | } Dec 07 12:13:21.768 INFO [stderr] | |_^ Dec 07 12:13:21.768 INFO [stderr] Dec 07 12:13:21.768 INFO [stderr] warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Dec 07 12:13:21.768 INFO [stderr] --> src/lib.rs:671:1 Dec 07 12:13:21.769 INFO [stderr] | Dec 07 12:13:21.769 INFO [stderr] 671 | / pub struct GoogleRpc_Status { Dec 07 12:13:21.769 INFO [stderr] 672 | | /// A developer-facing error message, which should be in English. Any Dec 07 12:13:21.769 INFO [stderr] 673 | | /// user-facing error message should be localized and sent in the Dec 07 12:13:21.769 INFO [stderr] 674 | | /// google.rpc.Status.details field, or localized by the client. Dec 07 12:13:21.769 INFO [stderr] ... | Dec 07 12:13:21.769 INFO [stderr] 680 | | pub details: Option>>, Dec 07 12:13:21.769 INFO [stderr] 681 | | } Dec 07 12:13:21.769 INFO [stderr] | |_^ Dec 07 12:13:21.769 INFO [stderr] Dec 07 12:13:21.769 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Shotchangedetectionconfig` Dec 07 12:13:21.769 INFO [stderr] --> src/lib.rs:691:1 Dec 07 12:13:21.769 INFO [stderr] | Dec 07 12:13:21.769 INFO [stderr] 691 | / pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { Dec 07 12:13:21.769 INFO [stderr] 692 | | /// Model to use for shot change detection. Dec 07 12:13:21.769 INFO [stderr] 693 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:21.769 INFO [stderr] 694 | | /// "builtin/latest". Dec 07 12:13:21.769 INFO [stderr] 695 | | pub model: Option, Dec 07 12:13:21.769 INFO [stderr] 696 | | } Dec 07 12:13:21.769 INFO [stderr] | |_^ Dec 07 12:13:21.769 INFO [stderr] Dec 07 12:13:22.193 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.72s Dec 07 12:13:22.194 INFO [stderr] su: No module specific data is present Dec 07 12:13:23.126 INFO running `"docker" "inspect" "24305b80af2c734f877143c1c4cabb862ebcdb14720957d528b0ccd67aabf14d"` Dec 07 12:13:23.466 INFO running `"docker" "rm" "-f" "24305b80af2c734f877143c1c4cabb862ebcdb14720957d528b0ccd67aabf14d"` Dec 07 12:13:23.736 INFO [stdout] 24305b80af2c734f877143c1c4cabb862ebcdb14720957d528b0ccd67aabf14d Dec 07 12:13:23.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 12:13:24.272 INFO [stdout] ebeb3ccbfec20c50a7bfd9f4f573b96eca8646c158400aaa2f613434b23a79ea Dec 07 12:13:24.274 INFO running `"docker" "start" "-a" "ebeb3ccbfec20c50a7bfd9f4f573b96eca8646c158400aaa2f613434b23a79ea"` Dec 07 12:13:26.100 INFO [stderr] usermod: no changes Dec 07 12:13:26.320 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Dec 07 12:13:26.355 INFO [stderr] Running /target/debug/deps/google_videointelligence1-c128fea7479485ea Dec 07 12:13:26.360 INFO [stdout] Dec 07 12:13:26.360 INFO [stdout] running 0 tests Dec 07 12:13:26.360 INFO [stdout] Dec 07 12:13:26.360 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 12:13:26.360 INFO [stdout] Dec 07 12:13:26.360 INFO [stderr] Doc-tests google-videointelligence1 Dec 07 12:13:33.312 INFO [stdout] Dec 07 12:13:33.312 INFO [stdout] running 11 tests Dec 07 12:13:33.313 INFO [stdout] test src/lib.rs - (line 51) ... ignored Dec 07 12:13:41.116 INFO [stdout] test src/lib.rs - GoogleProtobuf_Empty (line 433) ... FAILED Dec 07 12:14:27.000 INFO [stdout] test src/lib.rs - OperationDeleteCall (line 920) ... ok Dec 07 12:14:30.772 INFO [stdout] test src/lib.rs - CloudVideoIntelligence (line 267) ... ok Dec 07 12:14:31.756 INFO [stdout] test src/lib.rs - VideoAnnotateCall (line 1989) ... ok Dec 07 12:14:33.053 INFO [stdout] test src/lib.rs - OperationCancelCall (line 1704) ... ok Dec 07 12:14:33.320 INFO [stdout] test src/lib.rs - (line 82) ... test src/lib.rs - (line 82) has been running for over 60 seconds Dec 07 12:14:33.320 INFO [stdout] test src/lib.rs - OperationGetCall (line 1444) ... test src/lib.rs - OperationGetCall (line 1444) has been running for over 60 seconds Dec 07 12:14:33.320 INFO [stdout] test src/lib.rs - OperationListCall (line 1180) ... test src/lib.rs - OperationListCall (line 1180) has been running for over 60 seconds Dec 07 12:14:33.320 INFO [stdout] test src/lib.rs - OperationMethods (line 713) ... test src/lib.rs - OperationMethods (line 713) has been running for over 60 seconds Dec 07 12:14:33.868 INFO [stdout] test src/lib.rs - OperationGetCall (line 1444) ... ok Dec 07 12:14:33.895 INFO [stdout] test src/lib.rs - OperationMethods (line 713) ... ok Dec 07 12:14:34.144 INFO [stdout] test src/lib.rs - (line 82) ... ok Dec 07 12:14:34.395 INFO [stdout] test src/lib.rs - OperationListCall (line 1180) ... ok Dec 07 12:14:41.986 INFO [stdout] test src/lib.rs - VideoMethods (line 847) ... ok Dec 07 12:14:41.986 INFO [stdout] Dec 07 12:14:41.986 INFO [stdout] failures: Dec 07 12:14:41.986 INFO [stdout] Dec 07 12:14:41.987 INFO [stdout] ---- src/lib.rs - GoogleProtobuf_Empty (line 433) stdout ---- Dec 07 12:14:41.987 INFO [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `Foo` Dec 07 12:14:41.987 INFO [stdout] --> src/lib.rs:434:9 Dec 07 12:14:41.987 INFO [stdout] | Dec 07 12:14:41.987 INFO [stdout] 3 | service Foo { Dec 07 12:14:41.987 INFO [stdout] | ^^^ expected one of 8 possible tokens here Dec 07 12:14:41.987 INFO [stdout] Dec 07 12:14:41.987 INFO [stdout] error[E0425]: cannot find value `service` in this scope Dec 07 12:14:41.987 INFO [stdout] --> src/lib.rs:434:1 Dec 07 12:14:41.987 INFO [stdout] | Dec 07 12:14:41.987 INFO [stdout] 3 | service Foo { Dec 07 12:14:41.987 INFO [stdout] | ^^^^^^^ not found in this scope Dec 07 12:14:41.987 INFO [stdout] Dec 07 12:14:41.987 INFO [stdout] thread 'src/lib.rs - GoogleProtobuf_Empty (line 433)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:320:13 Dec 07 12:14:41.987 INFO [stdout] stack backtrace: Dec 07 12:14:41.987 INFO [stdout] 0: 0x7fc768f7ec83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 07 12:14:41.987 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 07 12:14:41.987 INFO [stdout] 1: 0x7fc768f76398 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 07 12:14:41.987 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 07 12:14:41.987 INFO [stdout] 2: 0x7fc768f7b6f2 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 07 12:14:41.987 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 07 12:14:41.987 INFO [stdout] at src/libstd/panicking.rs:211 Dec 07 12:14:41.987 INFO [stdout] 3: 0x7fc768f7b3dc - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 07 12:14:41.987 INFO [stdout] at src/libstd/panicking.rs:221 Dec 07 12:14:41.987 INFO [stdout] 4: 0x7fc76b171be3 - rustc::util::common::panic_hook::hee3fbe716b3fcfcb Dec 07 12:14:41.987 INFO [stdout] 5: 0x7fc768f7bed9 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 07 12:14:41.987 INFO [stdout] at src/libstd/panicking.rs:495 Dec 07 12:14:41.987 INFO [stdout] 6: 0x557a0c5787e4 - std::panicking::begin_panic::ha25a627474d4e5da Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425 Dec 07 12:14:41.987 INFO [stdout] 7: 0x557a0c6a89ee - >::set::h6fba450d915d3ae0 Dec 07 12:14:41.987 INFO [stdout] at src/librustdoc/test.rs:320 Dec 07 12:14:41.987 INFO [stdout] at src/librustdoc/test.rs:637 Dec 07 12:14:41.987 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:123 Dec 07 12:14:41.987 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:14:41.987 INFO [stdout] 8: 0x557a0c5b3731 - syntax::with_globals::hd814ac314ed297c4 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libsyntax/lib.rs:122 Dec 07 12:14:41.987 INFO [stdout] 9: 0x557a0c578a5b - std::panicking::try::do_call::hbaf56ae6a6710f93 Dec 07 12:14:41.987 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:14:41.987 INFO [stdout] 10: 0x7fc768f98309 - __rust_maybe_catch_panic Dec 07 12:14:41.987 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:41.987 INFO [stdout] 11: 0x557a0c5e7e79 - rustc_driver::in_named_rustc_thread::h0ce4726d588f1a25 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/librustc_driver/lib.rs:1556 Dec 07 12:14:41.987 INFO [stdout] 12: 0x557a0c6c45b0 - >::call_box::h42fb28874969a211 Dec 07 12:14:41.987 INFO [stdout] at src/librustdoc/test.rs:634 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:14:41.987 INFO [stdout] 13: 0x7fc76a5ddc22 - >::call_box::hcafec6f9d69b4bca Dec 07 12:14:41.987 INFO [stdout] at src/libtest/lib.rs:1464 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:14:41.987 INFO [stdout] 14: 0x7fc768f98309 - __rust_maybe_catch_panic Dec 07 12:14:41.987 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:41.987 INFO [stdout] 15: 0x7fc76a5d54f3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:14:41.987 INFO [stdout] at src/libtest/lib.rs:1426 Dec 07 12:14:41.987 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 07 12:14:41.988 INFO [stdout] 16: 0x7fc76a5d6484 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 07 12:14:41.988 INFO [stdout] 17: 0x7fc768f98309 - __rust_maybe_catch_panic Dec 07 12:14:41.988 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:41.988 INFO [stdout] 18: 0x7fc76a5dd9ec - >::call_box::h6465cc998309e287 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 07 12:14:41.988 INFO [stdout] 19: 0x7fc768f8b82d - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 07 12:14:41.988 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 07 12:14:41.988 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 07 12:14:41.988 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 07 12:14:41.988 INFO [stdout] 20: 0x7fc768cff6b9 - start_thread Dec 07 12:14:41.988 INFO [stdout] 21: 0x7fc76861741c - clone Dec 07 12:14:41.988 INFO [stdout] 22: 0x0 - Dec 07 12:14:41.988 INFO [stdout] query stack during panic: Dec 07 12:14:41.988 INFO [stdout] end of query stack Dec 07 12:14:41.988 INFO [stdout] Dec 07 12:14:41.988 INFO [stdout] Dec 07 12:14:41.988 INFO [stdout] failures: Dec 07 12:14:41.988 INFO [stdout] src/lib.rs - GoogleProtobuf_Empty (line 433) Dec 07 12:14:41.988 INFO [stdout] Dec 07 12:14:41.989 INFO [stdout] test result: FAILED. 9 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out Dec 07 12:14:41.989 INFO [stdout] Dec 07 12:14:42.037 INFO [stderr] error: test failed, to rerun pass '--doc' Dec 07 12:14:42.045 INFO [stderr] su: No module specific data is present Dec 07 12:14:43.268 INFO running `"docker" "inspect" "ebeb3ccbfec20c50a7bfd9f4f573b96eca8646c158400aaa2f613434b23a79ea"` Dec 07 12:14:43.634 INFO running `"docker" "rm" "-f" "ebeb3ccbfec20c50a7bfd9f4f573b96eca8646c158400aaa2f613434b23a79ea"` Dec 07 12:14:43.864 INFO [stdout] ebeb3ccbfec20c50a7bfd9f4f573b96eca8646c158400aaa2f613434b23a79ea