Oct 12 02:41:09.720 INFO testing connect-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:41:09.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 02:41:10.339 INFO blam! 8a6e5a78f980d42cb7f2cee3dee0427ae2f41c84ade59a3836bdd39c31e51547 Oct 12 02:41:10.340 INFO running `"docker" "start" "-a" "8a6e5a78f980d42cb7f2cee3dee0427ae2f41c84ade59a3836bdd39c31e51547"` Oct 12 02:41:11.612 INFO kablam! usermod: no changes Oct 12 02:41:11.888 INFO kablam! Compiling crossbeam v0.3.2 Oct 12 02:41:11.893 INFO kablam! Compiling log-mdc v0.1.0 Oct 12 02:41:11.902 INFO kablam! Compiling memchr v1.0.2 Oct 12 02:41:11.918 INFO kablam! Compiling threadpool v1.7.1 Oct 12 02:41:11.928 INFO kablam! Compiling typemap v0.3.3 Oct 12 02:41:11.928 INFO kablam! Compiling log v0.4.5 Oct 12 02:41:11.929 INFO kablam! Compiling bincode v1.0.1 Oct 12 02:41:11.929 INFO kablam! Compiling bytes v0.4.10 Oct 12 02:41:16.620 INFO kablam! Compiling nom v3.2.1 Oct 12 02:41:16.670 INFO kablam! Compiling flate2 v1.0.3 Oct 12 02:41:16.684 INFO kablam! Compiling mio v0.6.16 Oct 12 02:41:16.713 INFO kablam! Compiling serde-value v0.5.2 Oct 12 02:41:17.259 INFO kablam! Compiling serde-hjson v0.8.1 Oct 12 02:41:22.804 INFO kablam! Compiling log4rs v0.8.0 Oct 12 02:41:29.205 INFO kablam! Compiling mio-extras v2.0.5 Oct 12 02:41:31.364 INFO kablam! Compiling config v0.8.0 Oct 12 02:41:44.300 INFO kablam! Compiling connect v0.1.1 (/source) Oct 12 02:41:45.738 INFO kablam! warning: unused variable: `index` Oct 12 02:41:45.738 INFO kablam! --> src/consensus/node_state.rs:80:32 Oct 12 02:41:45.738 INFO kablam! | Oct 12 02:41:45.738 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Oct 12 02:41:45.738 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 02:41:45.738 INFO kablam! | Oct 12 02:41:45.738 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:41:45.738 INFO kablam! Oct 12 02:41:45.738 INFO kablam! warning: unused variable: `match_indexes` Oct 12 02:41:45.738 INFO kablam! --> src/consensus/state_machine.rs:754:17 Oct 12 02:41:45.738 INFO kablam! | Oct 12 02:41:45.738 INFO kablam! 754 | match_indexes, Oct 12 02:41:45.738 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Oct 12 02:41:45.738 INFO kablam! Oct 12 02:41:45.738 INFO kablam! warning: unused variable: `handle` Oct 12 02:41:45.738 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Oct 12 02:41:45.738 INFO kablam! | Oct 12 02:41:45.738 INFO kablam! 34 | let handle = connection.handle(); Oct 12 02:41:45.738 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 02:41:45.738 INFO kablam! Oct 12 02:41:46.054 INFO kablam! warning: method is never used: `get_last_applied` Oct 12 02:41:46.054 INFO kablam! --> src/consensus/node_state.rs:30:5 Oct 12 02:41:46.054 INFO kablam! | Oct 12 02:41:46.054 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Oct 12 02:41:46.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:46.054 INFO kablam! | Oct 12 02:41:46.054 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:41:46.054 INFO kablam! Oct 12 02:41:46.056 INFO kablam! warning: method is never used: `set_last_applied` Oct 12 02:41:46.057 INFO kablam! --> src/consensus/node_state.rs:75:5 Oct 12 02:41:46.057 INFO kablam! | Oct 12 02:41:46.057 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Oct 12 02:41:46.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:46.057 INFO kablam! Oct 12 02:41:46.057 INFO kablam! warning: field is never used: `on_read` Oct 12 02:41:46.057 INFO kablam! --> src/server/server.rs:27:5 Oct 12 02:41:46.057 INFO kablam! | Oct 12 02:41:46.057 INFO kablam! 27 | pub(crate) on_read: R, Oct 12 02:41:46.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:46.057 INFO kablam! Oct 12 02:41:46.057 INFO kablam! warning: field is never used: `on_write` Oct 12 02:41:46.057 INFO kablam! --> src/server/server.rs:28:5 Oct 12 02:41:46.057 INFO kablam! | Oct 12 02:41:46.057 INFO kablam! 28 | pub(crate) on_write: W, Oct 12 02:41:46.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:46.057 INFO kablam! Oct 12 02:41:46.057 INFO kablam! warning: field is never used: `service_type` Oct 12 02:41:46.057 INFO kablam! --> src/server/server.rs:29:5 Oct 12 02:41:46.057 INFO kablam! | Oct 12 02:41:46.057 INFO kablam! 29 | pub(crate) service_type: ServiceType, Oct 12 02:41:46.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:41:46.057 INFO kablam! Oct 12 02:41:54.081 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.43s Oct 12 02:41:54.088 INFO kablam! su: No module specific data is present Oct 12 02:41:55.017 INFO running `"docker" "rm" "-f" "8a6e5a78f980d42cb7f2cee3dee0427ae2f41c84ade59a3836bdd39c31e51547"` Oct 12 02:41:55.361 INFO blam! 8a6e5a78f980d42cb7f2cee3dee0427ae2f41c84ade59a3836bdd39c31e51547 Oct 12 02:41:55.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 02:41:55.928 INFO blam! dd405179baf7b6df07282a6a57b34a1bb1c727f876dd6db1467e33cd0a9974a6 Oct 12 02:41:55.930 INFO running `"docker" "start" "-a" "dd405179baf7b6df07282a6a57b34a1bb1c727f876dd6db1467e33cd0a9974a6"` Oct 12 02:41:57.784 INFO kablam! usermod: no changes Oct 12 02:41:58.028 INFO kablam! Compiling connect v0.1.1 (/source) Oct 12 02:42:00.323 INFO kablam! warning: unused variable: `index` Oct 12 02:42:00.323 INFO kablam! --> src/consensus/node_state.rs:80:32 Oct 12 02:42:00.323 INFO kablam! | Oct 12 02:42:00.323 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Oct 12 02:42:00.323 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 02:42:00.323 INFO kablam! | Oct 12 02:42:00.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:42:00.323 INFO kablam! Oct 12 02:42:00.325 INFO kablam! warning: unused variable: `match_indexes` Oct 12 02:42:00.325 INFO kablam! --> src/consensus/state_machine.rs:754:17 Oct 12 02:42:00.325 INFO kablam! | Oct 12 02:42:00.325 INFO kablam! 754 | match_indexes, Oct 12 02:42:00.325 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Oct 12 02:42:00.325 INFO kablam! Oct 12 02:42:00.325 INFO kablam! warning: unused variable: `handle` Oct 12 02:42:00.325 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Oct 12 02:42:00.325 INFO kablam! | Oct 12 02:42:00.325 INFO kablam! 34 | let handle = connection.handle(); Oct 12 02:42:00.325 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 02:42:00.325 INFO kablam! Oct 12 02:42:00.688 INFO kablam! warning: method is never used: `get_last_applied` Oct 12 02:42:00.688 INFO kablam! --> src/consensus/node_state.rs:30:5 Oct 12 02:42:00.688 INFO kablam! | Oct 12 02:42:00.688 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Oct 12 02:42:00.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:00.688 INFO kablam! | Oct 12 02:42:00.688 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:42:00.688 INFO kablam! Oct 12 02:42:00.688 INFO kablam! warning: method is never used: `set_last_applied` Oct 12 02:42:00.688 INFO kablam! --> src/consensus/node_state.rs:75:5 Oct 12 02:42:00.688 INFO kablam! | Oct 12 02:42:00.688 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Oct 12 02:42:00.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:00.688 INFO kablam! Oct 12 02:42:00.688 INFO kablam! warning: field is never used: `on_read` Oct 12 02:42:00.688 INFO kablam! --> src/server/server.rs:27:5 Oct 12 02:42:00.688 INFO kablam! | Oct 12 02:42:00.688 INFO kablam! 27 | pub(crate) on_read: R, Oct 12 02:42:00.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:00.689 INFO kablam! Oct 12 02:42:00.689 INFO kablam! warning: field is never used: `on_write` Oct 12 02:42:00.689 INFO kablam! --> src/server/server.rs:28:5 Oct 12 02:42:00.689 INFO kablam! | Oct 12 02:42:00.689 INFO kablam! 28 | pub(crate) on_write: W, Oct 12 02:42:00.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:00.689 INFO kablam! Oct 12 02:42:00.689 INFO kablam! warning: field is never used: `service_type` Oct 12 02:42:00.689 INFO kablam! --> src/server/server.rs:29:5 Oct 12 02:42:00.689 INFO kablam! | Oct 12 02:42:00.689 INFO kablam! 29 | pub(crate) service_type: ServiceType, Oct 12 02:42:00.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:42:00.689 INFO kablam! Oct 12 02:42:01.246 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.43s Oct 12 02:42:01.256 INFO kablam! su: No module specific data is present Oct 12 02:42:01.914 INFO running `"docker" "rm" "-f" "dd405179baf7b6df07282a6a57b34a1bb1c727f876dd6db1467e33cd0a9974a6"` Oct 12 02:42:02.271 INFO blam! dd405179baf7b6df07282a6a57b34a1bb1c727f876dd6db1467e33cd0a9974a6 Oct 12 02:42:02.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 02:42:02.805 INFO blam! 27b450af5e5d0d062608543fa1a31d368360ad72bc8a16adaceeceecc6b1f219 Oct 12 02:42:02.806 INFO running `"docker" "start" "-a" "27b450af5e5d0d062608543fa1a31d368360ad72bc8a16adaceeceecc6b1f219"` Oct 12 02:42:04.830 INFO kablam! usermod: no changes Oct 12 02:42:05.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.35s Oct 12 02:42:05.227 INFO kablam! Running /target/debug/deps/connect-327d781830272f9a Oct 12 02:42:05.240 INFO blam! Oct 12 02:42:05.240 INFO blam! running 0 tests Oct 12 02:42:05.240 INFO blam! Oct 12 02:42:05.240 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:05.240 INFO blam! Oct 12 02:42:05.242 INFO kablam! Running /target/debug/deps/connecting-938bb5c5350e317f Oct 12 02:42:05.252 INFO kablam! Doc-tests connect Oct 12 02:42:05.253 INFO blam! Oct 12 02:42:05.253 INFO blam! running 0 tests Oct 12 02:42:05.253 INFO blam! Oct 12 02:42:05.253 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:05.253 INFO blam! Oct 12 02:42:06.616 INFO blam! Oct 12 02:42:06.616 INFO blam! running 1 test Oct 12 02:42:11.716 INFO blam! test src/lib.rs - (line 36) ... ok Oct 12 02:42:11.716 INFO blam! Oct 12 02:42:11.716 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:42:11.716 INFO blam! Oct 12 02:42:11.737 INFO kablam! su: No module specific data is present Oct 12 02:42:12.410 INFO running `"docker" "rm" "-f" "27b450af5e5d0d062608543fa1a31d368360ad72bc8a16adaceeceecc6b1f219"` Oct 12 02:42:12.724 INFO blam! 27b450af5e5d0d062608543fa1a31d368360ad72bc8a16adaceeceecc6b1f219