Oct 27 12:32:05.333 INFO checking BusyJay/raftfs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:32:05.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 12:32:05.849 INFO blam! 88205e997f12c9a4f690d04a78248939ca46f7295071dd36c97670608a1a07d3 Oct 27 12:32:05.851 INFO running `"docker" "start" "-a" "88205e997f12c9a4f690d04a78248939ca46f7295071dd36c97670608a1a07d3"` Oct 27 12:32:07.487 INFO kablam! usermod: no changes Oct 27 12:32:07.655 INFO kablam! Checking futures-timer v0.1.1 Oct 27 12:32:07.659 INFO kablam! Checking parking_lot v0.5.5 Oct 27 12:32:07.659 INFO kablam! Checking raft v0.3.0 Oct 27 12:32:10.091 INFO kablam! Checking crossbeam-channel v0.2.1 Oct 27 12:32:12.833 INFO kablam! Checking raft-fs v0.1.0 (/source) Oct 27 12:32:16.115 INFO kablam! warning: unused variable: `s` Oct 27 12:32:16.115 INFO kablam! --> src/main.rs:382:25 Oct 27 12:32:16.115 INFO kablam! | Oct 27 12:32:16.115 INFO kablam! 382 | Some(Ok(s)) => { Oct 27 12:32:16.115 INFO kablam! | ^ help: consider using `_s` instead Oct 27 12:32:16.115 INFO kablam! | Oct 27 12:32:16.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:32:16.115 INFO kablam! Oct 27 12:32:16.178 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.178 INFO kablam! --> src/main.rs:239:17 Oct 27 12:32:16.178 INFO kablam! | Oct 27 12:32:16.178 INFO kablam! 239 | self.router.send(msg); Oct 27 12:32:16.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.178 INFO kablam! | Oct 27 12:32:16.178 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:32:16.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.180 INFO kablam! Oct 27 12:32:16.180 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.180 INFO kablam! --> src/main.rs:266:17 Oct 27 12:32:16.180 INFO kablam! | Oct 27 12:32:16.180 INFO kablam! 266 | self.router.send(msg); Oct 27 12:32:16.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.180 INFO kablam! | Oct 27 12:32:16.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.181 INFO kablam! Oct 27 12:32:16.181 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.181 INFO kablam! --> src/main.rs:353:9 Oct 27 12:32:16.181 INFO kablam! | Oct 27 12:32:16.182 INFO kablam! 353 | router.send_command(leader, Msg::Propose { id: 1, cb: Box::new(move |res| tx.send(res.map(|_| "Log is committed")))}); Oct 27 12:32:16.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.182 INFO kablam! | Oct 27 12:32:16.182 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.182 INFO kablam! Oct 27 12:32:16.183 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.183 INFO kablam! --> src/main.rs:373:13 Oct 27 12:32:16.183 INFO kablam! | Oct 27 12:32:16.184 INFO kablam! 373 | router.send_command(leader, Msg::AddPeer { id, cb: Box::new(move |res| tx.send(res.map(|_| ""))) }); Oct 27 12:32:16.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.184 INFO kablam! | Oct 27 12:32:16.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.184 INFO kablam! Oct 27 12:32:16.185 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.185 INFO kablam! --> src/main.rs:391:5 Oct 27 12:32:16.185 INFO kablam! | Oct 27 12:32:16.185 INFO kablam! 391 | router.send_command(3, Msg::Propose { id: 3, cb: Box::new(move |res| tx.send(res.map(|_| "should failed")))}); Oct 27 12:32:16.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.185 INFO kablam! | Oct 27 12:32:16.185 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.185 INFO kablam! Oct 27 12:32:16.192 INFO kablam! warning: unused variable: `s` Oct 27 12:32:16.192 INFO kablam! --> src/main.rs:382:25 Oct 27 12:32:16.192 INFO kablam! | Oct 27 12:32:16.192 INFO kablam! 382 | Some(Ok(s)) => { Oct 27 12:32:16.192 INFO kablam! | ^ help: consider using `_s` instead Oct 27 12:32:16.192 INFO kablam! | Oct 27 12:32:16.192 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:32:16.192 INFO kablam! Oct 27 12:32:16.247 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.247 INFO kablam! --> src/main.rs:239:17 Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! 239 | self.router.send(msg); Oct 27 12:32:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:32:16.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.247 INFO kablam! Oct 27 12:32:16.247 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.247 INFO kablam! --> src/main.rs:266:17 Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! 266 | self.router.send(msg); Oct 27 12:32:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.247 INFO kablam! Oct 27 12:32:16.247 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.247 INFO kablam! --> src/main.rs:353:9 Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! 353 | router.send_command(leader, Msg::Propose { id: 1, cb: Box::new(move |res| tx.send(res.map(|_| "Log is committed")))}); Oct 27 12:32:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.247 INFO kablam! Oct 27 12:32:16.247 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.247 INFO kablam! --> src/main.rs:373:13 Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! 373 | router.send_command(leader, Msg::AddPeer { id, cb: Box::new(move |res| tx.send(res.map(|_| ""))) }); Oct 27 12:32:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.247 INFO kablam! Oct 27 12:32:16.247 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:32:16.247 INFO kablam! --> src/main.rs:391:5 Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! 391 | router.send_command(3, Msg::Propose { id: 3, cb: Box::new(move |res| tx.send(res.map(|_| "should failed")))}); Oct 27 12:32:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:32:16.247 INFO kablam! | Oct 27 12:32:16.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:32:16.247 INFO kablam! Oct 27 12:32:16.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.76s Oct 27 12:32:16.308 INFO kablam! su: No module specific data is present Oct 27 12:32:16.992 INFO running `"docker" "rm" "-f" "88205e997f12c9a4f690d04a78248939ca46f7295071dd36c97670608a1a07d3"` Oct 27 12:32:17.329 INFO blam! 88205e997f12c9a4f690d04a78248939ca46f7295071dd36c97670608a1a07d3