Oct 11 00:36:33.106 INFO testing dat2/rust-raft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:36:33.107 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:36:33.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:36:33.424 INFO blam! 62ae458e73adebbc51f4ad5eb062fc92ed05dc5f5b06e3310a4c8607e1604874 Oct 11 00:36:33.425 INFO running `"docker" "start" "-a" "62ae458e73adebbc51f4ad5eb062fc92ed05dc5f5b06e3310a4c8607e1604874"` Oct 11 00:36:34.524 INFO kablam! usermod: no changes Oct 11 00:36:34.703 INFO kablam! Compiling futures v0.1.13 Oct 11 00:36:34.710 INFO kablam! Compiling serde v1.0.4 Oct 11 00:36:34.722 INFO kablam! Compiling iovec v0.1.0 Oct 11 00:36:34.724 INFO kablam! Compiling net2 v0.2.29 Oct 11 00:36:34.725 INFO kablam! Compiling aho-corasick v0.6.2 Oct 11 00:36:34.725 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 11 00:36:34.725 INFO kablam! Compiling serde_derive_internals v0.15.0 Oct 11 00:36:35.796 INFO kablam! Compiling backtrace v0.3.0 Oct 11 00:36:36.007 INFO kablam! Compiling bytes v0.4.3 Oct 11 00:36:39.996 INFO kablam! Compiling mio v0.6.7 Oct 11 00:36:40.784 INFO kablam! Compiling error-chain v0.7.2 Oct 11 00:36:40.982 INFO kablam! Compiling regex v0.2.1 Oct 11 00:36:41.738 INFO kablam! Compiling serde_derive v1.0.4 Oct 11 00:36:46.980 INFO kablam! Compiling tokio-io v0.1.1 Oct 11 00:36:46.980 INFO kablam! Compiling tokio-service v0.1.0 Oct 11 00:36:48.572 INFO kablam! Compiling tokio-core v0.1.7 Oct 11 00:36:56.460 INFO kablam! Compiling env_logger v0.4.1 Oct 11 00:36:56.916 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 00:36:58.711 INFO kablam! Compiling bincode v0.8.0 Oct 11 00:36:59.721 INFO kablam! Compiling raft v0.1.0 (/source) Oct 11 00:37:00.192 INFO kablam! warning: unused import: `std::str` Oct 11 00:37:00.193 INFO kablam! --> src/server.rs:4:5 Oct 11 00:37:00.193 INFO kablam! | Oct 11 00:37:00.193 INFO kablam! 4 | use std::str; Oct 11 00:37:00.193 INFO kablam! | ^^^^^^^^ Oct 11 00:37:00.193 INFO kablam! | Oct 11 00:37:00.193 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:37:00.193 INFO kablam! Oct 11 00:37:00.193 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 11 00:37:00.193 INFO kablam! --> src/server.rs:13:55 Oct 11 00:37:00.193 INFO kablam! | Oct 11 00:37:00.193 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 11 00:37:00.193 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.193 INFO kablam! Oct 11 00:37:00.193 INFO kablam! warning: unused import: `std::str` Oct 11 00:37:00.193 INFO kablam! --> src/client.rs:4:5 Oct 11 00:37:00.193 INFO kablam! | Oct 11 00:37:00.193 INFO kablam! 4 | use std::str; Oct 11 00:37:00.193 INFO kablam! | ^^^^^^^^ Oct 11 00:37:00.193 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `new` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:7:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 7 | pub fn new() -> RaftState { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `vote` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:11:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: variant is never constructed: `Follower` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:20:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 20 | Follower(StateMachine), Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: variant is never constructed: `Candidate` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:21:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 21 | Candidate(StateMachine), Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: variant is never constructed: `Leader` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:22:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 22 | Leader(StateMachine) Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `init` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:42:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `vote` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:47:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `complete_vote` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:52:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `election_timeout` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:57:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.481 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 11 00:37:00.481 INFO kablam! --> src/state.rs:64:3 Oct 11 00:37:00.481 INFO kablam! | Oct 11 00:37:00.481 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 11 00:37:00.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.481 INFO kablam! Oct 11 00:37:00.482 INFO kablam! warning: method is never used: `other_leader_elected` Oct 11 00:37:00.482 INFO kablam! --> src/state.rs:69:3 Oct 11 00:37:00.482 INFO kablam! | Oct 11 00:37:00.482 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 11 00:37:00.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.482 INFO kablam! Oct 11 00:37:00.482 INFO kablam! warning: method is never used: `elected` Oct 11 00:37:00.482 INFO kablam! --> src/state.rs:74:3 Oct 11 00:37:00.482 INFO kablam! | Oct 11 00:37:00.482 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 11 00:37:00.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.482 INFO kablam! Oct 11 00:37:00.483 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:37:00.483 INFO kablam! --> src/server.rs:107:7 Oct 11 00:37:00.483 INFO kablam! | Oct 11 00:37:00.483 INFO kablam! 107 | v.send(rng.gen()); Oct 11 00:37:00.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:37:00.483 INFO kablam! | Oct 11 00:37:00.483 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:37:00.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:37:00.483 INFO kablam! Oct 11 00:37:04.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.30s Oct 11 00:37:04.852 INFO kablam! su: No module specific data is present Oct 11 00:37:05.564 INFO running `"docker" "rm" "-f" "62ae458e73adebbc51f4ad5eb062fc92ed05dc5f5b06e3310a4c8607e1604874"` Oct 11 00:37:05.772 INFO blam! 62ae458e73adebbc51f4ad5eb062fc92ed05dc5f5b06e3310a4c8607e1604874 Oct 11 00:37:05.776 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:37:05.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:37:06.082 INFO blam! 75dab84b1dadd13f7e876857f2bdd4b1c30879f0870b3f911424b5ffa6ec7dc2 Oct 11 00:37:06.086 INFO running `"docker" "start" "-a" "75dab84b1dadd13f7e876857f2bdd4b1c30879f0870b3f911424b5ffa6ec7dc2"` Oct 11 00:37:07.296 INFO kablam! usermod: no changes Oct 11 00:37:07.480 INFO kablam! Compiling raft v0.1.0 (/source) Oct 11 00:37:08.187 INFO kablam! warning: unused import: `std::str` Oct 11 00:37:08.187 INFO kablam! --> src/server.rs:4:5 Oct 11 00:37:08.187 INFO kablam! | Oct 11 00:37:08.187 INFO kablam! 4 | use std::str; Oct 11 00:37:08.187 INFO kablam! | ^^^^^^^^ Oct 11 00:37:08.187 INFO kablam! | Oct 11 00:37:08.187 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:37:08.187 INFO kablam! Oct 11 00:37:08.187 INFO kablam! warning: unused import: `UnboundedReceiver` Oct 11 00:37:08.187 INFO kablam! --> src/server.rs:13:55 Oct 11 00:37:08.187 INFO kablam! | Oct 11 00:37:08.187 INFO kablam! 13 | use futures::sync::mpsc::{unbounded, UnboundedSender, UnboundedReceiver}; Oct 11 00:37:08.187 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.187 INFO kablam! Oct 11 00:37:08.187 INFO kablam! warning: unused import: `std::str` Oct 11 00:37:08.187 INFO kablam! --> src/client.rs:4:5 Oct 11 00:37:08.187 INFO kablam! | Oct 11 00:37:08.187 INFO kablam! 4 | use std::str; Oct 11 00:37:08.187 INFO kablam! | ^^^^^^^^ Oct 11 00:37:08.187 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: method is never used: `new` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:7:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 7 | pub fn new() -> RaftState { Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: method is never used: `vote` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:11:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 11 | pub fn vote(&mut self, candidate: String) { Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: variant is never constructed: `Follower` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:20:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 20 | Follower(StateMachine), Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: variant is never constructed: `Candidate` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:21:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 21 | Candidate(StateMachine), Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: variant is never constructed: `Leader` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:22:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 22 | Leader(StateMachine) Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: method is never used: `init` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:42:3 Oct 11 00:37:08.700 INFO kablam! | Oct 11 00:37:08.700 INFO kablam! 42 | pub fn init() -> StateMachine { Oct 11 00:37:08.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.700 INFO kablam! Oct 11 00:37:08.700 INFO kablam! warning: method is never used: `vote` Oct 11 00:37:08.700 INFO kablam! --> src/state.rs:47:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 47 | pub fn vote(self, candidate: String) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: method is never used: `complete_vote` Oct 11 00:37:08.701 INFO kablam! --> src/state.rs:52:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 52 | pub fn complete_vote(self) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: method is never used: `election_timeout` Oct 11 00:37:08.701 INFO kablam! --> src/state.rs:57:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 57 | pub fn election_timeout(self) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: method is never used: `failed_majority_timeout` Oct 11 00:37:08.701 INFO kablam! --> src/state.rs:64:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 64 | pub fn failed_majority_timeout(self) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: method is never used: `other_leader_elected` Oct 11 00:37:08.701 INFO kablam! --> src/state.rs:69:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 69 | pub fn other_leader_elected(self) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: method is never used: `elected` Oct 11 00:37:08.701 INFO kablam! --> src/state.rs:74:3 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 74 | pub fn elected(self) -> StateMachine { Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:08.701 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:37:08.701 INFO kablam! --> src/server.rs:107:7 Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! 107 | v.send(rng.gen()); Oct 11 00:37:08.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:37:08.701 INFO kablam! | Oct 11 00:37:08.701 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:37:08.701 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:37:08.701 INFO kablam! Oct 11 00:37:09.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 11 00:37:09.891 INFO kablam! su: No module specific data is present Oct 11 00:37:10.542 INFO running `"docker" "rm" "-f" "75dab84b1dadd13f7e876857f2bdd4b1c30879f0870b3f911424b5ffa6ec7dc2"` Oct 11 00:37:10.803 INFO blam! 75dab84b1dadd13f7e876857f2bdd4b1c30879f0870b3f911424b5ffa6ec7dc2 Oct 11 00:37:10.806 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:37:10.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:37:11.212 INFO blam! b57d573731e6b9d0743a7a6391f9fd7c8a0924f8bfa64c245f3219f87a486ad3 Oct 11 00:37:11.214 INFO running `"docker" "start" "-a" "b57d573731e6b9d0743a7a6391f9fd7c8a0924f8bfa64c245f3219f87a486ad3"` Oct 11 00:37:12.456 INFO kablam! usermod: no changes Oct 11 00:37:12.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 00:37:12.616 INFO kablam! Running /target/debug/deps/raft-de294ebc6394dda8 Oct 11 00:37:12.624 INFO kablam! Running /target/debug/deps/raftd-a1a58daf04eab21d Oct 11 00:37:12.624 INFO blam! Oct 11 00:37:12.624 INFO blam! running 0 tests Oct 11 00:37:12.624 INFO blam! Oct 11 00:37:12.625 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:37:12.625 INFO blam! Oct 11 00:37:12.629 INFO blam! Oct 11 00:37:12.629 INFO blam! running 0 tests Oct 11 00:37:12.629 INFO blam! Oct 11 00:37:12.629 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:37:12.629 INFO blam! Oct 11 00:37:12.636 INFO kablam! Doc-tests raft Oct 11 00:37:13.860 INFO blam! Oct 11 00:37:13.860 INFO blam! running 0 tests Oct 11 00:37:13.860 INFO blam! Oct 11 00:37:13.860 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:37:13.860 INFO blam! Oct 11 00:37:13.868 INFO kablam! su: No module specific data is present Oct 11 00:37:14.553 INFO running `"docker" "rm" "-f" "b57d573731e6b9d0743a7a6391f9fd7c8a0924f8bfa64c245f3219f87a486ad3"` Oct 11 00:37:14.834 INFO blam! b57d573731e6b9d0743a7a6391f9fd7c8a0924f8bfa64c245f3219f87a486ad3