[INFO] fetching crate futures-spawn 0.1.1... [INFO] checking futures-spawn-0.1.1 against try#07fecb9cf34c4979a772ba38c99d6d9144768413 for pr-87710 [INFO] extracting crate futures-spawn 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate futures-spawn 0.1.1 on toolchain 07fecb9cf34c4979a772ba38c99d6d9144768413 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate futures-spawn 0.1.1 [INFO] finished tweaking crates.io crate futures-spawn 0.1.1 [INFO] tweaked toml for crates.io crate futures-spawn 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48bd59946a85479ad6720081719e1bfbf0a1ddb500347a90076b9937d4f5af34 [INFO] running `Command { std: "docker" "start" "-a" "48bd59946a85479ad6720081719e1bfbf0a1ddb500347a90076b9937d4f5af34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48bd59946a85479ad6720081719e1bfbf0a1ddb500347a90076b9937d4f5af34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48bd59946a85479ad6720081719e1bfbf0a1ddb500347a90076b9937d4f5af34", kill_on_drop: false }` [INFO] [stdout] 48bd59946a85479ad6720081719e1bfbf0a1ddb500347a90076b9937d4f5af34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca41d582322d709c3614a3725c45f3860c66111f9320affb8544deaf22c33d4d [INFO] running `Command { std: "docker" "start" "-a" "ca41d582322d709c3614a3725c45f3860c66111f9320affb8544deaf22c33d4d", kill_on_drop: false }` [INFO] [stderr] Checking tokio-core v0.1.18 [INFO] [stderr] Checking futures-spawn v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: the item `oneshot` is imported redundantly [INFO] [stdout] --> src/lib.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 39 | use futures::sync::oneshot; [INFO] [stdout] | ---------------------- the item `oneshot` is already imported here [INFO] [stdout] ... [INFO] [stdout] 100 | use futures::sync::oneshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AssertUnwindSafe` is imported redundantly [INFO] [stdout] --> src/lib.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 42 | use std::panic::{self, AssertUnwindSafe}; [INFO] [stdout] | ---------------- the item `AssertUnwindSafe` is already imported here [INFO] [stdout] ... [INFO] [stdout] 101 | use std::panic::AssertUnwindSafe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `oneshot` is imported redundantly [INFO] [stdout] --> src/lib.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 39 | use futures::sync::oneshot; [INFO] [stdout] | ---------------------- the item `oneshot` is already imported here [INFO] [stdout] ... [INFO] [stdout] 100 | use futures::sync::oneshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Arc` is imported redundantly [INFO] [stdout] --> src/lib.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 43 | use std::sync::Arc; [INFO] [stdout] | -------------- the item `Arc` is already imported here [INFO] [stdout] ... [INFO] [stdout] 102 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AtomicBool` is imported redundantly [INFO] [stdout] --> src/lib.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 44 | use std::sync::atomic::AtomicBool; [INFO] [stdout] | ----------------------------- the item `AtomicBool` is already imported here [INFO] [stdout] ... [INFO] [stdout] 103 | use std::sync::atomic::AtomicBool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AssertUnwindSafe` is imported redundantly [INFO] [stdout] --> src/lib.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 42 | use std::panic::{self, AssertUnwindSafe}; [INFO] [stdout] | ---------------- the item `AssertUnwindSafe` is already imported here [INFO] [stdout] ... [INFO] [stdout] 101 | use std::panic::AssertUnwindSafe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `thread` is imported redundantly [INFO] [stdout] --> src/lib.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 41 | use std::{thread}; [INFO] [stdout] | ------ the item `thread` is already imported here [INFO] [stdout] ... [INFO] [stdout] 195 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Arc` is imported redundantly [INFO] [stdout] --> src/lib.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 43 | use std::sync::Arc; [INFO] [stdout] | -------------- the item `Arc` is already imported here [INFO] [stdout] ... [INFO] [stdout] 102 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AtomicBool` is imported redundantly [INFO] [stdout] --> src/lib.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 44 | use std::sync::atomic::AtomicBool; [INFO] [stdout] | ----------------------------- the item `AtomicBool` is already imported here [INFO] [stdout] ... [INFO] [stdout] 103 | use std::sync::atomic::AtomicBool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `thread` is imported redundantly [INFO] [stdout] --> src/lib.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 41 | use std::{thread}; [INFO] [stdout] | ------ the item `thread` is already imported here [INFO] [stdout] ... [INFO] [stdout] 195 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `futures::Complete::::complete`: renamed to `send` [INFO] [stdout] --> src/lib.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | self.tx.take().unwrap().complete(res); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `futures::Complete::::complete`: renamed to `send` [INFO] [stdout] --> src/lib.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | self.tx.take().unwrap().complete(res); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-spawn` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ca41d582322d709c3614a3725c45f3860c66111f9320affb8544deaf22c33d4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca41d582322d709c3614a3725c45f3860c66111f9320affb8544deaf22c33d4d", kill_on_drop: false }` [INFO] [stdout] ca41d582322d709c3614a3725c45f3860c66111f9320affb8544deaf22c33d4d