Oct 13 16:59:08.123 INFO checking chain_peer-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:59:08.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 16:59:08.482 INFO blam! 82282248031be38f623eb786ee9d1b70cdc02fc263908080194f697cac1814a9 Oct 13 16:59:08.493 INFO running `"docker" "start" "-a" "82282248031be38f623eb786ee9d1b70cdc02fc263908080194f697cac1814a9"` Oct 13 16:59:09.580 INFO kablam! usermod: no changes Oct 13 16:59:09.711 INFO kablam! Checking chain_peer v0.1.1 (/source) Oct 13 16:59:12.816 INFO kablam! warning: unused import: `std::thread::sleep` Oct 13 16:59:12.817 INFO kablam! --> src/peer/peer.rs:6:5 Oct 13 16:59:12.818 INFO kablam! | Oct 13 16:59:12.818 INFO kablam! 6 | use std::thread::sleep; Oct 13 16:59:12.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 16:59:12.820 INFO kablam! | Oct 13 16:59:12.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:59:12.821 INFO kablam! Oct 13 16:59:12.821 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 16:59:12.822 INFO kablam! --> src/peer/peer.rs:7:5 Oct 13 16:59:12.823 INFO kablam! | Oct 13 16:59:12.823 INFO kablam! 7 | use std::time::Duration; Oct 13 16:59:12.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:12.825 INFO kablam! Oct 13 16:59:12.827 INFO kablam! warning: unused import: `channel` Oct 13 16:59:12.828 INFO kablam! --> src/peer/server.rs:7:11 Oct 13 16:59:12.828 INFO kablam! | Oct 13 16:59:12.828 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 13 16:59:12.828 INFO kablam! | ^^^^^^^ Oct 13 16:59:12.828 INFO kablam! Oct 13 16:59:12.832 INFO kablam! warning: unused import: `Events` Oct 13 16:59:12.832 INFO kablam! --> src/peer/client.rs:4:11 Oct 13 16:59:12.832 INFO kablam! | Oct 13 16:59:12.832 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 13 16:59:12.833 INFO kablam! | ^^^^^^ Oct 13 16:59:12.833 INFO kablam! Oct 13 16:59:12.833 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 13 16:59:12.833 INFO kablam! --> src/peer/client.rs:6:5 Oct 13 16:59:12.833 INFO kablam! | Oct 13 16:59:12.833 INFO kablam! 6 | use mio::unix::UnixReady; Oct 13 16:59:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:12.833 INFO kablam! Oct 13 16:59:12.833 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 16:59:12.833 INFO kablam! --> src/peer/client.rs:7:5 Oct 13 16:59:12.833 INFO kablam! | Oct 13 16:59:12.833 INFO kablam! 7 | use std::time::Duration; Oct 13 16:59:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:12.833 INFO kablam! Oct 13 16:59:12.834 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 13 16:59:12.834 INFO kablam! --> src/peer/client.rs:8:15 Oct 13 16:59:12.834 INFO kablam! | Oct 13 16:59:12.834 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 13 16:59:12.834 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 13 16:59:12.835 INFO kablam! Oct 13 16:59:12.876 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 13 16:59:12.876 INFO kablam! --> src/peer/server.rs:7:11 Oct 13 16:59:12.876 INFO kablam! | Oct 13 16:59:12.876 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 13 16:59:12.876 INFO kablam! | ^^^^^^^ Oct 13 16:59:12.877 INFO kablam! | Oct 13 16:59:12.877 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:59:12.877 INFO kablam! Oct 13 16:59:13.145 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 13 16:59:13.145 INFO kablam! --> src/peer/server.rs:64:76 Oct 13 16:59:13.145 INFO kablam! | Oct 13 16:59:13.145 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 13 16:59:13.145 INFO kablam! | ^^^ Oct 13 16:59:13.145 INFO kablam! Oct 13 16:59:13.153 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 13 16:59:13.154 INFO kablam! --> src/peer/server.rs:74:41 Oct 13 16:59:13.154 INFO kablam! | Oct 13 16:59:13.154 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 13 16:59:13.154 INFO kablam! | ^^^ Oct 13 16:59:13.154 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `std::thread::sleep` Oct 13 16:59:13.209 INFO kablam! --> src/peer/peer.rs:6:5 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 6 | use std::thread::sleep; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 16:59:13.209 INFO kablam! --> src/peer/peer.rs:7:5 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 7 | use std::time::Duration; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `channel` Oct 13 16:59:13.209 INFO kablam! --> src/peer/server.rs:7:11 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `Events` Oct 13 16:59:13.209 INFO kablam! --> src/peer/client.rs:4:11 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 13 16:59:13.209 INFO kablam! --> src/peer/client.rs:6:5 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 6 | use mio::unix::UnixReady; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 16:59:13.209 INFO kablam! --> src/peer/client.rs:7:5 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 7 | use std::time::Duration; Oct 13 16:59:13.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.209 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 13 16:59:13.209 INFO kablam! --> src/peer/client.rs:8:15 Oct 13 16:59:13.209 INFO kablam! | Oct 13 16:59:13.209 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 13 16:59:13.209 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 13 16:59:13.209 INFO kablam! Oct 13 16:59:13.262 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 13 16:59:13.262 INFO kablam! --> src/peer/server.rs:7:11 Oct 13 16:59:13.262 INFO kablam! | Oct 13 16:59:13.262 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 13 16:59:13.262 INFO kablam! | ^^^^^^^ Oct 13 16:59:13.262 INFO kablam! | Oct 13 16:59:13.262 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:59:13.262 INFO kablam! Oct 13 16:59:13.414 INFO kablam! warning: unused variable: `w_q_clone` Oct 13 16:59:13.414 INFO kablam! --> src/peer/peer.rs:47:17 Oct 13 16:59:13.414 INFO kablam! | Oct 13 16:59:13.414 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 13 16:59:13.415 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 13 16:59:13.415 INFO kablam! | Oct 13 16:59:13.415 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 16:59:13.415 INFO kablam! Oct 13 16:59:13.415 INFO kablam! warning: unused variable: `caches` Oct 13 16:59:13.415 INFO kablam! --> src/peer/server.rs:119:13 Oct 13 16:59:13.415 INFO kablam! | Oct 13 16:59:13.415 INFO kablam! 119 | let caches = self.caches.clone(); Oct 13 16:59:13.415 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 13 16:59:13.415 INFO kablam! Oct 13 16:59:13.428 INFO kablam! warning: unused variable: `e` Oct 13 16:59:13.428 INFO kablam! --> src/peer/client.rs:54:17 Oct 13 16:59:13.428 INFO kablam! | Oct 13 16:59:13.428 INFO kablam! 54 | Err(e) => { Oct 13 16:59:13.428 INFO kablam! | ^ help: consider using `_e` instead Oct 13 16:59:13.428 INFO kablam! Oct 13 16:59:13.432 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 13 16:59:13.432 INFO kablam! --> src/peer/server.rs:64:76 Oct 13 16:59:13.432 INFO kablam! | Oct 13 16:59:13.432 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 13 16:59:13.432 INFO kablam! | ^^^ Oct 13 16:59:13.432 INFO kablam! Oct 13 16:59:13.434 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 13 16:59:13.435 INFO kablam! --> src/peer/server.rs:74:41 Oct 13 16:59:13.435 INFO kablam! | Oct 13 16:59:13.435 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 13 16:59:13.435 INFO kablam! | ^^^ Oct 13 16:59:13.435 INFO kablam! Oct 13 16:59:13.452 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.453 INFO kablam! --> src/peer/peer.rs:117:13 Oct 13 16:59:13.453 INFO kablam! | Oct 13 16:59:13.453 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 13 16:59:13.453 INFO kablam! | ----^^^^^ Oct 13 16:59:13.453 INFO kablam! | | Oct 13 16:59:13.453 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.453 INFO kablam! | Oct 13 16:59:13.454 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:59:13.454 INFO kablam! Oct 13 16:59:13.454 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.455 INFO kablam! --> src/peer/peer.rs:123:13 Oct 13 16:59:13.455 INFO kablam! | Oct 13 16:59:13.455 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 13 16:59:13.455 INFO kablam! | ----^^^^^ Oct 13 16:59:13.455 INFO kablam! | | Oct 13 16:59:13.456 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.456 INFO kablam! Oct 13 16:59:13.500 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.500 INFO kablam! --> src/peer/server.rs:171:17 Oct 13 16:59:13.500 INFO kablam! | Oct 13 16:59:13.500 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 13 16:59:13.500 INFO kablam! | ----^^^^^^^ Oct 13 16:59:13.500 INFO kablam! | | Oct 13 16:59:13.500 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.500 INFO kablam! Oct 13 16:59:13.514 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.514 INFO kablam! --> src/peer/server.rs:218:13 Oct 13 16:59:13.514 INFO kablam! | Oct 13 16:59:13.514 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 13 16:59:13.514 INFO kablam! | ----^^^^^^ Oct 13 16:59:13.514 INFO kablam! | | Oct 13 16:59:13.514 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.514 INFO kablam! Oct 13 16:59:13.514 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.514 INFO kablam! --> src/peer/server.rs:219:13 Oct 13 16:59:13.514 INFO kablam! | Oct 13 16:59:13.514 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 13 16:59:13.514 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:13.514 INFO kablam! | | Oct 13 16:59:13.514 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.514 INFO kablam! Oct 13 16:59:13.518 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.518 INFO kablam! --> src/peer/server.rs:269:13 Oct 13 16:59:13.518 INFO kablam! | Oct 13 16:59:13.518 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 13 16:59:13.518 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:13.518 INFO kablam! | | Oct 13 16:59:13.518 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.518 INFO kablam! Oct 13 16:59:13.528 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.528 INFO kablam! --> src/peer/client.rs:36:13 Oct 13 16:59:13.528 INFO kablam! | Oct 13 16:59:13.528 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 13 16:59:13.528 INFO kablam! | ----^^^^^ Oct 13 16:59:13.528 INFO kablam! | | Oct 13 16:59:13.528 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.528 INFO kablam! Oct 13 16:59:13.580 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.580 INFO kablam! --> src/peer/peer.rs:96:13 Oct 13 16:59:13.580 INFO kablam! | Oct 13 16:59:13.580 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 13 16:59:13.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.580 INFO kablam! | Oct 13 16:59:13.581 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 16:59:13.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.582 INFO kablam! Oct 13 16:59:13.582 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.582 INFO kablam! --> src/peer/peer.rs:99:17 Oct 13 16:59:13.583 INFO kablam! | Oct 13 16:59:13.583 INFO kablam! 99 | poll.poll(&mut events, None); Oct 13 16:59:13.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.584 INFO kablam! | Oct 13 16:59:13.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.584 INFO kablam! Oct 13 16:59:13.588 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.588 INFO kablam! --> src/peer/peer.rs:105:25 Oct 13 16:59:13.588 INFO kablam! | Oct 13 16:59:13.588 INFO kablam! 105 | client.readable(&mut poll); Oct 13 16:59:13.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.589 INFO kablam! | Oct 13 16:59:13.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.589 INFO kablam! Oct 13 16:59:13.594 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.594 INFO kablam! --> src/peer/server.rs:277:13 Oct 13 16:59:13.594 INFO kablam! | Oct 13 16:59:13.594 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 13 16:59:13.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.594 INFO kablam! | Oct 13 16:59:13.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.595 INFO kablam! Oct 13 16:59:13.600 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.600 INFO kablam! --> src/peer/client.rs:60:9 Oct 13 16:59:13.600 INFO kablam! | Oct 13 16:59:13.600 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 13 16:59:13.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.600 INFO kablam! | Oct 13 16:59:13.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.600 INFO kablam! Oct 13 16:59:13.602 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.602 INFO kablam! --> src/peer/client.rs:107:13 Oct 13 16:59:13.602 INFO kablam! | Oct 13 16:59:13.602 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 13 16:59:13.602 INFO kablam! 108 | | PollOpt::edge()); Oct 13 16:59:13.602 INFO kablam! | |___________________________________________________^ Oct 13 16:59:13.602 INFO kablam! | Oct 13 16:59:13.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.603 INFO kablam! Oct 13 16:59:13.638 INFO kablam! warning: unused variable: `w_q_clone` Oct 13 16:59:13.638 INFO kablam! --> src/peer/peer.rs:47:17 Oct 13 16:59:13.639 INFO kablam! | Oct 13 16:59:13.639 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 13 16:59:13.639 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 13 16:59:13.639 INFO kablam! | Oct 13 16:59:13.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 16:59:13.639 INFO kablam! Oct 13 16:59:13.640 INFO kablam! warning: unused variable: `caches` Oct 13 16:59:13.640 INFO kablam! --> src/peer/server.rs:119:13 Oct 13 16:59:13.640 INFO kablam! | Oct 13 16:59:13.640 INFO kablam! 119 | let caches = self.caches.clone(); Oct 13 16:59:13.640 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 13 16:59:13.640 INFO kablam! Oct 13 16:59:13.641 INFO kablam! warning: unused variable: `e` Oct 13 16:59:13.641 INFO kablam! --> src/peer/client.rs:54:17 Oct 13 16:59:13.641 INFO kablam! | Oct 13 16:59:13.641 INFO kablam! 54 | Err(e) => { Oct 13 16:59:13.641 INFO kablam! | ^ help: consider using `_e` instead Oct 13 16:59:13.641 INFO kablam! Oct 13 16:59:13.659 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.659 INFO kablam! --> src/peer/peer.rs:117:13 Oct 13 16:59:13.659 INFO kablam! | Oct 13 16:59:13.660 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 13 16:59:13.660 INFO kablam! | ----^^^^^ Oct 13 16:59:13.661 INFO kablam! | | Oct 13 16:59:13.661 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.661 INFO kablam! | Oct 13 16:59:13.662 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:59:13.662 INFO kablam! Oct 13 16:59:13.662 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.663 INFO kablam! --> src/peer/peer.rs:123:13 Oct 13 16:59:13.663 INFO kablam! | Oct 13 16:59:13.664 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 13 16:59:13.664 INFO kablam! | ----^^^^^ Oct 13 16:59:13.664 INFO kablam! | | Oct 13 16:59:13.665 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.665 INFO kablam! Oct 13 16:59:13.693 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.693 INFO kablam! --> src/peer/server.rs:171:17 Oct 13 16:59:13.693 INFO kablam! | Oct 13 16:59:13.693 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 13 16:59:13.693 INFO kablam! | ----^^^^^^^ Oct 13 16:59:13.693 INFO kablam! | | Oct 13 16:59:13.693 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.693 INFO kablam! Oct 13 16:59:13.698 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.698 INFO kablam! --> src/peer/server.rs:218:13 Oct 13 16:59:13.698 INFO kablam! | Oct 13 16:59:13.698 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 13 16:59:13.698 INFO kablam! | ----^^^^^^ Oct 13 16:59:13.698 INFO kablam! | | Oct 13 16:59:13.698 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.698 INFO kablam! Oct 13 16:59:13.698 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.698 INFO kablam! --> src/peer/server.rs:219:13 Oct 13 16:59:13.698 INFO kablam! | Oct 13 16:59:13.698 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 13 16:59:13.698 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:13.698 INFO kablam! | | Oct 13 16:59:13.698 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.698 INFO kablam! Oct 13 16:59:13.709 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.709 INFO kablam! --> src/peer/server.rs:269:13 Oct 13 16:59:13.709 INFO kablam! | Oct 13 16:59:13.709 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 13 16:59:13.709 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:13.709 INFO kablam! | | Oct 13 16:59:13.709 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.709 INFO kablam! Oct 13 16:59:13.715 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:13.716 INFO kablam! --> src/peer/client.rs:36:13 Oct 13 16:59:13.716 INFO kablam! | Oct 13 16:59:13.716 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 13 16:59:13.716 INFO kablam! | ----^^^^^ Oct 13 16:59:13.716 INFO kablam! | | Oct 13 16:59:13.716 INFO kablam! | help: remove this `mut` Oct 13 16:59:13.716 INFO kablam! Oct 13 16:59:13.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.849 INFO kablam! --> src/peer/peer.rs:96:13 Oct 13 16:59:13.849 INFO kablam! | Oct 13 16:59:13.849 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 13 16:59:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.849 INFO kablam! | Oct 13 16:59:13.849 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 16:59:13.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.849 INFO kablam! Oct 13 16:59:13.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.849 INFO kablam! --> src/peer/peer.rs:99:17 Oct 13 16:59:13.850 INFO kablam! | Oct 13 16:59:13.850 INFO kablam! 99 | poll.poll(&mut events, None); Oct 13 16:59:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.850 INFO kablam! | Oct 13 16:59:13.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.851 INFO kablam! Oct 13 16:59:13.851 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.851 INFO kablam! --> src/peer/peer.rs:105:25 Oct 13 16:59:13.852 INFO kablam! | Oct 13 16:59:13.852 INFO kablam! 105 | client.readable(&mut poll); Oct 13 16:59:13.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.852 INFO kablam! | Oct 13 16:59:13.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.853 INFO kablam! Oct 13 16:59:13.874 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.875 INFO kablam! --> src/peer/server.rs:277:13 Oct 13 16:59:13.875 INFO kablam! | Oct 13 16:59:13.875 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 13 16:59:13.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.876 INFO kablam! | Oct 13 16:59:13.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.877 INFO kablam! Oct 13 16:59:13.882 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.883 INFO kablam! --> src/peer/client.rs:60:9 Oct 13 16:59:13.883 INFO kablam! | Oct 13 16:59:13.883 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 13 16:59:13.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:59:13.884 INFO kablam! | Oct 13 16:59:13.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.884 INFO kablam! Oct 13 16:59:13.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 16:59:13.885 INFO kablam! --> src/peer/client.rs:107:13 Oct 13 16:59:13.885 INFO kablam! | Oct 13 16:59:13.886 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 13 16:59:13.886 INFO kablam! 108 | | PollOpt::edge()); Oct 13 16:59:13.886 INFO kablam! | |___________________________________________________^ Oct 13 16:59:13.886 INFO kablam! | Oct 13 16:59:13.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 16:59:13.887 INFO kablam! Oct 13 16:59:17.380 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.381 INFO kablam! --> src/main.rs:11:9 Oct 13 16:59:17.381 INFO kablam! | Oct 13 16:59:17.381 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 13 16:59:17.381 INFO kablam! | ----^^^ Oct 13 16:59:17.382 INFO kablam! | | Oct 13 16:59:17.382 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.382 INFO kablam! | Oct 13 16:59:17.383 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:59:17.383 INFO kablam! Oct 13 16:59:17.383 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.383 INFO kablam! --> src/main.rs:12:9 Oct 13 16:59:17.384 INFO kablam! | Oct 13 16:59:17.384 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 13 16:59:17.384 INFO kablam! | ----^^^ Oct 13 16:59:17.385 INFO kablam! | | Oct 13 16:59:17.385 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.385 INFO kablam! Oct 13 16:59:17.385 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.386 INFO kablam! --> src/main.rs:13:9 Oct 13 16:59:17.386 INFO kablam! | Oct 13 16:59:17.386 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 13 16:59:17.386 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:17.387 INFO kablam! | | Oct 13 16:59:17.387 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.387 INFO kablam! Oct 13 16:59:17.388 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.388 INFO kablam! --> src/main.rs:14:9 Oct 13 16:59:17.388 INFO kablam! | Oct 13 16:59:17.388 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 13 16:59:17.389 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:17.389 INFO kablam! | | Oct 13 16:59:17.389 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.389 INFO kablam! Oct 13 16:59:17.390 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.390 INFO kablam! --> src/main.rs:15:9 Oct 13 16:59:17.390 INFO kablam! | Oct 13 16:59:17.391 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 13 16:59:17.391 INFO kablam! | ----^^^^^^^ Oct 13 16:59:17.391 INFO kablam! | | Oct 13 16:59:17.392 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.392 INFO kablam! Oct 13 16:59:17.392 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.393 INFO kablam! --> src/main.rs:16:9 Oct 13 16:59:17.393 INFO kablam! | Oct 13 16:59:17.393 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 13 16:59:17.394 INFO kablam! | ----^^^^^^^ Oct 13 16:59:17.394 INFO kablam! | | Oct 13 16:59:17.394 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.395 INFO kablam! Oct 13 16:59:17.395 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.396 INFO kablam! --> src/main.rs:17:9 Oct 13 16:59:17.396 INFO kablam! | Oct 13 16:59:17.396 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 13 16:59:17.397 INFO kablam! | ----^^^ Oct 13 16:59:17.397 INFO kablam! | | Oct 13 16:59:17.397 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.397 INFO kablam! Oct 13 16:59:17.398 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.398 INFO kablam! --> src/main.rs:18:9 Oct 13 16:59:17.398 INFO kablam! | Oct 13 16:59:17.399 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 13 16:59:17.399 INFO kablam! | ----^^^ Oct 13 16:59:17.399 INFO kablam! | | Oct 13 16:59:17.400 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.400 INFO kablam! Oct 13 16:59:17.816 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.816 INFO kablam! --> src/main.rs:11:9 Oct 13 16:59:17.816 INFO kablam! | Oct 13 16:59:17.816 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 13 16:59:17.816 INFO kablam! | ----^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:12:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 13 16:59:17.817 INFO kablam! | ----^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:13:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 13 16:59:17.817 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:14:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 13 16:59:17.817 INFO kablam! | ----^^^^^^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:15:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 13 16:59:17.817 INFO kablam! | ----^^^^^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:16:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 13 16:59:17.817 INFO kablam! | ----^^^^^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:17:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 13 16:59:17.817 INFO kablam! | ----^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.817 INFO kablam! warning: variable does not need to be mutable Oct 13 16:59:17.817 INFO kablam! --> src/main.rs:18:9 Oct 13 16:59:17.817 INFO kablam! | Oct 13 16:59:17.817 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 13 16:59:17.817 INFO kablam! | ----^^^ Oct 13 16:59:17.817 INFO kablam! | | Oct 13 16:59:17.817 INFO kablam! | help: remove this `mut` Oct 13 16:59:17.817 INFO kablam! Oct 13 16:59:17.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.24s Oct 13 16:59:17.848 INFO kablam! su: No module specific data is present Oct 13 16:59:19.129 INFO running `"docker" "rm" "-f" "82282248031be38f623eb786ee9d1b70cdc02fc263908080194f697cac1814a9"` Oct 13 16:59:19.539 INFO blam! 82282248031be38f623eb786ee9d1b70cdc02fc263908080194f697cac1814a9