Oct 12 12:02:27.845 INFO checking tobybot11/async-testing against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 12:02:27.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 12:02:28.290 INFO blam! 181d21a2073478322f6fc63f278bf727cbb19b4217bc5b15b229beed3c8b21d5 Oct 12 12:02:28.296 INFO running `"docker" "start" "-a" "181d21a2073478322f6fc63f278bf727cbb19b4217bc5b15b229beed3c8b21d5"` Oct 12 12:02:30.521 INFO kablam! usermod: no changes Oct 12 12:02:30.568 INFO kablam! Checking async-testing v0.1.0 (/source) Oct 12 12:02:30.928 INFO kablam! warning: unused import: `Error` Oct 12 12:02:30.928 INFO kablam! --> src/main.rs:3:30 Oct 12 12:02:30.928 INFO kablam! | Oct 12 12:02:30.928 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 12 12:02:30.928 INFO kablam! | ^^^^^ Oct 12 12:02:30.928 INFO kablam! | Oct 12 12:02:30.928 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 12:02:30.928 INFO kablam! Oct 12 12:02:30.928 INFO kablam! warning: unused import: `Poll` Oct 12 12:02:30.928 INFO kablam! --> src/main.rs:7:37 Oct 12 12:02:30.928 INFO kablam! | Oct 12 12:02:30.928 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 12 12:02:30.928 INFO kablam! | ^^^^ Oct 12 12:02:30.928 INFO kablam! Oct 12 12:02:30.928 INFO kablam! warning: unused import: `futures::future::Map` Oct 12 12:02:30.928 INFO kablam! --> src/main.rs:10:5 Oct 12 12:02:30.928 INFO kablam! | Oct 12 12:02:30.928 INFO kablam! 10 | use futures::future::Map; Oct 12 12:02:30.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.928 INFO kablam! Oct 12 12:02:30.948 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 12:02:30.948 INFO kablam! --> src/main.rs:8:5 Oct 12 12:02:30.948 INFO kablam! | Oct 12 12:02:30.948 INFO kablam! 8 | use futures::stream::BoxStream; Oct 12 12:02:30.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.948 INFO kablam! | Oct 12 12:02:30.948 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:02:30.948 INFO kablam! Oct 12 12:02:30.948 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 12:02:30.948 INFO kablam! --> src/main.rs:19:15 Oct 12 12:02:30.948 INFO kablam! | Oct 12 12:02:30.948 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 12 12:02:30.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.948 INFO kablam! Oct 12 12:02:30.988 INFO kablam! warning: unused import: `Error` Oct 12 12:02:30.988 INFO kablam! --> src/main.rs:3:30 Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 12 12:02:30.988 INFO kablam! | ^^^^^ Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 12:02:30.988 INFO kablam! Oct 12 12:02:30.988 INFO kablam! warning: unused import: `Poll` Oct 12 12:02:30.988 INFO kablam! --> src/main.rs:7:37 Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 12 12:02:30.988 INFO kablam! | ^^^^ Oct 12 12:02:30.988 INFO kablam! Oct 12 12:02:30.988 INFO kablam! warning: unused import: `futures::future::Map` Oct 12 12:02:30.988 INFO kablam! --> src/main.rs:10:5 Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! 10 | use futures::future::Map; Oct 12 12:02:30.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.988 INFO kablam! Oct 12 12:02:30.988 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 12:02:30.988 INFO kablam! --> src/main.rs:8:5 Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! 8 | use futures::stream::BoxStream; Oct 12 12:02:30.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:02:30.988 INFO kablam! Oct 12 12:02:30.988 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 12:02:30.988 INFO kablam! --> src/main.rs:19:15 Oct 12 12:02:30.988 INFO kablam! | Oct 12 12:02:30.988 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 12 12:02:30.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:02:30.988 INFO kablam! Oct 12 12:02:31.040 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 12:02:31.040 INFO kablam! --> src/main.rs:41:36 Oct 12 12:02:31.040 INFO kablam! | Oct 12 12:02:31.040 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 12 12:02:31.040 INFO kablam! | ^^^^^ Oct 12 12:02:31.040 INFO kablam! Oct 12 12:02:31.056 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 12:02:31.056 INFO kablam! --> src/main.rs:41:36 Oct 12 12:02:31.056 INFO kablam! | Oct 12 12:02:31.056 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 12 12:02:31.056 INFO kablam! | ^^^^^ Oct 12 12:02:31.056 INFO kablam! Oct 12 12:02:31.079 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 12 12:02:31.079 INFO kablam! --> src/main.rs:38:9 Oct 12 12:02:31.079 INFO kablam! | Oct 12 12:02:31.079 INFO kablam! 38 | tx1.send(Ok(f)); Oct 12 12:02:31.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 12:02:31.079 INFO kablam! | Oct 12 12:02:31.079 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:02:31.079 INFO kablam! = note: futures do nothing unless polled Oct 12 12:02:31.079 INFO kablam! Oct 12 12:02:31.104 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 12 12:02:31.104 INFO kablam! --> src/main.rs:38:9 Oct 12 12:02:31.104 INFO kablam! | Oct 12 12:02:31.104 INFO kablam! 38 | tx1.send(Ok(f)); Oct 12 12:02:31.104 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 12:02:31.104 INFO kablam! | Oct 12 12:02:31.104 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:02:31.104 INFO kablam! = note: futures do nothing unless polled Oct 12 12:02:31.104 INFO kablam! Oct 12 12:02:31.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 12 12:02:31.144 INFO kablam! su: No module specific data is present Oct 12 12:02:32.272 INFO running `"docker" "rm" "-f" "181d21a2073478322f6fc63f278bf727cbb19b4217bc5b15b229beed3c8b21d5"` Oct 12 12:02:32.484 INFO blam! 181d21a2073478322f6fc63f278bf727cbb19b4217bc5b15b229beed3c8b21d5