[INFO] fetching crate agilulf_driver 0.1.0... [INFO] testing agilulf_driver-0.1.0 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate agilulf_driver 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate agilulf_driver 0.1.0 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate agilulf_driver 0.1.0 [INFO] finished tweaking crates.io crate agilulf_driver 0.1.0 [INFO] tweaked toml for crates.io crate agilulf_driver 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a0c0cf30e33a25995ec14b9ea83652844acea430886b010042a74aee6248a02 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1a0c0cf30e33a25995ec14b9ea83652844acea430886b010042a74aee6248a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a0c0cf30e33a25995ec14b9ea83652844acea430886b010042a74aee6248a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a0c0cf30e33a25995ec14b9ea83652844acea430886b010042a74aee6248a02", kill_on_drop: false }` [INFO] [stdout] 1a0c0cf30e33a25995ec14b9ea83652844acea430886b010042a74aee6248a02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ea8b9807f4c95ba4191ec9e46e0c4513094f831e9702128feccdb976bf14768 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5ea8b9807f4c95ba4191ec9e46e0c4513094f831e9702128feccdb976bf14768", kill_on_drop: false }` [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling romio v0.3.0-alpha.9 [INFO] [stderr] Compiling agilulf_protocol v0.1.0 [INFO] [stderr] Compiling agilulf_driver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:284:18 [INFO] [stdout] | [INFO] [stdout] 284 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:312:18 [INFO] [stdout] | [INFO] [stdout] 312 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:343:18 [INFO] [stdout] | [INFO] [stdout] 343 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:396:18 [INFO] [stdout] | [INFO] [stdout] 396 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:485:18 [INFO] [stdout] | [INFO] [stdout] 485 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:498:18 [INFO] [stdout] | [INFO] [stdout] 498 | run_test(async move |port, _| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:509:18 [INFO] [stdout] | [INFO] [stdout] 509 | run_test(async move |port, mut thread_pool| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:537:18 [INFO] [stdout] | [INFO] [stdout] 537 | run_test(async move |port, mut thread_pool| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:566:18 [INFO] [stdout] | [INFO] [stdout] 566 | run_test(async move |port, mut thread_pool| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: async closures are unstable [INFO] [stdout] --> src/client.rs:594:18 [INFO] [stdout] | [INFO] [stdout] 594 | run_test(async move |port, mut thread_pool| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #62290 for more information [INFO] [stdout] = help: add `#![feature(async_closure)]` to the crate attributes to enable [INFO] [stdout] = help: to use an async block, remove the `||`: `async {` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `agilulf_driver` due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "5ea8b9807f4c95ba4191ec9e46e0c4513094f831e9702128feccdb976bf14768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ea8b9807f4c95ba4191ec9e46e0c4513094f831e9702128feccdb976bf14768", kill_on_drop: false }` [INFO] [stdout] 5ea8b9807f4c95ba4191ec9e46e0c4513094f831e9702128feccdb976bf14768