[INFO] crate google-cloudfunctions1-cli 1.0.8+20181002 is already in cache [INFO] extracting crate google-cloudfunctions1-cli 1.0.8+20181002 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/google-cloudfunctions1-cli/1.0.8+20181002 [INFO] extracting crate google-cloudfunctions1-cli 1.0.8+20181002 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/google-cloudfunctions1-cli/1.0.8+20181002 [INFO] validating manifest of google-cloudfunctions1-cli-1.0.8+20181002 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of google-cloudfunctions1-cli-1.0.8+20181002 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing google-cloudfunctions1-cli-1.0.8+20181002 [INFO] finished frobbing google-cloudfunctions1-cli-1.0.8+20181002 [INFO] frobbed toml for google-cloudfunctions1-cli-1.0.8+20181002 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/google-cloudfunctions1-cli/1.0.8+20181002/Cargo.toml [INFO] started frobbing google-cloudfunctions1-cli-1.0.8+20181002 [INFO] finished frobbing google-cloudfunctions1-cli-1.0.8+20181002 [INFO] frobbed toml for google-cloudfunctions1-cli-1.0.8+20181002 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/google-cloudfunctions1-cli/1.0.8+20181002/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking google-cloudfunctions1-cli-1.0.8+20181002 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-6/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/google-cloudfunctions1-cli/1.0.8+20181002:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3dcb1a6adfb81946d6f7f88a7d18ba31b522ba719dec88cd43244747726f8f8c [INFO] running `"docker" "start" "-a" "3dcb1a6adfb81946d6f7f88a7d18ba31b522ba719dec88cd43244747726f8f8c"` [INFO] [stderr] warning: version requirement `1.0.8+20181002` for dependency `google-cloudfunctions1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Checking yup-oauth2 v1.0.11 [INFO] [stderr] error: expected expression, found `&&` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yup-oauth2-1.0.11/src/authenticator.rs:157:25 [INFO] [stderr] | [INFO] [stderr] 157 | &&PollError::Expired(ref t) => { [INFO] [stderr] | ^^ expected expression [INFO] [stderr] help: parentheses are required to parse this as an expression [INFO] [stderr] | [INFO] [stderr] 149 | &&PollError::HttpError(ref err) => ({ [INFO] [stderr] 150 | match self.delegate.connection_error(err) { [INFO] [stderr] 151 | Retry::Abort | Retry::Skip => { [INFO] [stderr] 152 | return Err(Box::new(StringError::from(err as &Error))) [INFO] [stderr] 153 | } [INFO] [stderr] 154 | Retry::After(d) => sleep(d), [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `ref` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yup-oauth2-1.0.11/src/authenticator.rs:157:46 [INFO] [stderr] | [INFO] [stderr] 157 | &&PollError::Expired(ref t) => { [INFO] [stderr] | ^^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `=>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yup-oauth2-1.0.11/src/authenticator.rs:157:53 [INFO] [stderr] | [INFO] [stderr] 149 | &&PollError::HttpError(ref err) => { [INFO] [stderr] | -- while parsing the `match` arm starting here [INFO] [stderr] ... [INFO] [stderr] 157 | &&PollError::Expired(ref t) => { [INFO] [stderr] | ^^ expected one of `,`, `.`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `yup-oauth2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3dcb1a6adfb81946d6f7f88a7d18ba31b522ba719dec88cd43244747726f8f8c"` [INFO] running `"docker" "rm" "-f" "3dcb1a6adfb81946d6f7f88a7d18ba31b522ba719dec88cd43244747726f8f8c"` [INFO] [stdout] 3dcb1a6adfb81946d6f7f88a7d18ba31b522ba719dec88cd43244747726f8f8c