Oct 22 01:19:10.773 INFO checking nero-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:19:10.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 01:19:11.152 INFO blam! 45ab7e5f82cc77a7fdfbd29c113ea198b5486c4d581cb796a0c4cf9fb21f5092 Oct 22 01:19:11.160 INFO running `"docker" "start" "-a" "45ab7e5f82cc77a7fdfbd29c113ea198b5486c4d581cb796a0c4cf9fb21f5092"` Oct 22 01:19:11.908 INFO kablam! usermod: no changes Oct 22 01:19:12.091 INFO kablam! Checking libloading v0.4.3 Oct 22 01:19:12.820 INFO kablam! Checking nero v0.0.1 (/source) Oct 22 01:19:16.856 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 22 01:19:16.856 INFO kablam! --> src/net.rs:9:15 Oct 22 01:19:16.856 INFO kablam! | Oct 22 01:19:16.856 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 22 01:19:16.856 INFO kablam! | ^^^^^^^^^ Oct 22 01:19:16.856 INFO kablam! | Oct 22 01:19:16.856 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:19:16.856 INFO kablam! Oct 22 01:19:16.860 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:19:16.860 INFO kablam! --> src/p10.rs:885:9 Oct 22 01:19:16.860 INFO kablam! | Oct 22 01:19:16.860 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 22 01:19:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:16.860 INFO kablam! Oct 22 01:19:16.860 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 22 01:19:16.860 INFO kablam! --> src/net.rs:70:33 Oct 22 01:19:16.860 INFO kablam! | Oct 22 01:19:16.860 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 22 01:19:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:16.860 INFO kablam! Oct 22 01:19:17.144 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 22 01:19:17.144 INFO kablam! --> src/net.rs:9:15 Oct 22 01:19:17.144 INFO kablam! | Oct 22 01:19:17.144 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 22 01:19:17.144 INFO kablam! | ^^^^^^^^^ Oct 22 01:19:17.144 INFO kablam! | Oct 22 01:19:17.144 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:19:17.144 INFO kablam! Oct 22 01:19:17.144 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:19:17.144 INFO kablam! --> src/p10.rs:885:9 Oct 22 01:19:17.144 INFO kablam! | Oct 22 01:19:17.144 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 22 01:19:17.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:17.144 INFO kablam! Oct 22 01:19:17.144 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 22 01:19:17.144 INFO kablam! --> src/net.rs:70:33 Oct 22 01:19:17.144 INFO kablam! | Oct 22 01:19:17.144 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 22 01:19:17.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:17.144 INFO kablam! Oct 22 01:19:17.262 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 22 01:19:17.263 INFO kablam! --> src/net.rs:83:24 Oct 22 01:19:17.263 INFO kablam! | Oct 22 01:19:17.263 INFO kablam! 83 | }).boxed() Oct 22 01:19:17.263 INFO kablam! | ^^^^^ Oct 22 01:19:17.263 INFO kablam! Oct 22 01:19:17.264 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 22 01:19:17.264 INFO kablam! --> src/net.rs:87:87 Oct 22 01:19:17.264 INFO kablam! | Oct 22 01:19:17.264 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 22 01:19:17.264 INFO kablam! | ^^^^^ Oct 22 01:19:17.264 INFO kablam! Oct 22 01:19:17.266 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 22 01:19:17.266 INFO kablam! --> src/net.rs:90:12 Oct 22 01:19:17.266 INFO kablam! | Oct 22 01:19:17.266 INFO kablam! 90 | }).boxed() Oct 22 01:19:17.266 INFO kablam! | ^^^^^ Oct 22 01:19:17.266 INFO kablam! Oct 22 01:19:17.532 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 01:19:17.532 INFO kablam! --> src/p10.rs:885:9 Oct 22 01:19:17.532 INFO kablam! | Oct 22 01:19:17.532 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 22 01:19:17.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:17.532 INFO kablam! | Oct 22 01:19:17.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:19:17.532 INFO kablam! Oct 22 01:19:17.592 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 22 01:19:17.592 INFO kablam! --> src/net.rs:83:24 Oct 22 01:19:17.592 INFO kablam! | Oct 22 01:19:17.592 INFO kablam! 83 | }).boxed() Oct 22 01:19:17.593 INFO kablam! | ^^^^^ Oct 22 01:19:17.593 INFO kablam! Oct 22 01:19:17.593 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 22 01:19:17.593 INFO kablam! --> src/net.rs:87:87 Oct 22 01:19:17.593 INFO kablam! | Oct 22 01:19:17.593 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 22 01:19:17.593 INFO kablam! | ^^^^^ Oct 22 01:19:17.593 INFO kablam! Oct 22 01:19:17.593 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 22 01:19:17.593 INFO kablam! --> src/net.rs:90:12 Oct 22 01:19:17.593 INFO kablam! | Oct 22 01:19:17.593 INFO kablam! 90 | }).boxed() Oct 22 01:19:17.593 INFO kablam! | ^^^^^ Oct 22 01:19:17.593 INFO kablam! Oct 22 01:19:18.016 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 01:19:18.016 INFO kablam! --> src/p10.rs:885:9 Oct 22 01:19:18.016 INFO kablam! | Oct 22 01:19:18.016 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 22 01:19:18.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:19:18.017 INFO kablam! | Oct 22 01:19:18.017 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:19:18.017 INFO kablam! Oct 22 01:19:25.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.05s Oct 22 01:19:25.033 INFO kablam! su: No module specific data is present Oct 22 01:19:26.178 INFO running `"docker" "rm" "-f" "45ab7e5f82cc77a7fdfbd29c113ea198b5486c4d581cb796a0c4cf9fb21f5092"` Oct 22 01:19:26.472 INFO blam! 45ab7e5f82cc77a7fdfbd29c113ea198b5486c4d581cb796a0c4cf9fb21f5092