[INFO] fetching crate futures-spawn 0.1.1... [INFO] testing futures-spawn-0.1.1 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate futures-spawn 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate futures-spawn 0.1.1 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 945c8abe359e2d1e96e68590c582c86cdaa4f315613623fe99c90224cb3d68b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "945c8abe359e2d1e96e68590c582c86cdaa4f315613623fe99c90224cb3d68b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "945c8abe359e2d1e96e68590c582c86cdaa4f315613623fe99c90224cb3d68b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "945c8abe359e2d1e96e68590c582c86cdaa4f315613623fe99c90224cb3d68b3", kill_on_drop: false }` [INFO] [stdout] 945c8abe359e2d1e96e68590c582c86cdaa4f315613623fe99c90224cb3d68b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f982a4cc3404e75652d5c351bfb5cd7d65629032c2bc9ef8550acec285360809 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f982a4cc3404e75652d5c351bfb5cd7d65629032c2bc9ef8550acec285360809", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling 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 `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: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-spawn` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f982a4cc3404e75652d5c351bfb5cd7d65629032c2bc9ef8550acec285360809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f982a4cc3404e75652d5c351bfb5cd7d65629032c2bc9ef8550acec285360809", kill_on_drop: false }` [INFO] [stdout] f982a4cc3404e75652d5c351bfb5cd7d65629032c2bc9ef8550acec285360809