Oct 16 03:16:45.670 INFO testing mai-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:16:45.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:45.983 INFO blam! 53861b5979a864f0f51e5d0d8603e9fa3d07295bb8e1775a03eaf333f0b9a2a1 Oct 16 03:16:45.983 INFO running `"docker" "start" "-a" "53861b5979a864f0f51e5d0d8603e9fa3d07295bb8e1775a03eaf333f0b9a2a1"` Oct 16 03:16:46.907 INFO kablam! usermod: no changes Oct 16 03:16:46.999 INFO kablam! Compiling lifeguard v0.5.2 Oct 16 03:16:47.694 INFO kablam! Compiling mai v0.1.0 (/source) Oct 16 03:16:49.531 INFO kablam! warning: unused import: `Evented` Oct 16 03:16:49.531 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 16 03:16:49.531 INFO kablam! | Oct 16 03:16:49.531 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 16 03:16:49.531 INFO kablam! | ^^^^^^^ Oct 16 03:16:49.531 INFO kablam! | Oct 16 03:16:49.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:16:49.531 INFO kablam! Oct 16 03:16:49.531 INFO kablam! warning: unused import: `Recycleable` Oct 16 03:16:49.531 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 16 03:16:49.531 INFO kablam! | Oct 16 03:16:49.531 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 16 03:16:49.531 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:16:49.531 INFO kablam! Oct 16 03:16:49.531 INFO kablam! warning: unused import: `Read` Oct 16 03:16:49.531 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 16 03:16:49.531 INFO kablam! | Oct 16 03:16:49.531 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:49.531 INFO kablam! | ^^^^ Oct 16 03:16:49.531 INFO kablam! Oct 16 03:16:49.531 INFO kablam! warning: unused import: `Write` Oct 16 03:16:49.531 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 16 03:16:49.531 INFO kablam! | Oct 16 03:16:49.531 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:49.531 INFO kablam! | ^^^^^ Oct 16 03:16:49.531 INFO kablam! Oct 16 03:16:49.595 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:49.595 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 16 03:16:49.595 INFO kablam! | Oct 16 03:16:49.595 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 16 03:16:49.595 INFO kablam! | ----^^^^^^ Oct 16 03:16:49.595 INFO kablam! | | Oct 16 03:16:49.595 INFO kablam! | help: remove this `mut` Oct 16 03:16:49.595 INFO kablam! | Oct 16 03:16:49.595 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 03:16:49.595 INFO kablam! Oct 16 03:16:49.611 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:49.611 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 16 03:16:49.611 INFO kablam! | Oct 16 03:16:49.611 INFO kablam! 131 | let mut stream_session: &mut StreamSession

= stream_session.unwrap(); Oct 16 03:16:49.611 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 03:16:49.611 INFO kablam! | | Oct 16 03:16:49.611 INFO kablam! | help: remove this `mut` Oct 16 03:16:49.611 INFO kablam! Oct 16 03:16:49.611 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:49.611 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 16 03:16:49.611 INFO kablam! | Oct 16 03:16:49.611 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:49.611 INFO kablam! | ----^^^^^^^ Oct 16 03:16:49.611 INFO kablam! | | Oct 16 03:16:49.611 INFO kablam! | help: remove this `mut` Oct 16 03:16:49.611 INFO kablam! Oct 16 03:16:49.611 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:49.611 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 16 03:16:49.611 INFO kablam! | Oct 16 03:16:49.611 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:49.611 INFO kablam! | ----^^^ Oct 16 03:16:49.611 INFO kablam! | | Oct 16 03:16:49.611 INFO kablam! | help: remove this `mut` Oct 16 03:16:49.611 INFO kablam! Oct 16 03:16:49.657 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:49.657 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 16 03:16:49.657 INFO kablam! | Oct 16 03:16:49.657 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 16 03:16:49.657 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 03:16:49.657 INFO kablam! | | Oct 16 03:16:49.657 INFO kablam! | help: remove this `mut` Oct 16 03:16:49.657 INFO kablam! Oct 16 03:16:50.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 16 03:16:50.060 INFO kablam! su: No module specific data is present Oct 16 03:16:50.367 INFO running `"docker" "rm" "-f" "53861b5979a864f0f51e5d0d8603e9fa3d07295bb8e1775a03eaf333f0b9a2a1"` Oct 16 03:16:50.577 INFO blam! 53861b5979a864f0f51e5d0d8603e9fa3d07295bb8e1775a03eaf333f0b9a2a1 Oct 16 03:16:50.581 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.851 INFO blam! ea77590837bd6ee408028032bd81930ea2be6fa72a78f73aa9139f908ef8a9e7 Oct 16 03:16:50.857 INFO running `"docker" "start" "-a" "ea77590837bd6ee408028032bd81930ea2be6fa72a78f73aa9139f908ef8a9e7"` Oct 16 03:16:51.433 INFO kablam! usermod: no changes Oct 16 03:16:51.491 INFO kablam! Compiling mai v0.1.0 (/source) Oct 16 03:16:53.276 INFO kablam! warning: unused import: `Evented` Oct 16 03:16:53.276 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 16 03:16:53.276 INFO kablam! | Oct 16 03:16:53.276 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 16 03:16:53.276 INFO kablam! | ^^^^^^^ Oct 16 03:16:53.276 INFO kablam! | Oct 16 03:16:53.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:16:53.276 INFO kablam! Oct 16 03:16:53.276 INFO kablam! warning: unused import: `Recycleable` Oct 16 03:16:53.276 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 16 03:16:53.276 INFO kablam! | Oct 16 03:16:53.276 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 16 03:16:53.276 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:16:53.276 INFO kablam! Oct 16 03:16:53.276 INFO kablam! warning: unused import: `Read` Oct 16 03:16:53.276 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 16 03:16:53.276 INFO kablam! | Oct 16 03:16:53.276 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:53.276 INFO kablam! | ^^^^ Oct 16 03:16:53.276 INFO kablam! Oct 16 03:16:53.276 INFO kablam! warning: unused import: `Write` Oct 16 03:16:53.276 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 16 03:16:53.276 INFO kablam! | Oct 16 03:16:53.276 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 16 03:16:53.276 INFO kablam! | ^^^^^ Oct 16 03:16:53.276 INFO kablam! Oct 16 03:16:53.381 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:53.381 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 16 03:16:53.381 INFO kablam! | Oct 16 03:16:53.381 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 16 03:16:53.381 INFO kablam! | ----^^^^^^ Oct 16 03:16:53.381 INFO kablam! | | Oct 16 03:16:53.381 INFO kablam! | help: remove this `mut` Oct 16 03:16:53.381 INFO kablam! | Oct 16 03:16:53.381 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 03:16:53.381 INFO kablam! Oct 16 03:16:53.400 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:53.400 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 16 03:16:53.400 INFO kablam! | Oct 16 03:16:53.400 INFO kablam! 131 | let mut stream_session: &mut StreamSession

= stream_session.unwrap(); Oct 16 03:16:53.400 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 03:16:53.400 INFO kablam! | | Oct 16 03:16:53.403 INFO kablam! | help: remove this `mut` Oct 16 03:16:53.403 INFO kablam! Oct 16 03:16:53.403 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:53.403 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 16 03:16:53.403 INFO kablam! | Oct 16 03:16:53.403 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:53.403 INFO kablam! | ----^^^^^^^ Oct 16 03:16:53.403 INFO kablam! | | Oct 16 03:16:53.403 INFO kablam! | help: remove this `mut` Oct 16 03:16:53.403 INFO kablam! Oct 16 03:16:53.404 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:53.404 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 16 03:16:53.404 INFO kablam! | Oct 16 03:16:53.404 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 16 03:16:53.404 INFO kablam! | ----^^^ Oct 16 03:16:53.404 INFO kablam! | | Oct 16 03:16:53.404 INFO kablam! | help: remove this `mut` Oct 16 03:16:53.404 INFO kablam! Oct 16 03:16:53.448 INFO kablam! warning: variable does not need to be mutable Oct 16 03:16:53.448 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 16 03:16:53.448 INFO kablam! | Oct 16 03:16:53.448 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 16 03:16:53.448 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 03:16:53.448 INFO kablam! | | Oct 16 03:16:53.448 INFO kablam! | help: remove this `mut` Oct 16 03:16:53.448 INFO kablam! Oct 16 03:16:53.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Oct 16 03:16:53.998 INFO kablam! su: No module specific data is present Oct 16 03:16:54.964 INFO running `"docker" "rm" "-f" "ea77590837bd6ee408028032bd81930ea2be6fa72a78f73aa9139f908ef8a9e7"` Oct 16 03:16:55.232 INFO blam! ea77590837bd6ee408028032bd81930ea2be6fa72a78f73aa9139f908ef8a9e7 Oct 16 03:16:55.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:55.719 INFO blam! 511c26d79a725c57ccb2e26580d617b2fafe1de326b4f33fe4d166827f4716d6 Oct 16 03:16:55.721 INFO running `"docker" "start" "-a" "511c26d79a725c57ccb2e26580d617b2fafe1de326b4f33fe4d166827f4716d6"` Oct 16 03:16:56.845 INFO kablam! usermod: no changes Oct 16 03:16:56.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 03:16:56.929 INFO kablam! Running /target/debug/deps/mai-ef8d8d11cd81fea5 Oct 16 03:16:56.940 INFO kablam! Running /target/debug/deps/lib-5359bd4f043d45fb Oct 16 03:16:56.940 INFO blam! Oct 16 03:16:56.940 INFO blam! running 0 tests Oct 16 03:16:56.940 INFO blam! Oct 16 03:16:56.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:16:56.940 INFO blam! Oct 16 03:16:56.955 INFO blam! Oct 16 03:16:56.955 INFO blam! running 3 tests Oct 16 03:16:56.964 INFO blam! test tests::test_restack ... ok Oct 16 03:16:56.964 INFO blam! test tests::test_restack_nothing_consumed ... ok Oct 16 03:16:56.964 INFO blam! test tests::test_restack_everything_consumed ... ok Oct 16 03:16:56.964 INFO blam! Oct 16 03:16:56.964 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:16:56.964 INFO blam! Oct 16 03:16:56.971 INFO kablam! Doc-tests mai Oct 16 03:16:59.121 INFO blam! Oct 16 03:16:59.121 INFO blam! running 0 tests Oct 16 03:16:59.121 INFO blam! Oct 16 03:16:59.121 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:16:59.121 INFO blam! Oct 16 03:16:59.127 INFO kablam! su: No module specific data is present Oct 16 03:16:59.509 INFO running `"docker" "rm" "-f" "511c26d79a725c57ccb2e26580d617b2fafe1de326b4f33fe4d166827f4716d6"` Oct 16 03:16:59.676 INFO blam! 511c26d79a725c57ccb2e26580d617b2fafe1de326b4f33fe4d166827f4716d6