Oct 12 21:10:31.348 INFO testing tobybot11/async-testing against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:10:31.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:10:31.891 INFO blam! 6c66192265c39a34b8fad69d46a6e980b22a8c9e0232cf528dabcf1b309f9104 Oct 12 21:10:31.893 INFO running `"docker" "start" "-a" "6c66192265c39a34b8fad69d46a6e980b22a8c9e0232cf528dabcf1b309f9104"` Oct 12 21:10:33.239 INFO kablam! usermod: no changes Oct 12 21:10:33.315 INFO kablam! Compiling async-testing v0.1.0 (/source) Oct 12 21:10:33.531 INFO kablam! warning: unused import: `Error` Oct 12 21:10:33.531 INFO kablam! --> src/main.rs:3:30 Oct 12 21:10:33.531 INFO kablam! | Oct 12 21:10:33.531 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 12 21:10:33.531 INFO kablam! | ^^^^^ Oct 12 21:10:33.531 INFO kablam! | Oct 12 21:10:33.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:10:33.531 INFO kablam! Oct 12 21:10:33.531 INFO kablam! warning: unused import: `Poll` Oct 12 21:10:33.531 INFO kablam! --> src/main.rs:7:37 Oct 12 21:10:33.531 INFO kablam! | Oct 12 21:10:33.531 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 12 21:10:33.531 INFO kablam! | ^^^^ Oct 12 21:10:33.531 INFO kablam! Oct 12 21:10:33.531 INFO kablam! warning: unused import: `futures::future::Map` Oct 12 21:10:33.531 INFO kablam! --> src/main.rs:10:5 Oct 12 21:10:33.531 INFO kablam! | Oct 12 21:10:33.531 INFO kablam! 10 | use futures::future::Map; Oct 12 21:10:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:33.531 INFO kablam! Oct 12 21:10:33.539 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:33.539 INFO kablam! --> src/main.rs:8:5 Oct 12 21:10:33.539 INFO kablam! | Oct 12 21:10:33.539 INFO kablam! 8 | use futures::stream::BoxStream; Oct 12 21:10:33.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:33.539 INFO kablam! | Oct 12 21:10:33.547 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 21:10:33.547 INFO kablam! Oct 12 21:10:33.547 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:33.547 INFO kablam! --> src/main.rs:19:15 Oct 12 21:10:33.547 INFO kablam! | Oct 12 21:10:33.547 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 12 21:10:33.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:33.547 INFO kablam! Oct 12 21:10:33.583 INFO kablam! warning: use of deprecated item 'futures::Stream::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:33.583 INFO kablam! --> src/main.rs:41:36 Oct 12 21:10:33.583 INFO kablam! | Oct 12 21:10:33.583 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 12 21:10:33.583 INFO kablam! | ^^^^^ Oct 12 21:10:33.583 INFO kablam! Oct 12 21:10:33.610 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 12 21:10:33.611 INFO kablam! --> src/main.rs:38:9 Oct 12 21:10:33.611 INFO kablam! | Oct 12 21:10:33.611 INFO kablam! 38 | tx1.send(Ok(f)); Oct 12 21:10:33.611 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:10:33.611 INFO kablam! | Oct 12 21:10:33.611 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:10:33.611 INFO kablam! = note: futures do nothing unless polled Oct 12 21:10:33.611 INFO kablam! Oct 12 21:10:34.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 12 21:10:34.852 INFO kablam! su: No module specific data is present Oct 12 21:10:35.515 INFO running `"docker" "rm" "-f" "6c66192265c39a34b8fad69d46a6e980b22a8c9e0232cf528dabcf1b309f9104"` Oct 12 21:10:35.811 INFO blam! 6c66192265c39a34b8fad69d46a6e980b22a8c9e0232cf528dabcf1b309f9104 Oct 12 21:10:35.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:10:36.415 INFO blam! 5372d843effc696a7c7516688fa1f695b7dd52e5b7613943c707b7f692787301 Oct 12 21:10:36.423 INFO running `"docker" "start" "-a" "5372d843effc696a7c7516688fa1f695b7dd52e5b7613943c707b7f692787301"` Oct 12 21:10:37.302 INFO kablam! usermod: no changes Oct 12 21:10:37.367 INFO kablam! Compiling async-testing v0.1.0 (/source) Oct 12 21:10:37.547 INFO kablam! warning: unused import: `Error` Oct 12 21:10:37.547 INFO kablam! --> src/main.rs:3:30 Oct 12 21:10:37.548 INFO kablam! | Oct 12 21:10:37.548 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 12 21:10:37.548 INFO kablam! | ^^^^^ Oct 12 21:10:37.548 INFO kablam! | Oct 12 21:10:37.549 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:10:37.549 INFO kablam! Oct 12 21:10:37.549 INFO kablam! warning: unused import: `Poll` Oct 12 21:10:37.550 INFO kablam! --> src/main.rs:7:37 Oct 12 21:10:37.550 INFO kablam! | Oct 12 21:10:37.550 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 12 21:10:37.550 INFO kablam! | ^^^^ Oct 12 21:10:37.551 INFO kablam! Oct 12 21:10:37.551 INFO kablam! warning: unused import: `futures::future::Map` Oct 12 21:10:37.551 INFO kablam! --> src/main.rs:10:5 Oct 12 21:10:37.551 INFO kablam! | Oct 12 21:10:37.552 INFO kablam! 10 | use futures::future::Map; Oct 12 21:10:37.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:37.552 INFO kablam! Oct 12 21:10:37.552 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:37.553 INFO kablam! --> src/main.rs:8:5 Oct 12 21:10:37.553 INFO kablam! | Oct 12 21:10:37.553 INFO kablam! 8 | use futures::stream::BoxStream; Oct 12 21:10:37.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:37.554 INFO kablam! | Oct 12 21:10:37.554 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 21:10:37.554 INFO kablam! Oct 12 21:10:37.555 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:37.555 INFO kablam! --> src/main.rs:19:15 Oct 12 21:10:37.555 INFO kablam! | Oct 12 21:10:37.555 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 12 21:10:37.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:10:37.556 INFO kablam! Oct 12 21:10:37.587 INFO kablam! warning: use of deprecated item 'futures::Stream::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 12 21:10:37.587 INFO kablam! --> src/main.rs:41:36 Oct 12 21:10:37.587 INFO kablam! | Oct 12 21:10:37.587 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 12 21:10:37.587 INFO kablam! | ^^^^^ Oct 12 21:10:37.587 INFO kablam! Oct 12 21:10:37.602 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 12 21:10:37.602 INFO kablam! --> src/main.rs:38:9 Oct 12 21:10:37.602 INFO kablam! | Oct 12 21:10:37.602 INFO kablam! 38 | tx1.send(Ok(f)); Oct 12 21:10:37.602 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:10:37.602 INFO kablam! | Oct 12 21:10:37.606 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:10:37.606 INFO kablam! = note: futures do nothing unless polled Oct 12 21:10:37.606 INFO kablam! Oct 12 21:10:38.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 12 21:10:38.107 INFO kablam! su: No module specific data is present Oct 12 21:10:38.643 INFO running `"docker" "rm" "-f" "5372d843effc696a7c7516688fa1f695b7dd52e5b7613943c707b7f692787301"` Oct 12 21:10:39.025 INFO blam! 5372d843effc696a7c7516688fa1f695b7dd52e5b7613943c707b7f692787301 Oct 12 21:10:39.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:10:39.578 INFO blam! c98fea3d19dc2dcee3bf4253fa5a985ce44cde9165468247d3bae60a100d82ca Oct 12 21:10:39.581 INFO running `"docker" "start" "-a" "c98fea3d19dc2dcee3bf4253fa5a985ce44cde9165468247d3bae60a100d82ca"` Oct 12 21:10:40.561 INFO kablam! usermod: no changes Oct 12 21:10:40.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 21:10:40.613 INFO kablam! Running /target/debug/deps/async_testing-db057fe3575df1e1 Oct 12 21:10:40.619 INFO kablam! su: No module specific data is present Oct 12 21:10:40.619 INFO blam! Oct 12 21:10:40.620 INFO blam! running 0 tests Oct 12 21:10:40.620 INFO blam! Oct 12 21:10:40.621 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:10:40.621 INFO blam! Oct 12 21:10:41.056 INFO running `"docker" "rm" "-f" "c98fea3d19dc2dcee3bf4253fa5a985ce44cde9165468247d3bae60a100d82ca"` Oct 12 21:10:41.447 INFO blam! c98fea3d19dc2dcee3bf4253fa5a985ce44cde9165468247d3bae60a100d82ca