Nov 01 21:56:00.057 INFO checking google-tpu1_alpha1-cli-1.0.7+20171121 against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Nov 01 21:56:00.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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"` Nov 01 21:56:00.288 INFO blam! 0e45880b4be0e28e061000e3a007e48de46856f599cde7b5d64a158bea56d139 Nov 01 21:56:00.288 INFO running `"docker" "start" "-a" "0e45880b4be0e28e061000e3a007e48de46856f599cde7b5d64a158bea56d139"` Nov 01 21:56:01.320 INFO kablam! usermod: no changes Nov 01 21:56:01.372 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 01 21:56:01.372 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 01 21:56:01.372 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 01 21:56:01.372 INFO kablam! files will be included as a binary target: Nov 01 21:56:01.372 INFO kablam! Nov 01 21:56:01.372 INFO kablam! * /source/src/main.rs Nov 01 21:56:01.372 INFO kablam! Nov 01 21:56:01.372 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 01 21:56:01.373 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 01 21:56:01.373 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 01 21:56:01.373 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 01 21:56:01.373 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 01 21:56:01.373 INFO kablam! Nov 01 21:56:01.373 INFO kablam! For more information on this warning you can consult Nov 01 21:56:01.373 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 01 21:56:01.373 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tpu1-alpha1`, Nov 01 21:56:01.373 INFO kablam! please set bin.path in Cargo.toml Nov 01 21:56:01.496 INFO kablam! Checking google-tpu1_alpha1 v1.0.8+20181010 Nov 01 21:56:08.012 INFO kablam! Checking google-tpu1_alpha1-cli v1.0.7+20171121 (/source) Nov 01 21:56:13.640 INFO kablam! error[E0412]: cannot find type `ResetNodeRequest` in module `api` Nov 01 21:56:13.640 INFO kablam! --> src/main.rs:544:31 Nov 01 21:56:13.640 INFO kablam! | Nov 01 21:56:13.640 INFO kablam! 544 | let mut request: api::ResetNodeRequest = json::value::from_value(object).unwrap(); Nov 01 21:56:13.640 INFO kablam! | ^^^^^^^^^^^^^^^^ did you mean `StartNodeRequest`? Nov 01 21:56:13.640 INFO kablam! Nov 01 21:56:14.008 INFO kablam! error[E0599]: no method named `locations_nodes_reset` found for type `api::ProjectMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 01 21:56:14.008 INFO kablam! --> src/main.rs:545:44 Nov 01 21:56:14.008 INFO kablam! | Nov 01 21:56:14.008 INFO kablam! 545 | let mut call = self.hub.projects().locations_nodes_reset(request, opt.value_of("name").unwrap_or("")); Nov 01 21:56:14.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Nov 01 21:56:14.008 INFO kablam! | Nov 01 21:56:14.008 INFO kablam! = help: did you mean `locations_nodes_delete`? Nov 01 21:56:14.008 INFO kablam! Nov 01 21:56:14.251 INFO kablam! error: aborting due to 2 previous errors Nov 01 21:56:14.251 INFO kablam! Nov 01 21:56:14.251 INFO kablam! Some errors occurred: E0412, E0599. Nov 01 21:56:14.251 INFO kablam! For more information about an error, try `rustc --explain E0412`. Nov 01 21:56:14.262 INFO kablam! error: Could not compile `google-tpu1_alpha1-cli`. Nov 01 21:56:14.262 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 01 21:56:14.342 INFO kablam! error[E0412]: cannot find type `ResetNodeRequest` in module `api` Nov 01 21:56:14.342 INFO kablam! --> src/main.rs:544:31 Nov 01 21:56:14.342 INFO kablam! | Nov 01 21:56:14.342 INFO kablam! 544 | let mut request: api::ResetNodeRequest = json::value::from_value(object).unwrap(); Nov 01 21:56:14.342 INFO kablam! | ^^^^^^^^^^^^^^^^ did you mean `StartNodeRequest`? Nov 01 21:56:14.342 INFO kablam! Nov 01 21:56:14.716 INFO kablam! error[E0599]: no method named `locations_nodes_reset` found for type `api::ProjectMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 01 21:56:14.716 INFO kablam! --> src/main.rs:545:44 Nov 01 21:56:14.716 INFO kablam! | Nov 01 21:56:14.716 INFO kablam! 545 | let mut call = self.hub.projects().locations_nodes_reset(request, opt.value_of("name").unwrap_or("")); Nov 01 21:56:14.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Nov 01 21:56:14.716 INFO kablam! | Nov 01 21:56:14.716 INFO kablam! = help: did you mean `locations_nodes_delete`? Nov 01 21:56:14.716 INFO kablam! Nov 01 21:56:14.996 INFO kablam! error: aborting due to 2 previous errors Nov 01 21:56:14.996 INFO kablam! Nov 01 21:56:14.996 INFO kablam! Some errors occurred: E0412, E0599. Nov 01 21:56:14.996 INFO kablam! For more information about an error, try `rustc --explain E0412`. Nov 01 21:56:15.016 INFO kablam! error: Could not compile `google-tpu1_alpha1-cli`. Nov 01 21:56:15.016 INFO kablam! Nov 01 21:56:15.016 INFO kablam! To learn more, run the command again with --verbose. Nov 01 21:56:15.016 INFO kablam! su: No module specific data is present Nov 01 21:56:16.443 INFO running `"docker" "rm" "-f" "0e45880b4be0e28e061000e3a007e48de46856f599cde7b5d64a158bea56d139"` Nov 01 21:56:16.681 INFO blam! 0e45880b4be0e28e061000e3a007e48de46856f599cde7b5d64a158bea56d139