Oct 27 21:32:51.289 INFO checking google-cloudtasks2_beta2-cli-1.0.7+20171208 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 21:32:51.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 21:32:51.751 INFO blam! f9e9222741100c5dc864fc2a4fe0ccd6193e9ac39e36544366888a6e264d4bb5 Oct 27 21:32:51.763 INFO running `"docker" "start" "-a" "f9e9222741100c5dc864fc2a4fe0ccd6193e9ac39e36544366888a6e264d4bb5"` Oct 27 21:32:53.550 INFO kablam! usermod: no changes Oct 27 21:32:53.607 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 21:32:53.607 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 21:32:53.607 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 21:32:53.607 INFO kablam! files will be included as a binary target: Oct 27 21:32:53.607 INFO kablam! Oct 27 21:32:53.607 INFO kablam! * /source/src/main.rs Oct 27 21:32:53.607 INFO kablam! Oct 27 21:32:53.607 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 21:32:53.607 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 21:32:53.607 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 21:32:53.607 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 21:32:53.607 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 21:32:53.607 INFO kablam! Oct 27 21:32:53.607 INFO kablam! For more information on this warning you can consult Oct 27 21:32:53.607 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 21:32:53.607 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cloudtasks2-beta2`, Oct 27 21:32:53.607 INFO kablam! please set bin.path in Cargo.toml Oct 27 21:32:53.757 INFO kablam! Checking google-cloudtasks2_beta2 v1.0.8+20180913 Oct 27 21:33:01.151 INFO kablam! Checking google-cloudtasks2_beta2-cli v1.0.7+20171208 (/source) Oct 27 21:33:09.881 INFO kablam! error[E0412]: cannot find type `PullTasksRequest` in module `api` Oct 27 21:33:09.882 INFO kablam! --> src/main.rs:1447:31 Oct 27 21:33:09.882 INFO kablam! | Oct 27 21:33:09.883 INFO kablam! 1447 | let mut request: api::PullTasksRequest = json::value::from_value(object).unwrap(); Oct 27 21:33:09.883 INFO kablam! | ^^^^^^^^^^^^^^^^ did you mean `RunTaskRequest`? Oct 27 21:33:09.883 INFO kablam! Oct 27 21:33:10.943 INFO kablam! error[E0599]: no method named `order_by` found for type `api::ProjectLocationQueueTaskListCall<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 27 21:33:10.944 INFO kablam! --> src/main.rs:1361:33 Oct 27 21:33:10.944 INFO kablam! | Oct 27 21:33:10.945 INFO kablam! 1361 | call = call.order_by(value.unwrap_or("")); Oct 27 21:33:10.945 INFO kablam! | ^^^^^^^^ Oct 27 21:33:10.946 INFO kablam! Oct 27 21:33:10.961 INFO kablam! error[E0599]: no method named `locations_queues_tasks_pull` found for type `api::ProjectMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 27 21:33:10.962 INFO kablam! --> src/main.rs:1448:44 Oct 27 21:33:10.962 INFO kablam! | Oct 27 21:33:10.963 INFO kablam! 1448 | let mut call = self.hub.projects().locations_queues_tasks_pull(request, opt.value_of("name").unwrap_or("")); Oct 27 21:33:10.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:33:10.964 INFO kablam! | Oct 27 21:33:10.964 INFO kablam! = help: did you mean `locations_queues_tasks_run`? Oct 27 21:33:10.965 INFO kablam! Oct 27 21:33:11.239 INFO kablam! error[E0412]: cannot find type `PullTasksRequest` in module `api` Oct 27 21:33:11.239 INFO kablam! --> src/main.rs:1447:31 Oct 27 21:33:11.239 INFO kablam! | Oct 27 21:33:11.239 INFO kablam! 1447 | let mut request: api::PullTasksRequest = json::value::from_value(object).unwrap(); Oct 27 21:33:11.239 INFO kablam! | ^^^^^^^^^^^^^^^^ did you mean `RunTaskRequest`? Oct 27 21:33:11.239 INFO kablam! Oct 27 21:33:11.437 INFO kablam! error: aborting due to 3 previous errors Oct 27 21:33:11.437 INFO kablam! Oct 27 21:33:11.437 INFO kablam! Some errors occurred: E0412, E0599. Oct 27 21:33:11.437 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 27 21:33:11.462 INFO kablam! error: Could not compile `google-cloudtasks2_beta2-cli`. Oct 27 21:33:11.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 21:33:11.919 INFO kablam! error[E0599]: no method named `order_by` found for type `api::ProjectLocationQueueTaskListCall<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 27 21:33:11.919 INFO kablam! --> src/main.rs:1361:33 Oct 27 21:33:11.919 INFO kablam! | Oct 27 21:33:11.919 INFO kablam! 1361 | call = call.order_by(value.unwrap_or("")); Oct 27 21:33:11.919 INFO kablam! | ^^^^^^^^ Oct 27 21:33:11.919 INFO kablam! Oct 27 21:33:11.930 INFO kablam! error[E0599]: no method named `locations_queues_tasks_pull` found for type `api::ProjectMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 27 21:33:11.930 INFO kablam! --> src/main.rs:1448:44 Oct 27 21:33:11.930 INFO kablam! | Oct 27 21:33:11.930 INFO kablam! 1448 | let mut call = self.hub.projects().locations_queues_tasks_pull(request, opt.value_of("name").unwrap_or("")); Oct 27 21:33:11.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:33:11.930 INFO kablam! | Oct 27 21:33:11.931 INFO kablam! = help: did you mean `locations_queues_tasks_run`? Oct 27 21:33:11.931 INFO kablam! Oct 27 21:33:12.239 INFO kablam! error: aborting due to 3 previous errors Oct 27 21:33:12.239 INFO kablam! Oct 27 21:33:12.239 INFO kablam! Some errors occurred: E0412, E0599. Oct 27 21:33:12.239 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 27 21:33:12.259 INFO kablam! error: Could not compile `google-cloudtasks2_beta2-cli`. Oct 27 21:33:12.259 INFO kablam! Oct 27 21:33:12.259 INFO kablam! To learn more, run the command again with --verbose. Oct 27 21:33:12.260 INFO kablam! su: No module specific data is present Oct 27 21:33:12.933 INFO running `"docker" "rm" "-f" "f9e9222741100c5dc864fc2a4fe0ccd6193e9ac39e36544366888a6e264d4bb5"` Oct 27 21:33:13.304 INFO blam! f9e9222741100c5dc864fc2a4fe0ccd6193e9ac39e36544366888a6e264d4bb5