[INFO] cloning repository https://github.com/emk/drop-async-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emk/drop-async-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femk%2Fdrop-async-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femk%2Fdrop-async-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 48d2b3609ae85fbba497b5134135ded3fbedbb32 [INFO] checking emk/drop-async-examples against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femk%2Fdrop-async-examples" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emk/drop-async-examples on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emk/drop-async-examples [INFO] finished tweaking git repo https://github.com/emk/drop-async-examples [INFO] tweaked toml for git repo https://github.com/emk/drop-async-examples written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/emk/drop-async-examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 267ef75ac45b1c7b8429617111f1b8a0bd859fcc492ccefb158e2ff90322a738 [INFO] running `Command { std: "docker" "start" "-a" "267ef75ac45b1c7b8429617111f1b8a0bd859fcc492ccefb158e2ff90322a738", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "267ef75ac45b1c7b8429617111f1b8a0bd859fcc492ccefb158e2ff90322a738", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "267ef75ac45b1c7b8429617111f1b8a0bd859fcc492ccefb158e2ff90322a738", kill_on_drop: false }` [INFO] [stdout] 267ef75ac45b1c7b8429617111f1b8a0bd859fcc492ccefb158e2ff90322a738 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f542bd1ef2a9c4ec09a7f484115d8768002c6a822154d41f7510b3e630760065 [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" "f542bd1ef2a9c4ec09a7f484115d8768002c6a822154d41f7510b3e630760065", kill_on_drop: false }` [INFO] [stderr] Checking futures v0.1.25 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Checking tokio-executor v0.1.6 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-sync v0.1.3 [INFO] [stderr] Checking tokio-threadpool v0.1.12 [INFO] [stderr] Checking tokio-current-thread v0.1.5 [INFO] [stderr] Checking tokio-timer v0.2.10 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-async-await v0.1.5 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | await_macro, [INFO] [stdout] | ^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: subsumed by `.await` syntax [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/forward.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use std::task::{LocalWaker, Poll as StdPoll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::task::LocalWaker`, `std::task::UnsafeWake` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/backward.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | LocalWaker, [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] 10 | Poll as StdPoll, [INFO] [stdout] 11 | UnsafeWake, [INFO] [stdout] | ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/flush.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::task::{LocalWaker, Poll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/stream/next.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::task::{LocalWaker, Poll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::await` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub use std::await as std_await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `await` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read.rs:32:51 [INFO] [stdout] | [INFO] [stdout] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read_exact.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write.rs:32:51 [INFO] [stdout] | [INFO] [stdout] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write_all.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/sink/send.rs:31:51 [INFO] [stdout] | [INFO] [stdout] 31 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-async-await` [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: build failed [INFO] running `Command { std: "docker" "inspect" "f542bd1ef2a9c4ec09a7f484115d8768002c6a822154d41f7510b3e630760065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f542bd1ef2a9c4ec09a7f484115d8768002c6a822154d41f7510b3e630760065", kill_on_drop: false }` [INFO] [stdout] f542bd1ef2a9c4ec09a7f484115d8768002c6a822154d41f7510b3e630760065