[INFO] crate google-videointelligence1 1.0.8+20180920 is already in cache [INFO] extracting crate google-videointelligence1 1.0.8+20180920 into work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/google-videointelligence1/1.0.8+20180920 [INFO] extracting crate google-videointelligence1 1.0.8+20180920 into work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/google-videointelligence1/1.0.8+20180920 [INFO] validating manifest of google-videointelligence1-1.0.8+20180920 on toolchain master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of google-videointelligence1-1.0.8+20180920 on toolchain try#29640c57b5f92febba0e40c50cb863c9a7ede51d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing google-videointelligence1-1.0.8+20180920 [INFO] finished frobbing google-videointelligence1-1.0.8+20180920 [INFO] frobbed toml for google-videointelligence1-1.0.8+20180920 written to work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/google-videointelligence1/1.0.8+20180920/Cargo.toml [INFO] started frobbing google-videointelligence1-1.0.8+20180920 [INFO] finished frobbing google-videointelligence1-1.0.8+20180920 [INFO] frobbed toml for google-videointelligence1-1.0.8+20180920 written to work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/google-videointelligence1/1.0.8+20180920/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking google-videointelligence1-1.0.8+20180920 against master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 for pr-57745 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57745/worker-7/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/google-videointelligence1/1.0.8+20180920:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 79e4bb2b234d3195c2ac3aeab75a588df4c5e3a29bee81d2a821443e1044a1e9 [INFO] running `"docker" "start" "-a" "79e4bb2b234d3195c2ac3aeab75a588df4c5e3a29bee81d2a821443e1044a1e9"` [INFO] [stderr] Checking google-videointelligence1 v1.0.8+20180920 (/opt/crater/workdir) [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name [INFO] [stderr] --> src/lib.rs:389:12 [INFO] [stderr] | [INFO] [stderr] 389 | pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Annotatevideorequest` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name [INFO] [stderr] --> src/lib.rs:449:12 [INFO] [stderr] | [INFO] [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GoogleprotobufEmpty` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name [INFO] [stderr] --> src/lib.rs:464:12 [INFO] [stderr] | [INFO] [stderr] 464 | pub struct GoogleLongrunning_ListOperationsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningListoperationsresponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name [INFO] [stderr] --> src/lib.rs:480:12 [INFO] [stderr] | [INFO] [stderr] 480 | pub struct GoogleCloudVideointelligenceV1_VideoSegment { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Videosegment` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name [INFO] [stderr] --> src/lib.rs:499:12 [INFO] [stderr] | [INFO] [stderr] 499 | pub struct GoogleCloudVideointelligenceV1_VideoContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Videocontext` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name [INFO] [stderr] --> src/lib.rs:530:12 [INFO] [stderr] | [INFO] [stderr] 530 | pub struct GoogleLongrunning_Operation { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningOperation` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:565:12 [INFO] [stderr] | [INFO] [stderr] 565 | pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Labeldetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name [INFO] [stderr] --> src/lib.rs:595:12 [INFO] [stderr] | [INFO] [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningCanceloperationrequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:605:12 [INFO] [stderr] | [INFO] [stderr] 605 | pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleRpc_Status` should have a camel case name [INFO] [stderr] --> src/lib.rs:671:12 [INFO] [stderr] | [INFO] [stderr] 671 | pub struct GoogleRpc_Status { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglerpcStatus` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:691:12 [INFO] [stderr] | [INFO] [stderr] 691 | pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Shotchangedetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_AnnotateVideoRequest` should have a camel case name [INFO] [stderr] --> src/lib.rs:389:12 [INFO] [stderr] | [INFO] [stderr] 389 | pub struct GoogleCloudVideointelligenceV1_AnnotateVideoRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Annotatevideorequest` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `GoogleProtobuf_Empty` should have a camel case name [INFO] [stderr] --> src/lib.rs:449:12 [INFO] [stderr] | [INFO] [stderr] 449 | pub struct GoogleProtobuf_Empty { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GoogleprotobufEmpty` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_ListOperationsResponse` should have a camel case name [INFO] [stderr] --> src/lib.rs:464:12 [INFO] [stderr] | [INFO] [stderr] 464 | pub struct GoogleLongrunning_ListOperationsResponse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningListoperationsresponse` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoSegment` should have a camel case name [INFO] [stderr] --> src/lib.rs:480:12 [INFO] [stderr] | [INFO] [stderr] 480 | pub struct GoogleCloudVideointelligenceV1_VideoSegment { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Videosegment` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_VideoContext` should have a camel case name [INFO] [stderr] --> src/lib.rs:499:12 [INFO] [stderr] | [INFO] [stderr] 499 | pub struct GoogleCloudVideointelligenceV1_VideoContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Videocontext` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_Operation` should have a camel case name [INFO] [stderr] --> src/lib.rs:530:12 [INFO] [stderr] | [INFO] [stderr] 530 | pub struct GoogleLongrunning_Operation { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningOperation` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_LabelDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:565:12 [INFO] [stderr] | [INFO] [stderr] 565 | pub struct GoogleCloudVideointelligenceV1_LabelDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Labeldetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleLongrunning_CancelOperationRequest` should have a camel case name [INFO] [stderr] --> src/lib.rs:595:12 [INFO] [stderr] | [INFO] [stderr] 595 | pub struct GoogleLongrunning_CancelOperationRequest { _never_set: Option } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglelongrunningCanceloperationrequest` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:605:12 [INFO] [stderr] | [INFO] [stderr] 605 | pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Explicitcontentdetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleRpc_Status` should have a camel case name [INFO] [stderr] --> src/lib.rs:671:12 [INFO] [stderr] | [INFO] [stderr] 671 | pub struct GoogleRpc_Status { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `GooglerpcStatus` [INFO] [stderr] [INFO] [stderr] warning: type `GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig` should have a camel case name [INFO] [stderr] --> src/lib.rs:691:12 [INFO] [stderr] | [INFO] [stderr] 691 | pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to camel case: `Googlecloudvideointelligencev1Shotchangedetectionconfig` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:344:46 [INFO] [stderr] | [INFO] [stderr] 344 | Error::HttpError(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:345:55 [INFO] [stderr] | [INFO] [stderr] 345 | Error::JsonDecodeError(_, ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:344:46 [INFO] [stderr] | [INFO] [stderr] 344 | Error::HttpError(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/cmn.rs:345:55 [INFO] [stderr] | [INFO] [stderr] 345 | Error::JsonDecodeError(_, ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.99s [INFO] running `"docker" "inspect" "79e4bb2b234d3195c2ac3aeab75a588df4c5e3a29bee81d2a821443e1044a1e9"` [INFO] running `"docker" "rm" "-f" "79e4bb2b234d3195c2ac3aeab75a588df4c5e3a29bee81d2a821443e1044a1e9"` [INFO] [stdout] 79e4bb2b234d3195c2ac3aeab75a588df4c5e3a29bee81d2a821443e1044a1e9