Oct 13 11:40:01.151 INFO checking nero-0.0.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:40:01.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 11:40:01.416 INFO blam! 9fa41b3d941e2c209df90353ab4ad1cac7095fd924491bb43d32f26565fe58a9 Oct 13 11:40:01.416 INFO running `"docker" "start" "-a" "9fa41b3d941e2c209df90353ab4ad1cac7095fd924491bb43d32f26565fe58a9"` Oct 13 11:40:02.283 INFO kablam! usermod: no changes Oct 13 11:40:02.448 INFO kablam! Checking nero v0.0.1 (/source) Oct 13 11:40:07.361 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.361 INFO kablam! --> src/net.rs:9:15 Oct 13 11:40:07.361 INFO kablam! | Oct 13 11:40:07.361 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 13 11:40:07.361 INFO kablam! | ^^^^^^^^^ Oct 13 11:40:07.361 INFO kablam! | Oct 13 11:40:07.361 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:40:07.361 INFO kablam! Oct 13 11:40:07.361 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 11:40:07.361 INFO kablam! --> src/p10.rs:885:9 Oct 13 11:40:07.361 INFO kablam! | Oct 13 11:40:07.361 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 13 11:40:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:07.361 INFO kablam! Oct 13 11:40:07.376 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.376 INFO kablam! --> src/net.rs:70:33 Oct 13 11:40:07.376 INFO kablam! | Oct 13 11:40:07.376 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 13 11:40:07.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:07.376 INFO kablam! Oct 13 11:40:07.388 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.388 INFO kablam! --> src/net.rs:9:15 Oct 13 11:40:07.388 INFO kablam! | Oct 13 11:40:07.388 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 13 11:40:07.388 INFO kablam! | ^^^^^^^^^ Oct 13 11:40:07.388 INFO kablam! | Oct 13 11:40:07.388 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:40:07.388 INFO kablam! Oct 13 11:40:07.388 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 11:40:07.388 INFO kablam! --> src/p10.rs:885:9 Oct 13 11:40:07.388 INFO kablam! | Oct 13 11:40:07.388 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 13 11:40:07.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:07.388 INFO kablam! Oct 13 11:40:07.388 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.388 INFO kablam! --> src/net.rs:70:33 Oct 13 11:40:07.388 INFO kablam! | Oct 13 11:40:07.388 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 13 11:40:07.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:07.388 INFO kablam! Oct 13 11:40:07.752 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.752 INFO kablam! --> src/net.rs:83:24 Oct 13 11:40:07.752 INFO kablam! | Oct 13 11:40:07.752 INFO kablam! 83 | }).boxed() Oct 13 11:40:07.752 INFO kablam! | ^^^^^ Oct 13 11:40:07.752 INFO kablam! Oct 13 11:40:07.764 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.764 INFO kablam! --> src/net.rs:87:87 Oct 13 11:40:07.764 INFO kablam! | Oct 13 11:40:07.764 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 13 11:40:07.764 INFO kablam! | ^^^^^ Oct 13 11:40:07.764 INFO kablam! Oct 13 11:40:07.764 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.764 INFO kablam! --> src/net.rs:90:12 Oct 13 11:40:07.764 INFO kablam! | Oct 13 11:40:07.764 INFO kablam! 90 | }).boxed() Oct 13 11:40:07.764 INFO kablam! | ^^^^^ Oct 13 11:40:07.764 INFO kablam! Oct 13 11:40:07.820 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.820 INFO kablam! --> src/net.rs:83:24 Oct 13 11:40:07.820 INFO kablam! | Oct 13 11:40:07.820 INFO kablam! 83 | }).boxed() Oct 13 11:40:07.820 INFO kablam! | ^^^^^ Oct 13 11:40:07.820 INFO kablam! Oct 13 11:40:07.820 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.820 INFO kablam! --> src/net.rs:87:87 Oct 13 11:40:07.820 INFO kablam! | Oct 13 11:40:07.820 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 13 11:40:07.820 INFO kablam! | ^^^^^ Oct 13 11:40:07.820 INFO kablam! Oct 13 11:40:07.820 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 11:40:07.820 INFO kablam! --> src/net.rs:90:12 Oct 13 11:40:07.820 INFO kablam! | Oct 13 11:40:07.820 INFO kablam! 90 | }).boxed() Oct 13 11:40:07.820 INFO kablam! | ^^^^^ Oct 13 11:40:07.820 INFO kablam! Oct 13 11:40:08.080 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 11:40:08.080 INFO kablam! --> src/p10.rs:885:9 Oct 13 11:40:08.080 INFO kablam! | Oct 13 11:40:08.080 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 13 11:40:08.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:08.080 INFO kablam! | Oct 13 11:40:08.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:40:08.080 INFO kablam! Oct 13 11:40:08.385 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 11:40:08.385 INFO kablam! --> src/p10.rs:885:9 Oct 13 11:40:08.385 INFO kablam! | Oct 13 11:40:08.385 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 13 11:40:08.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:40:08.385 INFO kablam! | Oct 13 11:40:08.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:40:08.385 INFO kablam! Oct 13 11:40:16.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.17s Oct 13 11:40:16.505 INFO kablam! su: No module specific data is present Oct 13 11:40:17.088 INFO running `"docker" "rm" "-f" "9fa41b3d941e2c209df90353ab4ad1cac7095fd924491bb43d32f26565fe58a9"` Oct 13 11:40:17.312 INFO blam! 9fa41b3d941e2c209df90353ab4ad1cac7095fd924491bb43d32f26565fe58a9