[INFO] updating cached repository https://github.com/Sushisource/hubtain [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a70c292bd0c24dfeccf240d2a04377370ae1121 [INFO] checking Sushisource/hubtain against try#b19afc12c4f781e95f168f2fdea339c972f14ae2 for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FSushisource%2Fhubtain" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Sushisource/hubtain on toolchain b19afc12c4f781e95f168f2fdea339c972f14ae2-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Sushisource/hubtain [INFO] finished tweaking git repo https://github.com/Sushisource/hubtain [INFO] tweaked toml for git repo https://github.com/Sushisource/hubtain written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Sushisource/hubtain already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c1f3381322ef50c801e5ba546bc36a74fc851c9719a39d032d6c97e1510d1da6 [INFO] running `"docker" "start" "-a" "c1f3381322ef50c801e5ba546bc36a74fc851c9719a39d032d6c97e1510d1da6"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking crossbeam v0.6.0 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Compiling proc-macro-hack v0.5.7 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling runtime-attributes v0.3.0-alpha.5 [INFO] [stderr] Compiling derive-new v0.5.6 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.16 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.16 [INFO] [stderr] Checking serde v1.0.94 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.16 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.16 [INFO] [stderr] Checking romio v0.3.0-alpha.9 [INFO] [stderr] Checking futures-timer v0.2.1 [INFO] [stderr] Checking juliex v0.3.0-alpha.7 [INFO] [stderr] Checking runtime-raw v0.3.0-alpha.4 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking runtime-tokio v0.3.0-alpha.5 [INFO] [stderr] Checking runtime-native v0.3.0-alpha.5 [INFO] [stderr] Checking runtime v0.3.0-alpha.6 [INFO] [stderr] Checking hubtain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: async closures are unstable [INFO] [stderr] --> src/main.rs:191:39 [INFO] [stderr] | [INFO] [stderr] 191 | let dl_futures = (1..100).map(async move |_| { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/62290 [INFO] [stderr] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: async closures are unstable [INFO] [stderr] --> src/main.rs:191:39 [INFO] [stderr] | [INFO] [stderr] 191 | let dl_futures = (1..100).map(async move |_| { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/62290 [INFO] [stderr] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `hubtain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `hubtain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c1f3381322ef50c801e5ba546bc36a74fc851c9719a39d032d6c97e1510d1da6"` [INFO] running `"docker" "rm" "-f" "c1f3381322ef50c801e5ba546bc36a74fc851c9719a39d032d6c97e1510d1da6"` [INFO] [stdout] c1f3381322ef50c801e5ba546bc36a74fc851c9719a39d032d6c97e1510d1da6