[INFO] fetching crate asyncs-sync 0.3.0...
[INFO] checking asyncs-sync-0.3.0 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate asyncs-sync 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate asyncs-sync 0.3.0 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate asyncs-sync 0.3.0
[INFO] finished tweaking crates.io crate asyncs-sync 0.3.0
[INFO] tweaked toml for crates.io crate asyncs-sync 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81a19bca78dc826fb0bb53d34006d8b44d70e51b6336c8e0f6b343b32f18a019
[INFO] running `Command { std: "docker" "start" "-a" "81a19bca78dc826fb0bb53d34006d8b44d70e51b6336c8e0f6b343b32f18a019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81a19bca78dc826fb0bb53d34006d8b44d70e51b6336c8e0f6b343b32f18a019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81a19bca78dc826fb0bb53d34006d8b44d70e51b6336c8e0f6b343b32f18a019", kill_on_drop: false }`
[INFO] [stdout] 81a19bca78dc826fb0bb53d34006d8b44d70e51b6336c8e0f6b343b32f18a019
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dedd3060c4831d4f6e0f523bdb48cbd47e4b1604fb0decbe39ce7bac3ebe0c91
[INFO] running `Command { std: "docker" "start" "-a" "dedd3060c4831d4f6e0f523bdb48cbd47e4b1604fb0decbe39ce7bac3ebe0c91", kill_on_drop: false }`
[INFO] [stderr]     Checking asyncs-sync v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `asyncs`
[INFO] [stdout]    --> src/notify.rs:725:9
[INFO] [stdout]     |
[INFO] [stdout] 725 |     use asyncs::select;
[INFO] [stdout]     |         ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `asyncs`
[INFO] [stdout]    --> src/parker.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |     use asyncs::task;
[INFO] [stdout]     |         ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `asyncs`
[INFO] [stdout]    --> src/watch.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |     use asyncs::{select, task};
[INFO] [stdout]     |         ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:729:7
[INFO] [stdout]     |
[INFO] [stdout] 729 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:763:7
[INFO] [stdout]     |
[INFO] [stdout] 763 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:789:7
[INFO] [stdout]     |
[INFO] [stdout] 789 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:812:7
[INFO] [stdout]     |
[INFO] [stdout] 812 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:835:7
[INFO] [stdout]     |
[INFO] [stdout] 835 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:857:7
[INFO] [stdout]     |
[INFO] [stdout] 857 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:880:7
[INFO] [stdout]     |
[INFO] [stdout] 880 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:904:7
[INFO] [stdout]     |
[INFO] [stdout] 904 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:942:7
[INFO] [stdout]     |
[INFO] [stdout] 942 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:961:7
[INFO] [stdout]     |
[INFO] [stdout] 961 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/notify.rs:979:7
[INFO] [stdout]     |
[INFO] [stdout] 979 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/parker.rs:177:7
[INFO] [stdout]     |
[INFO] [stdout] 177 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/parker.rs:187:7
[INFO] [stdout]     |
[INFO] [stdout] 187 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/parker.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/parker.rs:221:7
[INFO] [stdout]     |
[INFO] [stdout] 221 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/watch.rs:563:7
[INFO] [stdout]     |
[INFO] [stdout] 563 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/watch.rs:604:7
[INFO] [stdout]     |
[INFO] [stdout] 604 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/watch.rs:621:7
[INFO] [stdout]     |
[INFO] [stdout] 621 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/watch.rs:637:7
[INFO] [stdout]     |
[INFO] [stdout] 637 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `asyncs`
[INFO] [stdout]    --> src/watch.rs:667:7
[INFO] [stdout]     |
[INFO] [stdout] 667 |     #[asyncs::test]
[INFO] [stdout]     |       ^^^^^^ use of undeclared crate or module `asyncs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures`
[INFO] [stdout]    --> src/parker.rs:183:34
[INFO] [stdout]     |
[INFO] [stdout] 183 |             assert!(parking.park(futures::task::noop_waker_ref()).is_ready());
[INFO] [stdout]     |                                  ^^^^^^^ use of undeclared crate or module `futures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures`
[INFO] [stdout]    --> src/parker.rs:192:34
[INFO] [stdout]     |
[INFO] [stdout] 192 |             assert!(parking.park(futures::task::noop_waker_ref()).is_pending());
[INFO] [stdout]     |                                  ^^^^^^^ use of undeclared crate or module `futures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `asyncs-sync` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "dedd3060c4831d4f6e0f523bdb48cbd47e4b1604fb0decbe39ce7bac3ebe0c91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dedd3060c4831d4f6e0f523bdb48cbd47e4b1604fb0decbe39ce7bac3ebe0c91", kill_on_drop: false }`
[INFO] [stdout] dedd3060c4831d4f6e0f523bdb48cbd47e4b1604fb0decbe39ce7bac3ebe0c91
