[INFO] updating cached repository dgllghr/socks-async [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dgllghr/socks-async [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dgllghr/socks-async" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dgllghr/socks-async"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dgllghr/socks-async'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dgllghr/socks-async" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dgllghr/socks-async"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dgllghr/socks-async'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cfbc5909aab006f570d722242f643bd0d1ce9101 [INFO] sha for GitHub repo dgllghr/socks-async: cfbc5909aab006f570d722242f643bd0d1ce9101 [INFO] validating manifest of dgllghr/socks-async on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dgllghr/socks-async on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dgllghr/socks-async [INFO] finished frobbing dgllghr/socks-async [INFO] frobbed toml for dgllghr/socks-async written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dgllghr/socks-async/Cargo.toml [INFO] started frobbing dgllghr/socks-async [INFO] finished frobbing dgllghr/socks-async [INFO] frobbed toml for dgllghr/socks-async written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dgllghr/socks-async/Cargo.toml [INFO] crate dgllghr/socks-async already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dgllghr/socks-async against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-4/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dgllghr/socks-async:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dfc2d1eab08a3990d4e55e06c180f445830e44780db935fbfd00acc1a487bb68 [INFO] running `"docker" "start" "-a" "dfc2d1eab08a3990d4e55e06c180f445830e44780db935fbfd00acc1a487bb68"` [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking tokio-io v0.1.9 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Checking tokio-threadpool v0.1.7 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-async-await v0.1.4 [INFO] [stderr] Checking tokio-fs v0.1.3 [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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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" "dfc2d1eab08a3990d4e55e06c180f445830e44780db935fbfd00acc1a487bb68"` [INFO] running `"docker" "rm" "-f" "dfc2d1eab08a3990d4e55e06c180f445830e44780db935fbfd00acc1a487bb68"` [INFO] [stdout] dfc2d1eab08a3990d4e55e06c180f445830e44780db935fbfd00acc1a487bb68