[INFO] updating cached repository gpace1/bo-tie [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gpace1/bo-tie [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gpace1/bo-tie" "work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gpace1/bo-tie" "work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1d647566a3e52693c1c7ca66ac7eddad6a9cac23 [INFO] sha for GitHub repo gpace1/bo-tie: 1d647566a3e52693c1c7ca66ac7eddad6a9cac23 [INFO] validating manifest of gpace1/bo-tie on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gpace1/bo-tie on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gpace1/bo-tie [INFO] finished frobbing gpace1/bo-tie [INFO] frobbed toml for gpace1/bo-tie written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/gpace1/bo-tie/Cargo.toml [INFO] started frobbing gpace1/bo-tie [INFO] finished frobbing gpace1/bo-tie [INFO] frobbed toml for gpace1/bo-tie written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/gpace1/bo-tie/Cargo.toml [INFO] crate gpace1/bo-tie has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gpace1/bo-tie against try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-6/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/gpace1/bo-tie:/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" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 13723623e926ce32dc3e6ab51cffd48f97508c2298c234a523daa0477622c719 [INFO] running `"docker" "start" "-a" "13723623e926ce32dc3e6ab51cffd48f97508c2298c234a523daa0477622c719"` [INFO] [stderr] Checking nix v0.11.0 [INFO] [stderr] Checking simple-signal v1.1.1 [INFO] [stderr] Checking bo-tie v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `std::task::LocalWaker`, `std::task::local_waker_from_nonlocal`, `std::task::Wake` [INFO] [stderr] --> src/hci/mod.rs:161:25 [INFO] [stderr] | [INFO] [stderr] 161 | use std::task::{LocalWaker, local_waker_from_nonlocal, Poll, Wake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ no `Wake` in `task`. Did you mean to use `Waker`? [INFO] [stderr] | | | [INFO] [stderr] | | no `local_waker_from_nonlocal` in `task` [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> src/hci/unix/event.rs:255:55 [INFO] [stderr] | [INFO] [stderr] 255 | fn poll (self: Pin<&mut Self>, lw: &task::LocalWaker) -> [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> src/hci/unix/event.rs:255:55 [INFO] [stderr] | [INFO] [stderr] 255 | fn poll (self: Pin<&mut Self>, lw: &task::LocalWaker) -> [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stderr] --> src/hci/unix/mod.rs:788:50 [INFO] [stderr] | [INFO] [stderr] 788 | fn poll(self: Pin<&mut Self>, lw: &task::LocalWaker) -> task::Poll { [INFO] [stderr] | ^^^^^^^^^^ not found in `task` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `bo-tie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/hci/unix/mod.rs:168:48 [INFO] [stderr] | [INFO] [stderr] 168 | Error::IOError(ref errno) => errno.cause().clone(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `bo-tie`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "13723623e926ce32dc3e6ab51cffd48f97508c2298c234a523daa0477622c719"` [INFO] running `"docker" "rm" "-f" "13723623e926ce32dc3e6ab51cffd48f97508c2298c234a523daa0477622c719"` [INFO] [stdout] 13723623e926ce32dc3e6ab51cffd48f97508c2298c234a523daa0477622c719