Oct 27 18:49:04.968 INFO checking nero-0.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:49:04.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.275 INFO blam! 37f4612a23fc162cc615ea6be056c403553a7747e26b1088c6bb9dfb20c9db2f Oct 27 18:49:05.279 INFO running `"docker" "start" "-a" "37f4612a23fc162cc615ea6be056c403553a7747e26b1088c6bb9dfb20c9db2f"` Oct 27 18:49:06.307 INFO kablam! usermod: no changes Oct 27 18:49:06.511 INFO kablam! Checking libloading v0.4.3 Oct 27 18:49:07.403 INFO kablam! Checking nero v0.0.1 (/source) Oct 27 18:49:12.043 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:12.044 INFO kablam! --> src/net.rs:9:15 Oct 27 18:49:12.044 INFO kablam! | Oct 27 18:49:12.045 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 27 18:49:12.045 INFO kablam! | ^^^^^^^^^ Oct 27 18:49:12.046 INFO kablam! | Oct 27 18:49:12.046 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:49:12.047 INFO kablam! Oct 27 18:49:12.048 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 18:49:12.049 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:12.049 INFO kablam! | Oct 27 18:49:12.050 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:12.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:12.050 INFO kablam! Oct 27 18:49:12.053 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:12.053 INFO kablam! --> src/net.rs:70:33 Oct 27 18:49:12.054 INFO kablam! | Oct 27 18:49:12.054 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 27 18:49:12.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:12.055 INFO kablam! Oct 27 18:49:12.263 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:12.264 INFO kablam! --> src/net.rs:9:15 Oct 27 18:49:12.264 INFO kablam! | Oct 27 18:49:12.265 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 27 18:49:12.266 INFO kablam! | ^^^^^^^^^ Oct 27 18:49:12.266 INFO kablam! | Oct 27 18:49:12.267 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:49:12.268 INFO kablam! Oct 27 18:49:12.268 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 18:49:12.269 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:12.269 INFO kablam! | Oct 27 18:49:12.270 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:12.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:12.271 INFO kablam! Oct 27 18:49:12.272 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:12.272 INFO kablam! --> src/net.rs:70:33 Oct 27 18:49:12.272 INFO kablam! | Oct 27 18:49:12.272 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 27 18:49:12.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:12.272 INFO kablam! Oct 27 18:49:12.519 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:12.520 INFO kablam! --> src/net.rs:83:24 Oct 27 18:49:12.521 INFO kablam! | Oct 27 18:49:12.521 INFO kablam! 83 | }).boxed() Oct 27 18:49:12.522 INFO kablam! | ^^^^^ Oct 27 18:49:12.522 INFO kablam! Oct 27 18:49:12.524 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:12.525 INFO kablam! --> src/net.rs:87:87 Oct 27 18:49:12.526 INFO kablam! | Oct 27 18:49:12.526 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 27 18:49:12.527 INFO kablam! | ^^^^^ Oct 27 18:49:12.528 INFO kablam! Oct 27 18:49:12.531 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:12.531 INFO kablam! --> src/net.rs:90:12 Oct 27 18:49:12.532 INFO kablam! | Oct 27 18:49:12.532 INFO kablam! 90 | }).boxed() Oct 27 18:49:12.533 INFO kablam! | ^^^^^ Oct 27 18:49:12.534 INFO kablam! Oct 27 18:49:12.943 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:12.944 INFO kablam! --> src/net.rs:83:24 Oct 27 18:49:12.944 INFO kablam! | Oct 27 18:49:12.945 INFO kablam! 83 | }).boxed() Oct 27 18:49:12.946 INFO kablam! | ^^^^^ Oct 27 18:49:12.946 INFO kablam! Oct 27 18:49:12.948 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:12.949 INFO kablam! --> src/net.rs:87:87 Oct 27 18:49:12.950 INFO kablam! | Oct 27 18:49:12.950 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 27 18:49:12.951 INFO kablam! | ^^^^^ Oct 27 18:49:12.951 INFO kablam! Oct 27 18:49:12.954 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:12.954 INFO kablam! --> src/net.rs:90:12 Oct 27 18:49:12.955 INFO kablam! | Oct 27 18:49:12.955 INFO kablam! 90 | }).boxed() Oct 27 18:49:12.956 INFO kablam! | ^^^^^ Oct 27 18:49:12.957 INFO kablam! Oct 27 18:49:13.215 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 18:49:13.216 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:13.216 INFO kablam! | Oct 27 18:49:13.217 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:13.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.218 INFO kablam! | Oct 27 18:49:13.218 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:49:13.218 INFO kablam! Oct 27 18:49:13.740 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 18:49:13.741 INFO kablam! --> src/p10.rs:885:9 Oct 27 18:49:13.742 INFO kablam! | Oct 27 18:49:13.743 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 27 18:49:13.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 18:49:13.744 INFO kablam! | Oct 27 18:49:13.745 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:49:13.746 INFO kablam! Oct 27 18:49:22.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.89s Oct 27 18:49:22.232 INFO kablam! su: No module specific data is present Oct 27 18:49:23.312 INFO running `"docker" "rm" "-f" "37f4612a23fc162cc615ea6be056c403553a7747e26b1088c6bb9dfb20c9db2f"` Oct 27 18:49:23.611 INFO blam! 37f4612a23fc162cc615ea6be056c403553a7747e26b1088c6bb9dfb20c9db2f