Nov 04 23:10:07.212 INFO checking google-deploymentmanager2-cli-1.0.7+20171201 against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 23:10:07.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-2/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-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 04 23:10:07.661 INFO blam! 578afc4e334ef9a20260aed97b9b6f174881f0b4e22acb30d6e32714b86ee43b Nov 04 23:10:07.661 INFO running `"docker" "start" "-a" "578afc4e334ef9a20260aed97b9b6f174881f0b4e22acb30d6e32714b86ee43b"` Nov 04 23:10:08.955 INFO kablam! usermod: no changes Nov 04 23:10:09.023 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 04 23:10:09.023 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 04 23:10:09.023 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 04 23:10:09.023 INFO kablam! files will be included as a binary target: Nov 04 23:10:09.023 INFO kablam! Nov 04 23:10:09.023 INFO kablam! * /source/src/main.rs Nov 04 23:10:09.023 INFO kablam! Nov 04 23:10:09.023 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 04 23:10:09.023 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 04 23:10:09.023 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 04 23:10:09.023 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 04 23:10:09.023 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 04 23:10:09.023 INFO kablam! Nov 04 23:10:09.023 INFO kablam! For more information on this warning you can consult Nov 04 23:10:09.023 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 04 23:10:09.023 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `deploymentmanager2`, Nov 04 23:10:09.023 INFO kablam! please set bin.path in Cargo.toml Nov 04 23:10:09.443 INFO kablam! Checking google-deploymentmanager2 v1.0.8+20180609 Nov 04 23:10:18.762 INFO kablam! Checking google-deploymentmanager2-cli v1.0.7+20171201 (/source) Nov 04 23:10:27.759 INFO kablam! error[E0308]: mismatched types Nov 04 23:10:27.759 INFO kablam! --> src/main.rs:640:62 Nov 04 23:10:27.759 INFO kablam! | Nov 04 23:10:27.759 INFO kablam! 640 | let mut call = self.hub.deployments().set_iam_policy(request, opt.value_of("project").unwrap_or(""), opt.value_of("resource").unwrap_or("")); Nov 04 23:10:27.759 INFO kablam! | ^^^^^^^ expected struct `api::GlobalSetPolicyRequest`, found struct `api::Policy` Nov 04 23:10:27.759 INFO kablam! | Nov 04 23:10:27.759 INFO kablam! = note: expected type `api::GlobalSetPolicyRequest` Nov 04 23:10:27.759 INFO kablam! found type `api::Policy` Nov 04 23:10:27.759 INFO kablam! Nov 04 23:10:28.239 INFO kablam! error[E0308]: mismatched types Nov 04 23:10:28.239 INFO kablam! --> src/main.rs:640:62 Nov 04 23:10:28.239 INFO kablam! | Nov 04 23:10:28.239 INFO kablam! 640 | let mut call = self.hub.deployments().set_iam_policy(request, opt.value_of("project").unwrap_or(""), opt.value_of("resource").unwrap_or("")); Nov 04 23:10:28.239 INFO kablam! | ^^^^^^^ expected struct `api::GlobalSetPolicyRequest`, found struct `api::Policy` Nov 04 23:10:28.239 INFO kablam! | Nov 04 23:10:28.239 INFO kablam! = note: expected type `api::GlobalSetPolicyRequest` Nov 04 23:10:28.239 INFO kablam! found type `api::Policy` Nov 04 23:10:28.239 INFO kablam! Nov 04 23:10:28.635 INFO kablam! error: aborting due to previous error Nov 04 23:10:28.635 INFO kablam! Nov 04 23:10:28.635 INFO kablam! For more information about this error, try `rustc --explain E0308`. Nov 04 23:10:28.683 INFO kablam! error: Could not compile `google-deploymentmanager2-cli`. Nov 04 23:10:28.683 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 23:10:28.927 INFO kablam! error: aborting due to previous error Nov 04 23:10:28.927 INFO kablam! Nov 04 23:10:28.927 INFO kablam! For more information about this error, try `rustc --explain E0308`. Nov 04 23:10:28.935 INFO kablam! error: Could not compile `google-deploymentmanager2-cli`. Nov 04 23:10:28.935 INFO kablam! Nov 04 23:10:28.935 INFO kablam! To learn more, run the command again with --verbose. Nov 04 23:10:28.943 INFO kablam! su: No module specific data is present Nov 04 23:10:29.595 INFO running `"docker" "rm" "-f" "578afc4e334ef9a20260aed97b9b6f174881f0b4e22acb30d6e32714b86ee43b"` Nov 04 23:10:29.891 INFO blam! 578afc4e334ef9a20260aed97b9b6f174881f0b4e22acb30d6e32714b86ee43b