[INFO] fetching crate futex_channel 0.0.0...
[INFO] testing futex_channel-0.0.0 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] extracting crate futex_channel 0.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate futex_channel 0.0.0
[INFO] finished tweaking crates.io crate futex_channel 0.0.0
[INFO] tweaked toml for crates.io crate futex_channel 0.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate futex_channel 0.0.0 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding linux-futex v0.1.2 (available: v1.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linux-futex v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34beaf5cf286dec476e6e34bb0eb56c2faefbc8a4107b3d95482f181b6ba77f7
[INFO] running `Command { std: "docker" "start" "-a" "34beaf5cf286dec476e6e34bb0eb56c2faefbc8a4107b3d95482f181b6ba77f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34beaf5cf286dec476e6e34bb0eb56c2faefbc8a4107b3d95482f181b6ba77f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34beaf5cf286dec476e6e34bb0eb56c2faefbc8a4107b3d95482f181b6ba77f7", kill_on_drop: false }`
[INFO] [stdout] 34beaf5cf286dec476e6e34bb0eb56c2faefbc8a4107b3d95482f181b6ba77f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2dd42b39450258599e4af76f9b9e5664a81efcaa230a200e1b99f520c06534d
[INFO] running `Command { std: "docker" "start" "-a" "b2dd42b39450258599e4af76f9b9e5664a81efcaa230a200e1b99f520c06534d", kill_on_drop: false }`
[INFO] [stderr]    Compiling linux-futex v0.1.2
[INFO] [stderr]    Compiling futex_channel v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `push_front` is never used
[INFO] [stdout]   --> src/inner.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl<T> Inner<T> {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub(crate) fn push_front(&self, obj: T) -> AppendResult {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "b2dd42b39450258599e4af76f9b9e5664a81efcaa230a200e1b99f520c06534d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2dd42b39450258599e4af76f9b9e5664a81efcaa230a200e1b99f520c06534d", kill_on_drop: false }`
[INFO] [stdout] b2dd42b39450258599e4af76f9b9e5664a81efcaa230a200e1b99f520c06534d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 754d755cf8706544fe058af7839dc4ea3856b1cec0bcce0a56243857261ee2e7
[INFO] running `Command { std: "docker" "start" "-a" "754d755cf8706544fe058af7839dc4ea3856b1cec0bcce0a56243857261ee2e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stdout] warning: method `push_front` is never used
[INFO] [stdout]   --> src/inner.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl<T> Inner<T> {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub(crate) fn push_front(&self, obj: T) -> AppendResult {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futex_channel v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "754d755cf8706544fe058af7839dc4ea3856b1cec0bcce0a56243857261ee2e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "754d755cf8706544fe058af7839dc4ea3856b1cec0bcce0a56243857261ee2e7", kill_on_drop: false }`
[INFO] [stdout] 754d755cf8706544fe058af7839dc4ea3856b1cec0bcce0a56243857261ee2e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 70b48523b6e2d4bae343d179ae16a9cd4380fa25bda949b54f1a222e9b62c4fc
[INFO] running `Command { std: "docker" "start" "-a" "70b48523b6e2d4bae343d179ae16a9cd4380fa25bda949b54f1a222e9b62c4fc", kill_on_drop: false }`
[INFO] [stderr] warning: method `push_front` is never used
[INFO] [stderr]   --> src/inner.rs:65:19
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl<T> Inner<T> {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 65 |     pub(crate) fn push_front(&self, obj: T) -> AppendResult {
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `futex_channel` (lib) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/futex_channel-46e0191b1d357772)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test inner::tests::append_pop_front_empty ... ok
[INFO] [stdout] test inner::tests::pass_three_elements ... ok
[INFO] [stdout] test inner::tests::pass_three_elements_fifo ... ok
[INFO] [stdout] test inner::tests::append ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test inner::tests::pop_front_empty ... ok
[INFO] [stdout] test tests::multiple_inserter_while_pulling ... FAILED
[INFO] [stdout] test tests::single_inserter ... FAILED
[INFO] [stdout] test tests::multiple_inserter has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "70b48523b6e2d4bae343d179ae16a9cd4380fa25bda949b54f1a222e9b62c4fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70b48523b6e2d4bae343d179ae16a9cd4380fa25bda949b54f1a222e9b62c4fc", kill_on_drop: false }`
[INFO] [stdout] 70b48523b6e2d4bae343d179ae16a9cd4380fa25bda949b54f1a222e9b62c4fc
