Oct 16 03:16:46.742 INFO testing mai-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:16:46.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:16:47.153 INFO blam! 6a84a8a3a61336de247ce2cffc6d5adfc69e8415544942fe85ce5021fad4b2c5 Oct 16 03:16:47.156 INFO running `"docker" "start" "-a" "6a84a8a3a61336de247ce2cffc6d5adfc69e8415544942fe85ce5021fad4b2c5"` Oct 16 03:16:48.365 INFO kablam! usermod: no changes Oct 16 03:16:48.562 INFO kablam! Compiling lifeguard v0.5.2 Oct 16 03:16:49.343 INFO kablam! Compiling mai v0.1.0 (/source) Oct 16 03:16:51.135 INFO kablam! warning: unused import: `Evented` Oct 16 03:16:51.135 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 16 03:16:51.135 INFO kablam! | Oct 16 03:16:51.135 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 16 03:16:51.135 INFO kablam! | ^^^^^^^ Oct 16 03:16:51.135 INFO kablam! | Oct 16 03:16:51.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:16:51.135 INFO kablam! Oct 16 03:16:51.135 INFO kablam! warning: unused import: `Recycleable` Oct 16 03:16:51.135 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 16 03:16:51.135 INFO kablam! | Oct 16 03:16:51.135 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 16 03:16:51.135 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:16:51.135 INFO kablam! Oct 16 03:16:51.135 INFO kablam! warning: unused import: `Read` Oct 16 03:16:51.135 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 16 03:16:51.135 INFO kablam! | Oct 16 03:16:51.135 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:51.135 INFO kablam! | ^^^^ Oct 16 03:16:51.135 INFO kablam! Oct 16 03:16:51.135 INFO kablam! warning: unused import: `Write` Oct 16 03:16:51.135 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 16 03:16:51.135 INFO kablam! | Oct 16 03:16:51.135 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:51.135 INFO kablam! | ^^^^^ Oct 16 03:16:51.135 INFO kablam! Oct 16 03:16:51.185 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:51.185 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 16 03:16:51.185 INFO kablam! | Oct 16 03:16:51.185 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 16 03:16:51.185 INFO kablam! | ----^^^^^^ Oct 16 03:16:51.185 INFO kablam! | | Oct 16 03:16:51.185 INFO kablam! | help: remove this `mut` Oct 16 03:16:51.185 INFO kablam! | Oct 16 03:16:51.185 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 03:16:51.185 INFO kablam! Oct 16 03:16:51.212 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:51.212 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 16 03:16:51.212 INFO kablam! | Oct 16 03:16:51.212 INFO kablam! 131 | let mut stream_session: &mut StreamSession
= stream_session.unwrap(); Oct 16 03:16:51.212 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 03:16:51.212 INFO kablam! | | Oct 16 03:16:51.212 INFO kablam! | help: remove this `mut` Oct 16 03:16:51.212 INFO kablam! Oct 16 03:16:51.212 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:51.212 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 16 03:16:51.212 INFO kablam! | Oct 16 03:16:51.212 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:51.212 INFO kablam! | ----^^^^^^^ Oct 16 03:16:51.212 INFO kablam! | | Oct 16 03:16:51.212 INFO kablam! | help: remove this `mut` Oct 16 03:16:51.212 INFO kablam! Oct 16 03:16:51.212 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:51.212 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 16 03:16:51.212 INFO kablam! | Oct 16 03:16:51.212 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:51.212 INFO kablam! | ----^^^ Oct 16 03:16:51.212 INFO kablam! | | Oct 16 03:16:51.212 INFO kablam! | help: remove this `mut` Oct 16 03:16:51.212 INFO kablam! Oct 16 03:16:51.257 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:51.257 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 16 03:16:51.257 INFO kablam! | Oct 16 03:16:51.257 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 16 03:16:51.257 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 03:16:51.257 INFO kablam! | | Oct 16 03:16:51.257 INFO kablam! | help: remove this `mut` Oct 16 03:16:51.257 INFO kablam! Oct 16 03:16:51.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 16 03:16:51.712 INFO kablam! su: No module specific data is present Oct 16 03:16:52.462 INFO running `"docker" "rm" "-f" "6a84a8a3a61336de247ce2cffc6d5adfc69e8415544942fe85ce5021fad4b2c5"` Oct 16 03:16:52.728 INFO blam! 6a84a8a3a61336de247ce2cffc6d5adfc69e8415544942fe85ce5021fad4b2c5 Oct 16 03:16:52.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:16:53.143 INFO blam! b480311fa55075c99c2d8af0a8222dbaf15acbe7c6a48879fd5a5035788658f2 Oct 16 03:16:53.155 INFO running `"docker" "start" "-a" "b480311fa55075c99c2d8af0a8222dbaf15acbe7c6a48879fd5a5035788658f2"` Oct 16 03:16:53.753 INFO kablam! usermod: no changes Oct 16 03:16:53.819 INFO kablam! Compiling mai v0.1.0 (/source) Oct 16 03:16:55.684 INFO kablam! warning: unused import: `Evented` Oct 16 03:16:55.684 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 16 03:16:55.684 INFO kablam! | Oct 16 03:16:55.684 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 16 03:16:55.684 INFO kablam! | ^^^^^^^ Oct 16 03:16:55.684 INFO kablam! | Oct 16 03:16:55.684 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:16:55.684 INFO kablam! Oct 16 03:16:55.684 INFO kablam! warning: unused import: `Recycleable` Oct 16 03:16:55.684 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 16 03:16:55.684 INFO kablam! | Oct 16 03:16:55.684 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 16 03:16:55.684 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:16:55.684 INFO kablam! Oct 16 03:16:55.684 INFO kablam! warning: unused import: `Read` Oct 16 03:16:55.684 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 16 03:16:55.684 INFO kablam! | Oct 16 03:16:55.684 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:55.684 INFO kablam! | ^^^^ Oct 16 03:16:55.684 INFO kablam! Oct 16 03:16:55.684 INFO kablam! warning: unused import: `Write` Oct 16 03:16:55.684 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 16 03:16:55.684 INFO kablam! | Oct 16 03:16:55.684 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:55.684 INFO kablam! | ^^^^^ Oct 16 03:16:55.684 INFO kablam! Oct 16 03:16:55.759 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:55.759 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 16 03:16:55.759 INFO kablam! | Oct 16 03:16:55.759 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 16 03:16:55.759 INFO kablam! | ----^^^^^^ Oct 16 03:16:55.759 INFO kablam! | | Oct 16 03:16:55.759 INFO kablam! | help: remove this `mut` Oct 16 03:16:55.759 INFO kablam! | Oct 16 03:16:55.759 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 03:16:55.759 INFO kablam! Oct 16 03:16:55.776 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:55.776 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 16 03:16:55.776 INFO kablam! | Oct 16 03:16:55.776 INFO kablam! 131 | let mut stream_session: &mut StreamSession
= stream_session.unwrap(); Oct 16 03:16:55.776 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 03:16:55.776 INFO kablam! | | Oct 16 03:16:55.776 INFO kablam! | help: remove this `mut` Oct 16 03:16:55.776 INFO kablam! Oct 16 03:16:55.776 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:55.776 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 16 03:16:55.777 INFO kablam! | Oct 16 03:16:55.777 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:55.777 INFO kablam! | ----^^^^^^^ Oct 16 03:16:55.777 INFO kablam! | | Oct 16 03:16:55.777 INFO kablam! | help: remove this `mut` Oct 16 03:16:55.777 INFO kablam! Oct 16 03:16:55.777 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:55.777 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 16 03:16:55.777 INFO kablam! | Oct 16 03:16:55.777 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:55.777 INFO kablam! | ----^^^ Oct 16 03:16:55.777 INFO kablam! | | Oct 16 03:16:55.777 INFO kablam! | help: remove this `mut` Oct 16 03:16:55.777 INFO kablam! Oct 16 03:16:55.831 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:55.831 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 16 03:16:55.831 INFO kablam! | Oct 16 03:16:55.831 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 16 03:16:55.831 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 03:16:55.831 INFO kablam! | | Oct 16 03:16:55.831 INFO kablam! | help: remove this `mut` Oct 16 03:16:55.831 INFO kablam! Oct 16 03:16:56.374 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 16 03:16:56.383 INFO kablam! su: No module specific data is present Oct 16 03:16:56.967 INFO running `"docker" "rm" "-f" "b480311fa55075c99c2d8af0a8222dbaf15acbe7c6a48879fd5a5035788658f2"` Oct 16 03:16:57.287 INFO blam! b480311fa55075c99c2d8af0a8222dbaf15acbe7c6a48879fd5a5035788658f2 Oct 16 03:16:57.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:16:57.667 INFO blam! 162a687676f8a1296585d3f80849467f05cf87e801617b94e87ef5946d86478f Oct 16 03:16:57.669 INFO running `"docker" "start" "-a" "162a687676f8a1296585d3f80849467f05cf87e801617b94e87ef5946d86478f"` Oct 16 03:16:58.900 INFO kablam! usermod: no changes Oct 16 03:16:58.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 03:16:58.987 INFO kablam! Running /target/debug/deps/mai-f00efc4c27a6fa80 Oct 16 03:16:58.987 INFO kablam! Running /target/debug/deps/lib-208adb242ab4b53d Oct 16 03:16:58.987 INFO blam! Oct 16 03:16:58.987 INFO blam! running 0 tests Oct 16 03:16:58.987 INFO blam! Oct 16 03:16:58.987 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:16:58.988 INFO blam! Oct 16 03:16:58.994 INFO blam! Oct 16 03:16:58.995 INFO blam! running 3 tests Oct 16 03:16:58.996 INFO blam! test tests::test_restack_everything_consumed ... ok Oct 16 03:16:58.996 INFO blam! test tests::test_restack ... ok Oct 16 03:16:59.005 INFO blam! test tests::test_restack_nothing_consumed ... ok Oct 16 03:16:59.005 INFO kablam! Doc-tests mai Oct 16 03:16:59.005 INFO blam! Oct 16 03:16:59.005 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:16:59.005 INFO blam! Oct 16 03:17:00.843 INFO blam! Oct 16 03:17:00.843 INFO blam! running 0 tests Oct 16 03:17:00.843 INFO blam! Oct 16 03:17:00.843 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:17:00.843 INFO blam! Oct 16 03:17:00.849 INFO kablam! su: No module specific data is present Oct 16 03:17:01.171 INFO running `"docker" "rm" "-f" "162a687676f8a1296585d3f80849467f05cf87e801617b94e87ef5946d86478f"` Oct 16 03:17:01.437 INFO blam! 162a687676f8a1296585d3f80849467f05cf87e801617b94e87ef5946d86478f