[INFO] crate http-service-lambda 0.3.1 is already in cache [INFO] testing http-service-lambda-0.3.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate http-service-lambda 0.3.1 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate http-service-lambda 0.3.1 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 crates.io crate http-service-lambda 0.3.1 [INFO] finished tweaking crates.io crate http-service-lambda 0.3.1 [INFO] tweaked toml for crates.io crate http-service-lambda 0.3.1 written to work/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate http-service-lambda 0.3.1 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 666d757aa67bbec99ff09cb28fdd9f1ab0fc74f8965c11f1d6b7ae2e3eaf0435 [INFO] running `"docker" "start" "-a" "666d757aa67bbec99ff09cb28fdd9f1ab0fc74f8965c11f1d6b7ae2e3eaf0435"` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling indexmap v1.1.0 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.35 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling lambda_runtime_errors v0.1.1 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 [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" "666d757aa67bbec99ff09cb28fdd9f1ab0fc74f8965c11f1d6b7ae2e3eaf0435"` [INFO] running `"docker" "rm" "-f" "666d757aa67bbec99ff09cb28fdd9f1ab0fc74f8965c11f1d6b7ae2e3eaf0435"` [INFO] [stdout] 666d757aa67bbec99ff09cb28fdd9f1ab0fc74f8965c11f1d6b7ae2e3eaf0435