Oct 14 23:32:06.168 INFO testing dat2/rust-raft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:32:06.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 14 23:32:06.638 INFO blam! 395a220329813d1c1525dd0cc3ddb8bbec06deb5bf6ed09df4dbe9160895bf9c Oct 14 23:32:06.640 INFO running `"docker" "start" "-a" "395a220329813d1c1525dd0cc3ddb8bbec06deb5bf6ed09df4dbe9160895bf9c"` Oct 14 23:32:08.691 INFO kablam! usermod: no changes Oct 14 23:32:08.954 INFO kablam! Compiling futures v0.1.13 Oct 14 23:32:08.959 INFO kablam! Compiling serde v1.0.4 Oct 14 23:32:08.960 INFO kablam! Compiling iovec v0.1.0 Oct 14 23:32:08.960 INFO kablam! Compiling net2 v0.2.29 Oct 14 23:32:08.961 INFO kablam! Compiling clap v2.20.5 Oct 14 23:32:08.961 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 14 23:32:08.961 INFO kablam! Compiling serde_derive v1.0.4 Oct 14 23:32:08.961 INFO kablam! Compiling env_logger v0.4.1 Oct 14 23:32:11.089 INFO kablam! Compiling backtrace v0.3.0 Oct 14 23:32:11.647 INFO kablam! Compiling bytes v0.4.3 Oct 14 23:32:15.343 INFO kablam! Compiling mio v0.6.7 Oct 14 23:32:15.390 INFO kablam! Compiling error-chain v0.7.2 Oct 14 23:32:19.499 INFO kablam! Compiling tokio-io v0.1.1 Oct 14 23:32:19.499 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 23:32:22.722 INFO kablam! Compiling tokio-core v0.1.7 Oct 14 23:32:25.734 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:32:30.623 INFO kablam! Compiling bincode v0.8.0 Oct 14 23:32:35.187 INFO kablam! Compiling raft v0.1.0 (/source) Oct 14 23:32:36.080 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:36.080 INFO kablam! --> src/server.rs:4:5 Oct 14 23:32:36.080 INFO kablam! | Oct 14 23:32:36.080 INFO kablam! 4 | use std::str; Oct 14 23:32:36.080 INFO kablam! | ^^^^^^^^ Oct 14 23:32:36.080 INFO kablam! | Oct 14 23:32:36.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:32:36.080 INFO kablam! Oct 14 23:32:36.080 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 14 23:32:36.080 INFO kablam! --> src/server.rs:13:55 Oct 14 23:32:36.080 INFO kablam! | Oct 14 23:32:36.080 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 14 23:32:36.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.080 INFO kablam! Oct 14 23:32:36.080 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:36.080 INFO kablam! --> src/client.rs:4:5 Oct 14 23:32:36.080 INFO kablam! | Oct 14 23:32:36.080 INFO kablam! 4 | use std::str; Oct 14 23:32:36.080 INFO kablam! | ^^^^^^^^ Oct 14 23:32:36.080 INFO kablam! Oct 14 23:32:36.439 INFO kablam! warning: method is never used: `new` Oct 14 23:32:36.440 INFO kablam! --> src/state.rs:7:3 Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! 7 | pub fn new() -> RaftState { Oct 14 23:32:36.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:36.440 INFO kablam! Oct 14 23:32:36.440 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:36.440 INFO kablam! --> src/state.rs:11:3 Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 14 23:32:36.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.440 INFO kablam! Oct 14 23:32:36.440 INFO kablam! warning: variant is never constructed: `Follower` Oct 14 23:32:36.440 INFO kablam! --> src/state.rs:20:3 Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! 20 | Follower(StateMachine), Oct 14 23:32:36.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.440 INFO kablam! Oct 14 23:32:36.440 INFO kablam! warning: variant is never constructed: `Candidate` Oct 14 23:32:36.440 INFO kablam! --> src/state.rs:21:3 Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! 21 | Candidate(StateMachine), Oct 14 23:32:36.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.440 INFO kablam! Oct 14 23:32:36.440 INFO kablam! warning: variant is never constructed: `Leader` Oct 14 23:32:36.440 INFO kablam! --> src/state.rs:22:3 Oct 14 23:32:36.440 INFO kablam! | Oct 14 23:32:36.440 INFO kablam! 22 | Leader(StateMachine) Oct 14 23:32:36.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.440 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `init` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:42:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:47:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `complete_vote` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:52:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `election_timeout` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:57:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:64:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `other_leader_elected` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:69:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: method is never used: `elected` Oct 14 23:32:36.446 INFO kablam! --> src/state.rs:74:3 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! Oct 14 23:32:36.446 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:32:36.446 INFO kablam! --> src/server.rs:107:7 Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! 107 | v.send(rng.gen()); Oct 14 23:32:36.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:32:36.446 INFO kablam! | Oct 14 23:32:36.446 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:32:36.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:32:36.451 INFO kablam! Oct 14 23:32:42.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.25s Oct 14 23:32:43.005 INFO kablam! su: No module specific data is present Oct 14 23:32:43.523 INFO running `"docker" "rm" "-f" "395a220329813d1c1525dd0cc3ddb8bbec06deb5bf6ed09df4dbe9160895bf9c"` Oct 14 23:32:43.860 INFO blam! 395a220329813d1c1525dd0cc3ddb8bbec06deb5bf6ed09df4dbe9160895bf9c Oct 14 23:32:43.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 14 23:32:44.371 INFO blam! cf5316586e76d3e72faaf02c61996770d4f2813d0a1e48fa840a8ac28f87e04c Oct 14 23:32:44.377 INFO running `"docker" "start" "-a" "cf5316586e76d3e72faaf02c61996770d4f2813d0a1e48fa840a8ac28f87e04c"` Oct 14 23:32:45.575 INFO kablam! usermod: no changes Oct 14 23:32:45.795 INFO kablam! Compiling raft v0.1.0 (/source) Oct 14 23:32:47.003 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:47.003 INFO kablam! --> src/server.rs:4:5 Oct 14 23:32:47.003 INFO kablam! | Oct 14 23:32:47.003 INFO kablam! 4 | use std::str; Oct 14 23:32:47.003 INFO kablam! | ^^^^^^^^ Oct 14 23:32:47.003 INFO kablam! | Oct 14 23:32:47.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:32:47.003 INFO kablam! Oct 14 23:32:47.003 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 14 23:32:47.003 INFO kablam! --> src/server.rs:13:55 Oct 14 23:32:47.003 INFO kablam! | Oct 14 23:32:47.003 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 14 23:32:47.003 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.003 INFO kablam! Oct 14 23:32:47.003 INFO kablam! warning: unused import: `std::str` Oct 14 23:32:47.003 INFO kablam! --> src/client.rs:4:5 Oct 14 23:32:47.003 INFO kablam! | Oct 14 23:32:47.003 INFO kablam! 4 | use std::str; Oct 14 23:32:47.003 INFO kablam! | ^^^^^^^^ Oct 14 23:32:47.003 INFO kablam! Oct 14 23:32:47.431 INFO kablam! warning: method is never used: `new` Oct 14 23:32:47.432 INFO kablam! --> src/state.rs:7:3 Oct 14 23:32:47.432 INFO kablam! | Oct 14 23:32:47.432 INFO kablam! 7 | pub fn new() -> RaftState { Oct 14 23:32:47.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.433 INFO kablam! | Oct 14 23:32:47.433 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:47.434 INFO kablam! Oct 14 23:32:47.434 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:47.435 INFO kablam! --> src/state.rs:11:3 Oct 14 23:32:47.435 INFO kablam! | Oct 14 23:32:47.435 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 14 23:32:47.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.436 INFO kablam! Oct 14 23:32:47.436 INFO kablam! warning: variant is never constructed: `Follower` Oct 14 23:32:47.436 INFO kablam! --> src/state.rs:20:3 Oct 14 23:32:47.437 INFO kablam! | Oct 14 23:32:47.437 INFO kablam! 20 | Follower(StateMachine), Oct 14 23:32:47.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.437 INFO kablam! Oct 14 23:32:47.438 INFO kablam! warning: variant is never constructed: `Candidate` Oct 14 23:32:47.438 INFO kablam! --> src/state.rs:21:3 Oct 14 23:32:47.438 INFO kablam! | Oct 14 23:32:47.439 INFO kablam! 21 | Candidate(StateMachine), Oct 14 23:32:47.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.440 INFO kablam! Oct 14 23:32:47.440 INFO kablam! warning: variant is never constructed: `Leader` Oct 14 23:32:47.440 INFO kablam! --> src/state.rs:22:3 Oct 14 23:32:47.441 INFO kablam! | Oct 14 23:32:47.441 INFO kablam! 22 | Leader(StateMachine) Oct 14 23:32:47.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.441 INFO kablam! Oct 14 23:32:47.442 INFO kablam! warning: method is never used: `init` Oct 14 23:32:47.442 INFO kablam! --> src/state.rs:42:3 Oct 14 23:32:47.442 INFO kablam! | Oct 14 23:32:47.443 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 14 23:32:47.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.443 INFO kablam! Oct 14 23:32:47.444 INFO kablam! warning: method is never used: `vote` Oct 14 23:32:47.444 INFO kablam! --> src/state.rs:47:3 Oct 14 23:32:47.444 INFO kablam! | Oct 14 23:32:47.445 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 14 23:32:47.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.445 INFO kablam! Oct 14 23:32:47.446 INFO kablam! warning: method is never used: `complete_vote` Oct 14 23:32:47.446 INFO kablam! --> src/state.rs:52:3 Oct 14 23:32:47.446 INFO kablam! | Oct 14 23:32:47.447 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 14 23:32:47.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.447 INFO kablam! Oct 14 23:32:47.448 INFO kablam! warning: method is never used: `election_timeout` Oct 14 23:32:47.448 INFO kablam! --> src/state.rs:57:3 Oct 14 23:32:47.448 INFO kablam! | Oct 14 23:32:47.449 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 14 23:32:47.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.449 INFO kablam! Oct 14 23:32:47.450 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 14 23:32:47.450 INFO kablam! --> src/state.rs:64:3 Oct 14 23:32:47.450 INFO kablam! | Oct 14 23:32:47.451 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 14 23:32:47.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.451 INFO kablam! Oct 14 23:32:47.452 INFO kablam! warning: method is never used: `other_leader_elected` Oct 14 23:32:47.452 INFO kablam! --> src/state.rs:69:3 Oct 14 23:32:47.452 INFO kablam! | Oct 14 23:32:47.453 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 14 23:32:47.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.455 INFO kablam! Oct 14 23:32:47.455 INFO kablam! warning: method is never used: `elected` Oct 14 23:32:47.462 INFO kablam! --> src/state.rs:74:3 Oct 14 23:32:47.463 INFO kablam! | Oct 14 23:32:47.463 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 14 23:32:47.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.464 INFO kablam! Oct 14 23:32:47.464 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:32:47.464 INFO kablam! --> src/server.rs:107:7 Oct 14 23:32:47.465 INFO kablam! | Oct 14 23:32:47.465 INFO kablam! 107 | v.send(rng.gen()); Oct 14 23:32:47.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:32:47.465 INFO kablam! | Oct 14 23:32:47.466 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:32:47.466 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:32:47.466 INFO kablam! Oct 14 23:32:48.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.31s Oct 14 23:32:48.939 INFO kablam! su: No module specific data is present Oct 14 23:32:49.591 INFO running `"docker" "rm" "-f" "cf5316586e76d3e72faaf02c61996770d4f2813d0a1e48fa840a8ac28f87e04c"` Oct 14 23:32:49.891 INFO blam! cf5316586e76d3e72faaf02c61996770d4f2813d0a1e48fa840a8ac28f87e04c Oct 14 23:32:49.902 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 14 23:32:50.315 INFO blam! 2fa936fb6deec61927c3c6433c77c9aeb47c61b151fae2155ffebe64332f1d40 Oct 14 23:32:50.323 INFO running `"docker" "start" "-a" "2fa936fb6deec61927c3c6433c77c9aeb47c61b151fae2155ffebe64332f1d40"` Oct 14 23:32:51.530 INFO kablam! usermod: no changes Oct 14 23:32:51.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 23:32:51.687 INFO kablam! Running /target/debug/deps/raft-de294ebc6394dda8 Oct 14 23:32:51.692 INFO blam! Oct 14 23:32:51.692 INFO blam! running 0 tests Oct 14 23:32:51.692 INFO blam! Oct 14 23:32:51.692 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:51.692 INFO blam! Oct 14 23:32:51.698 INFO kablam! Running /target/debug/deps/raftd-a1a58daf04eab21d Oct 14 23:32:51.703 INFO blam! Oct 14 23:32:51.703 INFO blam! running 0 tests Oct 14 23:32:51.703 INFO blam! Oct 14 23:32:51.703 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:51.703 INFO blam! Oct 14 23:32:51.703 INFO kablam! Doc-tests raft Oct 14 23:32:53.193 INFO blam! Oct 14 23:32:53.193 INFO blam! running 0 tests Oct 14 23:32:53.194 INFO blam! Oct 14 23:32:53.194 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:32:53.194 INFO blam! Oct 14 23:32:53.207 INFO kablam! su: No module specific data is present Oct 14 23:32:54.631 INFO running `"docker" "rm" "-f" "2fa936fb6deec61927c3c6433c77c9aeb47c61b151fae2155ffebe64332f1d40"` Oct 14 23:32:54.943 INFO blam! 2fa936fb6deec61927c3c6433c77c9aeb47c61b151fae2155ffebe64332f1d40