Dec 07 12:13:17.669 INFO testing google-videointelligence1-1.0.8+20180920 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 12:13:17.669 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:18.030 INFO [stdout] 8845d16ba90b45f9f69b77f540ee999f6e83b62a2e789dae5d09d9d4f208f1e8 Dec 07 12:13:18.031 INFO running `"docker" "start" "-a" "8845d16ba90b45f9f69b77f540ee999f6e83b62a2e789dae5d09d9d4f208f1e8"` Dec 07 12:13:19.500 INFO [stderr] usermod: no changes Dec 07 12:13:19.720 INFO [stderr] Compiling google-videointelligence1 v1.0.8+20180920 (/source) Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1Annotatevideorequest` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:389:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 389 | / pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { Dec 07 12:13:24.785 INFO [stderr] 390 | | /// Additional video context and/or feature-specific parameters. Dec 07 12:13:24.785 INFO [stderr] 391 | | #[serde(rename="videoContext")] Dec 07 12:13:24.785 INFO [stderr] 392 | | pub video_context: Option, Dec 07 12:13:24.785 INFO [stderr] ... | Dec 07 12:13:24.785 INFO [stderr] 424 | | pub output_uri: Option, Dec 07 12:13:24.785 INFO [stderr] 425 | | } Dec 07 12:13:24.785 INFO [stderr] | |_^ Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name such as `GoogleprotobufEmpty` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:449:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } Dec 07 12:13:24.785 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name such as `GooglelongrunningListoperationsresponse` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:464:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 464 | / pub struct GoogleLongrunning_ListOperationsResponse { Dec 07 12:13:24.785 INFO [stderr] 465 | | /// A list of operations that matches the specified filter in the request. Dec 07 12:13:24.785 INFO [stderr] 466 | | pub operations: Option>, Dec 07 12:13:24.785 INFO [stderr] 467 | | /// The standard List next-page token. Dec 07 12:13:24.785 INFO [stderr] 468 | | #[serde(rename="nextPageToken")] Dec 07 12:13:24.785 INFO [stderr] 469 | | pub next_page_token: Option, Dec 07 12:13:24.785 INFO [stderr] 470 | | } Dec 07 12:13:24.785 INFO [stderr] | |_^ Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1Videosegment` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:480:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 480 | / pub struct GoogleCloudVideointelligenceV1_VideoSegment { Dec 07 12:13:24.785 INFO [stderr] 481 | | /// Time-offset, relative to the beginning of the video, Dec 07 12:13:24.785 INFO [stderr] 482 | | /// corresponding to the end of the segment (inclusive). Dec 07 12:13:24.785 INFO [stderr] 483 | | #[serde(rename="endTimeOffset")] Dec 07 12:13:24.785 INFO [stderr] ... | Dec 07 12:13:24.785 INFO [stderr] 488 | | pub start_time_offset: Option, Dec 07 12:13:24.785 INFO [stderr] 489 | | } Dec 07 12:13:24.785 INFO [stderr] | |_^ Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1Videocontext` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:499:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 499 | / pub struct GoogleCloudVideointelligenceV1_VideoContext { Dec 07 12:13:24.785 INFO [stderr] 500 | | /// Video segments to annotate. The segments may overlap and are not required Dec 07 12:13:24.785 INFO [stderr] 501 | | /// to be contiguous or span the whole video. If unspecified, each video is Dec 07 12:13:24.785 INFO [stderr] 502 | | /// treated as a single segment. Dec 07 12:13:24.785 INFO [stderr] ... | Dec 07 12:13:24.785 INFO [stderr] 512 | | pub shot_change_detection_config: Option, Dec 07 12:13:24.785 INFO [stderr] 513 | | } Dec 07 12:13:24.785 INFO [stderr] | |_^ Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:530:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 530 | / pub struct GoogleLongrunning_Operation { Dec 07 12:13:24.785 INFO [stderr] 531 | | /// The error result of the operation in case of failure or cancellation. Dec 07 12:13:24.785 INFO [stderr] 532 | | pub error: Option, Dec 07 12:13:24.785 INFO [stderr] 533 | | /// If the value is `false`, it means the operation is still in progress. Dec 07 12:13:24.785 INFO [stderr] ... | Dec 07 12:13:24.785 INFO [stderr] 554 | | pub metadata: Option>, Dec 07 12:13:24.785 INFO [stderr] 555 | | } Dec 07 12:13:24.785 INFO [stderr] | |_^ Dec 07 12:13:24.785 INFO [stderr] Dec 07 12:13:24.785 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Labeldetectionconfig` Dec 07 12:13:24.785 INFO [stderr] --> src/lib.rs:565:1 Dec 07 12:13:24.785 INFO [stderr] | Dec 07 12:13:24.785 INFO [stderr] 565 | / pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { Dec 07 12:13:24.785 INFO [stderr] 566 | | /// What labels should be detected with LABEL_DETECTION, in addition to Dec 07 12:13:24.785 INFO [stderr] 567 | | /// video-level labels or segment-level labels. Dec 07 12:13:24.785 INFO [stderr] 568 | | /// If unspecified, defaults to `SHOT_MODE`. Dec 07 12:13:24.785 INFO [stderr] ... | Dec 07 12:13:24.786 INFO [stderr] 579 | | pub stationary_camera: Option, Dec 07 12:13:24.786 INFO [stderr] 580 | | } Dec 07 12:13:24.786 INFO [stderr] | |_^ Dec 07 12:13:24.786 INFO [stderr] Dec 07 12:13:24.786 INFO [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name such as `GooglelongrunningCanceloperationrequest` Dec 07 12:13:24.786 INFO [stderr] --> src/lib.rs:595:1 Dec 07 12:13:24.786 INFO [stderr] | Dec 07 12:13:24.786 INFO [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } Dec 07 12:13:24.786 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:24.786 INFO [stderr] Dec 07 12:13:24.786 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` Dec 07 12:13:24.786 INFO [stderr] --> src/lib.rs:605:1 Dec 07 12:13:24.786 INFO [stderr] | Dec 07 12:13:24.786 INFO [stderr] 605 | / pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { Dec 07 12:13:24.786 INFO [stderr] 606 | | /// Model to use for explicit content detection. Dec 07 12:13:24.786 INFO [stderr] 607 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:24.786 INFO [stderr] 608 | | /// "builtin/latest". Dec 07 12:13:24.786 INFO [stderr] 609 | | pub model: Option, Dec 07 12:13:24.786 INFO [stderr] 610 | | } Dec 07 12:13:24.786 INFO [stderr] | |_^ Dec 07 12:13:24.786 INFO [stderr] Dec 07 12:13:24.786 INFO [stderr] warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Dec 07 12:13:24.786 INFO [stderr] --> src/lib.rs:671:1 Dec 07 12:13:24.786 INFO [stderr] | Dec 07 12:13:24.786 INFO [stderr] 671 | / pub struct GoogleRpc_Status { Dec 07 12:13:24.786 INFO [stderr] 672 | | /// A developer-facing error message, which should be in English. Any Dec 07 12:13:24.786 INFO [stderr] 673 | | /// user-facing error message should be localized and sent in the Dec 07 12:13:24.786 INFO [stderr] 674 | | /// google.rpc.Status.details field, or localized by the client. Dec 07 12:13:24.786 INFO [stderr] ... | Dec 07 12:13:24.786 INFO [stderr] 680 | | pub details: Option>>, Dec 07 12:13:24.786 INFO [stderr] 681 | | } Dec 07 12:13:24.786 INFO [stderr] | |_^ Dec 07 12:13:24.786 INFO [stderr] Dec 07 12:13:24.786 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Shotchangedetectionconfig` Dec 07 12:13:24.786 INFO [stderr] --> src/lib.rs:691:1 Dec 07 12:13:24.786 INFO [stderr] | Dec 07 12:13:24.786 INFO [stderr] 691 | / pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { Dec 07 12:13:24.786 INFO [stderr] 692 | | /// Model to use for shot change detection. Dec 07 12:13:24.786 INFO [stderr] 693 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:24.786 INFO [stderr] 694 | | /// "builtin/latest". Dec 07 12:13:24.786 INFO [stderr] 695 | | pub model: Option, Dec 07 12:13:24.786 INFO [stderr] 696 | | } Dec 07 12:13:24.786 INFO [stderr] | |_^ Dec 07 12:13:24.786 INFO [stderr] Dec 07 12:13:25.957 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.44s Dec 07 12:13:25.972 INFO [stderr] su: No module specific data is present Dec 07 12:13:27.346 INFO running `"docker" "inspect" "8845d16ba90b45f9f69b77f540ee999f6e83b62a2e789dae5d09d9d4f208f1e8"` Dec 07 12:13:27.704 INFO running `"docker" "rm" "-f" "8845d16ba90b45f9f69b77f540ee999f6e83b62a2e789dae5d09d9d4f208f1e8"` Dec 07 12:13:28.068 INFO [stdout] 8845d16ba90b45f9f69b77f540ee999f6e83b62a2e789dae5d09d9d4f208f1e8 Dec 07 12:13:28.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:28.550 INFO [stdout] 4b7fcf33a7ffb51ec8bd273561d1c8f4d1c1e9dec5982a6d447e672a35999eaa Dec 07 12:13:28.552 INFO running `"docker" "start" "-a" "4b7fcf33a7ffb51ec8bd273561d1c8f4d1c1e9dec5982a6d447e672a35999eaa"` Dec 07 12:13:31.035 INFO [stderr] usermod: no changes Dec 07 12:13:31.300 INFO [stderr] Compiling google-videointelligence1 v1.0.8+20180920 (/source) Dec 07 12:13:36.254 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name such as `Googlecloudvideointelligencev1Annotatevideorequest` Dec 07 12:13:36.254 INFO [stderr] --> src/lib.rs:389:1 Dec 07 12:13:36.255 INFO [stderr] | Dec 07 12:13:36.255 INFO [stderr] 389 | / pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { Dec 07 12:13:36.255 INFO [stderr] 390 | | /// Additional video context and/or feature-specific parameters. Dec 07 12:13:36.255 INFO [stderr] 391 | | #[serde(rename="videoContext")] Dec 07 12:13:36.256 INFO [stderr] 392 | | pub video_context: Option, Dec 07 12:13:36.256 INFO [stderr] ... | Dec 07 12:13:36.256 INFO [stderr] 424 | | pub output_uri: Option, Dec 07 12:13:36.256 INFO [stderr] 425 | | } Dec 07 12:13:36.257 INFO [stderr] | |_^ Dec 07 12:13:36.257 INFO [stderr] | Dec 07 12:13:36.257 INFO [stderr] = note: #[warn(non_camel_case_types)] on by default Dec 07 12:13:36.257 INFO [stderr] Dec 07 12:13:36.259 INFO [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name such as `GoogleprotobufEmpty` Dec 07 12:13:36.259 INFO [stderr] --> src/lib.rs:449:1 Dec 07 12:13:36.259 INFO [stderr] | Dec 07 12:13:36.259 INFO [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } Dec 07 12:13:36.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:36.260 INFO [stderr] Dec 07 12:13:36.261 INFO [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name such as `GooglelongrunningListoperationsresponse` Dec 07 12:13:36.261 INFO [stderr] --> src/lib.rs:464:1 Dec 07 12:13:36.261 INFO [stderr] | Dec 07 12:13:36.262 INFO [stderr] 464 | / pub struct GoogleLongrunning_ListOperationsResponse { Dec 07 12:13:36.262 INFO [stderr] 465 | | /// A list of operations that matches the specified filter in the request. Dec 07 12:13:36.262 INFO [stderr] 466 | | pub operations: Option>, Dec 07 12:13:36.262 INFO [stderr] 467 | | /// The standard List next-page token. Dec 07 12:13:36.263 INFO [stderr] 468 | | #[serde(rename="nextPageToken")] Dec 07 12:13:36.263 INFO [stderr] 469 | | pub next_page_token: Option, Dec 07 12:13:36.263 INFO [stderr] 470 | | } Dec 07 12:13:36.264 INFO [stderr] | |_^ Dec 07 12:13:36.264 INFO [stderr] Dec 07 12:13:36.265 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name such as `Googlecloudvideointelligencev1Videosegment` Dec 07 12:13:36.265 INFO [stderr] --> src/lib.rs:480:1 Dec 07 12:13:36.265 INFO [stderr] | Dec 07 12:13:36.266 INFO [stderr] 480 | / pub struct GoogleCloudVideointelligenceV1_VideoSegment { Dec 07 12:13:36.266 INFO [stderr] 481 | | /// Time-offset, relative to the beginning of the video, Dec 07 12:13:36.266 INFO [stderr] 482 | | /// corresponding to the end of the segment (inclusive). Dec 07 12:13:36.266 INFO [stderr] 483 | | #[serde(rename="endTimeOffset")] Dec 07 12:13:36.267 INFO [stderr] ... | Dec 07 12:13:36.267 INFO [stderr] 488 | | pub start_time_offset: Option, Dec 07 12:13:36.267 INFO [stderr] 489 | | } Dec 07 12:13:36.268 INFO [stderr] | |_^ Dec 07 12:13:36.268 INFO [stderr] Dec 07 12:13:36.269 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name such as `Googlecloudvideointelligencev1Videocontext` Dec 07 12:13:36.269 INFO [stderr] --> src/lib.rs:499:1 Dec 07 12:13:36.269 INFO [stderr] | Dec 07 12:13:36.270 INFO [stderr] 499 | / pub struct GoogleCloudVideointelligenceV1_VideoContext { Dec 07 12:13:36.270 INFO [stderr] 500 | | /// Video segments to annotate. The segments may overlap and are not required Dec 07 12:13:36.270 INFO [stderr] 501 | | /// to be contiguous or span the whole video. If unspecified, each video is Dec 07 12:13:36.270 INFO [stderr] 502 | | /// treated as a single segment. Dec 07 12:13:36.271 INFO [stderr] ... | Dec 07 12:13:36.271 INFO [stderr] 512 | | pub shot_change_detection_config: Option, Dec 07 12:13:36.271 INFO [stderr] 513 | | } Dec 07 12:13:36.271 INFO [stderr] | |_^ Dec 07 12:13:36.271 INFO [stderr] Dec 07 12:13:36.273 INFO [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name such as `GooglelongrunningOperation` Dec 07 12:13:36.273 INFO [stderr] --> src/lib.rs:530:1 Dec 07 12:13:36.273 INFO [stderr] | Dec 07 12:13:36.274 INFO [stderr] 530 | / pub struct GoogleLongrunning_Operation { Dec 07 12:13:36.274 INFO [stderr] 531 | | /// The error result of the operation in case of failure or cancellation. Dec 07 12:13:36.274 INFO [stderr] 532 | | pub error: Option, Dec 07 12:13:36.274 INFO [stderr] 533 | | /// If the value is `false`, it means the operation is still in progress. Dec 07 12:13:36.275 INFO [stderr] ... | Dec 07 12:13:36.275 INFO [stderr] 554 | | pub metadata: Option>, Dec 07 12:13:36.275 INFO [stderr] 555 | | } Dec 07 12:13:36.275 INFO [stderr] | |_^ Dec 07 12:13:36.276 INFO [stderr] Dec 07 12:13:36.277 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Labeldetectionconfig` Dec 07 12:13:36.279 INFO [stderr] --> src/lib.rs:565:1 Dec 07 12:13:36.279 INFO [stderr] | Dec 07 12:13:36.279 INFO [stderr] 565 | / pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { Dec 07 12:13:36.279 INFO [stderr] 566 | | /// What labels should be detected with LABEL_DETECTION, in addition to Dec 07 12:13:36.279 INFO [stderr] 567 | | /// video-level labels or segment-level labels. Dec 07 12:13:36.279 INFO [stderr] 568 | | /// If unspecified, defaults to `SHOT_MODE`. Dec 07 12:13:36.279 INFO [stderr] ... | Dec 07 12:13:36.279 INFO [stderr] 579 | | pub stationary_camera: Option, Dec 07 12:13:36.279 INFO [stderr] 580 | | } Dec 07 12:13:36.279 INFO [stderr] | |_^ Dec 07 12:13:36.279 INFO [stderr] Dec 07 12:13:36.280 INFO [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name such as `GooglelongrunningCanceloperationrequest` Dec 07 12:13:36.280 INFO [stderr] --> src/lib.rs:595:1 Dec 07 12:13:36.280 INFO [stderr] | Dec 07 12:13:36.280 INFO [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } Dec 07 12:13:36.280 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 12:13:36.280 INFO [stderr] Dec 07 12:13:36.281 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` Dec 07 12:13:36.281 INFO [stderr] --> src/lib.rs:605:1 Dec 07 12:13:36.281 INFO [stderr] | Dec 07 12:13:36.281 INFO [stderr] 605 | / pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { Dec 07 12:13:36.281 INFO [stderr] 606 | | /// Model to use for explicit content detection. Dec 07 12:13:36.281 INFO [stderr] 607 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:36.281 INFO [stderr] 608 | | /// "builtin/latest". Dec 07 12:13:36.281 INFO [stderr] 609 | | pub model: Option, Dec 07 12:13:36.281 INFO [stderr] 610 | | } Dec 07 12:13:36.281 INFO [stderr] | |_^ Dec 07 12:13:36.281 INFO [stderr] Dec 07 12:13:36.282 INFO [stderr] warning: type `GoogleRpc_Status` should have a camel case name such as `GooglerpcStatus` Dec 07 12:13:36.282 INFO [stderr] --> src/lib.rs:671:1 Dec 07 12:13:36.282 INFO [stderr] | Dec 07 12:13:36.282 INFO [stderr] 671 | / pub struct GoogleRpc_Status { Dec 07 12:13:36.282 INFO [stderr] 672 | | /// A developer-facing error message, which should be in English. Any Dec 07 12:13:36.282 INFO [stderr] 673 | | /// user-facing error message should be localized and sent in the Dec 07 12:13:36.282 INFO [stderr] 674 | | /// google.rpc.Status.details field, or localized by the client. Dec 07 12:13:36.282 INFO [stderr] ... | Dec 07 12:13:36.282 INFO [stderr] 680 | | pub details: Option>>, Dec 07 12:13:36.282 INFO [stderr] 681 | | } Dec 07 12:13:36.282 INFO [stderr] | |_^ Dec 07 12:13:36.282 INFO [stderr] Dec 07 12:13:36.283 INFO [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name such as `Googlecloudvideointelligencev1Shotchangedetectionconfig` Dec 07 12:13:36.283 INFO [stderr] --> src/lib.rs:691:1 Dec 07 12:13:36.283 INFO [stderr] | Dec 07 12:13:36.283 INFO [stderr] 691 | / pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { Dec 07 12:13:36.283 INFO [stderr] 692 | | /// Model to use for shot change detection. Dec 07 12:13:36.283 INFO [stderr] 693 | | /// Supported values: "builtin/stable" (the default if unset) and Dec 07 12:13:36.283 INFO [stderr] 694 | | /// "builtin/latest". Dec 07 12:13:36.284 INFO [stderr] 695 | | pub model: Option, Dec 07 12:13:36.284 INFO [stderr] 696 | | } Dec 07 12:13:36.284 INFO [stderr] | |_^ Dec 07 12:13:36.284 INFO [stderr] Dec 07 12:13:36.937 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.87s Dec 07 12:13:36.948 INFO [stderr] su: No module specific data is present Dec 07 12:13:38.291 INFO running `"docker" "inspect" "4b7fcf33a7ffb51ec8bd273561d1c8f4d1c1e9dec5982a6d447e672a35999eaa"` Dec 07 12:13:38.700 INFO running `"docker" "rm" "-f" "4b7fcf33a7ffb51ec8bd273561d1c8f4d1c1e9dec5982a6d447e672a35999eaa"` Dec 07 12:13:39.040 INFO [stdout] 4b7fcf33a7ffb51ec8bd273561d1c8f4d1c1e9dec5982a6d447e672a35999eaa Dec 07 12:13:39.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:39.504 INFO [stdout] c0a44d9ebb556dbdab263264f1746685bc12082b5968dae66f8ae0633e63449c Dec 07 12:13:39.506 INFO running `"docker" "start" "-a" "c0a44d9ebb556dbdab263264f1746685bc12082b5968dae66f8ae0633e63449c"` Dec 07 12:13:41.716 INFO [stderr] usermod: no changes Dec 07 12:13:41.944 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Dec 07 12:13:41.959 INFO [stderr] Running /target/debug/deps/google_videointelligence1-abd41a5907e913a8 Dec 07 12:13:41.962 INFO [stdout] Dec 07 12:13:41.962 INFO [stdout] running 0 tests Dec 07 12:13:41.962 INFO [stdout] Dec 07 12:13:41.962 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 12:13:41.962 INFO [stdout] Dec 07 12:13:41.963 INFO [stderr] Doc-tests google-videointelligence1 Dec 07 12:13:48.770 INFO [stdout] Dec 07 12:13:48.770 INFO [stdout] running 11 tests Dec 07 12:13:48.840 INFO [stdout] test src/lib.rs - (line 51) ... ignored Dec 07 12:13:57.461 INFO [stdout] test src/lib.rs - GoogleProtobuf_Empty (line 433) ... FAILED Dec 07 12:14:42.896 INFO [stdout] test src/lib.rs - OperationDeleteCall (line 920) ... ok Dec 07 12:14:42.980 INFO [stdout] test src/lib.rs - CloudVideoIntelligence (line 267) ... ok Dec 07 12:14:46.124 INFO [stdout] test src/lib.rs - OperationGetCall (line 1444) ... ok Dec 07 12:14:48.775 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:48.804 INFO [stdout] test src/lib.rs - OperationCancelCall (line 1704) ... test src/lib.rs - OperationCancelCall (line 1704) has been running for over 60 seconds Dec 07 12:14:48.841 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:48.841 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:50.092 INFO [stdout] test src/lib.rs - (line 82) ... ok Dec 07 12:14:50.804 INFO [stdout] test src/lib.rs - OperationCancelCall (line 1704) ... ok Dec 07 12:14:51.132 INFO [stdout] test src/lib.rs - OperationListCall (line 1180) ... ok Dec 07 12:14:51.608 INFO [stdout] test src/lib.rs - VideoAnnotateCall (line 1989) ... ok Dec 07 12:14:51.822 INFO [stdout] test src/lib.rs - OperationMethods (line 713) ... ok Dec 07 12:14:59.072 INFO [stdout] test src/lib.rs - VideoMethods (line 847) ... ok Dec 07 12:14:59.072 INFO [stdout] Dec 07 12:14:59.072 INFO [stdout] failures: Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] ---- src/lib.rs - GoogleProtobuf_Empty (line 433) stdout ---- Dec 07 12:14:59.073 INFO [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `Foo` Dec 07 12:14:59.073 INFO [stdout] --> src/lib.rs:434:9 Dec 07 12:14:59.073 INFO [stdout] | Dec 07 12:14:59.073 INFO [stdout] 3 | service Foo { Dec 07 12:14:59.073 INFO [stdout] | ^^^ expected one of 8 possible tokens here Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] error[E0425]: cannot find value `service` in this scope Dec 07 12:14:59.073 INFO [stdout] --> src/lib.rs:434:1 Dec 07 12:14:59.073 INFO [stdout] | Dec 07 12:14:59.073 INFO [stdout] 3 | service Foo { Dec 07 12:14:59.073 INFO [stdout] | ^^^^^^^ not found in this scope Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] thread 'src/lib.rs - GoogleProtobuf_Empty (line 433)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:323:13 Dec 07 12:14:59.073 INFO [stdout] stack backtrace: Dec 07 12:14:59.073 INFO [stdout] 0: 0x7f3a92a8cc73 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h3c2ada0a2db8c5e7 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 07 12:14:59.073 INFO [stdout] 1: 0x7f3a92a84388 - std::sys_common::backtrace::_print::h95865c77318e98b7 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 07 12:14:59.073 INFO [stdout] 2: 0x7f3a92a896e2 - std::panicking::default_hook::{{closure}}::hb3d1f299fcea42e5 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/panicking.rs:211 Dec 07 12:14:59.073 INFO [stdout] 3: 0x7f3a92a893cc - std::panicking::default_hook::h4eae6f26f73244c8 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/panicking.rs:221 Dec 07 12:14:59.073 INFO [stdout] 4: 0x7f3a94c7dfa3 - rustc::util::common::panic_hook::hea1785835e82e2c5 Dec 07 12:14:59.073 INFO [stdout] 5: 0x7f3a92a89ec9 - std::panicking::rust_panic_with_hook::h368d37fd53b59464 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/panicking.rs:495 Dec 07 12:14:59.073 INFO [stdout] 6: 0x55c89f74ccf4 - std::panicking::begin_panic::hdce0a316b55f511c Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:425 Dec 07 12:14:59.073 INFO [stdout] 7: 0x55c89f8bca01 - rustdoc::test::run_test::h51becdd30fac872e Dec 07 12:14:59.073 INFO [stdout] at src/librustdoc/test.rs:323 Dec 07 12:14:59.073 INFO [stdout] 8: 0x55c89f7c660e - >::set::h47f05586637daa34 Dec 07 12:14:59.073 INFO [stdout] at src/librustdoc/test.rs:654 Dec 07 12:14:59.073 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libsyntax/lib.rs:123 Dec 07 12:14:59.073 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Dec 07 12:14:59.073 INFO [stdout] 9: 0x55c89f7877d1 - syntax::with_globals::h4ced7bf2f70f286c Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libsyntax/lib.rs:122 Dec 07 12:14:59.073 INFO [stdout] 10: 0x55c89f74ceeb - std::panicking::try::do_call::h866d6739e1358aa1 Dec 07 12:14:59.073 INFO [stdout] at src/librustdoc/test.rs:651 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:319 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:310 Dec 07 12:14:59.073 INFO [stdout] 11: 0x7f3a92aa62f9 - __rust_maybe_catch_panic Dec 07 12:14:59.073 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:59.073 INFO [stdout] 12: 0x55c89f7bfe29 - rustc_driver::in_named_rustc_thread::h9b90de8df47e8aa6 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:289 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:398 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/librustc_driver/lib.rs:1556 Dec 07 12:14:59.073 INFO [stdout] 13: 0x55c89f899830 - >::call_box::h07d5494f7cee1aca Dec 07 12:14:59.073 INFO [stdout] at src/librustdoc/test.rs:651 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:673 Dec 07 12:14:59.073 INFO [stdout] 14: 0x7f3a940e9872 - >::call_box::h6ce47fbf83b49ca8 Dec 07 12:14:59.073 INFO [stdout] at src/libtest/lib.rs:1464 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:673 Dec 07 12:14:59.073 INFO [stdout] 15: 0x7f3a92aa62f9 - __rust_maybe_catch_panic Dec 07 12:14:59.073 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:59.073 INFO [stdout] 16: 0x7f3a940e14e3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h5d34cfb78512c8c3 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:289 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:398 Dec 07 12:14:59.073 INFO [stdout] at src/libtest/lib.rs:1426 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/sys_common/backtrace.rs:136 Dec 07 12:14:59.073 INFO [stdout] 17: 0x7f3a940e2404 - std::panicking::try::do_call::h7a86b6211ebb5e72 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/thread/mod.rs:477 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:319 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:310 Dec 07 12:14:59.073 INFO [stdout] 18: 0x7f3a92aa62f9 - __rust_maybe_catch_panic Dec 07 12:14:59.073 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 07 12:14:59.073 INFO [stdout] 19: 0x7f3a940e99ac - >::call_box::h877dbe22cb3997f4 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:289 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:398 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/thread/mod.rs:476 Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:673 Dec 07 12:14:59.073 INFO [stdout] 20: 0x7f3a92a9981d - std::sys::unix::thread::Thread::new::thread_start::hea5f7f9c570dc4cd Dec 07 12:14:59.073 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:683 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 07 12:14:59.073 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 07 12:14:59.073 INFO [stdout] 21: 0x7f3a9280d6b9 - start_thread Dec 07 12:14:59.073 INFO [stdout] 22: 0x7f3a9212541c - clone Dec 07 12:14:59.073 INFO [stdout] 23: 0x0 - Dec 07 12:14:59.073 INFO [stdout] query stack during panic: Dec 07 12:14:59.073 INFO [stdout] end of query stack Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] failures: Dec 07 12:14:59.073 INFO [stdout] src/lib.rs - GoogleProtobuf_Empty (line 433) Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.073 INFO [stdout] test result: FAILED. 9 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out Dec 07 12:14:59.073 INFO [stdout] Dec 07 12:14:59.108 INFO [stderr] error: test failed, to rerun pass '--doc' Dec 07 12:14:59.116 INFO [stderr] su: No module specific data is present Dec 07 12:15:00.208 INFO running `"docker" "inspect" "c0a44d9ebb556dbdab263264f1746685bc12082b5968dae66f8ae0633e63449c"` Dec 07 12:15:00.598 INFO running `"docker" "rm" "-f" "c0a44d9ebb556dbdab263264f1746685bc12082b5968dae66f8ae0633e63449c"` Dec 07 12:15:00.932 INFO [stdout] c0a44d9ebb556dbdab263264f1746685bc12082b5968dae66f8ae0633e63449c