Nov 07 14:12:02.833 INFO checking google-speech1-cli-1.0.7+20171205 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 14:12:02.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-3/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 14:12:03.346 INFO blam! c2ba3157a25bbbf35c8a9366dbd78624d5ba5ba926867a981db7d3d6217621e2 Nov 07 14:12:03.353 INFO running `"docker" "start" "-a" "c2ba3157a25bbbf35c8a9366dbd78624d5ba5ba926867a981db7d3d6217621e2"` Nov 07 14:12:04.257 INFO kablam! usermod: no changes Nov 07 14:12:04.296 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 07 14:12:04.296 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 07 14:12:04.296 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 07 14:12:04.296 INFO kablam! files will be included as a binary target: Nov 07 14:12:04.297 INFO kablam! Nov 07 14:12:04.297 INFO kablam! * /source/src/main.rs Nov 07 14:12:04.297 INFO kablam! Nov 07 14:12:04.297 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 07 14:12:04.297 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 07 14:12:04.297 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 07 14:12:04.297 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 07 14:12:04.297 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 07 14:12:04.297 INFO kablam! Nov 07 14:12:04.297 INFO kablam! For more information on this warning you can consult Nov 07 14:12:04.297 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 07 14:12:04.297 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `speech1`, Nov 07 14:12:04.297 INFO kablam! please set bin.path in Cargo.toml Nov 07 14:12:04.441 INFO kablam! Checking google-speech1 v1.0.8+20181005 Nov 07 14:12:09.160 INFO kablam! Checking google-speech1-cli v1.0.7+20171205 (/source) Nov 07 14:12:16.588 INFO kablam! error[E0412]: cannot find type `CancelOperationRequest` in module `api` Nov 07 14:12:16.588 INFO kablam! --> src/main.rs:82:31 Nov 07 14:12:16.588 INFO kablam! | Nov 07 14:12:16.588 INFO kablam! 82 | let mut request: api::CancelOperationRequest = json::value::from_value(object).unwrap(); Nov 07 14:12:16.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 07 14:12:16.588 INFO kablam! Nov 07 14:12:17.213 INFO kablam! error[E0599]: no method named `cancel` found for type `api::OperationMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 07 14:12:17.213 INFO kablam! --> src/main.rs:83:46 Nov 07 14:12:17.213 INFO kablam! | Nov 07 14:12:17.214 INFO kablam! 83 | let mut call = self.hub.operations().cancel(request, opt.value_of("name").unwrap_or("")); Nov 07 14:12:17.214 INFO kablam! | ^^^^^^ Nov 07 14:12:17.214 INFO kablam! Nov 07 14:12:17.241 INFO kablam! error[E0599]: no method named `delete` found for type `api::OperationMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 07 14:12:17.241 INFO kablam! --> src/main.rs:135:46 Nov 07 14:12:17.241 INFO kablam! | Nov 07 14:12:17.241 INFO kablam! 135 | let mut call = self.hub.operations().delete(opt.value_of("name").unwrap_or("")); Nov 07 14:12:17.241 INFO kablam! | ^^^^^^ Nov 07 14:12:17.252 INFO kablam! Nov 07 14:12:17.782 INFO kablam! error: aborting due to 3 previous errors Nov 07 14:12:17.782 INFO kablam! Nov 07 14:12:17.783 INFO kablam! Some errors occurred: E0412, E0599. Nov 07 14:12:17.784 INFO kablam! For more information about an error, try `rustc --explain E0412`. Nov 07 14:12:17.797 INFO kablam! error: Could not compile `google-speech1-cli`. Nov 07 14:12:17.797 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 14:12:17.954 INFO kablam! error[E0412]: cannot find type `CancelOperationRequest` in module `api` Nov 07 14:12:17.954 INFO kablam! --> src/main.rs:82:31 Nov 07 14:12:17.954 INFO kablam! | Nov 07 14:12:17.954 INFO kablam! 82 | let mut request: api::CancelOperationRequest = json::value::from_value(object).unwrap(); Nov 07 14:12:17.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ not found in `api` Nov 07 14:12:17.954 INFO kablam! Nov 07 14:12:18.204 INFO kablam! error[E0599]: no method named `cancel` found for type `api::OperationMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 07 14:12:18.204 INFO kablam! --> src/main.rs:83:46 Nov 07 14:12:18.204 INFO kablam! | Nov 07 14:12:18.204 INFO kablam! 83 | let mut call = self.hub.operations().cancel(request, opt.value_of("name").unwrap_or("")); Nov 07 14:12:18.204 INFO kablam! | ^^^^^^ Nov 07 14:12:18.204 INFO kablam! Nov 07 14:12:18.220 INFO kablam! error[E0599]: no method named `delete` found for type `api::OperationMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 07 14:12:18.220 INFO kablam! --> src/main.rs:135:46 Nov 07 14:12:18.220 INFO kablam! | Nov 07 14:12:18.220 INFO kablam! 135 | let mut call = self.hub.operations().delete(opt.value_of("name").unwrap_or("")); Nov 07 14:12:18.220 INFO kablam! | ^^^^^^ Nov 07 14:12:18.220 INFO kablam! Nov 07 14:12:18.460 INFO kablam! error: aborting due to 3 previous errors Nov 07 14:12:18.460 INFO kablam! Nov 07 14:12:18.460 INFO kablam! Some errors occurred: E0412, E0599. Nov 07 14:12:18.460 INFO kablam! For more information about an error, try `rustc --explain E0412`. Nov 07 14:12:18.480 INFO kablam! error: Could not compile `google-speech1-cli`. Nov 07 14:12:18.480 INFO kablam! Nov 07 14:12:18.480 INFO kablam! To learn more, run the command again with --verbose. Nov 07 14:12:18.484 INFO kablam! su: No module specific data is present Nov 07 14:12:19.153 INFO running `"docker" "rm" "-f" "c2ba3157a25bbbf35c8a9366dbd78624d5ba5ba926867a981db7d3d6217621e2"` Nov 07 14:12:19.356 INFO blam! c2ba3157a25bbbf35c8a9366dbd78624d5ba5ba926867a981db7d3d6217621e2