Oct 21 12:54:14.303 INFO checking tobybot11/async-testing against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:54:14.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 12:54:14.788 INFO blam! c0ee9b82ca3266ba14f06726589566e3131283c0088fb93b453c7b2701b1ed16 Oct 21 12:54:14.794 INFO running `"docker" "start" "-a" "c0ee9b82ca3266ba14f06726589566e3131283c0088fb93b453c7b2701b1ed16"` Oct 21 12:54:15.884 INFO kablam! usermod: no changes Oct 21 12:54:15.938 INFO kablam! Checking async-testing v0.1.0 (/source) Oct 21 12:54:16.192 INFO kablam! warning: unused import: `Error` Oct 21 12:54:16.192 INFO kablam! --> src/main.rs:3:30 Oct 21 12:54:16.192 INFO kablam! | Oct 21 12:54:16.192 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 21 12:54:16.192 INFO kablam! | ^^^^^ Oct 21 12:54:16.192 INFO kablam! | Oct 21 12:54:16.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:54:16.192 INFO kablam! Oct 21 12:54:16.192 INFO kablam! warning: unused import: `Poll` Oct 21 12:54:16.192 INFO kablam! --> src/main.rs:7:37 Oct 21 12:54:16.192 INFO kablam! | Oct 21 12:54:16.192 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 21 12:54:16.192 INFO kablam! | ^^^^ Oct 21 12:54:16.192 INFO kablam! Oct 21 12:54:16.192 INFO kablam! warning: unused import: `futures::future::Map` Oct 21 12:54:16.192 INFO kablam! --> src/main.rs:10:5 Oct 21 12:54:16.192 INFO kablam! | Oct 21 12:54:16.192 INFO kablam! 10 | use futures::future::Map; Oct 21 12:54:16.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.192 INFO kablam! Oct 21 12:54:16.212 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 21 12:54:16.212 INFO kablam! --> src/main.rs:8:5 Oct 21 12:54:16.212 INFO kablam! | Oct 21 12:54:16.212 INFO kablam! 8 | use futures::stream::BoxStream; Oct 21 12:54:16.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.212 INFO kablam! | Oct 21 12:54:16.212 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:54:16.212 INFO kablam! Oct 21 12:54:16.212 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 21 12:54:16.212 INFO kablam! --> src/main.rs:19:15 Oct 21 12:54:16.212 INFO kablam! | Oct 21 12:54:16.212 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 21 12:54:16.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.212 INFO kablam! Oct 21 12:54:16.240 INFO kablam! warning: unused import: `Error` Oct 21 12:54:16.240 INFO kablam! --> src/main.rs:3:30 Oct 21 12:54:16.240 INFO kablam! | Oct 21 12:54:16.240 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 21 12:54:16.240 INFO kablam! | ^^^^^ Oct 21 12:54:16.240 INFO kablam! | Oct 21 12:54:16.240 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:54:16.240 INFO kablam! Oct 21 12:54:16.240 INFO kablam! warning: unused import: `Poll` Oct 21 12:54:16.240 INFO kablam! --> src/main.rs:7:37 Oct 21 12:54:16.240 INFO kablam! | Oct 21 12:54:16.240 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 21 12:54:16.240 INFO kablam! | ^^^^ Oct 21 12:54:16.241 INFO kablam! Oct 21 12:54:16.241 INFO kablam! warning: unused import: `futures::future::Map` Oct 21 12:54:16.241 INFO kablam! --> src/main.rs:10:5 Oct 21 12:54:16.241 INFO kablam! | Oct 21 12:54:16.241 INFO kablam! 10 | use futures::future::Map; Oct 21 12:54:16.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.241 INFO kablam! Oct 21 12:54:16.264 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 21 12:54:16.264 INFO kablam! --> src/main.rs:8:5 Oct 21 12:54:16.264 INFO kablam! | Oct 21 12:54:16.264 INFO kablam! 8 | use futures::stream::BoxStream; Oct 21 12:54:16.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.264 INFO kablam! | Oct 21 12:54:16.264 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:54:16.264 INFO kablam! Oct 21 12:54:16.264 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 21 12:54:16.264 INFO kablam! --> src/main.rs:19:15 Oct 21 12:54:16.264 INFO kablam! | Oct 21 12:54:16.264 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 21 12:54:16.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:54:16.264 INFO kablam! Oct 21 12:54:16.284 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 21 12:54:16.284 INFO kablam! --> src/main.rs:41:36 Oct 21 12:54:16.284 INFO kablam! | Oct 21 12:54:16.284 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 21 12:54:16.284 INFO kablam! | ^^^^^ Oct 21 12:54:16.284 INFO kablam! Oct 21 12:54:16.300 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 21 12:54:16.300 INFO kablam! --> src/main.rs:38:9 Oct 21 12:54:16.300 INFO kablam! | Oct 21 12:54:16.300 INFO kablam! 38 | tx1.send(Ok(f)); Oct 21 12:54:16.300 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 12:54:16.300 INFO kablam! | Oct 21 12:54:16.300 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 12:54:16.300 INFO kablam! = note: futures do nothing unless polled Oct 21 12:54:16.300 INFO kablam! Oct 21 12:54:16.352 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 21 12:54:16.352 INFO kablam! --> src/main.rs:41:36 Oct 21 12:54:16.352 INFO kablam! | Oct 21 12:54:16.352 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 21 12:54:16.352 INFO kablam! | ^^^^^ Oct 21 12:54:16.352 INFO kablam! Oct 21 12:54:16.372 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 21 12:54:16.372 INFO kablam! --> src/main.rs:38:9 Oct 21 12:54:16.372 INFO kablam! | Oct 21 12:54:16.372 INFO kablam! 38 | tx1.send(Ok(f)); Oct 21 12:54:16.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 12:54:16.372 INFO kablam! | Oct 21 12:54:16.372 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 12:54:16.372 INFO kablam! = note: futures do nothing unless polled Oct 21 12:54:16.372 INFO kablam! Oct 21 12:54:16.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Oct 21 12:54:16.389 INFO kablam! su: No module specific data is present Oct 21 12:54:16.912 INFO running `"docker" "rm" "-f" "c0ee9b82ca3266ba14f06726589566e3131283c0088fb93b453c7b2701b1ed16"` Oct 21 12:54:17.152 INFO blam! c0ee9b82ca3266ba14f06726589566e3131283c0088fb93b453c7b2701b1ed16