[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-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gpace1/bo-tie" "work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0f1773e2ed79a65e3e4504497a1a175a4f84734a [INFO] sha for GitHub repo gpace1/bo-tie: 0f1773e2ed79a65e3e4504497a1a175a4f84734a [INFO] validating manifest of gpace1/bo-tie on toolchain master#003382e4150984cb476047b3925edf8d75df2d59 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gpace1/bo-tie on toolchain try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-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-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/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-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/gpace1/bo-tie/Cargo.toml [INFO] crate gpace1/bo-tie already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gpace1/bo-tie against master#003382e4150984cb476047b3925edf8d75df2d59 for pr-59527 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59527/worker-4/master#003382e4150984cb476047b3925edf8d75df2d59:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/gpace1/bo-tie:/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" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4387a7fe8cdda20becc205e4fb98e3d08aa20714d17df40b964c1d5d4fe384c8 [INFO] running `"docker" "start" "-a" "4387a7fe8cdda20becc205e4fb98e3d08aa20714d17df40b964c1d5d4fe384c8"` [INFO] [stderr] Compiling bincode v1.1.2 [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:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | use std::task::{LocalWaker, local_waker_from_nonlocal, Poll, Wake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Wake` in `task` [INFO] [stderr] | | | help: a similar name exists in the module: `Waker` [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" "4387a7fe8cdda20becc205e4fb98e3d08aa20714d17df40b964c1d5d4fe384c8"` [INFO] running `"docker" "rm" "-f" "4387a7fe8cdda20becc205e4fb98e3d08aa20714d17df40b964c1d5d4fe384c8"` [INFO] [stdout] 4387a7fe8cdda20becc205e4fb98e3d08aa20714d17df40b964c1d5d4fe384c8