Oct 14 23:31:59.650 INFO testing dat2/rust-raft against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:31:59.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 23:32:00.373 INFO blam! 7a96831bdc65dd82c5bdf12fefc793be2253a0d404ca352cf02030999c1980a6 Oct 14 23:32:00.375 INFO running `"docker" "start" "-a" "7a96831bdc65dd82c5bdf12fefc793be2253a0d404ca352cf02030999c1980a6"` Oct 14 23:32:01.855 INFO kablam! usermod: no changes Oct 14 23:32:02.127 INFO kablam! Compiling serde v1.0.4 Oct 14 23:32:02.135 INFO kablam! Compiling iovec v0.1.0 Oct 14 23:32:02.135 INFO kablam! Compiling net2 v0.2.29 Oct 14 23:32:02.139 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 23:32:02.139 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 14 23:32:02.139 INFO kablam! Compiling serde_derive v1.0.4 Oct 14 23:32:02.139 INFO kablam! Compiling env_logger v0.4.1 Oct 14 23:32:04.104 INFO kablam! Compiling backtrace v0.3.0 Oct 14 23:32:04.391 INFO kablam! Compiling bytes v0.4.3 Oct 14 23:32:06.835 INFO kablam! Compiling error-chain v0.7.2 Oct 14 23:32:07.495 INFO kablam! Compiling mio v0.6.7 Oct 14 23:32:09.092 INFO kablam! Compiling tokio-io v0.1.1 Oct 14 23:32:14.591 INFO kablam! Compiling tokio-core v0.1.7 Oct 14 23:32:19.571 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:32:23.604 INFO kablam! Compiling bincode v0.8.0 Oct 14 23:32:24.659 INFO kablam! Compiling raft v0.1.0 (/source) Oct 14 23:32:25.471 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:25.471 INFO kablam! --> src/server.rs:4:5 Oct 14 23:32:25.471 INFO kablam! | Oct 14 23:32:25.471 INFO kablam! 4 | use std::str; Oct 14 23:32:25.471 INFO kablam! | ^^^^^^^^ Oct 14 23:32:25.471 INFO kablam! | Oct 14 23:32:25.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:32:25.471 INFO kablam! Oct 14 23:32:25.471 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 14 23:32:25.471 INFO kablam! --> src/server.rs:13:55 Oct 14 23:32:25.471 INFO kablam! | Oct 14 23:32:25.471 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 14 23:32:25.471 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.471 INFO kablam! Oct 14 23:32:25.471 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:25.471 INFO kablam! --> src/client.rs:4:5 Oct 14 23:32:25.471 INFO kablam! | Oct 14 23:32:25.471 INFO kablam! 4 | use std::str; Oct 14 23:32:25.471 INFO kablam! | ^^^^^^^^ Oct 14 23:32:25.471 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: method is never used: `new` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:7:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 7 | pub fn new() -> RaftState { Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:11:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: variant is never constructed: `Follower` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:20:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 20 | Follower(StateMachine), Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: variant is never constructed: `Candidate` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:21:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 21 | Candidate(StateMachine), Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: variant is never constructed: `Leader` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:22:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 22 | Leader(StateMachine) Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: method is never used: `init` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:42:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:47:3 Oct 14 23:32:25.795 INFO kablam! | Oct 14 23:32:25.795 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 14 23:32:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.795 INFO kablam! Oct 14 23:32:25.795 INFO kablam! warning: method is never used: `complete_vote` Oct 14 23:32:25.795 INFO kablam! --> src/state.rs:52:3 Oct 14 23:32:25.796 INFO kablam! | Oct 14 23:32:25.796 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 14 23:32:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.796 INFO kablam! Oct 14 23:32:25.796 INFO kablam! warning: method is never used: `election_timeout` Oct 14 23:32:25.796 INFO kablam! --> src/state.rs:57:3 Oct 14 23:32:25.796 INFO kablam! | Oct 14 23:32:25.796 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 14 23:32:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.796 INFO kablam! Oct 14 23:32:25.796 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 14 23:32:25.796 INFO kablam! --> src/state.rs:64:3 Oct 14 23:32:25.796 INFO kablam! | Oct 14 23:32:25.796 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 14 23:32:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.796 INFO kablam! Oct 14 23:32:25.796 INFO kablam! warning: method is never used: `other_leader_elected` Oct 14 23:32:25.796 INFO kablam! --> src/state.rs:69:3 Oct 14 23:32:25.796 INFO kablam! | Oct 14 23:32:25.796 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 14 23:32:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.796 INFO kablam! Oct 14 23:32:25.796 INFO kablam! warning: method is never used: `elected` Oct 14 23:32:25.796 INFO kablam! --> src/state.rs:74:3 Oct 14 23:32:25.796 INFO kablam! | Oct 14 23:32:25.796 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 14 23:32:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.796 INFO kablam! Oct 14 23:32:25.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:32:25.799 INFO kablam! --> src/server.rs:107:7 Oct 14 23:32:25.799 INFO kablam! | Oct 14 23:32:25.799 INFO kablam! 107 | v.send(rng.gen()); Oct 14 23:32:25.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:32:25.799 INFO kablam! | Oct 14 23:32:25.799 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:32:25.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:32:25.799 INFO kablam! Oct 14 23:32:32.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.80s Oct 14 23:32:32.712 INFO kablam! su: No module specific data is present Oct 14 23:32:33.874 INFO running `"docker" "rm" "-f" "7a96831bdc65dd82c5bdf12fefc793be2253a0d404ca352cf02030999c1980a6"` Oct 14 23:32:34.215 INFO blam! 7a96831bdc65dd82c5bdf12fefc793be2253a0d404ca352cf02030999c1980a6 Oct 14 23:32:34.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 23:32:34.687 INFO blam! fa9d521e69e0b39e66bd7d71b982500b74ceed8f3bc13aaaee5287affea3729c Oct 14 23:32:34.693 INFO running `"docker" "start" "-a" "fa9d521e69e0b39e66bd7d71b982500b74ceed8f3bc13aaaee5287affea3729c"` Oct 14 23:32:35.761 INFO kablam! usermod: no changes Oct 14 23:32:35.931 INFO kablam! Compiling raft v0.1.0 (/source) Oct 14 23:32:36.943 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:36.943 INFO kablam! --> src/server.rs:4:5 Oct 14 23:32:36.943 INFO kablam! | Oct 14 23:32:36.943 INFO kablam! 4 | use std::str; Oct 14 23:32:36.943 INFO kablam! | ^^^^^^^^ Oct 14 23:32:36.943 INFO kablam! | Oct 14 23:32:36.943 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:32:36.943 INFO kablam! Oct 14 23:32:36.943 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 14 23:32:36.943 INFO kablam! --> src/server.rs:13:55 Oct 14 23:32:36.943 INFO kablam! | Oct 14 23:32:36.943 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 14 23:32:36.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.943 INFO kablam! Oct 14 23:32:36.943 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:36.943 INFO kablam! --> src/client.rs:4:5 Oct 14 23:32:36.943 INFO kablam! | Oct 14 23:32:36.943 INFO kablam! 4 | use std::str; Oct 14 23:32:36.943 INFO kablam! | ^^^^^^^^ Oct 14 23:32:36.943 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `new` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:7:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 7 | pub fn new() -> RaftState { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:11:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: variant is never constructed: `Follower` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:20:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 20 | Follower(StateMachine), Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: variant is never constructed: `Candidate` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:21:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 21 | Candidate(StateMachine), Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: variant is never constructed: `Leader` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:22:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 22 | Leader(StateMachine) Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `init` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:42:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:47:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `complete_vote` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:52:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `election_timeout` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:57:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.334 INFO kablam! Oct 14 23:32:37.334 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 14 23:32:37.334 INFO kablam! --> src/state.rs:64:3 Oct 14 23:32:37.334 INFO kablam! | Oct 14 23:32:37.334 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 14 23:32:37.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.335 INFO kablam! Oct 14 23:32:37.335 INFO kablam! warning: method is never used: `other_leader_elected` Oct 14 23:32:37.335 INFO kablam! --> src/state.rs:69:3 Oct 14 23:32:37.335 INFO kablam! | Oct 14 23:32:37.335 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 14 23:32:37.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.335 INFO kablam! Oct 14 23:32:37.335 INFO kablam! warning: method is never used: `elected` Oct 14 23:32:37.335 INFO kablam! --> src/state.rs:74:3 Oct 14 23:32:37.335 INFO kablam! | Oct 14 23:32:37.335 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 14 23:32:37.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.335 INFO kablam! Oct 14 23:32:37.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:32:37.355 INFO kablam! --> src/server.rs:107:7 Oct 14 23:32:37.355 INFO kablam! | Oct 14 23:32:37.355 INFO kablam! 107 | v.send(rng.gen()); Oct 14 23:32:37.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:32:37.355 INFO kablam! | Oct 14 23:32:37.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:32:37.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:32:37.355 INFO kablam! Oct 14 23:32:38.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 14 23:32:38.701 INFO kablam! su: No module specific data is present Oct 14 23:32:39.219 INFO running `"docker" "rm" "-f" "fa9d521e69e0b39e66bd7d71b982500b74ceed8f3bc13aaaee5287affea3729c"` Oct 14 23:32:39.455 INFO blam! fa9d521e69e0b39e66bd7d71b982500b74ceed8f3bc13aaaee5287affea3729c Oct 14 23:32:39.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 23:32:39.780 INFO blam! 20e5a2d54f299c2224aa8cbec72d761fa1b8322c299c896b71d0a8a12901b0d8 Oct 14 23:32:39.782 INFO running `"docker" "start" "-a" "20e5a2d54f299c2224aa8cbec72d761fa1b8322c299c896b71d0a8a12901b0d8"` Oct 14 23:32:40.547 INFO kablam! usermod: no changes Oct 14 23:32:40.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 23:32:40.781 INFO kablam! Running /target/debug/deps/raft-412e3f6c2f50acf8 Oct 14 23:32:40.783 INFO blam! Oct 14 23:32:40.783 INFO blam! running 0 tests Oct 14 23:32:40.783 INFO blam! Oct 14 23:32:40.783 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:40.783 INFO blam! Oct 14 23:32:40.785 INFO kablam! Running /target/debug/deps/raftd-f3a6009e8e06ea74 Oct 14 23:32:40.798 INFO blam! Oct 14 23:32:40.798 INFO blam! running 0 tests Oct 14 23:32:40.799 INFO blam! Oct 14 23:32:40.799 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:40.799 INFO blam! Oct 14 23:32:40.799 INFO kablam! Doc-tests raft Oct 14 23:32:42.231 INFO blam! Oct 14 23:32:42.231 INFO blam! running 0 tests Oct 14 23:32:42.231 INFO blam! Oct 14 23:32:42.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:42.231 INFO blam! Oct 14 23:32:42.237 INFO kablam! su: No module specific data is present Oct 14 23:32:42.947 INFO running `"docker" "rm" "-f" "20e5a2d54f299c2224aa8cbec72d761fa1b8322c299c896b71d0a8a12901b0d8"` Oct 14 23:32:43.217 INFO blam! 20e5a2d54f299c2224aa8cbec72d761fa1b8322c299c896b71d0a8a12901b0d8