[INFO] updating cached repository https://github.com/niklasf/lila-push [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/niklasf/lila-push [INFO] [stderr] * [new branch] dependabot/cargo/futures-preview-0.3.0-alpha.19 -> dependabot/cargo/futures-preview-0.3.0-alpha.19 [INFO] [stderr] * [new branch] dependabot/cargo/serde-1.0.101 -> dependabot/cargo/serde-1.0.101 [INFO] [stderr] * [new branch] dependabot/cargo/structopt-0.3.2 -> dependabot/cargo/structopt-0.3.2 [INFO] [stderr] * [new branch] dependabot/cargo/tide-8281f38 -> dependabot/cargo/tide-8281f38 [INFO] [stderr] * [new branch] dependabot/cargo/tide-log-8281f38 -> dependabot/cargo/tide-log-8281f38 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 457826564e9196e7a02b0ddd4699946a6d1af712 [INFO] testing niklasf/lila-push against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniklasf%2Flila-push" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/niklasf/lila-push on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/niklasf/lila-push [INFO] finished tweaking git repo https://github.com/niklasf/lila-push [INFO] tweaked toml for git repo https://github.com/niklasf/lila-push written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/niklasf/lila-push already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 45cde272f018a2bb3fb7c600488d5c294de9e12365ab124347f1230eb61462d5 [INFO] running `"docker" "start" "-a" "45cde272f018a2bb3fb7c600488d5c294de9e12365ab124347f1230eb61462d5"` [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling base64 v0.7.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling chrono v0.4.8 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling http-service v0.3.1 [INFO] [stderr] error[E0658]: async fn is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-service-0.3.1/src/lib.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | / pub async fn into_vec(mut self) -> std::io::Result> { [INFO] [stderr] 98 | | let mut bytes = Vec::new(); [INFO] [stderr] 99 | | while let Some(chunk) = self.next().await { [INFO] [stderr] 100 | | bytes.extend(chunk?); [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | Ok(bytes) [INFO] [stderr] 103 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50547 [INFO] [stderr] [INFO] [stderr] error[E0658]: async/await is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-service-0.3.1/src/lib.rs:99:33 [INFO] [stderr] | [INFO] [stderr] 99 | while let Some(chunk) = self.next().await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50547 [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `http-service`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "45cde272f018a2bb3fb7c600488d5c294de9e12365ab124347f1230eb61462d5"` [INFO] running `"docker" "rm" "-f" "45cde272f018a2bb3fb7c600488d5c294de9e12365ab124347f1230eb61462d5"` [INFO] [stdout] 45cde272f018a2bb3fb7c600488d5c294de9e12365ab124347f1230eb61462d5