Oct 16 01:53:35.583 INFO testing nero-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:53:35.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 01:53:35.960 INFO blam! b54966151089a50612502320e80d7d4b5af4f1b69f1639a628c70b992ca98f0f Oct 16 01:53:35.962 INFO running `"docker" "start" "-a" "b54966151089a50612502320e80d7d4b5af4f1b69f1639a628c70b992ca98f0f"` Oct 16 01:53:38.145 INFO kablam! usermod: no changes Oct 16 01:53:38.420 INFO kablam! Compiling libloading v0.4.3 Oct 16 01:53:39.631 INFO kablam! Compiling nero v0.0.1 (/source) Oct 16 01:53:43.420 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 16 01:53:43.420 INFO kablam! --> src/net.rs:9:15 Oct 16 01:53:43.420 INFO kablam! | Oct 16 01:53:43.420 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 16 01:53:43.420 INFO kablam! | ^^^^^^^^^ Oct 16 01:53:43.420 INFO kablam! | Oct 16 01:53:43.420 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:53:43.420 INFO kablam! Oct 16 01:53:43.420 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 01:53:43.420 INFO kablam! --> src/p10.rs:885:9 Oct 16 01:53:43.420 INFO kablam! | Oct 16 01:53:43.420 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 16 01:53:43.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:53:43.420 INFO kablam! Oct 16 01:53:43.420 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 16 01:53:43.420 INFO kablam! --> src/net.rs:70:33 Oct 16 01:53:43.420 INFO kablam! | Oct 16 01:53:43.420 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 16 01:53:43.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:53:43.420 INFO kablam! Oct 16 01:53:43.787 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 16 01:53:43.787 INFO kablam! --> src/net.rs:83:24 Oct 16 01:53:43.787 INFO kablam! | Oct 16 01:53:43.787 INFO kablam! 83 | }).boxed() Oct 16 01:53:43.787 INFO kablam! | ^^^^^ Oct 16 01:53:43.787 INFO kablam! Oct 16 01:53:43.787 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 16 01:53:43.787 INFO kablam! --> src/net.rs:87:87 Oct 16 01:53:43.787 INFO kablam! | Oct 16 01:53:43.787 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 16 01:53:43.787 INFO kablam! | ^^^^^ Oct 16 01:53:43.787 INFO kablam! Oct 16 01:53:43.787 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 16 01:53:43.787 INFO kablam! --> src/net.rs:90:12 Oct 16 01:53:43.787 INFO kablam! | Oct 16 01:53:43.787 INFO kablam! 90 | }).boxed() Oct 16 01:53:43.787 INFO kablam! | ^^^^^ Oct 16 01:53:43.787 INFO kablam! Oct 16 01:53:44.056 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 01:53:44.056 INFO kablam! --> src/p10.rs:885:9 Oct 16 01:53:44.056 INFO kablam! | Oct 16 01:53:44.056 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 16 01:53:44.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:53:44.056 INFO kablam! | Oct 16 01:53:44.056 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:53:44.056 INFO kablam! Oct 16 01:53:53.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.71s Oct 16 01:53:53.901 INFO kablam! su: No module specific data is present Oct 16 01:53:54.709 INFO running `"docker" "rm" "-f" "b54966151089a50612502320e80d7d4b5af4f1b69f1639a628c70b992ca98f0f"` Oct 16 01:53:54.907 INFO blam! b54966151089a50612502320e80d7d4b5af4f1b69f1639a628c70b992ca98f0f Oct 16 01:53:54.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 01:53:55.446 INFO blam! 7064e4a89dcdf245fd95eb0d74ddbccfa11ed7a7edc99f9d42009552ee021d9f Oct 16 01:53:55.451 INFO running `"docker" "start" "-a" "7064e4a89dcdf245fd95eb0d74ddbccfa11ed7a7edc99f9d42009552ee021d9f"` Oct 16 01:53:56.503 INFO kablam! usermod: no changes Oct 16 01:53:56.671 INFO kablam! Compiling nero v0.0.1 (/source) Oct 16 01:54:02.391 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 16 01:54:02.391 INFO kablam! --> src/net.rs:9:15 Oct 16 01:54:02.391 INFO kablam! | Oct 16 01:54:02.391 INFO kablam! 9 | use futures::{BoxFuture, Future}; Oct 16 01:54:02.391 INFO kablam! | ^^^^^^^^^ Oct 16 01:54:02.391 INFO kablam! | Oct 16 01:54:02.391 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:54:02.391 INFO kablam! Oct 16 01:54:02.395 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 01:54:02.395 INFO kablam! --> src/p10.rs:885:9 Oct 16 01:54:02.395 INFO kablam! | Oct 16 01:54:02.395 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 16 01:54:02.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:54:02.395 INFO kablam! Oct 16 01:54:02.395 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 16 01:54:02.395 INFO kablam! --> src/net.rs:70:33 Oct 16 01:54:02.395 INFO kablam! | Oct 16 01:54:02.395 INFO kablam! 70 | pub fn write_lines(self) -> BoxFuture { Oct 16 01:54:02.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:54:02.395 INFO kablam! Oct 16 01:54:02.775 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 16 01:54:02.776 INFO kablam! --> src/net.rs:83:24 Oct 16 01:54:02.776 INFO kablam! | Oct 16 01:54:02.776 INFO kablam! 83 | }).boxed() Oct 16 01:54:02.776 INFO kablam! | ^^^^^ Oct 16 01:54:02.776 INFO kablam! Oct 16 01:54:02.776 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 16 01:54:02.776 INFO kablam! --> src/net.rs:87:87 Oct 16 01:54:02.776 INFO kablam! | Oct 16 01:54:02.776 INFO kablam! 87 | ok(Loop::Break(WriteState { messages: messages.into(), writer })).boxed() Oct 16 01:54:02.776 INFO kablam! | ^^^^^ Oct 16 01:54:02.776 INFO kablam! Oct 16 01:54:02.779 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 16 01:54:02.779 INFO kablam! --> src/net.rs:90:12 Oct 16 01:54:02.779 INFO kablam! | Oct 16 01:54:02.779 INFO kablam! 90 | }).boxed() Oct 16 01:54:02.779 INFO kablam! | ^^^^^ Oct 16 01:54:02.779 INFO kablam! Oct 16 01:54:03.255 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 01:54:03.255 INFO kablam! --> src/p10.rs:885:9 Oct 16 01:54:03.255 INFO kablam! | Oct 16 01:54:03.255 INFO kablam! 885 | use std::ascii::AsciiExt; Oct 16 01:54:03.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:54:03.255 INFO kablam! | Oct 16 01:54:03.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:54:03.255 INFO kablam! Oct 16 01:54:06.296 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.76s Oct 16 01:54:06.307 INFO kablam! su: No module specific data is present Oct 16 01:54:07.357 INFO running `"docker" "rm" "-f" "7064e4a89dcdf245fd95eb0d74ddbccfa11ed7a7edc99f9d42009552ee021d9f"` Oct 16 01:54:07.574 INFO blam! 7064e4a89dcdf245fd95eb0d74ddbccfa11ed7a7edc99f9d42009552ee021d9f Oct 16 01:54:07.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 01:54:08.080 INFO blam! 0ef9fc516b9a4a46a3d6d8b0cc2fc6f28aae58325c678081fe304d865de84e5a Oct 16 01:54:08.083 INFO running `"docker" "start" "-a" "0ef9fc516b9a4a46a3d6d8b0cc2fc6f28aae58325c678081fe304d865de84e5a"` Oct 16 01:54:09.410 INFO kablam! usermod: no changes Oct 16 01:54:09.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 16 01:54:09.668 INFO kablam! Running /target/debug/deps/nero-9585691cb298aad1 Oct 16 01:54:09.669 INFO blam! Oct 16 01:54:09.669 INFO blam! running 7 tests Oct 16 01:54:09.669 INFO blam! test p10::test_u8_slice_to_lower ... ok Oct 16 01:54:09.669 INFO blam! test p10::test_split_string ... ok Oct 16 01:54:09.669 INFO blam! test p10::test_set_user_modes ... ok Oct 16 01:54:09.679 INFO blam! test p10::test_unsplit_string ... ok Oct 16 01:54:09.679 INFO kablam! Running /target/debug/deps/nero-1d38ea07f620cd34 Oct 16 01:54:09.679 INFO blam! test p10::test_adds_channel_mode_bitflags ... ok Oct 16 01:54:09.679 INFO blam! test p10::test_parses_channel_bans ... ok Oct 16 01:54:09.679 INFO blam! test p10::test_parses_channel_mode_strings ... ok Oct 16 01:54:09.679 INFO blam! Oct 16 01:54:09.679 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:54:09.679 INFO blam! Oct 16 01:54:09.682 INFO blam! Oct 16 01:54:09.683 INFO blam! running 0 tests Oct 16 01:54:09.683 INFO blam! Oct 16 01:54:09.683 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:54:09.683 INFO blam! Oct 16 01:54:09.686 INFO kablam! Doc-tests nero Oct 16 01:54:15.995 INFO blam! Oct 16 01:54:15.995 INFO blam! running 0 tests Oct 16 01:54:15.995 INFO blam! Oct 16 01:54:15.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:54:15.995 INFO blam! Oct 16 01:54:16.005 INFO kablam! su: No module specific data is present Oct 16 01:54:17.045 INFO running `"docker" "rm" "-f" "0ef9fc516b9a4a46a3d6d8b0cc2fc6f28aae58325c678081fe304d865de84e5a"` Oct 16 01:54:17.319 INFO blam! 0ef9fc516b9a4a46a3d6d8b0cc2fc6f28aae58325c678081fe304d865de84e5a