Oct 27 18:49:05.396 INFO checking nero-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:49:05.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 18:49:05.744 INFO blam! 8a1a350adac9ea475df8079277e5618322efb1ee893cfaebd23574426eb9ec18 Oct 27 18:49:05.747 INFO running `"docker" "start" "-a" "8a1a350adac9ea475df8079277e5618322efb1ee893cfaebd23574426eb9ec18"` Oct 27 18:49:07.183 INFO kablam! usermod: no changes Oct 27 18:49:07.350 INFO kablam! Checking libloading v0.4.3 Oct 27 18:49:08.219 INFO kablam! Checking nero v0.0.1 (/source) Oct 27 18:49:13.209 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 27 18:49:13.210 INFO kablam! --> src/net.rs:9:15 Oct 27 18:49:13.210 INFO kablam! | Oct 27 18:49:13.210 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 27 18:49:13.210 INFO kablam! | ^^^^^^^^^ Oct 27 18:49:13.210 INFO kablam! | Oct 27 18:49:13.210 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:49:13.210 INFO kablam! Oct 27 18:49:13.212 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 18:49:13.212 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:13.212 INFO kablam! | Oct 27 18:49:13.212 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:13.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.212 INFO kablam! Oct 27 18:49:13.213 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 27 18:49:13.213 INFO kablam! --> src/net.rs:70:33 Oct 27 18:49:13.213 INFO kablam! | Oct 27 18:49:13.213 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 27 18:49:13.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.213 INFO kablam! Oct 27 18:49:13.284 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 27 18:49:13.285 INFO kablam! --> src/net.rs:9:15 Oct 27 18:49:13.285 INFO kablam! | Oct 27 18:49:13.285 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 27 18:49:13.286 INFO kablam! | ^^^^^^^^^ Oct 27 18:49:13.286 INFO kablam! | Oct 27 18:49:13.286 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:49:13.286 INFO kablam! Oct 27 18:49:13.288 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 18:49:13.289 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:13.289 INFO kablam! | Oct 27 18:49:13.289 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:13.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.290 INFO kablam! Oct 27 18:49:13.292 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 27 18:49:13.292 INFO kablam! --> src/net.rs:70:33 Oct 27 18:49:13.292 INFO kablam! | Oct 27 18:49:13.292 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 27 18:49:13.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.293 INFO kablam! Oct 27 18:49:13.750 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 27 18:49:13.750 INFO kablam! --> src/net.rs:83:24 Oct 27 18:49:13.750 INFO kablam! | Oct 27 18:49:13.750 INFO kablam! 83 | }).boxed() Oct 27 18:49:13.750 INFO kablam! | ^^^^^ Oct 27 18:49:13.750 INFO kablam! Oct 27 18:49:13.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 27 18:49:13.752 INFO kablam! --> src/net.rs:87:87 Oct 27 18:49:13.752 INFO kablam! | Oct 27 18:49:13.752 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 27 18:49:13.753 INFO kablam! | ^^^^^ Oct 27 18:49:13.753 INFO kablam! Oct 27 18:49:13.754 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 27 18:49:13.754 INFO kablam! --> src/net.rs:90:12 Oct 27 18:49:13.754 INFO kablam! | Oct 27 18:49:13.755 INFO kablam! 90 | }).boxed() Oct 27 18:49:13.755 INFO kablam! | ^^^^^ Oct 27 18:49:13.755 INFO kablam! Oct 27 18:49:13.760 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 27 18:49:13.761 INFO kablam! --> src/net.rs:83:24 Oct 27 18:49:13.761 INFO kablam! | Oct 27 18:49:13.761 INFO kablam! 83 | }).boxed() Oct 27 18:49:13.761 INFO kablam! | ^^^^^ Oct 27 18:49:13.761 INFO kablam! Oct 27 18:49:13.771 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 27 18:49:13.771 INFO kablam! --> src/net.rs:87:87 Oct 27 18:49:13.771 INFO kablam! | Oct 27 18:49:13.771 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 27 18:49:13.771 INFO kablam! | ^^^^^ Oct 27 18:49:13.771 INFO kablam! Oct 27 18:49:13.774 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 27 18:49:13.774 INFO kablam! --> src/net.rs:90:12 Oct 27 18:49:13.774 INFO kablam! | Oct 27 18:49:13.775 INFO kablam! 90 | }).boxed() Oct 27 18:49:13.775 INFO kablam! | ^^^^^ Oct 27 18:49:13.775 INFO kablam! Oct 27 18:49:14.197 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 18:49:14.198 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:14.199 INFO kablam! | Oct 27 18:49:14.199 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:14.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:14.201 INFO kablam! | Oct 27 18:49:14.201 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:49:14.202 INFO kablam! Oct 27 18:49:14.351 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 18:49:14.352 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:14.353 INFO kablam! | Oct 27 18:49:14.353 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:14.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:14.355 INFO kablam! | Oct 27 18:49:14.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:49:14.356 INFO kablam! Oct 27 18:49:21.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.68s Oct 27 18:49:21.908 INFO kablam! su: No module specific data is present Oct 27 18:49:23.222 INFO running `"docker" "rm" "-f" "8a1a350adac9ea475df8079277e5618322efb1ee893cfaebd23574426eb9ec18"` Oct 27 18:49:23.611 INFO blam! 8a1a350adac9ea475df8079277e5618322efb1ee893cfaebd23574426eb9ec18