Oct 11 17:10:04.883 INFO testing mai-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:10:04.883 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:10:04.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:10:05.288 INFO blam! a2944a05229f25adb34111ef34b5f94631b9ff49314eca04f970ca28de469410 Oct 11 17:10:05.290 INFO running `"docker" "start" "-a" "a2944a05229f25adb34111ef34b5f94631b9ff49314eca04f970ca28de469410"` Oct 11 17:10:06.323 INFO kablam! usermod: no changes Oct 11 17:10:06.449 INFO kablam! Compiling lifeguard v0.5.2 Oct 11 17:10:07.456 INFO kablam! Compiling mai v0.1.0 (/source) Oct 11 17:10:09.752 INFO kablam! warning: unused import: `Evented` Oct 11 17:10:09.752 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 11 17:10:09.752 INFO kablam! | Oct 11 17:10:09.752 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 11 17:10:09.752 INFO kablam! | ^^^^^^^ Oct 11 17:10:09.752 INFO kablam! | Oct 11 17:10:09.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:10:09.752 INFO kablam! Oct 11 17:10:09.752 INFO kablam! warning: unused import: `Recycleable` Oct 11 17:10:09.752 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 11 17:10:09.752 INFO kablam! | Oct 11 17:10:09.752 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 11 17:10:09.752 INFO kablam! | ^^^^^^^^^^^ Oct 11 17:10:09.752 INFO kablam! Oct 11 17:10:09.752 INFO kablam! warning: unused import: `Read` Oct 11 17:10:09.752 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 11 17:10:09.752 INFO kablam! | Oct 11 17:10:09.752 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 11 17:10:09.752 INFO kablam! | ^^^^ Oct 11 17:10:09.752 INFO kablam! Oct 11 17:10:09.752 INFO kablam! warning: unused import: `Write` Oct 11 17:10:09.752 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 11 17:10:09.752 INFO kablam! | Oct 11 17:10:09.752 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 11 17:10:09.752 INFO kablam! | ^^^^^ Oct 11 17:10:09.752 INFO kablam! Oct 11 17:10:09.811 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:09.811 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 11 17:10:09.812 INFO kablam! | Oct 11 17:10:09.812 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 11 17:10:09.812 INFO kablam! | ----^^^^^^ Oct 11 17:10:09.812 INFO kablam! | | Oct 11 17:10:09.812 INFO kablam! | help: remove this `mut` Oct 11 17:10:09.812 INFO kablam! | Oct 11 17:10:09.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 17:10:09.812 INFO kablam! Oct 11 17:10:09.838 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:09.838 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 11 17:10:09.838 INFO kablam! | Oct 11 17:10:09.838 INFO kablam! 131 | let mut stream_session: &mut StreamSession
= stream_session.unwrap(); Oct 11 17:10:09.838 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 17:10:09.838 INFO kablam! | | Oct 11 17:10:09.838 INFO kablam! | help: remove this `mut` Oct 11 17:10:09.838 INFO kablam! Oct 11 17:10:09.838 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:09.838 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 11 17:10:09.838 INFO kablam! | Oct 11 17:10:09.838 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 11 17:10:09.838 INFO kablam! | ----^^^^^^^ Oct 11 17:10:09.838 INFO kablam! | | Oct 11 17:10:09.838 INFO kablam! | help: remove this `mut` Oct 11 17:10:09.838 INFO kablam! Oct 11 17:10:09.838 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:09.838 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 11 17:10:09.838 INFO kablam! | Oct 11 17:10:09.838 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 11 17:10:09.838 INFO kablam! | ----^^^ Oct 11 17:10:09.838 INFO kablam! | | Oct 11 17:10:09.838 INFO kablam! | help: remove this `mut` Oct 11 17:10:09.838 INFO kablam! Oct 11 17:10:09.884 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:09.884 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 11 17:10:09.884 INFO kablam! | Oct 11 17:10:09.884 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 11 17:10:09.884 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 17:10:09.884 INFO kablam! | | Oct 11 17:10:09.884 INFO kablam! | help: remove this `mut` Oct 11 17:10:09.884 INFO kablam! Oct 11 17:10:10.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.00s Oct 11 17:10:10.349 INFO kablam! su: No module specific data is present Oct 11 17:10:10.856 INFO running `"docker" "rm" "-f" "a2944a05229f25adb34111ef34b5f94631b9ff49314eca04f970ca28de469410"` Oct 11 17:10:11.116 INFO blam! a2944a05229f25adb34111ef34b5f94631b9ff49314eca04f970ca28de469410 Oct 11 17:10:11.117 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:10:11.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:10:11.510 INFO blam! 3f27c88275e478408f8984943598055c0965bf4059d99dd285422e1068ba3e6e Oct 11 17:10:11.516 INFO running `"docker" "start" "-a" "3f27c88275e478408f8984943598055c0965bf4059d99dd285422e1068ba3e6e"` Oct 11 17:10:12.667 INFO kablam! usermod: no changes Oct 11 17:10:12.761 INFO kablam! Compiling mai v0.1.0 (/source) Oct 11 17:10:15.505 INFO kablam! warning: unused import: `Evented` Oct 11 17:10:15.505 INFO kablam! --> src/protocol_engine.rs:1:11 Oct 11 17:10:15.505 INFO kablam! | Oct 11 17:10:15.505 INFO kablam! 1 | use mio::{Evented, EventSet, PollOpt, Token}; Oct 11 17:10:15.505 INFO kablam! | ^^^^^^^ Oct 11 17:10:15.508 INFO kablam! | Oct 11 17:10:15.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:10:15.508 INFO kablam! Oct 11 17:10:15.508 INFO kablam! warning: unused import: `Recycleable` Oct 11 17:10:15.508 INFO kablam! --> src/protocol_engine.rs:5:23 Oct 11 17:10:15.508 INFO kablam! | Oct 11 17:10:15.508 INFO kablam! 5 | use lifeguard::{self, Recycleable, Pool, StartingSize, MaxSize, Supplier}; Oct 11 17:10:15.508 INFO kablam! | ^^^^^^^^^^^ Oct 11 17:10:15.508 INFO kablam! Oct 11 17:10:15.508 INFO kablam! warning: unused import: `Read` Oct 11 17:10:15.508 INFO kablam! --> src/protocol_engine.rs:8:21 Oct 11 17:10:15.508 INFO kablam! | Oct 11 17:10:15.509 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 11 17:10:15.509 INFO kablam! | ^^^^ Oct 11 17:10:15.509 INFO kablam! Oct 11 17:10:15.509 INFO kablam! warning: unused import: `Write` Oct 11 17:10:15.509 INFO kablam! --> src/protocol_engine.rs:8:27 Oct 11 17:10:15.509 INFO kablam! | Oct 11 17:10:15.509 INFO kablam! 8 | use std::io::{self, Read, Write}; Oct 11 17:10:15.509 INFO kablam! | ^^^^^ Oct 11 17:10:15.509 INFO kablam! Oct 11 17:10:15.636 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:15.636 INFO kablam! --> src/evented_frame_stream.rs:215:9 Oct 11 17:10:15.636 INFO kablam! | Oct 11 17:10:15.636 INFO kablam! 215 | let mut outbox = self.outbox(outbox_pool); Oct 11 17:10:15.636 INFO kablam! | ----^^^^^^ Oct 11 17:10:15.636 INFO kablam! | | Oct 11 17:10:15.636 INFO kablam! | help: remove this `mut` Oct 11 17:10:15.636 INFO kablam! | Oct 11 17:10:15.636 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 17:10:15.636 INFO kablam! Oct 11 17:10:15.672 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:15.672 INFO kablam! --> src/protocol_engine.rs:131:12 Oct 11 17:10:15.672 INFO kablam! | Oct 11 17:10:15.672 INFO kablam! 131 | let mut stream_session: &mut StreamSession
= stream_session.unwrap(); Oct 11 17:10:15.672 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 17:10:15.672 INFO kablam! | | Oct 11 17:10:15.672 INFO kablam! | help: remove this `mut` Oct 11 17:10:15.672 INFO kablam! Oct 11 17:10:15.672 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:15.672 INFO kablam! --> src/protocol_engine.rs:133:22 Oct 11 17:10:15.672 INFO kablam! | Oct 11 17:10:15.672 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 11 17:10:15.672 INFO kablam! | ----^^^^^^^ Oct 11 17:10:15.672 INFO kablam! | | Oct 11 17:10:15.673 INFO kablam! | help: remove this `mut` Oct 11 17:10:15.673 INFO kablam! Oct 11 17:10:15.673 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:15.673 INFO kablam! --> src/protocol_engine.rs:133:13 Oct 11 17:10:15.673 INFO kablam! | Oct 11 17:10:15.673 INFO kablam! 133 | let (mut efs, mut session) = stream_session.components(); Oct 11 17:10:15.673 INFO kablam! | ----^^^ Oct 11 17:10:15.673 INFO kablam! | | Oct 11 17:10:15.673 INFO kablam! | help: remove this `mut` Oct 11 17:10:15.673 INFO kablam! Oct 11 17:10:15.765 INFO kablam! warning: variable does not need to be mutable Oct 11 17:10:15.765 INFO kablam! --> src/protocol_engine.rs:531:26 Oct 11 17:10:15.765 INFO kablam! | Oct 11 17:10:15.765 INFO kablam! 531 | let (codec, _stream, mut write_buffer, outbox) = efs.writing_toolset(buffer_pool, outbox_pool); Oct 11 17:10:15.765 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 17:10:15.765 INFO kablam! | | Oct 11 17:10:15.765 INFO kablam! | help: remove this `mut` Oct 11 17:10:15.765 INFO kablam! Oct 11 17:10:16.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 11 17:10:16.435 INFO kablam! su: No module specific data is present Oct 11 17:10:16.994 INFO running `"docker" "rm" "-f" "3f27c88275e478408f8984943598055c0965bf4059d99dd285422e1068ba3e6e"` Oct 11 17:10:17.248 INFO blam! 3f27c88275e478408f8984943598055c0965bf4059d99dd285422e1068ba3e6e Oct 11 17:10:17.250 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:10:17.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:10:17.713 INFO blam! 266bc8a8be461d0d1283d598d2deda011bd9c2968e6d34e917b320452bb52eca Oct 11 17:10:17.715 INFO running `"docker" "start" "-a" "266bc8a8be461d0d1283d598d2deda011bd9c2968e6d34e917b320452bb52eca"` Oct 11 17:10:18.852 INFO kablam! usermod: no changes Oct 11 17:10:18.962 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 17:10:18.972 INFO kablam! Running /target/debug/deps/mai-f00efc4c27a6fa80 Oct 11 17:10:18.972 INFO blam! Oct 11 17:10:18.972 INFO kablam! Running /target/debug/deps/lib-208adb242ab4b53d Oct 11 17:10:18.973 INFO blam! running 0 tests Oct 11 17:10:18.973 INFO blam! Oct 11 17:10:18.973 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:10:18.973 INFO blam! Oct 11 17:10:18.976 INFO blam! Oct 11 17:10:18.976 INFO blam! running 3 tests Oct 11 17:10:18.976 INFO blam! test tests::test_restack ... ok Oct 11 17:10:18.985 INFO blam! test tests::test_restack_everything_consumed ... ok Oct 11 17:10:18.985 INFO blam! test tests::test_restack_nothing_consumed ... ok Oct 11 17:10:18.985 INFO blam! Oct 11 17:10:18.985 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:10:18.985 INFO blam! Oct 11 17:10:18.992 INFO kablam! Doc-tests mai Oct 11 17:10:22.470 INFO blam! Oct 11 17:10:22.471 INFO blam! running 0 tests Oct 11 17:10:22.471 INFO blam! Oct 11 17:10:22.471 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:10:22.471 INFO blam! Oct 11 17:10:22.476 INFO kablam! su: No module specific data is present Oct 11 17:10:23.158 INFO running `"docker" "rm" "-f" "266bc8a8be461d0d1283d598d2deda011bd9c2968e6d34e917b320452bb52eca"` Oct 11 17:10:23.440 INFO blam! 266bc8a8be461d0d1283d598d2deda011bd9c2968e6d34e917b320452bb52eca