[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-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gpace1/bo-tie" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/gpace1/bo-tie"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/gpace1/bo-tie'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8f5727d5c306b07ff1488bf89e7830fae5873e4f [INFO] sha for GitHub repo gpace1/bo-tie: 8f5727d5c306b07ff1488bf89e7830fae5873e4f [INFO] validating manifest of gpace1/bo-tie 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 gpace1/bo-tie 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 gpace1/bo-tie [INFO] finished frobbing gpace1/bo-tie [INFO] frobbed toml for gpace1/bo-tie written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/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-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/gpace1/bo-tie/Cargo.toml [INFO] crate gpace1/bo-tie 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 gpace1/bo-tie against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-3/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2a1a54a72db275cf12b279fbe8f55c2c3611f44a2b120478a10388572d0b6e33 [INFO] running `"docker" "start" "-a" "2a1a54a72db275cf12b279fbe8f55c2c3611f44a2b120478a10388572d0b6e33"` [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/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] warning: the item `nix` is imported redundantly [INFO] [stderr] --> src/hci/unix/mod.rs:434:13 [INFO] [stderr] | [INFO] [stderr] 434 | use nix; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | extern crate nix; [INFO] [stderr] | ----------------- the item `nix` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Arc` is imported redundantly [INFO] [stderr] --> src/hci/mod.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 152 | use std::sync::{Arc,Mutex}; [INFO] [stderr] | --- the item `Arc` is already imported here [INFO] [stderr] ... [INFO] [stderr] 161 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Vec` is imported redundantly [INFO] [stderr] --> src/hci/mod.rs:3942:25 [INFO] [stderr] | [INFO] [stderr] 3942 | use alloc::vec::Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [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] warning: the item `nix` is imported redundantly [INFO] [stderr] --> src/hci/unix/mod.rs:434:13 [INFO] [stderr] | [INFO] [stderr] 434 | use nix; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | extern crate nix; [INFO] [stderr] | ----------------- the item `nix` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Vec` is imported redundantly [INFO] [stderr] --> src/hci/mod.rs:3942:25 [INFO] [stderr] | [INFO] [stderr] 3942 | use alloc::vec::Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 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 `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" "2a1a54a72db275cf12b279fbe8f55c2c3611f44a2b120478a10388572d0b6e33"` [INFO] running `"docker" "rm" "-f" "2a1a54a72db275cf12b279fbe8f55c2c3611f44a2b120478a10388572d0b6e33"` [INFO] [stdout] 2a1a54a72db275cf12b279fbe8f55c2c3611f44a2b120478a10388572d0b6e33