[INFO] crate crucio 0.1.0 is already in cache
[INFO] checking crucio-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate crucio 0.1.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate crucio 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate crucio 0.1.0
[INFO] finished tweaking crates.io crate crucio 0.1.0
[INFO] tweaked toml for crates.io crate crucio 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] a8217a7aa9da06c32e427047fda006d0cb6206b0c85d6fdb172222cd9a523c6c
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "a8217a7aa9da06c32e427047fda006d0cb6206b0c85d6fdb172222cd9a523c6c"`
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.18
[INFO] [stderr]    Compiling futures-join-macro-preview v0.3.0-alpha.18
[INFO] [stderr]    Compiling futures-select-macro-preview v0.3.0-alpha.18
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]    Compiling snafu-derive v0.4.4
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]     Checking snafu v0.4.4
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.18
[INFO] [stderr]     Checking crucio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `empty` in module `future`
[INFO] [stderr]   --> src/modes/never.rs:25:22
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let () = future::empty().await;
[INFO] [stderr]    |                      ^^^^^ not found in `future`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use core::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::core_reexport::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::stream::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use std::io::empty;
[INFO] [stderr]    |
[INFO] [stderr]      and 3 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `empty` in module `future`
[INFO] [stderr]   --> src/modes/never_body.rs:28:30
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let () = future::empty().await;
[INFO] [stderr]    |                              ^^^^^ not found in `future`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use core::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::core_reexport::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::stream::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use std::io::empty;
[INFO] [stderr]    |
[INFO] [stderr]      and 3 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: async closures are unstable
[INFO] [stderr]   --> src/modes/never_body.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |         async move |()| -> Option<(Result<Vec<u8>, Error>, ())> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/random.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         async move |mut rng| -> Option<(Result<Vec<u8>, Error>, StdRng)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/random_text.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         async move |mut rng| -> Option<(Result<String, Error>, StdRng)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/slow_body.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |         async move |mut data| -> Option<(Result<Vec<u8>, Error>, VecDeque<u8>)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[INFO] [stderr]    = help: add `#![feature(async_closure)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `empty` in module `future`
[INFO] [stderr]   --> src/modes/never.rs:25:22
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let () = future::empty().await;
[INFO] [stderr]    |                      ^^^^^ not found in `future`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use core::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::core_reexport::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::stream::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use std::io::empty;
[INFO] [stderr]    |
[INFO] [stderr]      and 3 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `empty` in module `future`
[INFO] [stderr]   --> src/modes/never_body.rs:28:30
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let () = future::empty().await;
[INFO] [stderr]    |                              ^^^^^ not found in `future`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use core::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::core_reexport::iter::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::stream::empty;
[INFO] [stderr]    |
[INFO] [stderr] 2  | use std::io::empty;
[INFO] [stderr]    |
[INFO] [stderr]      and 3 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: async closures are unstable
[INFO] [stderr]   --> src/modes/never_body.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |         async move |()| -> Option<(Result<Vec<u8>, Error>, ())> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/random.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         async move |mut rng| -> Option<(Result<Vec<u8>, Error>, StdRng)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/random_text.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         async move |mut rng| -> Option<(Result<String, Error>, StdRng)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[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/modes/slow_body.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |         async move |mut data| -> Option<(Result<Vec<u8>, Error>, VecDeque<u8>)> {
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
[INFO] [stderr]    = help: add `#![feature(async_closure)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `crucio`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `crucio`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a8217a7aa9da06c32e427047fda006d0cb6206b0c85d6fdb172222cd9a523c6c"`
[INFO] running `"docker" "rm" "-f" "a8217a7aa9da06c32e427047fda006d0cb6206b0c85d6fdb172222cd9a523c6c"`
[INFO] [stdout] a8217a7aa9da06c32e427047fda006d0cb6206b0c85d6fdb172222cd9a523c6c
