Oct 12 02:41:17.157 INFO testing connect-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:41:17.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:41:17.756 INFO blam! c2f91c83de5d362975ea50cfacb243146bf068e36332be5213ff55444b296e24 Oct 12 02:41:17.757 INFO running `"docker" "start" "-a" "c2f91c83de5d362975ea50cfacb243146bf068e36332be5213ff55444b296e24"` Oct 12 02:41:19.196 INFO kablam! usermod: no changes Oct 12 02:41:19.468 INFO kablam! Compiling bytes v0.4.10 Oct 12 02:41:19.504 INFO kablam! Compiling mio v0.6.16 Oct 12 02:41:25.520 INFO kablam! Compiling mio-extras v2.0.5 Oct 12 02:41:27.631 INFO kablam! Compiling connect v0.1.1 (/source) Oct 12 02:41:33.664 INFO kablam! warning: unused variable: `index` Oct 12 02:41:33.664 INFO kablam! --> src/consensus/node_state.rs:80:32 Oct 12 02:41:33.664 INFO kablam! | Oct 12 02:41:33.665 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Oct 12 02:41:33.665 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 02:41:33.665 INFO kablam! | Oct 12 02:41:33.665 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:41:33.665 INFO kablam! Oct 12 02:41:33.665 INFO kablam! warning: unused variable: `match_indexes` Oct 12 02:41:33.665 INFO kablam! --> src/consensus/state_machine.rs:754:17 Oct 12 02:41:33.665 INFO kablam! | Oct 12 02:41:33.666 INFO kablam! 754 | match_indexes, Oct 12 02:41:33.666 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Oct 12 02:41:33.666 INFO kablam! Oct 12 02:41:33.666 INFO kablam! warning: unused variable: `handle` Oct 12 02:41:33.666 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Oct 12 02:41:33.666 INFO kablam! | Oct 12 02:41:33.666 INFO kablam! 34 | let handle = connection.handle(); Oct 12 02:41:33.666 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 02:41:33.667 INFO kablam! Oct 12 02:41:34.053 INFO kablam! warning: method is never used: `get_last_applied` Oct 12 02:41:34.053 INFO kablam! --> src/consensus/node_state.rs:30:5 Oct 12 02:41:34.053 INFO kablam! | Oct 12 02:41:34.053 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Oct 12 02:41:34.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:34.057 INFO kablam! | Oct 12 02:41:34.057 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:41:34.058 INFO kablam! Oct 12 02:41:34.058 INFO kablam! warning: method is never used: `set_last_applied` Oct 12 02:41:34.058 INFO kablam! --> src/consensus/node_state.rs:75:5 Oct 12 02:41:34.059 INFO kablam! | Oct 12 02:41:34.059 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Oct 12 02:41:34.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:34.059 INFO kablam! Oct 12 02:41:34.060 INFO kablam! warning: field is never used: `on_read` Oct 12 02:41:34.060 INFO kablam! --> src/server/server.rs:27:5 Oct 12 02:41:34.060 INFO kablam! | Oct 12 02:41:34.061 INFO kablam! 27 | pub(crate) on_read: R, Oct 12 02:41:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:34.061 INFO kablam! Oct 12 02:41:34.062 INFO kablam! warning: field is never used: `on_write` Oct 12 02:41:34.062 INFO kablam! --> src/server/server.rs:28:5 Oct 12 02:41:34.062 INFO kablam! | Oct 12 02:41:34.062 INFO kablam! 28 | pub(crate) on_write: W, Oct 12 02:41:34.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:34.063 INFO kablam! Oct 12 02:41:34.063 INFO kablam! warning: field is never used: `service_type` Oct 12 02:41:34.064 INFO kablam! --> src/server/server.rs:29:5 Oct 12 02:41:34.064 INFO kablam! | Oct 12 02:41:34.064 INFO kablam! 29 | pub(crate) service_type: ServiceType, Oct 12 02:41:34.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:34.065 INFO kablam! Oct 12 02:41:52.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.07s Oct 12 02:41:52.319 INFO kablam! su: No module specific data is present Oct 12 02:41:53.522 INFO running `"docker" "rm" "-f" "c2f91c83de5d362975ea50cfacb243146bf068e36332be5213ff55444b296e24"` Oct 12 02:41:53.726 INFO blam! c2f91c83de5d362975ea50cfacb243146bf068e36332be5213ff55444b296e24 Oct 12 02:41:53.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:41:54.180 INFO blam! bd82fedb123f4096855544e428c72a03c212212b0b26bf71ba9003b42c625bb4 Oct 12 02:41:54.185 INFO running `"docker" "start" "-a" "bd82fedb123f4096855544e428c72a03c212212b0b26bf71ba9003b42c625bb4"` Oct 12 02:41:55.673 INFO kablam! usermod: no changes Oct 12 02:41:55.835 INFO kablam! Compiling connect v0.1.1 (/source) Oct 12 02:42:02.472 INFO kablam! warning: unused variable: `index` Oct 12 02:42:02.472 INFO kablam! --> src/consensus/node_state.rs:80:32 Oct 12 02:42:02.472 INFO kablam! | Oct 12 02:42:02.472 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Oct 12 02:42:02.472 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 02:42:02.472 INFO kablam! | Oct 12 02:42:02.472 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:42:02.472 INFO kablam! Oct 12 02:42:02.472 INFO kablam! warning: unused variable: `match_indexes` Oct 12 02:42:02.472 INFO kablam! --> src/consensus/state_machine.rs:754:17 Oct 12 02:42:02.472 INFO kablam! | Oct 12 02:42:02.472 INFO kablam! 754 | match_indexes, Oct 12 02:42:02.472 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Oct 12 02:42:02.472 INFO kablam! Oct 12 02:42:02.472 INFO kablam! warning: unused variable: `handle` Oct 12 02:42:02.472 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Oct 12 02:42:02.472 INFO kablam! | Oct 12 02:42:02.472 INFO kablam! 34 | let handle = connection.handle(); Oct 12 02:42:02.472 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 02:42:02.472 INFO kablam! Oct 12 02:42:02.762 INFO kablam! warning: method is never used: `get_last_applied` Oct 12 02:42:02.762 INFO kablam! --> src/consensus/node_state.rs:30:5 Oct 12 02:42:02.762 INFO kablam! | Oct 12 02:42:02.762 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Oct 12 02:42:02.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:02.768 INFO kablam! | Oct 12 02:42:02.768 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:42:02.768 INFO kablam! Oct 12 02:42:02.768 INFO kablam! warning: method is never used: `set_last_applied` Oct 12 02:42:02.768 INFO kablam! --> src/consensus/node_state.rs:75:5 Oct 12 02:42:02.768 INFO kablam! | Oct 12 02:42:02.768 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Oct 12 02:42:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:02.768 INFO kablam! Oct 12 02:42:02.768 INFO kablam! warning: field is never used: `on_read` Oct 12 02:42:02.768 INFO kablam! --> src/server/server.rs:27:5 Oct 12 02:42:02.768 INFO kablam! | Oct 12 02:42:02.768 INFO kablam! 27 | pub(crate) on_read: R, Oct 12 02:42:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:02.768 INFO kablam! Oct 12 02:42:02.768 INFO kablam! warning: field is never used: `on_write` Oct 12 02:42:02.769 INFO kablam! --> src/server/server.rs:28:5 Oct 12 02:42:02.769 INFO kablam! | Oct 12 02:42:02.769 INFO kablam! 28 | pub(crate) on_write: W, Oct 12 02:42:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:02.769 INFO kablam! Oct 12 02:42:02.769 INFO kablam! warning: field is never used: `service_type` Oct 12 02:42:02.769 INFO kablam! --> src/server/server.rs:29:5 Oct 12 02:42:02.769 INFO kablam! | Oct 12 02:42:02.769 INFO kablam! 29 | pub(crate) service_type: ServiceType, Oct 12 02:42:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:02.769 INFO kablam! Oct 12 02:42:06.977 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.28s Oct 12 02:42:06.995 INFO kablam! su: No module specific data is present Oct 12 02:42:08.253 INFO running `"docker" "rm" "-f" "bd82fedb123f4096855544e428c72a03c212212b0b26bf71ba9003b42c625bb4"` Oct 12 02:42:08.564 INFO blam! bd82fedb123f4096855544e428c72a03c212212b0b26bf71ba9003b42c625bb4 Oct 12 02:42:08.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:42:09.268 INFO blam! 4316518c582cdd1171993e7f94f5d7b9d8e43d95de0b8fd183a02c986568339f Oct 12 02:42:09.280 INFO running `"docker" "start" "-a" "4316518c582cdd1171993e7f94f5d7b9d8e43d95de0b8fd183a02c986568339f"` Oct 12 02:42:10.656 INFO kablam! usermod: no changes Oct 12 02:42:10.937 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 12 02:42:10.940 INFO kablam! Running /target/debug/deps/connect-cf76488ad8b2b4ae Oct 12 02:42:10.940 INFO blam! Oct 12 02:42:10.940 INFO kablam! Running /target/debug/deps/connecting-b72afa0719f5ece0 Oct 12 02:42:10.940 INFO blam! running 0 tests Oct 12 02:42:10.940 INFO blam! Oct 12 02:42:10.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:10.940 INFO blam! Oct 12 02:42:10.942 INFO blam! Oct 12 02:42:10.942 INFO blam! running 0 tests Oct 12 02:42:10.942 INFO blam! Oct 12 02:42:10.942 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:10.942 INFO blam! Oct 12 02:42:10.948 INFO kablam! Doc-tests connect Oct 12 02:42:18.104 INFO blam! Oct 12 02:42:18.104 INFO blam! running 1 test Oct 12 02:42:30.764 INFO blam! test src/lib.rs - (line 36) ... ok Oct 12 02:42:30.764 INFO blam! Oct 12 02:42:30.764 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:30.764 INFO blam! Oct 12 02:42:30.767 INFO kablam! su: No module specific data is present Oct 12 02:42:31.576 INFO running `"docker" "rm" "-f" "4316518c582cdd1171993e7f94f5d7b9d8e43d95de0b8fd183a02c986568339f"` Oct 12 02:42:31.849 INFO blam! 4316518c582cdd1171993e7f94f5d7b9d8e43d95de0b8fd183a02c986568339f