Oct 12 03:31:07.975 INFO testing chain_peer-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:31:07.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 03:31:08.570 INFO blam! 3c847ccb374bdee2a5527206d1d2afdd808334370ecfb2ac67fcca47fcefbd16 Oct 12 03:31:08.572 INFO running `"docker" "start" "-a" "3c847ccb374bdee2a5527206d1d2afdd808334370ecfb2ac67fcca47fcefbd16"` Oct 12 03:31:09.776 INFO kablam! usermod: no changes Oct 12 03:31:09.888 INFO kablam! Compiling chain_peer v0.1.1 (/source) Oct 12 03:31:11.766 INFO kablam! warning: unused import: `std::thread::sleep` Oct 12 03:31:11.766 INFO kablam! --> src/peer/peer.rs:6:5 Oct 12 03:31:11.766 INFO kablam! | Oct 12 03:31:11.766 INFO kablam! 6 | use std::thread::sleep; Oct 12 03:31:11.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 03:31:11.766 INFO kablam! | Oct 12 03:31:11.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:31:11.766 INFO kablam! Oct 12 03:31:11.766 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 03:31:11.766 INFO kablam! --> src/peer/peer.rs:7:5 Oct 12 03:31:11.766 INFO kablam! | Oct 12 03:31:11.766 INFO kablam! 7 | use std::time::Duration; Oct 12 03:31:11.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:11.767 INFO kablam! Oct 12 03:31:11.767 INFO kablam! warning: unused import: `channel` Oct 12 03:31:11.767 INFO kablam! --> src/peer/server.rs:7:11 Oct 12 03:31:11.767 INFO kablam! | Oct 12 03:31:11.767 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 12 03:31:11.767 INFO kablam! | ^^^^^^^ Oct 12 03:31:11.767 INFO kablam! Oct 12 03:31:11.767 INFO kablam! warning: unused import: `Events` Oct 12 03:31:11.767 INFO kablam! --> src/peer/client.rs:4:11 Oct 12 03:31:11.767 INFO kablam! | Oct 12 03:31:11.767 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 12 03:31:11.767 INFO kablam! | ^^^^^^ Oct 12 03:31:11.767 INFO kablam! Oct 12 03:31:11.767 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 12 03:31:11.767 INFO kablam! --> src/peer/client.rs:6:5 Oct 12 03:31:11.767 INFO kablam! | Oct 12 03:31:11.767 INFO kablam! 6 | use mio::unix::UnixReady; Oct 12 03:31:11.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:11.767 INFO kablam! Oct 12 03:31:11.767 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 03:31:11.767 INFO kablam! --> src/peer/client.rs:7:5 Oct 12 03:31:11.767 INFO kablam! | Oct 12 03:31:11.767 INFO kablam! 7 | use std::time::Duration; Oct 12 03:31:11.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:11.767 INFO kablam! Oct 12 03:31:11.768 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 12 03:31:11.768 INFO kablam! --> src/peer/client.rs:8:15 Oct 12 03:31:11.768 INFO kablam! | Oct 12 03:31:11.768 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 12 03:31:11.768 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 12 03:31:11.768 INFO kablam! Oct 12 03:31:11.788 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 12 03:31:11.788 INFO kablam! --> src/peer/server.rs:7:11 Oct 12 03:31:11.788 INFO kablam! | Oct 12 03:31:11.788 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 12 03:31:11.788 INFO kablam! | ^^^^^^^ Oct 12 03:31:11.788 INFO kablam! | Oct 12 03:31:11.788 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:31:11.788 INFO kablam! Oct 12 03:31:11.913 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 12 03:31:11.913 INFO kablam! --> src/peer/server.rs:64:76 Oct 12 03:31:11.913 INFO kablam! | Oct 12 03:31:11.913 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 12 03:31:11.913 INFO kablam! | ^^^ Oct 12 03:31:11.913 INFO kablam! Oct 12 03:31:11.914 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 12 03:31:11.914 INFO kablam! --> src/peer/server.rs:74:41 Oct 12 03:31:11.914 INFO kablam! | Oct 12 03:31:11.914 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 12 03:31:11.914 INFO kablam! | ^^^ Oct 12 03:31:11.914 INFO kablam! Oct 12 03:31:12.024 INFO kablam! warning: unused variable: `w_q_clone` Oct 12 03:31:12.024 INFO kablam! --> src/peer/peer.rs:47:17 Oct 12 03:31:12.024 INFO kablam! | Oct 12 03:31:12.024 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 12 03:31:12.024 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 12 03:31:12.024 INFO kablam! | Oct 12 03:31:12.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 03:31:12.024 INFO kablam! Oct 12 03:31:12.024 INFO kablam! warning: unused variable: `caches` Oct 12 03:31:12.024 INFO kablam! --> src/peer/server.rs:119:13 Oct 12 03:31:12.024 INFO kablam! | Oct 12 03:31:12.024 INFO kablam! 119 | let caches = self.caches.clone(); Oct 12 03:31:12.024 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 12 03:31:12.024 INFO kablam! Oct 12 03:31:12.024 INFO kablam! warning: unused variable: `e` Oct 12 03:31:12.024 INFO kablam! --> src/peer/client.rs:54:17 Oct 12 03:31:12.024 INFO kablam! | Oct 12 03:31:12.024 INFO kablam! 54 | Err(e) => { Oct 12 03:31:12.025 INFO kablam! | ^ help: consider using `_e` instead Oct 12 03:31:12.025 INFO kablam! Oct 12 03:31:12.044 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.044 INFO kablam! --> src/peer/peer.rs:117:13 Oct 12 03:31:12.044 INFO kablam! | Oct 12 03:31:12.044 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 12 03:31:12.044 INFO kablam! | ----^^^^^ Oct 12 03:31:12.044 INFO kablam! | | Oct 12 03:31:12.044 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.044 INFO kablam! | Oct 12 03:31:12.044 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:31:12.044 INFO kablam! Oct 12 03:31:12.044 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.044 INFO kablam! --> src/peer/peer.rs:123:13 Oct 12 03:31:12.044 INFO kablam! | Oct 12 03:31:12.044 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 12 03:31:12.044 INFO kablam! | ----^^^^^ Oct 12 03:31:12.044 INFO kablam! | | Oct 12 03:31:12.044 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.044 INFO kablam! Oct 12 03:31:12.060 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.060 INFO kablam! --> src/peer/server.rs:171:17 Oct 12 03:31:12.060 INFO kablam! | Oct 12 03:31:12.060 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 12 03:31:12.060 INFO kablam! | ----^^^^^^^ Oct 12 03:31:12.060 INFO kablam! | | Oct 12 03:31:12.060 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.060 INFO kablam! Oct 12 03:31:12.068 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.068 INFO kablam! --> src/peer/server.rs:218:13 Oct 12 03:31:12.068 INFO kablam! | Oct 12 03:31:12.068 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 12 03:31:12.068 INFO kablam! | ----^^^^^^ Oct 12 03:31:12.068 INFO kablam! | | Oct 12 03:31:12.068 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.068 INFO kablam! Oct 12 03:31:12.068 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.068 INFO kablam! --> src/peer/server.rs:219:13 Oct 12 03:31:12.068 INFO kablam! | Oct 12 03:31:12.068 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 12 03:31:12.068 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:12.068 INFO kablam! | | Oct 12 03:31:12.068 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.068 INFO kablam! Oct 12 03:31:12.068 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.068 INFO kablam! --> src/peer/server.rs:269:13 Oct 12 03:31:12.068 INFO kablam! | Oct 12 03:31:12.068 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 12 03:31:12.068 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:12.068 INFO kablam! | | Oct 12 03:31:12.068 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.068 INFO kablam! Oct 12 03:31:12.072 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:12.072 INFO kablam! --> src/peer/client.rs:36:13 Oct 12 03:31:12.072 INFO kablam! | Oct 12 03:31:12.072 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 12 03:31:12.072 INFO kablam! | ----^^^^^ Oct 12 03:31:12.072 INFO kablam! | | Oct 12 03:31:12.072 INFO kablam! | help: remove this `mut` Oct 12 03:31:12.072 INFO kablam! Oct 12 03:31:12.101 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.101 INFO kablam! --> src/peer/peer.rs:96:13 Oct 12 03:31:12.101 INFO kablam! | Oct 12 03:31:12.101 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 12 03:31:12.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:12.101 INFO kablam! | Oct 12 03:31:12.101 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 03:31:12.101 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.101 INFO kablam! Oct 12 03:31:12.102 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.102 INFO kablam! --> src/peer/peer.rs:99:17 Oct 12 03:31:12.102 INFO kablam! | Oct 12 03:31:12.102 INFO kablam! 99 | poll.poll(&mut events, None); Oct 12 03:31:12.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:12.102 INFO kablam! | Oct 12 03:31:12.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.102 INFO kablam! Oct 12 03:31:12.102 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.102 INFO kablam! --> src/peer/peer.rs:105:25 Oct 12 03:31:12.102 INFO kablam! | Oct 12 03:31:12.102 INFO kablam! 105 | client.readable(&mut poll); Oct 12 03:31:12.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:12.102 INFO kablam! | Oct 12 03:31:12.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.102 INFO kablam! Oct 12 03:31:12.106 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.106 INFO kablam! --> src/peer/server.rs:277:13 Oct 12 03:31:12.106 INFO kablam! | Oct 12 03:31:12.106 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 12 03:31:12.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:12.106 INFO kablam! | Oct 12 03:31:12.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.106 INFO kablam! Oct 12 03:31:12.107 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.107 INFO kablam! --> src/peer/client.rs:60:9 Oct 12 03:31:12.107 INFO kablam! | Oct 12 03:31:12.107 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 12 03:31:12.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:12.107 INFO kablam! | Oct 12 03:31:12.107 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.107 INFO kablam! Oct 12 03:31:12.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:12.109 INFO kablam! --> src/peer/client.rs:107:13 Oct 12 03:31:12.109 INFO kablam! | Oct 12 03:31:12.109 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 12 03:31:12.110 INFO kablam! 108 | | PollOpt::edge()); Oct 12 03:31:12.110 INFO kablam! | |___________________________________________________^ Oct 12 03:31:12.110 INFO kablam! | Oct 12 03:31:12.110 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:12.110 INFO kablam! Oct 12 03:31:15.944 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.944 INFO kablam! --> src/main.rs:11:9 Oct 12 03:31:15.944 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 12 03:31:15.945 INFO kablam! | ----^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:12:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 12 03:31:15.945 INFO kablam! | ----^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:13:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 12 03:31:15.945 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:14:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 12 03:31:15.945 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:15:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 12 03:31:15.945 INFO kablam! | ----^^^^^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:16:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 12 03:31:15.945 INFO kablam! | ----^^^^^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:17:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 12 03:31:15.945 INFO kablam! | ----^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:15.945 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:15.945 INFO kablam! --> src/main.rs:18:9 Oct 12 03:31:15.945 INFO kablam! | Oct 12 03:31:15.945 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 12 03:31:15.945 INFO kablam! | ----^^^ Oct 12 03:31:15.945 INFO kablam! | | Oct 12 03:31:15.945 INFO kablam! | help: remove this `mut` Oct 12 03:31:15.945 INFO kablam! Oct 12 03:31:17.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.50s Oct 12 03:31:17.316 INFO kablam! su: No module specific data is present Oct 12 03:31:18.116 INFO running `"docker" "rm" "-f" "3c847ccb374bdee2a5527206d1d2afdd808334370ecfb2ac67fcca47fcefbd16"` Oct 12 03:31:18.397 INFO blam! 3c847ccb374bdee2a5527206d1d2afdd808334370ecfb2ac67fcca47fcefbd16 Oct 12 03:31:18.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 03:31:18.812 INFO blam! 3acff8dce29486d92239b30a5b2d859e7e624036a3549dba8d18654631baf7e6 Oct 12 03:31:18.820 INFO running `"docker" "start" "-a" "3acff8dce29486d92239b30a5b2d859e7e624036a3549dba8d18654631baf7e6"` Oct 12 03:31:20.228 INFO kablam! usermod: no changes Oct 12 03:31:20.344 INFO kablam! Compiling chain_peer v0.1.1 (/source) Oct 12 03:31:24.324 INFO kablam! warning: unused import: `std::thread::sleep` Oct 12 03:31:24.324 INFO kablam! --> src/peer/peer.rs:6:5 Oct 12 03:31:24.324 INFO kablam! | Oct 12 03:31:24.324 INFO kablam! 6 | use std::thread::sleep; Oct 12 03:31:24.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.324 INFO kablam! | Oct 12 03:31:24.324 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:31:24.324 INFO kablam! Oct 12 03:31:24.324 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 03:31:24.324 INFO kablam! --> src/peer/peer.rs:7:5 Oct 12 03:31:24.324 INFO kablam! | Oct 12 03:31:24.324 INFO kablam! 7 | use std::time::Duration; Oct 12 03:31:24.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.325 INFO kablam! warning: unused import: `channel` Oct 12 03:31:24.325 INFO kablam! --> src/peer/server.rs:7:11 Oct 12 03:31:24.325 INFO kablam! | Oct 12 03:31:24.325 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 12 03:31:24.325 INFO kablam! | ^^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.325 INFO kablam! warning: unused import: `Events` Oct 12 03:31:24.325 INFO kablam! --> src/peer/client.rs:4:11 Oct 12 03:31:24.325 INFO kablam! | Oct 12 03:31:24.325 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 12 03:31:24.325 INFO kablam! | ^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.325 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 12 03:31:24.325 INFO kablam! --> src/peer/client.rs:6:5 Oct 12 03:31:24.325 INFO kablam! | Oct 12 03:31:24.325 INFO kablam! 6 | use mio::unix::UnixReady; Oct 12 03:31:24.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.325 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 03:31:24.325 INFO kablam! --> src/peer/client.rs:7:5 Oct 12 03:31:24.325 INFO kablam! | Oct 12 03:31:24.325 INFO kablam! 7 | use std::time::Duration; Oct 12 03:31:24.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.325 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 12 03:31:24.325 INFO kablam! --> src/peer/client.rs:8:15 Oct 12 03:31:24.325 INFO kablam! | Oct 12 03:31:24.325 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 12 03:31:24.325 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 12 03:31:24.325 INFO kablam! Oct 12 03:31:24.344 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 12 03:31:24.344 INFO kablam! --> src/peer/server.rs:7:11 Oct 12 03:31:24.344 INFO kablam! | Oct 12 03:31:24.344 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 12 03:31:24.344 INFO kablam! | ^^^^^^^ Oct 12 03:31:24.344 INFO kablam! | Oct 12 03:31:24.344 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:31:24.344 INFO kablam! Oct 12 03:31:24.380 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.380 INFO kablam! --> src/main.rs:11:9 Oct 12 03:31:24.380 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 12 03:31:24.381 INFO kablam! | ----^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:12:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 12 03:31:24.381 INFO kablam! | ----^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:13:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 12 03:31:24.381 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:14:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 12 03:31:24.381 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:15:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 12 03:31:24.381 INFO kablam! | ----^^^^^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:16:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 12 03:31:24.381 INFO kablam! | ----^^^^^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:17:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 12 03:31:24.381 INFO kablam! | ----^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.381 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.381 INFO kablam! --> src/main.rs:18:9 Oct 12 03:31:24.381 INFO kablam! | Oct 12 03:31:24.381 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 12 03:31:24.381 INFO kablam! | ----^^^ Oct 12 03:31:24.381 INFO kablam! | | Oct 12 03:31:24.381 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.381 INFO kablam! Oct 12 03:31:24.456 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 12 03:31:24.456 INFO kablam! --> src/peer/server.rs:64:76 Oct 12 03:31:24.456 INFO kablam! | Oct 12 03:31:24.456 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 12 03:31:24.456 INFO kablam! | ^^^ Oct 12 03:31:24.456 INFO kablam! Oct 12 03:31:24.458 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 12 03:31:24.458 INFO kablam! --> src/peer/server.rs:74:41 Oct 12 03:31:24.458 INFO kablam! | Oct 12 03:31:24.458 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 12 03:31:24.458 INFO kablam! | ^^^ Oct 12 03:31:24.460 INFO kablam! Oct 12 03:31:24.575 INFO kablam! warning: unused variable: `w_q_clone` Oct 12 03:31:24.575 INFO kablam! --> src/peer/peer.rs:47:17 Oct 12 03:31:24.575 INFO kablam! | Oct 12 03:31:24.575 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 12 03:31:24.575 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 12 03:31:24.575 INFO kablam! | Oct 12 03:31:24.575 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 03:31:24.575 INFO kablam! Oct 12 03:31:24.575 INFO kablam! warning: unused variable: `caches` Oct 12 03:31:24.575 INFO kablam! --> src/peer/server.rs:119:13 Oct 12 03:31:24.575 INFO kablam! | Oct 12 03:31:24.575 INFO kablam! 119 | let caches = self.caches.clone(); Oct 12 03:31:24.575 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 12 03:31:24.575 INFO kablam! Oct 12 03:31:24.576 INFO kablam! warning: unused variable: `e` Oct 12 03:31:24.576 INFO kablam! --> src/peer/client.rs:54:17 Oct 12 03:31:24.576 INFO kablam! | Oct 12 03:31:24.576 INFO kablam! 54 | Err(e) => { Oct 12 03:31:24.576 INFO kablam! | ^ help: consider using `_e` instead Oct 12 03:31:24.576 INFO kablam! Oct 12 03:31:24.594 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.594 INFO kablam! --> src/peer/peer.rs:117:13 Oct 12 03:31:24.594 INFO kablam! | Oct 12 03:31:24.594 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 12 03:31:24.594 INFO kablam! | ----^^^^^ Oct 12 03:31:24.594 INFO kablam! | | Oct 12 03:31:24.594 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.594 INFO kablam! | Oct 12 03:31:24.594 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:31:24.594 INFO kablam! Oct 12 03:31:24.595 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.595 INFO kablam! --> src/peer/peer.rs:123:13 Oct 12 03:31:24.595 INFO kablam! | Oct 12 03:31:24.595 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 12 03:31:24.595 INFO kablam! | ----^^^^^ Oct 12 03:31:24.595 INFO kablam! | | Oct 12 03:31:24.595 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.595 INFO kablam! Oct 12 03:31:24.619 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.619 INFO kablam! --> src/peer/server.rs:171:17 Oct 12 03:31:24.619 INFO kablam! | Oct 12 03:31:24.619 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 12 03:31:24.619 INFO kablam! | ----^^^^^^^ Oct 12 03:31:24.619 INFO kablam! | | Oct 12 03:31:24.619 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.619 INFO kablam! Oct 12 03:31:24.626 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.626 INFO kablam! --> src/peer/server.rs:218:13 Oct 12 03:31:24.626 INFO kablam! | Oct 12 03:31:24.626 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 12 03:31:24.626 INFO kablam! | ----^^^^^^ Oct 12 03:31:24.626 INFO kablam! | | Oct 12 03:31:24.626 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.626 INFO kablam! Oct 12 03:31:24.627 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.627 INFO kablam! --> src/peer/server.rs:219:13 Oct 12 03:31:24.627 INFO kablam! | Oct 12 03:31:24.627 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 12 03:31:24.627 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:24.627 INFO kablam! | | Oct 12 03:31:24.627 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.628 INFO kablam! Oct 12 03:31:24.632 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.632 INFO kablam! --> src/peer/server.rs:269:13 Oct 12 03:31:24.632 INFO kablam! | Oct 12 03:31:24.632 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 12 03:31:24.632 INFO kablam! | ----^^^^^^^^ Oct 12 03:31:24.632 INFO kablam! | | Oct 12 03:31:24.632 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.632 INFO kablam! Oct 12 03:31:24.636 INFO kablam! warning: variable does not need to be mutable Oct 12 03:31:24.636 INFO kablam! --> src/peer/client.rs:36:13 Oct 12 03:31:24.636 INFO kablam! | Oct 12 03:31:24.636 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 12 03:31:24.636 INFO kablam! | ----^^^^^ Oct 12 03:31:24.636 INFO kablam! | | Oct 12 03:31:24.636 INFO kablam! | help: remove this `mut` Oct 12 03:31:24.636 INFO kablam! Oct 12 03:31:24.672 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.672 INFO kablam! --> src/peer/peer.rs:96:13 Oct 12 03:31:24.672 INFO kablam! | Oct 12 03:31:24.672 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 12 03:31:24.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.672 INFO kablam! | Oct 12 03:31:24.672 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 03:31:24.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.672 INFO kablam! Oct 12 03:31:24.672 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.672 INFO kablam! --> src/peer/peer.rs:99:17 Oct 12 03:31:24.672 INFO kablam! | Oct 12 03:31:24.672 INFO kablam! 99 | poll.poll(&mut events, None); Oct 12 03:31:24.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.672 INFO kablam! | Oct 12 03:31:24.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.672 INFO kablam! Oct 12 03:31:24.672 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.672 INFO kablam! --> src/peer/peer.rs:105:25 Oct 12 03:31:24.672 INFO kablam! | Oct 12 03:31:24.673 INFO kablam! 105 | client.readable(&mut poll); Oct 12 03:31:24.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.673 INFO kablam! | Oct 12 03:31:24.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.673 INFO kablam! Oct 12 03:31:24.680 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.680 INFO kablam! --> src/peer/server.rs:277:13 Oct 12 03:31:24.680 INFO kablam! | Oct 12 03:31:24.680 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 12 03:31:24.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.680 INFO kablam! | Oct 12 03:31:24.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.680 INFO kablam! Oct 12 03:31:24.680 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.680 INFO kablam! --> src/peer/client.rs:60:9 Oct 12 03:31:24.680 INFO kablam! | Oct 12 03:31:24.680 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 12 03:31:24.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:31:24.680 INFO kablam! | Oct 12 03:31:24.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.680 INFO kablam! Oct 12 03:31:24.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:31:24.683 INFO kablam! --> src/peer/client.rs:107:13 Oct 12 03:31:24.683 INFO kablam! | Oct 12 03:31:24.683 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 12 03:31:24.683 INFO kablam! 108 | | PollOpt::edge()); Oct 12 03:31:24.683 INFO kablam! | |___________________________________________________^ Oct 12 03:31:24.683 INFO kablam! | Oct 12 03:31:24.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:31:24.683 INFO kablam! Oct 12 03:31:25.289 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.04s Oct 12 03:31:25.294 INFO kablam! su: No module specific data is present Oct 12 03:31:26.069 INFO running `"docker" "rm" "-f" "3acff8dce29486d92239b30a5b2d859e7e624036a3549dba8d18654631baf7e6"` Oct 12 03:31:26.333 INFO blam! 3acff8dce29486d92239b30a5b2d859e7e624036a3549dba8d18654631baf7e6 Oct 12 03:31:26.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 03:31:26.692 INFO blam! bacdf6f5d07f8c9920df94cbb66e1d545b5e7f131bf13a825a4d5893dba8151e Oct 12 03:31:26.694 INFO running `"docker" "start" "-a" "bacdf6f5d07f8c9920df94cbb66e1d545b5e7f131bf13a825a4d5893dba8151e"` Oct 12 03:31:27.734 INFO kablam! usermod: no changes Oct 12 03:31:27.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 03:31:27.864 INFO kablam! Running /target/debug/deps/chain_peer-d1c4dc0de0a69495 Oct 12 03:31:27.868 INFO blam! Oct 12 03:31:27.868 INFO blam! running 0 tests Oct 12 03:31:27.868 INFO blam! Oct 12 03:31:27.868 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:31:27.868 INFO blam! Oct 12 03:31:27.872 INFO kablam! Running /target/debug/deps/chain_peer-3a3bb87d6fea3a8d Oct 12 03:31:27.895 INFO kablam! Doc-tests chain_peer Oct 12 03:31:27.895 INFO blam! Oct 12 03:31:27.895 INFO blam! running 0 tests Oct 12 03:31:27.895 INFO blam! Oct 12 03:31:27.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:31:27.895 INFO blam! Oct 12 03:31:32.169 INFO blam! Oct 12 03:31:32.169 INFO blam! running 0 tests Oct 12 03:31:32.169 INFO blam! Oct 12 03:31:32.169 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:31:32.169 INFO blam! Oct 12 03:31:32.176 INFO kablam! su: No module specific data is present Oct 12 03:31:32.854 INFO running `"docker" "rm" "-f" "bacdf6f5d07f8c9920df94cbb66e1d545b5e7f131bf13a825a4d5893dba8151e"` Oct 12 03:31:33.152 INFO blam! bacdf6f5d07f8c9920df94cbb66e1d545b5e7f131bf13a825a4d5893dba8151e