Oct 31 19:28:08.292 INFO checking tobybot11/async-testing against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:28:08.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:28:08.662 INFO blam! 8d92efaaa93bff6631daef10743ae3953e8ff77c632d16ce7ace5692de502a40 Oct 31 19:28:08.665 INFO running `"docker" "start" "-a" "8d92efaaa93bff6631daef10743ae3953e8ff77c632d16ce7ace5692de502a40"` Oct 31 19:28:09.980 INFO kablam! usermod: no changes Oct 31 19:28:10.046 INFO kablam! Checking async-testing v0.1.0 (/source) Oct 31 19:28:10.304 INFO kablam! warning: unused import: `Error` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:3:30 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 31 19:28:10.304 INFO kablam! | ^^^^^ Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.304 INFO kablam! warning: unused import: `Poll` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:7:37 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 31 19:28:10.304 INFO kablam! | ^^^^ Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.304 INFO kablam! warning: unused import: `futures::future::Map` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:10:5 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 10 | use futures::future::Map; Oct 31 19:28:10.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.304 INFO kablam! warning: unused import: `Error` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:3:30 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 31 19:28:10.304 INFO kablam! | ^^^^^ Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.304 INFO kablam! warning: unused import: `Poll` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:7:37 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 31 19:28:10.304 INFO kablam! | ^^^^ Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.304 INFO kablam! warning: unused import: `futures::future::Map` Oct 31 19:28:10.304 INFO kablam! --> src/main.rs:10:5 Oct 31 19:28:10.304 INFO kablam! | Oct 31 19:28:10.304 INFO kablam! 10 | use futures::future::Map; Oct 31 19:28:10.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.304 INFO kablam! Oct 31 19:28:10.318 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 31 19:28:10.319 INFO kablam! --> src/main.rs:8:5 Oct 31 19:28:10.319 INFO kablam! | Oct 31 19:28:10.319 INFO kablam! 8 | use futures::stream::BoxStream; Oct 31 19:28:10.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.320 INFO kablam! | Oct 31 19:28:10.320 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 19:28:10.320 INFO kablam! Oct 31 19:28:10.321 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 31 19:28:10.321 INFO kablam! --> src/main.rs:19:15 Oct 31 19:28:10.321 INFO kablam! | Oct 31 19:28:10.321 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 31 19:28:10.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.322 INFO kablam! Oct 31 19:28:10.325 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 31 19:28:10.325 INFO kablam! --> src/main.rs:8:5 Oct 31 19:28:10.325 INFO kablam! | Oct 31 19:28:10.325 INFO kablam! 8 | use futures::stream::BoxStream; Oct 31 19:28:10.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.326 INFO kablam! | Oct 31 19:28:10.326 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 19:28:10.327 INFO kablam! Oct 31 19:28:10.327 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 31 19:28:10.327 INFO kablam! --> src/main.rs:19:15 Oct 31 19:28:10.328 INFO kablam! | Oct 31 19:28:10.328 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 31 19:28:10.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:28:10.328 INFO kablam! Oct 31 19:28:10.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 31 19:28:10.352 INFO kablam! --> src/main.rs:41:36 Oct 31 19:28:10.352 INFO kablam! | Oct 31 19:28:10.352 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 31 19:28:10.352 INFO kablam! | ^^^^^ Oct 31 19:28:10.352 INFO kablam! Oct 31 19:28:10.374 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 31 19:28:10.375 INFO kablam! --> src/main.rs:38:9 Oct 31 19:28:10.375 INFO kablam! | Oct 31 19:28:10.375 INFO kablam! 38 | tx1.send(Ok(f)); Oct 31 19:28:10.375 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 19:28:10.376 INFO kablam! | Oct 31 19:28:10.376 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:28:10.376 INFO kablam! = note: futures do nothing unless polled Oct 31 19:28:10.376 INFO kablam! Oct 31 19:28:10.376 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 31 19:28:10.377 INFO kablam! --> src/main.rs:41:36 Oct 31 19:28:10.377 INFO kablam! | Oct 31 19:28:10.377 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 31 19:28:10.377 INFO kablam! | ^^^^^ Oct 31 19:28:10.377 INFO kablam! Oct 31 19:28:10.429 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 31 19:28:10.429 INFO kablam! --> src/main.rs:38:9 Oct 31 19:28:10.429 INFO kablam! | Oct 31 19:28:10.429 INFO kablam! 38 | tx1.send(Ok(f)); Oct 31 19:28:10.429 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 19:28:10.430 INFO kablam! | Oct 31 19:28:10.430 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:28:10.431 INFO kablam! = note: futures do nothing unless polled Oct 31 19:28:10.431 INFO kablam! Oct 31 19:28:10.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Oct 31 19:28:10.484 INFO kablam! su: No module specific data is present Oct 31 19:28:11.098 INFO running `"docker" "rm" "-f" "8d92efaaa93bff6631daef10743ae3953e8ff77c632d16ce7ace5692de502a40"` Oct 31 19:28:11.334 INFO blam! 8d92efaaa93bff6631daef10743ae3953e8ff77c632d16ce7ace5692de502a40