Oct 26 19:16:37.341 INFO checking tobybot11/async-testing against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:16:37.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 19:16:37.840 INFO blam! a83e96cd96979cfd06321126c354838eefaae463bacc27d27e5ef1a7dcd3dcda Oct 26 19:16:37.843 INFO running `"docker" "start" "-a" "a83e96cd96979cfd06321126c354838eefaae463bacc27d27e5ef1a7dcd3dcda"` Oct 26 19:16:39.459 INFO kablam! usermod: no changes Oct 26 19:16:39.543 INFO kablam! Checking async-testing v0.1.0 (/source) Oct 26 19:16:39.824 INFO kablam! warning: unused import: `Error` Oct 26 19:16:39.824 INFO kablam! --> src/main.rs:3:30 Oct 26 19:16:39.824 INFO kablam! | Oct 26 19:16:39.824 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 26 19:16:39.824 INFO kablam! | ^^^^^ Oct 26 19:16:39.824 INFO kablam! | Oct 26 19:16:39.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:16:39.824 INFO kablam! Oct 26 19:16:39.824 INFO kablam! warning: unused import: `Poll` Oct 26 19:16:39.824 INFO kablam! --> src/main.rs:7:37 Oct 26 19:16:39.824 INFO kablam! | Oct 26 19:16:39.824 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 26 19:16:39.824 INFO kablam! | ^^^^ Oct 26 19:16:39.824 INFO kablam! Oct 26 19:16:39.824 INFO kablam! warning: unused import: `futures::future::Map` Oct 26 19:16:39.824 INFO kablam! --> src/main.rs:10:5 Oct 26 19:16:39.824 INFO kablam! | Oct 26 19:16:39.824 INFO kablam! 10 | use futures::future::Map; Oct 26 19:16:39.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:39.824 INFO kablam! Oct 26 19:16:39.863 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 26 19:16:39.863 INFO kablam! --> src/main.rs:8:5 Oct 26 19:16:39.863 INFO kablam! | Oct 26 19:16:39.863 INFO kablam! 8 | use futures::stream::BoxStream; Oct 26 19:16:39.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:39.863 INFO kablam! | Oct 26 19:16:39.863 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:16:39.863 INFO kablam! Oct 26 19:16:39.863 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 26 19:16:39.863 INFO kablam! --> src/main.rs:19:15 Oct 26 19:16:39.863 INFO kablam! | Oct 26 19:16:39.863 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 26 19:16:39.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:39.863 INFO kablam! Oct 26 19:16:39.951 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 26 19:16:39.951 INFO kablam! --> src/main.rs:41:36 Oct 26 19:16:39.951 INFO kablam! | Oct 26 19:16:39.951 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 26 19:16:39.951 INFO kablam! | ^^^^^ Oct 26 19:16:39.951 INFO kablam! Oct 26 19:16:39.958 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 26 19:16:39.958 INFO kablam! --> src/main.rs:38:9 Oct 26 19:16:39.958 INFO kablam! | Oct 26 19:16:39.958 INFO kablam! 38 | tx1.send(Ok(f)); Oct 26 19:16:39.958 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:16:39.958 INFO kablam! | Oct 26 19:16:39.958 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:16:39.958 INFO kablam! = note: futures do nothing unless polled Oct 26 19:16:39.958 INFO kablam! Oct 26 19:16:40.008 INFO kablam! warning: unused import: `Error` Oct 26 19:16:40.008 INFO kablam! --> src/main.rs:3:30 Oct 26 19:16:40.008 INFO kablam! | Oct 26 19:16:40.008 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 26 19:16:40.008 INFO kablam! | ^^^^^ Oct 26 19:16:40.008 INFO kablam! | Oct 26 19:16:40.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:16:40.009 INFO kablam! Oct 26 19:16:40.009 INFO kablam! warning: unused import: `Poll` Oct 26 19:16:40.009 INFO kablam! --> src/main.rs:7:37 Oct 26 19:16:40.009 INFO kablam! | Oct 26 19:16:40.009 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 26 19:16:40.009 INFO kablam! | ^^^^ Oct 26 19:16:40.009 INFO kablam! Oct 26 19:16:40.009 INFO kablam! warning: unused import: `futures::future::Map` Oct 26 19:16:40.009 INFO kablam! --> src/main.rs:10:5 Oct 26 19:16:40.009 INFO kablam! | Oct 26 19:16:40.009 INFO kablam! 10 | use futures::future::Map; Oct 26 19:16:40.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:40.009 INFO kablam! Oct 26 19:16:40.035 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 26 19:16:40.035 INFO kablam! --> src/main.rs:8:5 Oct 26 19:16:40.035 INFO kablam! | Oct 26 19:16:40.035 INFO kablam! 8 | use futures::stream::BoxStream; Oct 26 19:16:40.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:40.035 INFO kablam! | Oct 26 19:16:40.035 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:16:40.035 INFO kablam! Oct 26 19:16:40.035 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 26 19:16:40.035 INFO kablam! --> src/main.rs:19:15 Oct 26 19:16:40.035 INFO kablam! | Oct 26 19:16:40.035 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 26 19:16:40.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:16:40.035 INFO kablam! Oct 26 19:16:40.059 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 26 19:16:40.059 INFO kablam! --> src/main.rs:41:36 Oct 26 19:16:40.059 INFO kablam! | Oct 26 19:16:40.059 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 26 19:16:40.059 INFO kablam! | ^^^^^ Oct 26 19:16:40.059 INFO kablam! Oct 26 19:16:40.077 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 26 19:16:40.077 INFO kablam! --> src/main.rs:38:9 Oct 26 19:16:40.077 INFO kablam! | Oct 26 19:16:40.077 INFO kablam! 38 | tx1.send(Ok(f)); Oct 26 19:16:40.077 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:16:40.077 INFO kablam! | Oct 26 19:16:40.077 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:16:40.077 INFO kablam! = note: futures do nothing unless polled Oct 26 19:16:40.077 INFO kablam! Oct 26 19:16:40.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 26 19:16:40.091 INFO kablam! su: No module specific data is present Oct 26 19:16:40.847 INFO running `"docker" "rm" "-f" "a83e96cd96979cfd06321126c354838eefaae463bacc27d27e5ef1a7dcd3dcda"` Oct 26 19:16:41.123 INFO blam! a83e96cd96979cfd06321126c354838eefaae463bacc27d27e5ef1a7dcd3dcda