Nov 03 07:30:14.433 INFO checking google-sqladmin1_beta4-cli-1.0.7+20171011 against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 03 07:30:14.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-7/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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 03 07:30:14.916 INFO blam! 937c0bb1df3082553dc002af84f2b843a482ced5cda151666e14704ea5b198b9 Nov 03 07:30:14.918 INFO running `"docker" "start" "-a" "937c0bb1df3082553dc002af84f2b843a482ced5cda151666e14704ea5b198b9"` Nov 03 07:30:16.451 INFO kablam! usermod: no changes Nov 03 07:30:16.484 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 03 07:30:16.484 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 03 07:30:16.484 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 03 07:30:16.484 INFO kablam! files will be included as a binary target: Nov 03 07:30:16.484 INFO kablam! Nov 03 07:30:16.484 INFO kablam! * /source/src/main.rs Nov 03 07:30:16.484 INFO kablam! Nov 03 07:30:16.484 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 03 07:30:16.484 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 03 07:30:16.484 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 03 07:30:16.484 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 03 07:30:16.484 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 03 07:30:16.484 INFO kablam! Nov 03 07:30:16.484 INFO kablam! For more information on this warning you can consult Nov 03 07:30:16.484 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 03 07:30:16.484 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sqladmin1-beta4`, Nov 03 07:30:16.485 INFO kablam! please set bin.path in Cargo.toml Nov 03 07:30:16.680 INFO kablam! Checking google-sqladmin1_beta4 v1.0.8+20180917 Nov 03 07:30:27.529 INFO kablam! Checking google-sqladmin1_beta4-cli v1.0.7+20171011 (/source) Nov 03 07:30:36.697 INFO kablam! error[E0061]: this function takes 4 parameters but 5 parameters were supplied Nov 03 07:30:36.697 INFO kablam! --> src/main.rs:3043:41 Nov 03 07:30:36.697 INFO kablam! | Nov 03 07:30:36.698 INFO kablam! 3043 | let mut call = self.hub.users().update(request, opt.value_of("project").unwrap_or(""), opt.value_of("instance").unwrap_or(""), opt.value_of("host").unwrap_or(""), opt.value_of("name").unwrap_or("")); Nov 03 07:30:36.698 INFO kablam! | ^^^^^^ expected 4 parameters Nov 03 07:30:36.698 INFO kablam! Nov 03 07:30:37.052 INFO kablam! error: aborting due to previous error Nov 03 07:30:37.052 INFO kablam! Nov 03 07:30:37.052 INFO kablam! For more information about this error, try `rustc --explain E0061`. Nov 03 07:30:37.060 INFO kablam! error: Could not compile `google-sqladmin1_beta4-cli`. Nov 03 07:30:37.060 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 03 07:30:37.745 INFO kablam! error[E0061]: this function takes 4 parameters but 5 parameters were supplied Nov 03 07:30:37.746 INFO kablam! --> src/main.rs:3043:41 Nov 03 07:30:37.746 INFO kablam! | Nov 03 07:30:37.746 INFO kablam! 3043 | let mut call = self.hub.users().update(request, opt.value_of("project").unwrap_or(""), opt.value_of("instance").unwrap_or(""), opt.value_of("host").unwrap_or(""), opt.value_of("name").unwrap_or("")); Nov 03 07:30:37.746 INFO kablam! | ^^^^^^ expected 4 parameters Nov 03 07:30:37.747 INFO kablam! Nov 03 07:30:38.072 INFO kablam! error: aborting due to previous error Nov 03 07:30:38.072 INFO kablam! Nov 03 07:30:38.072 INFO kablam! For more information about this error, try `rustc --explain E0061`. Nov 03 07:30:38.095 INFO kablam! error: Could not compile `google-sqladmin1_beta4-cli`. Nov 03 07:30:38.095 INFO kablam! Nov 03 07:30:38.096 INFO kablam! To learn more, run the command again with --verbose. Nov 03 07:30:38.099 INFO kablam! su: No module specific data is present Nov 03 07:30:38.666 INFO running `"docker" "rm" "-f" "937c0bb1df3082553dc002af84f2b843a482ced5cda151666e14704ea5b198b9"` Nov 03 07:30:38.984 INFO blam! 937c0bb1df3082553dc002af84f2b843a482ced5cda151666e14704ea5b198b9