[INFO] updating cached repository LooMaclin/tux_async_example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LooMaclin/tux_async_example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LooMaclin/tux_async_example" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/LooMaclin/tux_async_example"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/LooMaclin/tux_async_example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LooMaclin/tux_async_example" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/LooMaclin/tux_async_example"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/LooMaclin/tux_async_example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a42870d0c2d19a9213a03f4c191909d2cce56a64 [INFO] sha for GitHub repo LooMaclin/tux_async_example: a42870d0c2d19a9213a03f4c191909d2cce56a64 [INFO] validating manifest of LooMaclin/tux_async_example 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 LooMaclin/tux_async_example 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 LooMaclin/tux_async_example [INFO] finished frobbing LooMaclin/tux_async_example [INFO] frobbed toml for LooMaclin/tux_async_example written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/LooMaclin/tux_async_example/Cargo.toml [INFO] started frobbing LooMaclin/tux_async_example [INFO] finished frobbing LooMaclin/tux_async_example [INFO] frobbed toml for LooMaclin/tux_async_example written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/LooMaclin/tux_async_example/Cargo.toml [INFO] crate LooMaclin/tux_async_example 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 LooMaclin/tux_async_example against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-1/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/LooMaclin/tux_async_example:/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] 747503bf0290a66d1cfcb57aaa5585d6f9c318f6701981b6d12176090fe11bb3 [INFO] running `"docker" "start" "-a" "747503bf0290a66d1cfcb57aaa5585d6f9c318f6701981b6d12176090fe11bb3"` [INFO] [stderr] Checking tokio-sync v0.1.1 [INFO] [stderr] Checking tokio-executor v0.1.6 [INFO] [stderr] Checking tokio-io v0.1.11 [INFO] [stderr] Checking tokio-threadpool v0.1.11 [INFO] [stderr] Checking tokio-current-thread v0.1.4 [INFO] [stderr] Checking tokio-timer v0.2.10 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.8 [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" "747503bf0290a66d1cfcb57aaa5585d6f9c318f6701981b6d12176090fe11bb3"` [INFO] running `"docker" "rm" "-f" "747503bf0290a66d1cfcb57aaa5585d6f9c318f6701981b6d12176090fe11bb3"` [INFO] [stdout] 747503bf0290a66d1cfcb57aaa5585d6f9c318f6701981b6d12176090fe11bb3