Oct 28 00:01:25.185 INFO checking chain_peer-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:01:25.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 28 00:01:25.519 INFO blam! 0493889c6af4696c76391b7f757747e2d0a107b606814576f1552aef5148de58 Oct 28 00:01:25.527 INFO running `"docker" "start" "-a" "0493889c6af4696c76391b7f757747e2d0a107b606814576f1552aef5148de58"` Oct 28 00:01:26.946 INFO kablam! usermod: no changes Oct 28 00:01:27.090 INFO kablam! Checking chain_peer v0.1.1 (/source) Oct 28 00:01:30.205 INFO kablam! warning: unused import: `std::thread::sleep` Oct 28 00:01:30.206 INFO kablam! --> src/peer/peer.rs:6:5 Oct 28 00:01:30.207 INFO kablam! | Oct 28 00:01:30.208 INFO kablam! 6 | use std::thread::sleep; Oct 28 00:01:30.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.209 INFO kablam! | Oct 28 00:01:30.210 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:01:30.210 INFO kablam! Oct 28 00:01:30.211 INFO kablam! warning: unused import: `std::time::Duration` Oct 28 00:01:30.212 INFO kablam! --> src/peer/peer.rs:7:5 Oct 28 00:01:30.212 INFO kablam! | Oct 28 00:01:30.213 INFO kablam! 7 | use std::time::Duration; Oct 28 00:01:30.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.214 INFO kablam! Oct 28 00:01:30.215 INFO kablam! warning: unused import: `channel` Oct 28 00:01:30.215 INFO kablam! --> src/peer/server.rs:7:11 Oct 28 00:01:30.215 INFO kablam! | Oct 28 00:01:30.216 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 28 00:01:30.217 INFO kablam! | ^^^^^^^ Oct 28 00:01:30.217 INFO kablam! Oct 28 00:01:30.217 INFO kablam! warning: unused import: `Events` Oct 28 00:01:30.217 INFO kablam! --> src/peer/client.rs:4:11 Oct 28 00:01:30.217 INFO kablam! | Oct 28 00:01:30.217 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 28 00:01:30.217 INFO kablam! | ^^^^^^ Oct 28 00:01:30.217 INFO kablam! Oct 28 00:01:30.217 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 28 00:01:30.217 INFO kablam! --> src/peer/client.rs:6:5 Oct 28 00:01:30.217 INFO kablam! | Oct 28 00:01:30.217 INFO kablam! 6 | use mio::unix::UnixReady; Oct 28 00:01:30.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.217 INFO kablam! Oct 28 00:01:30.217 INFO kablam! warning: unused import: `std::time::Duration` Oct 28 00:01:30.217 INFO kablam! --> src/peer/client.rs:7:5 Oct 28 00:01:30.217 INFO kablam! | Oct 28 00:01:30.217 INFO kablam! 7 | use std::time::Duration; Oct 28 00:01:30.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.217 INFO kablam! Oct 28 00:01:30.217 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 28 00:01:30.217 INFO kablam! --> src/peer/client.rs:8:15 Oct 28 00:01:30.217 INFO kablam! | Oct 28 00:01:30.217 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 28 00:01:30.217 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 28 00:01:30.217 INFO kablam! Oct 28 00:01:30.239 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 28 00:01:30.239 INFO kablam! --> src/peer/server.rs:7:11 Oct 28 00:01:30.239 INFO kablam! | Oct 28 00:01:30.239 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 28 00:01:30.239 INFO kablam! | ^^^^^^^ Oct 28 00:01:30.239 INFO kablam! | Oct 28 00:01:30.239 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:01:30.239 INFO kablam! Oct 28 00:01:30.412 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 28 00:01:30.412 INFO kablam! --> src/peer/server.rs:64:76 Oct 28 00:01:30.413 INFO kablam! | Oct 28 00:01:30.413 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 28 00:01:30.413 INFO kablam! | ^^^ Oct 28 00:01:30.413 INFO kablam! Oct 28 00:01:30.414 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 28 00:01:30.414 INFO kablam! --> src/peer/server.rs:74:41 Oct 28 00:01:30.414 INFO kablam! | Oct 28 00:01:30.414 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 28 00:01:30.414 INFO kablam! | ^^^ Oct 28 00:01:30.414 INFO kablam! Oct 28 00:01:30.655 INFO kablam! warning: unused variable: `w_q_clone` Oct 28 00:01:30.655 INFO kablam! --> src/peer/peer.rs:47:17 Oct 28 00:01:30.655 INFO kablam! | Oct 28 00:01:30.655 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 28 00:01:30.655 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 28 00:01:30.655 INFO kablam! | Oct 28 00:01:30.655 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:01:30.655 INFO kablam! Oct 28 00:01:30.655 INFO kablam! warning: unused variable: `caches` Oct 28 00:01:30.655 INFO kablam! --> src/peer/server.rs:119:13 Oct 28 00:01:30.655 INFO kablam! | Oct 28 00:01:30.655 INFO kablam! 119 | let caches = self.caches.clone(); Oct 28 00:01:30.655 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 28 00:01:30.655 INFO kablam! Oct 28 00:01:30.655 INFO kablam! warning: unused variable: `e` Oct 28 00:01:30.655 INFO kablam! --> src/peer/client.rs:54:17 Oct 28 00:01:30.655 INFO kablam! | Oct 28 00:01:30.655 INFO kablam! 54 | Err(e) => { Oct 28 00:01:30.655 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:01:30.655 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused import: `std::thread::sleep` Oct 28 00:01:30.683 INFO kablam! --> src/peer/peer.rs:6:5 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 6 | use std::thread::sleep; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused import: `std::time::Duration` Oct 28 00:01:30.683 INFO kablam! --> src/peer/peer.rs:7:5 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 7 | use std::time::Duration; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused import: `channel` Oct 28 00:01:30.683 INFO kablam! --> src/peer/server.rs:7:11 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^^ Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.683 INFO kablam! --> src/peer/peer.rs:117:13 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 28 00:01:30.683 INFO kablam! | ----^^^^^ Oct 28 00:01:30.683 INFO kablam! | | Oct 28 00:01:30.683 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! warning: unused import: `Events` Oct 28 00:01:30.683 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:01:30.683 INFO kablam! --> src/peer/client.rs:4:11 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^ Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 28 00:01:30.683 INFO kablam! --> src/peer/client.rs:6:5 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 6 | use mio::unix::UnixReady; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused import: `std::time::Duration` Oct 28 00:01:30.683 INFO kablam! --> src/peer/client.rs:7:5 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.683 INFO kablam! 7 | use std::time::Duration; Oct 28 00:01:30.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.683 INFO kablam! Oct 28 00:01:30.683 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 28 00:01:30.683 INFO kablam! --> src/peer/client.rs:8:15 Oct 28 00:01:30.683 INFO kablam! | Oct 28 00:01:30.684 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 28 00:01:30.684 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 28 00:01:30.684 INFO kablam! Oct 28 00:01:30.684 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.684 INFO kablam! --> src/peer/peer.rs:123:13 Oct 28 00:01:30.684 INFO kablam! | Oct 28 00:01:30.684 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 28 00:01:30.684 INFO kablam! | ----^^^^^ Oct 28 00:01:30.684 INFO kablam! | | Oct 28 00:01:30.684 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.684 INFO kablam! Oct 28 00:01:30.723 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 28 00:01:30.723 INFO kablam! --> src/peer/server.rs:7:11 Oct 28 00:01:30.723 INFO kablam! | Oct 28 00:01:30.723 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 28 00:01:30.723 INFO kablam! | ^^^^^^^ Oct 28 00:01:30.723 INFO kablam! | Oct 28 00:01:30.723 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:01:30.723 INFO kablam! Oct 28 00:01:30.731 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.731 INFO kablam! --> src/peer/server.rs:171:17 Oct 28 00:01:30.731 INFO kablam! | Oct 28 00:01:30.731 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 28 00:01:30.731 INFO kablam! | ----^^^^^^^ Oct 28 00:01:30.731 INFO kablam! | | Oct 28 00:01:30.731 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.731 INFO kablam! Oct 28 00:01:30.747 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.747 INFO kablam! --> src/peer/server.rs:218:13 Oct 28 00:01:30.747 INFO kablam! | Oct 28 00:01:30.747 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 28 00:01:30.747 INFO kablam! | ----^^^^^^ Oct 28 00:01:30.747 INFO kablam! | | Oct 28 00:01:30.747 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.747 INFO kablam! Oct 28 00:01:30.747 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.747 INFO kablam! --> src/peer/server.rs:219:13 Oct 28 00:01:30.747 INFO kablam! | Oct 28 00:01:30.747 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 28 00:01:30.747 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:30.747 INFO kablam! | | Oct 28 00:01:30.747 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.747 INFO kablam! Oct 28 00:01:30.763 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.763 INFO kablam! --> src/peer/server.rs:269:13 Oct 28 00:01:30.763 INFO kablam! | Oct 28 00:01:30.763 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 28 00:01:30.763 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:30.763 INFO kablam! | | Oct 28 00:01:30.763 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.763 INFO kablam! Oct 28 00:01:30.771 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:30.771 INFO kablam! --> src/peer/client.rs:36:13 Oct 28 00:01:30.771 INFO kablam! | Oct 28 00:01:30.771 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 28 00:01:30.771 INFO kablam! | ----^^^^^ Oct 28 00:01:30.771 INFO kablam! | | Oct 28 00:01:30.771 INFO kablam! | help: remove this `mut` Oct 28 00:01:30.771 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/peer.rs:96:13 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 28 00:01:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/peer.rs:99:17 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 99 | poll.poll(&mut events, None); Oct 28 00:01:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/peer.rs:105:25 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 105 | client.readable(&mut poll); Oct 28 00:01:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/server.rs:277:13 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 28 00:01:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/client.rs:60:9 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 28 00:01:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:30.855 INFO kablam! --> src/peer/client.rs:107:13 Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 28 00:01:30.855 INFO kablam! 108 | | PollOpt::edge()); Oct 28 00:01:30.855 INFO kablam! | |___________________________________________________^ Oct 28 00:01:30.855 INFO kablam! | Oct 28 00:01:30.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:30.855 INFO kablam! Oct 28 00:01:30.923 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 28 00:01:30.923 INFO kablam! --> src/peer/server.rs:64:76 Oct 28 00:01:30.923 INFO kablam! | Oct 28 00:01:30.923 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 28 00:01:30.923 INFO kablam! | ^^^ Oct 28 00:01:30.923 INFO kablam! Oct 28 00:01:30.923 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 28 00:01:30.923 INFO kablam! --> src/peer/server.rs:74:41 Oct 28 00:01:30.923 INFO kablam! | Oct 28 00:01:30.923 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 28 00:01:30.923 INFO kablam! | ^^^ Oct 28 00:01:30.923 INFO kablam! Oct 28 00:01:31.191 INFO kablam! warning: unused variable: `w_q_clone` Oct 28 00:01:31.191 INFO kablam! --> src/peer/peer.rs:47:17 Oct 28 00:01:31.191 INFO kablam! | Oct 28 00:01:31.191 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 28 00:01:31.191 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 28 00:01:31.191 INFO kablam! | Oct 28 00:01:31.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:01:31.191 INFO kablam! Oct 28 00:01:31.191 INFO kablam! warning: unused variable: `caches` Oct 28 00:01:31.191 INFO kablam! --> src/peer/server.rs:119:13 Oct 28 00:01:31.191 INFO kablam! | Oct 28 00:01:31.191 INFO kablam! 119 | let caches = self.caches.clone(); Oct 28 00:01:31.191 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 28 00:01:31.191 INFO kablam! Oct 28 00:01:31.191 INFO kablam! warning: unused variable: `e` Oct 28 00:01:31.191 INFO kablam! --> src/peer/client.rs:54:17 Oct 28 00:01:31.191 INFO kablam! | Oct 28 00:01:31.191 INFO kablam! 54 | Err(e) => { Oct 28 00:01:31.191 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:01:31.191 INFO kablam! Oct 28 00:01:31.275 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.275 INFO kablam! --> src/peer/peer.rs:117:13 Oct 28 00:01:31.275 INFO kablam! | Oct 28 00:01:31.275 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 28 00:01:31.275 INFO kablam! | ----^^^^^ Oct 28 00:01:31.275 INFO kablam! | | Oct 28 00:01:31.275 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.275 INFO kablam! | Oct 28 00:01:31.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:01:31.275 INFO kablam! Oct 28 00:01:31.275 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.275 INFO kablam! --> src/peer/peer.rs:123:13 Oct 28 00:01:31.275 INFO kablam! | Oct 28 00:01:31.275 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 28 00:01:31.275 INFO kablam! | ----^^^^^ Oct 28 00:01:31.275 INFO kablam! | | Oct 28 00:01:31.275 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.275 INFO kablam! Oct 28 00:01:31.376 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.376 INFO kablam! --> src/peer/server.rs:171:17 Oct 28 00:01:31.376 INFO kablam! | Oct 28 00:01:31.376 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 28 00:01:31.376 INFO kablam! | ----^^^^^^^ Oct 28 00:01:31.376 INFO kablam! | | Oct 28 00:01:31.376 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.376 INFO kablam! Oct 28 00:01:31.399 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.399 INFO kablam! --> src/peer/server.rs:218:13 Oct 28 00:01:31.399 INFO kablam! | Oct 28 00:01:31.399 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 28 00:01:31.399 INFO kablam! | ----^^^^^^ Oct 28 00:01:31.399 INFO kablam! | | Oct 28 00:01:31.399 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.407 INFO kablam! Oct 28 00:01:31.407 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.407 INFO kablam! --> src/peer/server.rs:219:13 Oct 28 00:01:31.407 INFO kablam! | Oct 28 00:01:31.407 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 28 00:01:31.407 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:31.407 INFO kablam! | | Oct 28 00:01:31.407 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.407 INFO kablam! Oct 28 00:01:31.407 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.407 INFO kablam! --> src/peer/server.rs:269:13 Oct 28 00:01:31.407 INFO kablam! | Oct 28 00:01:31.407 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 28 00:01:31.407 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:31.407 INFO kablam! | | Oct 28 00:01:31.407 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.427 INFO kablam! Oct 28 00:01:31.431 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:31.431 INFO kablam! --> src/peer/client.rs:36:13 Oct 28 00:01:31.431 INFO kablam! | Oct 28 00:01:31.431 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 28 00:01:31.431 INFO kablam! | ----^^^^^ Oct 28 00:01:31.431 INFO kablam! | | Oct 28 00:01:31.431 INFO kablam! | help: remove this `mut` Oct 28 00:01:31.447 INFO kablam! Oct 28 00:01:31.487 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.487 INFO kablam! --> src/peer/peer.rs:96:13 Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 28 00:01:31.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:01:31.487 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.487 INFO kablam! Oct 28 00:01:31.487 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.487 INFO kablam! --> src/peer/peer.rs:99:17 Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! 99 | poll.poll(&mut events, None); Oct 28 00:01:31.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.487 INFO kablam! Oct 28 00:01:31.487 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.487 INFO kablam! --> src/peer/peer.rs:105:25 Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! 105 | client.readable(&mut poll); Oct 28 00:01:31.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:31.487 INFO kablam! | Oct 28 00:01:31.487 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.487 INFO kablam! Oct 28 00:01:31.494 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.494 INFO kablam! --> src/peer/server.rs:277:13 Oct 28 00:01:31.494 INFO kablam! | Oct 28 00:01:31.494 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 28 00:01:31.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:31.494 INFO kablam! | Oct 28 00:01:31.494 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.494 INFO kablam! Oct 28 00:01:31.495 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.495 INFO kablam! --> src/peer/client.rs:60:9 Oct 28 00:01:31.495 INFO kablam! | Oct 28 00:01:31.495 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 28 00:01:31.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:01:31.495 INFO kablam! | Oct 28 00:01:31.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.495 INFO kablam! Oct 28 00:01:31.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:01:31.499 INFO kablam! --> src/peer/client.rs:107:13 Oct 28 00:01:31.499 INFO kablam! | Oct 28 00:01:31.499 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 28 00:01:31.499 INFO kablam! 108 | | PollOpt::edge()); Oct 28 00:01:31.499 INFO kablam! | |___________________________________________________^ Oct 28 00:01:31.499 INFO kablam! | Oct 28 00:01:31.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:01:31.499 INFO kablam! Oct 28 00:01:34.815 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.815 INFO kablam! --> src/main.rs:11:9 Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 28 00:01:34.815 INFO kablam! | ----^^^ Oct 28 00:01:34.815 INFO kablam! | | Oct 28 00:01:34.815 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:01:34.815 INFO kablam! Oct 28 00:01:34.815 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.815 INFO kablam! --> src/main.rs:12:9 Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 28 00:01:34.815 INFO kablam! | ----^^^ Oct 28 00:01:34.815 INFO kablam! | | Oct 28 00:01:34.815 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.815 INFO kablam! Oct 28 00:01:34.815 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.815 INFO kablam! --> src/main.rs:13:9 Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 28 00:01:34.815 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:34.815 INFO kablam! | | Oct 28 00:01:34.815 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.815 INFO kablam! Oct 28 00:01:34.815 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.815 INFO kablam! --> src/main.rs:14:9 Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 28 00:01:34.815 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:34.815 INFO kablam! | | Oct 28 00:01:34.815 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.815 INFO kablam! Oct 28 00:01:34.815 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.815 INFO kablam! --> src/main.rs:15:9 Oct 28 00:01:34.815 INFO kablam! | Oct 28 00:01:34.815 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 28 00:01:34.815 INFO kablam! | ----^^^^^^^ Oct 28 00:01:34.815 INFO kablam! | | Oct 28 00:01:34.816 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.816 INFO kablam! Oct 28 00:01:34.816 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.816 INFO kablam! --> src/main.rs:16:9 Oct 28 00:01:34.816 INFO kablam! | Oct 28 00:01:34.816 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 28 00:01:34.816 INFO kablam! | ----^^^^^^^ Oct 28 00:01:34.816 INFO kablam! | | Oct 28 00:01:34.816 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.816 INFO kablam! Oct 28 00:01:34.816 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.816 INFO kablam! --> src/main.rs:17:9 Oct 28 00:01:34.816 INFO kablam! | Oct 28 00:01:34.816 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 28 00:01:34.816 INFO kablam! | ----^^^ Oct 28 00:01:34.816 INFO kablam! | | Oct 28 00:01:34.816 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.816 INFO kablam! Oct 28 00:01:34.816 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:34.816 INFO kablam! --> src/main.rs:18:9 Oct 28 00:01:34.816 INFO kablam! | Oct 28 00:01:34.816 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 28 00:01:34.816 INFO kablam! | ----^^^ Oct 28 00:01:34.816 INFO kablam! | | Oct 28 00:01:34.816 INFO kablam! | help: remove this `mut` Oct 28 00:01:34.816 INFO kablam! Oct 28 00:01:35.294 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.294 INFO kablam! --> src/main.rs:11:9 Oct 28 00:01:35.295 INFO kablam! | Oct 28 00:01:35.295 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 28 00:01:35.296 INFO kablam! | ----^^^ Oct 28 00:01:35.296 INFO kablam! | | Oct 28 00:01:35.296 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.297 INFO kablam! | Oct 28 00:01:35.297 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:01:35.297 INFO kablam! Oct 28 00:01:35.298 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.298 INFO kablam! --> src/main.rs:12:9 Oct 28 00:01:35.299 INFO kablam! | Oct 28 00:01:35.299 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 28 00:01:35.299 INFO kablam! | ----^^^ Oct 28 00:01:35.300 INFO kablam! | | Oct 28 00:01:35.300 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.300 INFO kablam! Oct 28 00:01:35.301 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.301 INFO kablam! --> src/main.rs:13:9 Oct 28 00:01:35.302 INFO kablam! | Oct 28 00:01:35.302 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 28 00:01:35.302 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:35.303 INFO kablam! | | Oct 28 00:01:35.303 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.303 INFO kablam! Oct 28 00:01:35.304 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.304 INFO kablam! --> src/main.rs:14:9 Oct 28 00:01:35.305 INFO kablam! | Oct 28 00:01:35.305 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 28 00:01:35.305 INFO kablam! | ----^^^^^^^^ Oct 28 00:01:35.305 INFO kablam! | | Oct 28 00:01:35.305 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.305 INFO kablam! Oct 28 00:01:35.305 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.305 INFO kablam! --> src/main.rs:15:9 Oct 28 00:01:35.305 INFO kablam! | Oct 28 00:01:35.305 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 28 00:01:35.305 INFO kablam! | ----^^^^^^^ Oct 28 00:01:35.305 INFO kablam! | | Oct 28 00:01:35.305 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.305 INFO kablam! Oct 28 00:01:35.305 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.305 INFO kablam! --> src/main.rs:16:9 Oct 28 00:01:35.305 INFO kablam! | Oct 28 00:01:35.305 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 28 00:01:35.305 INFO kablam! | ----^^^^^^^ Oct 28 00:01:35.305 INFO kablam! | | Oct 28 00:01:35.305 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.306 INFO kablam! Oct 28 00:01:35.306 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.306 INFO kablam! --> src/main.rs:17:9 Oct 28 00:01:35.306 INFO kablam! | Oct 28 00:01:35.306 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 28 00:01:35.306 INFO kablam! | ----^^^ Oct 28 00:01:35.306 INFO kablam! | | Oct 28 00:01:35.306 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.306 INFO kablam! Oct 28 00:01:35.306 INFO kablam! warning: variable does not need to be mutable Oct 28 00:01:35.306 INFO kablam! --> src/main.rs:18:9 Oct 28 00:01:35.306 INFO kablam! | Oct 28 00:01:35.306 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 28 00:01:35.306 INFO kablam! | ----^^^ Oct 28 00:01:35.306 INFO kablam! | | Oct 28 00:01:35.306 INFO kablam! | help: remove this `mut` Oct 28 00:01:35.306 INFO kablam! Oct 28 00:01:35.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.37s Oct 28 00:01:35.351 INFO kablam! su: No module specific data is present Oct 28 00:01:36.332 INFO running `"docker" "rm" "-f" "0493889c6af4696c76391b7f757747e2d0a107b606814576f1552aef5148de58"` Oct 28 00:01:36.707 INFO blam! 0493889c6af4696c76391b7f757747e2d0a107b606814576f1552aef5148de58