[INFO] updating cached repository emk/drop-async-examples [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/emk/drop-async-examples [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/emk/drop-async-examples" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/emk/drop-async-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/emk/drop-async-examples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/emk/drop-async-examples" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/emk/drop-async-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/emk/drop-async-examples'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48d2b3609ae85fbba497b5134135ded3fbedbb32 [INFO] sha for GitHub repo emk/drop-async-examples: 48d2b3609ae85fbba497b5134135ded3fbedbb32 [INFO] validating manifest of emk/drop-async-examples on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of emk/drop-async-examples on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing emk/drop-async-examples [INFO] finished frobbing emk/drop-async-examples [INFO] frobbed toml for emk/drop-async-examples written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/emk/drop-async-examples/Cargo.toml [INFO] started frobbing emk/drop-async-examples [INFO] finished frobbing emk/drop-async-examples [INFO] frobbed toml for emk/drop-async-examples written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/emk/drop-async-examples/Cargo.toml [INFO] crate emk/drop-async-examples already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking emk/drop-async-examples against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-6/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/emk/drop-async-examples:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 26629a94038998b8ac67fc94de0ccf1176f06b07560c46bec263cb094fee5ea4 [INFO] running `"docker" "start" "-a" "26629a94038998b8ac67fc94de0ccf1176f06b07560c46bec263cb094fee5ea4"` [INFO] [stderr] Checking futures v0.1.25 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-sync v0.1.3 [INFO] [stderr] Checking tokio-executor v0.1.6 [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-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-async-await v0.1.5 [INFO] [stderr] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/forward.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | use std::task::{LocalWaker, Poll as StdPoll}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::LocalWaker`, `std::task::UnsafeWake` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/backward.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | LocalWaker, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] 10 | Poll as StdPoll, [INFO] [stderr] 11 | UnsafeWake, [INFO] [stderr] | ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/flush.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | use std::task::{LocalWaker, Poll}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/stream/next.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | use std::task::{LocalWaker, Poll}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read.rs:32:51 [INFO] [stderr] | [INFO] [stderr] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read_exact.rs:37:51 [INFO] [stderr] | [INFO] [stderr] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write.rs:32:51 [INFO] [stderr] | [INFO] [stderr] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write_all.rs:37:51 [INFO] [stderr] | [INFO] [stderr] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/sink/send.rs:31:51 [INFO] [stderr] | [INFO] [stderr] 31 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `tokio-async-await`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "26629a94038998b8ac67fc94de0ccf1176f06b07560c46bec263cb094fee5ea4"` [INFO] running `"docker" "rm" "-f" "26629a94038998b8ac67fc94de0ccf1176f06b07560c46bec263cb094fee5ea4"` [INFO] [stdout] 26629a94038998b8ac67fc94de0ccf1176f06b07560c46bec263cb094fee5ea4