Oct 14 14:54:51.189 INFO testing klnusbaum/archon against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:54:51.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 14:54:51.574 INFO blam! e66b058658c0e381fa915e32ad98cd87817ef77a8db0f8cbdf719d5c18ec15c0 Oct 14 14:54:51.584 INFO running `"docker" "start" "-a" "e66b058658c0e381fa915e32ad98cd87817ef77a8db0f8cbdf719d5c18ec15c0"` Oct 14 14:54:52.311 INFO kablam! usermod: no changes Oct 14 14:54:52.354 INFO kablam! Compiling archon v0.1.0 (/source) Oct 14 14:54:52.499 INFO kablam! warning: unused import: `Term` Oct 14 14:54:52.499 INFO kablam! --> src/algorithm.rs:3:21 Oct 14 14:54:52.499 INFO kablam! | Oct 14 14:54:52.499 INFO kablam! 3 | use types::{PeerId, Term}; Oct 14 14:54:52.499 INFO kablam! | ^^^^ Oct 14 14:54:52.499 INFO kablam! | Oct 14 14:54:52.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:54:52.499 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `body` Oct 14 14:54:52.543 INFO kablam! --> src/algorithm.rs:73:42 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 73 | fn handle_append_response(&mut self, body: messaging::AppendResponseBody) {} Oct 14 14:54:52.543 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `body` Oct 14 14:54:52.543 INFO kablam! --> src/algorithm.rs:75:39 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 75 | fn handle_vote_request(&mut self, body: messaging::VoteRequestBody) {} Oct 14 14:54:52.543 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `body` Oct 14 14:54:52.543 INFO kablam! --> src/algorithm.rs:76:40 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 76 | fn handle_vote_response(&mut self, body: messaging::VoteResponseBody) {} Oct 14 14:54:52.543 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `key` Oct 14 14:54:52.543 INFO kablam! --> src/lib.rs:22:29 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 22 | fn get_value(&self, key: String) -> Result>, RaftError> { Oct 14 14:54:52.543 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `key` Oct 14 14:54:52.543 INFO kablam! --> src/lib.rs:26:29 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 26 | fn put_value(&self, key: String, value: Vec) -> Result<(), RaftError> { Oct 14 14:54:52.543 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.543 INFO kablam! warning: unused variable: `value` Oct 14 14:54:52.543 INFO kablam! --> src/lib.rs:26:42 Oct 14 14:54:52.543 INFO kablam! | Oct 14 14:54:52.543 INFO kablam! 26 | fn put_value(&self, key: String, value: Vec) -> Result<(), RaftError> { Oct 14 14:54:52.543 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 14:54:52.543 INFO kablam! Oct 14 14:54:52.551 INFO kablam! warning: enum is never used: `State` Oct 14 14:54:52.551 INFO kablam! --> src/algorithm.rs:6:1 Oct 14 14:54:52.551 INFO kablam! | Oct 14 14:54:52.551 INFO kablam! 6 | enum State { Oct 14 14:54:52.551 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:52.551 INFO kablam! | Oct 14 14:54:52.551 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:52.551 INFO kablam! Oct 14 14:54:52.551 INFO kablam! warning: field is never used: `my_id` Oct 14 14:54:52.551 INFO kablam! --> src/algorithm.rs:19:5 Oct 14 14:54:52.551 INFO kablam! | Oct 14 14:54:52.551 INFO kablam! 19 | my_id: PeerId, Oct 14 14:54:52.551 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:52.551 INFO kablam! Oct 14 14:54:52.551 INFO kablam! warning: field is never used: `peers` Oct 14 14:54:52.551 INFO kablam! --> src/algorithm.rs:20:5 Oct 14 14:54:52.551 INFO kablam! | Oct 14 14:54:52.551 INFO kablam! 20 | peers: Vec, Oct 14 14:54:52.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:52.551 INFO kablam! Oct 14 14:54:52.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.36s Oct 14 14:54:52.702 INFO kablam! su: No module specific data is present Oct 14 14:54:53.184 INFO running `"docker" "rm" "-f" "e66b058658c0e381fa915e32ad98cd87817ef77a8db0f8cbdf719d5c18ec15c0"` Oct 14 14:54:53.452 INFO blam! e66b058658c0e381fa915e32ad98cd87817ef77a8db0f8cbdf719d5c18ec15c0 Oct 14 14:54:53.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 14:54:53.981 INFO blam! 59d89d57f77c0f6a7b2406ce6cb28315eeb611347d745cd9cdb1d590d7fcab00 Oct 14 14:54:53.984 INFO running `"docker" "start" "-a" "59d89d57f77c0f6a7b2406ce6cb28315eeb611347d745cd9cdb1d590d7fcab00"` Oct 14 14:54:54.974 INFO kablam! usermod: no changes Oct 14 14:54:55.011 INFO kablam! Compiling archon v0.1.0 (/source) Oct 14 14:54:55.199 INFO kablam! warning: unused import: `Term` Oct 14 14:54:55.199 INFO kablam! --> src/algorithm.rs:3:21 Oct 14 14:54:55.199 INFO kablam! | Oct 14 14:54:55.199 INFO kablam! 3 | use types::{PeerId, Term}; Oct 14 14:54:55.199 INFO kablam! | ^^^^ Oct 14 14:54:55.199 INFO kablam! | Oct 14 14:54:55.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:54:55.199 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `body` Oct 14 14:54:55.275 INFO kablam! --> src/algorithm.rs:73:42 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 73 | fn handle_append_response(&mut self, body: messaging::AppendResponseBody) {} Oct 14 14:54:55.275 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `body` Oct 14 14:54:55.275 INFO kablam! --> src/algorithm.rs:75:39 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 75 | fn handle_vote_request(&mut self, body: messaging::VoteRequestBody) {} Oct 14 14:54:55.275 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `body` Oct 14 14:54:55.275 INFO kablam! --> src/algorithm.rs:76:40 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 76 | fn handle_vote_response(&mut self, body: messaging::VoteResponseBody) {} Oct 14 14:54:55.275 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `key` Oct 14 14:54:55.275 INFO kablam! --> src/lib.rs:22:29 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 22 | fn get_value(&self, key: String) -> Result>, RaftError> { Oct 14 14:54:55.275 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `key` Oct 14 14:54:55.275 INFO kablam! --> src/lib.rs:26:29 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 26 | fn put_value(&self, key: String, value: Vec) -> Result<(), RaftError> { Oct 14 14:54:55.275 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.275 INFO kablam! warning: unused variable: `value` Oct 14 14:54:55.275 INFO kablam! --> src/lib.rs:26:42 Oct 14 14:54:55.275 INFO kablam! | Oct 14 14:54:55.275 INFO kablam! 26 | fn put_value(&self, key: String, value: Vec) -> Result<(), RaftError> { Oct 14 14:54:55.275 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 14:54:55.275 INFO kablam! Oct 14 14:54:55.282 INFO kablam! warning: enum is never used: `State` Oct 14 14:54:55.282 INFO kablam! --> src/algorithm.rs:6:1 Oct 14 14:54:55.282 INFO kablam! | Oct 14 14:54:55.282 INFO kablam! 6 | enum State { Oct 14 14:54:55.282 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:55.282 INFO kablam! | Oct 14 14:54:55.282 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:55.282 INFO kablam! Oct 14 14:54:55.282 INFO kablam! warning: field is never used: `my_id` Oct 14 14:54:55.282 INFO kablam! --> src/algorithm.rs:19:5 Oct 14 14:54:55.282 INFO kablam! | Oct 14 14:54:55.282 INFO kablam! 19 | my_id: PeerId, Oct 14 14:54:55.282 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:55.282 INFO kablam! Oct 14 14:54:55.282 INFO kablam! warning: field is never used: `peers` Oct 14 14:54:55.282 INFO kablam! --> src/algorithm.rs:20:5 Oct 14 14:54:55.282 INFO kablam! | Oct 14 14:54:55.282 INFO kablam! 20 | peers: Vec, Oct 14 14:54:55.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:55.282 INFO kablam! Oct 14 14:54:55.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 14:54:55.743 INFO kablam! su: No module specific data is present Oct 14 14:54:56.255 INFO running `"docker" "rm" "-f" "59d89d57f77c0f6a7b2406ce6cb28315eeb611347d745cd9cdb1d590d7fcab00"` Oct 14 14:54:56.515 INFO blam! 59d89d57f77c0f6a7b2406ce6cb28315eeb611347d745cd9cdb1d590d7fcab00 Oct 14 14:54:56.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 14:54:56.917 INFO blam! 4a8741ad705eb26dcaebe310107fa73e37a6c0d51e1e9b6327f147c1cd30508d Oct 14 14:54:56.922 INFO running `"docker" "start" "-a" "4a8741ad705eb26dcaebe310107fa73e37a6c0d51e1e9b6327f147c1cd30508d"` Oct 14 14:54:57.999 INFO kablam! usermod: no changes Oct 14 14:54:58.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 14:54:58.052 INFO kablam! Running /target/debug/deps/archon-b3ae6128455edf49 Oct 14 14:54:58.059 INFO blam! Oct 14 14:54:58.059 INFO blam! running 1 test Oct 14 14:54:58.060 INFO blam! test tests::it_works ... ok Oct 14 14:54:58.061 INFO kablam! Doc-tests archon Oct 14 14:54:58.061 INFO blam! Oct 14 14:54:58.061 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:54:58.061 INFO blam! Oct 14 14:54:58.302 INFO blam! Oct 14 14:54:58.302 INFO blam! running 0 tests Oct 14 14:54:58.302 INFO blam! Oct 14 14:54:58.302 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:54:58.302 INFO blam! Oct 14 14:54:58.306 INFO kablam! su: No module specific data is present Oct 14 14:54:59.036 INFO running `"docker" "rm" "-f" "4a8741ad705eb26dcaebe310107fa73e37a6c0d51e1e9b6327f147c1cd30508d"` Oct 14 14:54:59.363 INFO blam! 4a8741ad705eb26dcaebe310107fa73e37a6c0d51e1e9b6327f147c1cd30508d