Oct 16 15:23:13.074 INFO testing chain_peer-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 15:23:13.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 15:23:13.299 INFO blam! 1c7343c5f95e6e7de850f29c82a483a32b55b16de95b03ae37a1d92a7dfe3c24 Oct 16 15:23:13.299 INFO running `"docker" "start" "-a" "1c7343c5f95e6e7de850f29c82a483a32b55b16de95b03ae37a1d92a7dfe3c24"` Oct 16 15:23:13.735 INFO kablam! usermod: no changes Oct 16 15:23:13.817 INFO kablam! Compiling chain_peer v0.1.1 (/source) Oct 16 15:23:15.237 INFO kablam! warning: unused import: `std::thread::sleep` Oct 16 15:23:15.237 INFO kablam! --> src/peer/peer.rs:6:5 Oct 16 15:23:15.237 INFO kablam! | Oct 16 15:23:15.237 INFO kablam! 6 | use std::thread::sleep; Oct 16 15:23:15.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.237 INFO kablam! | Oct 16 15:23:15.237 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:23:15.237 INFO kablam! Oct 16 15:23:15.237 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 15:23:15.237 INFO kablam! --> src/peer/peer.rs:7:5 Oct 16 15:23:15.237 INFO kablam! | Oct 16 15:23:15.237 INFO kablam! 7 | use std::time::Duration; Oct 16 15:23:15.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.237 INFO kablam! Oct 16 15:23:15.237 INFO kablam! warning: unused import: `channel` Oct 16 15:23:15.237 INFO kablam! --> src/peer/server.rs:7:11 Oct 16 15:23:15.237 INFO kablam! | Oct 16 15:23:15.237 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 16 15:23:15.237 INFO kablam! | ^^^^^^^ Oct 16 15:23:15.237 INFO kablam! Oct 16 15:23:15.238 INFO kablam! warning: unused import: `Events` Oct 16 15:23:15.238 INFO kablam! --> src/peer/client.rs:4:11 Oct 16 15:23:15.238 INFO kablam! | Oct 16 15:23:15.238 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 16 15:23:15.238 INFO kablam! | ^^^^^^ Oct 16 15:23:15.238 INFO kablam! Oct 16 15:23:15.238 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 16 15:23:15.238 INFO kablam! --> src/peer/client.rs:6:5 Oct 16 15:23:15.238 INFO kablam! | Oct 16 15:23:15.238 INFO kablam! 6 | use mio::unix::UnixReady; Oct 16 15:23:15.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.238 INFO kablam! Oct 16 15:23:15.238 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 15:23:15.238 INFO kablam! --> src/peer/client.rs:7:5 Oct 16 15:23:15.238 INFO kablam! | Oct 16 15:23:15.238 INFO kablam! 7 | use std::time::Duration; Oct 16 15:23:15.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.238 INFO kablam! Oct 16 15:23:15.238 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 16 15:23:15.238 INFO kablam! --> src/peer/client.rs:8:15 Oct 16 15:23:15.238 INFO kablam! | Oct 16 15:23:15.238 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 16 15:23:15.238 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 16 15:23:15.238 INFO kablam! Oct 16 15:23:15.254 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 16 15:23:15.254 INFO kablam! --> src/peer/server.rs:7:11 Oct 16 15:23:15.254 INFO kablam! | Oct 16 15:23:15.254 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 16 15:23:15.254 INFO kablam! | ^^^^^^^ Oct 16 15:23:15.254 INFO kablam! | Oct 16 15:23:15.254 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:23:15.254 INFO kablam! Oct 16 15:23:15.367 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 16 15:23:15.367 INFO kablam! --> src/peer/server.rs:64:76 Oct 16 15:23:15.367 INFO kablam! | Oct 16 15:23:15.367 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 16 15:23:15.367 INFO kablam! | ^^^ Oct 16 15:23:15.367 INFO kablam! Oct 16 15:23:15.367 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 16 15:23:15.367 INFO kablam! --> src/peer/server.rs:74:41 Oct 16 15:23:15.367 INFO kablam! | Oct 16 15:23:15.367 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 16 15:23:15.367 INFO kablam! | ^^^ Oct 16 15:23:15.367 INFO kablam! Oct 16 15:23:15.463 INFO kablam! warning: unused variable: `w_q_clone` Oct 16 15:23:15.463 INFO kablam! --> src/peer/peer.rs:47:17 Oct 16 15:23:15.463 INFO kablam! | Oct 16 15:23:15.463 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 16 15:23:15.463 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 16 15:23:15.463 INFO kablam! | Oct 16 15:23:15.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:23:15.463 INFO kablam! Oct 16 15:23:15.463 INFO kablam! warning: unused variable: `caches` Oct 16 15:23:15.463 INFO kablam! --> src/peer/server.rs:119:13 Oct 16 15:23:15.463 INFO kablam! | Oct 16 15:23:15.463 INFO kablam! 119 | let caches = self.caches.clone(); Oct 16 15:23:15.463 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 16 15:23:15.463 INFO kablam! Oct 16 15:23:15.463 INFO kablam! warning: unused variable: `e` Oct 16 15:23:15.463 INFO kablam! --> src/peer/client.rs:54:17 Oct 16 15:23:15.463 INFO kablam! | Oct 16 15:23:15.463 INFO kablam! 54 | Err(e) => { Oct 16 15:23:15.463 INFO kablam! | ^ help: consider using `_e` instead Oct 16 15:23:15.463 INFO kablam! Oct 16 15:23:15.471 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.471 INFO kablam! --> src/peer/peer.rs:117:13 Oct 16 15:23:15.471 INFO kablam! | Oct 16 15:23:15.472 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 16 15:23:15.472 INFO kablam! | ----^^^^^ Oct 16 15:23:15.472 INFO kablam! | | Oct 16 15:23:15.472 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.472 INFO kablam! | Oct 16 15:23:15.472 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:23:15.472 INFO kablam! Oct 16 15:23:15.472 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.472 INFO kablam! --> src/peer/peer.rs:123:13 Oct 16 15:23:15.472 INFO kablam! | Oct 16 15:23:15.472 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 16 15:23:15.472 INFO kablam! | ----^^^^^ Oct 16 15:23:15.472 INFO kablam! | | Oct 16 15:23:15.472 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.472 INFO kablam! Oct 16 15:23:15.495 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.495 INFO kablam! --> src/peer/server.rs:171:17 Oct 16 15:23:15.495 INFO kablam! | Oct 16 15:23:15.495 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 16 15:23:15.495 INFO kablam! | ----^^^^^^^ Oct 16 15:23:15.495 INFO kablam! | | Oct 16 15:23:15.495 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.495 INFO kablam! Oct 16 15:23:15.499 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.499 INFO kablam! --> src/peer/server.rs:218:13 Oct 16 15:23:15.499 INFO kablam! | Oct 16 15:23:15.499 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 16 15:23:15.499 INFO kablam! | ----^^^^^^ Oct 16 15:23:15.499 INFO kablam! | | Oct 16 15:23:15.499 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.499 INFO kablam! Oct 16 15:23:15.499 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.499 INFO kablam! --> src/peer/server.rs:219:13 Oct 16 15:23:15.499 INFO kablam! | Oct 16 15:23:15.499 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 16 15:23:15.499 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:15.499 INFO kablam! | | Oct 16 15:23:15.499 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.503 INFO kablam! Oct 16 15:23:15.503 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.503 INFO kablam! --> src/peer/server.rs:269:13 Oct 16 15:23:15.503 INFO kablam! | Oct 16 15:23:15.503 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 16 15:23:15.503 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:15.503 INFO kablam! | | Oct 16 15:23:15.503 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.503 INFO kablam! Oct 16 15:23:15.506 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:15.506 INFO kablam! --> src/peer/client.rs:36:13 Oct 16 15:23:15.506 INFO kablam! | Oct 16 15:23:15.506 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 16 15:23:15.506 INFO kablam! | ----^^^^^ Oct 16 15:23:15.506 INFO kablam! | | Oct 16 15:23:15.506 INFO kablam! | help: remove this `mut` Oct 16 15:23:15.506 INFO kablam! Oct 16 15:23:15.539 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.539 INFO kablam! --> src/peer/peer.rs:96:13 Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 16 15:23:15.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 15:23:15.539 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.539 INFO kablam! Oct 16 15:23:15.539 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.539 INFO kablam! --> src/peer/peer.rs:99:17 Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! 99 | poll.poll(&mut events, None); Oct 16 15:23:15.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.539 INFO kablam! Oct 16 15:23:15.539 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.539 INFO kablam! --> src/peer/peer.rs:105:25 Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! 105 | client.readable(&mut poll); Oct 16 15:23:15.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.539 INFO kablam! | Oct 16 15:23:15.539 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.539 INFO kablam! Oct 16 15:23:15.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.547 INFO kablam! --> src/peer/server.rs:277:13 Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 16 15:23:15.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.547 INFO kablam! Oct 16 15:23:15.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.547 INFO kablam! --> src/peer/client.rs:60:9 Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 16 15:23:15.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.547 INFO kablam! Oct 16 15:23:15.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:15.547 INFO kablam! --> src/peer/client.rs:107:13 Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 16 15:23:15.547 INFO kablam! 108 | | PollOpt::edge()); Oct 16 15:23:15.547 INFO kablam! | |___________________________________________________^ Oct 16 15:23:15.547 INFO kablam! | Oct 16 15:23:15.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:15.547 INFO kablam! Oct 16 15:23:18.785 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.785 INFO kablam! --> src/main.rs:11:9 Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 16 15:23:18.785 INFO kablam! | ----^^^ Oct 16 15:23:18.785 INFO kablam! | | Oct 16 15:23:18.785 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:23:18.785 INFO kablam! Oct 16 15:23:18.785 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.785 INFO kablam! --> src/main.rs:12:9 Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 16 15:23:18.785 INFO kablam! | ----^^^ Oct 16 15:23:18.785 INFO kablam! | | Oct 16 15:23:18.785 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.785 INFO kablam! Oct 16 15:23:18.785 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.785 INFO kablam! --> src/main.rs:13:9 Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 16 15:23:18.785 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:18.785 INFO kablam! | | Oct 16 15:23:18.785 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.785 INFO kablam! Oct 16 15:23:18.785 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.785 INFO kablam! --> src/main.rs:14:9 Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 16 15:23:18.785 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:18.785 INFO kablam! | | Oct 16 15:23:18.785 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.785 INFO kablam! Oct 16 15:23:18.785 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.785 INFO kablam! --> src/main.rs:15:9 Oct 16 15:23:18.785 INFO kablam! | Oct 16 15:23:18.785 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 16 15:23:18.785 INFO kablam! | ----^^^^^^^ Oct 16 15:23:18.785 INFO kablam! | | Oct 16 15:23:18.786 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.786 INFO kablam! Oct 16 15:23:18.786 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.786 INFO kablam! --> src/main.rs:16:9 Oct 16 15:23:18.786 INFO kablam! | Oct 16 15:23:18.786 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 16 15:23:18.786 INFO kablam! | ----^^^^^^^ Oct 16 15:23:18.786 INFO kablam! | | Oct 16 15:23:18.786 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.786 INFO kablam! Oct 16 15:23:18.786 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.786 INFO kablam! --> src/main.rs:17:9 Oct 16 15:23:18.786 INFO kablam! | Oct 16 15:23:18.786 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 16 15:23:18.786 INFO kablam! | ----^^^ Oct 16 15:23:18.786 INFO kablam! | | Oct 16 15:23:18.786 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.786 INFO kablam! Oct 16 15:23:18.786 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:18.786 INFO kablam! --> src/main.rs:18:9 Oct 16 15:23:18.786 INFO kablam! | Oct 16 15:23:18.786 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 16 15:23:18.786 INFO kablam! | ----^^^ Oct 16 15:23:18.786 INFO kablam! | | Oct 16 15:23:18.786 INFO kablam! | help: remove this `mut` Oct 16 15:23:18.786 INFO kablam! Oct 16 15:23:20.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.33s Oct 16 15:23:20.098 INFO kablam! su: No module specific data is present Oct 16 15:23:20.683 INFO running `"docker" "rm" "-f" "1c7343c5f95e6e7de850f29c82a483a32b55b16de95b03ae37a1d92a7dfe3c24"` Oct 16 15:23:20.867 INFO blam! 1c7343c5f95e6e7de850f29c82a483a32b55b16de95b03ae37a1d92a7dfe3c24 Oct 16 15:23:20.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 15:23:21.267 INFO blam! 7985bd7dd6b73fa26c486eac6e1a37a2b041e0554df1dc2cf40f638f4d1078f8 Oct 16 15:23:21.287 INFO running `"docker" "start" "-a" "7985bd7dd6b73fa26c486eac6e1a37a2b041e0554df1dc2cf40f638f4d1078f8"` Oct 16 15:23:22.307 INFO kablam! usermod: no changes Oct 16 15:23:22.407 INFO kablam! Compiling chain_peer v0.1.1 (/source) Oct 16 15:23:25.131 INFO kablam! warning: unused import: `std::thread::sleep` Oct 16 15:23:25.131 INFO kablam! --> src/peer/peer.rs:6:5 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 6 | use std::thread::sleep; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 15:23:25.131 INFO kablam! --> src/peer/peer.rs:7:5 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 7 | use std::time::Duration; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused import: `channel` Oct 16 15:23:25.131 INFO kablam! --> src/peer/server.rs:7:11 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused import: `Events` Oct 16 15:23:25.131 INFO kablam! --> src/peer/client.rs:4:11 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 4 | use mio::{Events, Ready, Poll, PollOpt, Token}; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused import: `mio::unix::UnixReady` Oct 16 15:23:25.131 INFO kablam! --> src/peer/client.rs:6:5 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 6 | use mio::unix::UnixReady; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 15:23:25.131 INFO kablam! --> src/peer/client.rs:7:5 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 7 | use std::time::Duration; Oct 16 15:23:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.131 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 16 15:23:25.131 INFO kablam! --> src/peer/client.rs:8:15 Oct 16 15:23:25.131 INFO kablam! | Oct 16 15:23:25.131 INFO kablam! 8 | use std::io::{Error, ErrorKind}; Oct 16 15:23:25.131 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 16 15:23:25.131 INFO kablam! Oct 16 15:23:25.155 INFO kablam! warning: use of deprecated item 'mio::channel': use mio-extras instead Oct 16 15:23:25.155 INFO kablam! --> src/peer/server.rs:7:11 Oct 16 15:23:25.155 INFO kablam! | Oct 16 15:23:25.155 INFO kablam! 7 | use mio::{channel, Events, Poll, PollOpt, Ready, Token}; Oct 16 15:23:25.155 INFO kablam! | ^^^^^^^ Oct 16 15:23:25.155 INFO kablam! | Oct 16 15:23:25.155 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:23:25.155 INFO kablam! Oct 16 15:23:25.277 INFO kablam! warning: use of deprecated item 'mio::Events::len': Index access removed in favor of iterator only API. Oct 16 15:23:25.277 INFO kablam! --> src/peer/server.rs:64:76 Oct 16 15:23:25.277 INFO kablam! | Oct 16 15:23:25.277 INFO kablam! 64 | trace!("processing events... cnt={}; len={}", cnt, self.events.len()); Oct 16 15:23:25.277 INFO kablam! | ^^^ Oct 16 15:23:25.277 INFO kablam! Oct 16 15:23:25.283 INFO kablam! warning: use of deprecated item 'mio::Events::get': Index access removed in favor of iterator only API. Oct 16 15:23:25.284 INFO kablam! --> src/peer/server.rs:74:41 Oct 16 15:23:25.284 INFO kablam! | Oct 16 15:23:25.284 INFO kablam! 74 | let event = self.events.get(i).expect("Failed to get event"); Oct 16 15:23:25.284 INFO kablam! | ^^^ Oct 16 15:23:25.285 INFO kablam! Oct 16 15:23:25.371 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.371 INFO kablam! --> src/main.rs:11:9 Oct 16 15:23:25.372 INFO kablam! | Oct 16 15:23:25.372 INFO kablam! 11 | let mut r_q = Arc::new(Mutex::new(HashMap::new())); Oct 16 15:23:25.372 INFO kablam! | ----^^^ Oct 16 15:23:25.373 INFO kablam! | | Oct 16 15:23:25.373 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.373 INFO kablam! | Oct 16 15:23:25.374 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:23:25.374 INFO kablam! Oct 16 15:23:25.374 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.374 INFO kablam! --> src/main.rs:12:9 Oct 16 15:23:25.375 INFO kablam! | Oct 16 15:23:25.375 INFO kablam! 12 | let mut w_q = Arc::new(Mutex::new(HashMap::new())); Oct 16 15:23:25.375 INFO kablam! | ----^^^ Oct 16 15:23:25.375 INFO kablam! | | Oct 16 15:23:25.376 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.376 INFO kablam! Oct 16 15:23:25.376 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.377 INFO kablam! --> src/main.rs:13:9 Oct 16 15:23:25.377 INFO kablam! | Oct 16 15:23:25.377 INFO kablam! 13 | let mut client_r = Arc::new(Mutex::new(Vec::new())); Oct 16 15:23:25.377 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:25.378 INFO kablam! | | Oct 16 15:23:25.378 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.378 INFO kablam! Oct 16 15:23:25.378 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.379 INFO kablam! --> src/main.rs:14:9 Oct 16 15:23:25.379 INFO kablam! | Oct 16 15:23:25.379 INFO kablam! 14 | let mut client_w = Arc::new(Mutex::new(Vec::new())); Oct 16 15:23:25.380 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:25.380 INFO kablam! | | Oct 16 15:23:25.380 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.380 INFO kablam! Oct 16 15:23:25.381 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.381 INFO kablam! --> src/main.rs:15:9 Oct 16 15:23:25.381 INFO kablam! | Oct 16 15:23:25.382 INFO kablam! 15 | let mut r_clone = r_q.clone(); Oct 16 15:23:25.382 INFO kablam! | ----^^^^^^^ Oct 16 15:23:25.382 INFO kablam! | | Oct 16 15:23:25.382 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.383 INFO kablam! Oct 16 15:23:25.383 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.383 INFO kablam! --> src/main.rs:16:9 Oct 16 15:23:25.383 INFO kablam! | Oct 16 15:23:25.384 INFO kablam! 16 | let mut w_clone = w_q.clone(); Oct 16 15:23:25.384 INFO kablam! | ----^^^^^^^ Oct 16 15:23:25.384 INFO kablam! | | Oct 16 15:23:25.385 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.385 INFO kablam! Oct 16 15:23:25.385 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.385 INFO kablam! --> src/main.rs:17:9 Oct 16 15:23:25.386 INFO kablam! | Oct 16 15:23:25.386 INFO kablam! 17 | let mut c_r = client_r.clone(); Oct 16 15:23:25.386 INFO kablam! | ----^^^ Oct 16 15:23:25.386 INFO kablam! | | Oct 16 15:23:25.387 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.387 INFO kablam! Oct 16 15:23:25.387 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.387 INFO kablam! --> src/main.rs:18:9 Oct 16 15:23:25.388 INFO kablam! | Oct 16 15:23:25.388 INFO kablam! 18 | let mut c_w = client_w.clone(); Oct 16 15:23:25.388 INFO kablam! | ----^^^ Oct 16 15:23:25.389 INFO kablam! | | Oct 16 15:23:25.389 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.389 INFO kablam! Oct 16 15:23:25.425 INFO kablam! warning: unused variable: `w_q_clone` Oct 16 15:23:25.425 INFO kablam! --> src/peer/peer.rs:47:17 Oct 16 15:23:25.426 INFO kablam! | Oct 16 15:23:25.426 INFO kablam! 47 | let w_q_clone = w_q.clone(); Oct 16 15:23:25.426 INFO kablam! | ^^^^^^^^^ help: consider using `_w_q_clone` instead Oct 16 15:23:25.426 INFO kablam! | Oct 16 15:23:25.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:23:25.427 INFO kablam! Oct 16 15:23:25.427 INFO kablam! warning: unused variable: `caches` Oct 16 15:23:25.427 INFO kablam! --> src/peer/server.rs:119:13 Oct 16 15:23:25.428 INFO kablam! | Oct 16 15:23:25.428 INFO kablam! 119 | let caches = self.caches.clone(); Oct 16 15:23:25.428 INFO kablam! | ^^^^^^ help: consider using `_caches` instead Oct 16 15:23:25.429 INFO kablam! Oct 16 15:23:25.429 INFO kablam! warning: unused variable: `e` Oct 16 15:23:25.429 INFO kablam! --> src/peer/client.rs:54:17 Oct 16 15:23:25.430 INFO kablam! | Oct 16 15:23:25.430 INFO kablam! 54 | Err(e) => { Oct 16 15:23:25.430 INFO kablam! | ^ help: consider using `_e` instead Oct 16 15:23:25.430 INFO kablam! Oct 16 15:23:25.441 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.441 INFO kablam! --> src/peer/peer.rs:117:13 Oct 16 15:23:25.441 INFO kablam! | Oct 16 15:23:25.441 INFO kablam! 117 | let mut cache = self.client_r.clone(); Oct 16 15:23:25.441 INFO kablam! | ----^^^^^ Oct 16 15:23:25.441 INFO kablam! | | Oct 16 15:23:25.441 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.441 INFO kablam! | Oct 16 15:23:25.441 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:23:25.441 INFO kablam! Oct 16 15:23:25.443 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.443 INFO kablam! --> src/peer/peer.rs:123:13 Oct 16 15:23:25.443 INFO kablam! | Oct 16 15:23:25.443 INFO kablam! 123 | let mut cache = self.client_w.clone(); Oct 16 15:23:25.443 INFO kablam! | ----^^^^^ Oct 16 15:23:25.443 INFO kablam! | | Oct 16 15:23:25.443 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.443 INFO kablam! Oct 16 15:23:25.467 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.467 INFO kablam! --> src/peer/server.rs:171:17 Oct 16 15:23:25.467 INFO kablam! | Oct 16 15:23:25.467 INFO kablam! 171 | let mut w_cache = caches_clone.lock().unwrap().get_mut(&key).unwrap().clone(); Oct 16 15:23:25.467 INFO kablam! | ----^^^^^^^ Oct 16 15:23:25.467 INFO kablam! | | Oct 16 15:23:25.467 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.467 INFO kablam! Oct 16 15:23:25.471 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.471 INFO kablam! --> src/peer/server.rs:218:13 Oct 16 15:23:25.471 INFO kablam! | Oct 16 15:23:25.471 INFO kablam! 218 | let mut caches = self.caches.clone(); Oct 16 15:23:25.471 INFO kablam! | ----^^^^^^ Oct 16 15:23:25.471 INFO kablam! | | Oct 16 15:23:25.471 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.471 INFO kablam! Oct 16 15:23:25.471 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.471 INFO kablam! --> src/peer/server.rs:219:13 Oct 16 15:23:25.471 INFO kablam! | Oct 16 15:23:25.471 INFO kablam! 219 | let mut r_caches = self.r_caches.clone(); Oct 16 15:23:25.471 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:25.471 INFO kablam! | | Oct 16 15:23:25.471 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.471 INFO kablam! Oct 16 15:23:25.475 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.475 INFO kablam! --> src/peer/server.rs:269:13 Oct 16 15:23:25.475 INFO kablam! | Oct 16 15:23:25.475 INFO kablam! 269 | let mut r_caches = self.r_caches.clone(); Oct 16 15:23:25.475 INFO kablam! | ----^^^^^^^^ Oct 16 15:23:25.475 INFO kablam! | | Oct 16 15:23:25.475 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.475 INFO kablam! Oct 16 15:23:25.507 INFO kablam! warning: variable does not need to be mutable Oct 16 15:23:25.507 INFO kablam! --> src/peer/client.rs:36:13 Oct 16 15:23:25.507 INFO kablam! | Oct 16 15:23:25.507 INFO kablam! 36 | let mut cache = self.r_cache.clone(); Oct 16 15:23:25.507 INFO kablam! | ----^^^^^ Oct 16 15:23:25.507 INFO kablam! | | Oct 16 15:23:25.507 INFO kablam! | help: remove this `mut` Oct 16 15:23:25.507 INFO kablam! Oct 16 15:23:25.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.559 INFO kablam! --> src/peer/peer.rs:96:13 Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! 96 | poll.register(&stream, Token(100_000_001), Ready::writable(), PollOpt::edge()); Oct 16 15:23:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 15:23:25.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.559 INFO kablam! Oct 16 15:23:25.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.559 INFO kablam! --> src/peer/peer.rs:99:17 Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! 99 | poll.poll(&mut events, None); Oct 16 15:23:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.559 INFO kablam! Oct 16 15:23:25.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.559 INFO kablam! --> src/peer/peer.rs:105:25 Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! 105 | client.readable(&mut poll); Oct 16 15:23:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.559 INFO kablam! Oct 16 15:23:25.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.559 INFO kablam! --> src/peer/server.rs:277:13 Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! 277 | c.send_message(Rc::new(Vec::new())); Oct 16 15:23:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.559 INFO kablam! Oct 16 15:23:25.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.559 INFO kablam! --> src/peer/client.rs:60:9 Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! 60 | poll.reregister(&self.sock, self.token, Ready::writable(), PollOpt::edge()); Oct 16 15:23:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:23:25.559 INFO kablam! | Oct 16 15:23:25.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.559 INFO kablam! Oct 16 15:23:25.566 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 15:23:25.567 INFO kablam! --> src/peer/client.rs:107:13 Oct 16 15:23:25.567 INFO kablam! | Oct 16 15:23:25.567 INFO kablam! 107 | / poll.reregister(&self.sock, self.token, self.interest, Oct 16 15:23:25.567 INFO kablam! 108 | | PollOpt::edge()); Oct 16 15:23:25.568 INFO kablam! | |___________________________________________________^ Oct 16 15:23:25.568 INFO kablam! | Oct 16 15:23:25.568 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 15:23:25.569 INFO kablam! Oct 16 15:23:26.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.81s Oct 16 15:23:26.162 INFO kablam! su: No module specific data is present Oct 16 15:23:26.813 INFO running `"docker" "rm" "-f" "7985bd7dd6b73fa26c486eac6e1a37a2b041e0554df1dc2cf40f638f4d1078f8"` Oct 16 15:23:27.063 INFO blam! 7985bd7dd6b73fa26c486eac6e1a37a2b041e0554df1dc2cf40f638f4d1078f8 Oct 16 15:23:27.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 15:23:27.499 INFO blam! 918f169c40164de7842b26d4fb9c93ac296d55b14940e4bd7cd1bb4cf05ca1fd Oct 16 15:23:27.507 INFO running `"docker" "start" "-a" "918f169c40164de7842b26d4fb9c93ac296d55b14940e4bd7cd1bb4cf05ca1fd"` Oct 16 15:23:28.516 INFO kablam! usermod: no changes Oct 16 15:23:28.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 15:23:28.610 INFO kablam! Running /target/debug/deps/chain_peer-d1c4dc0de0a69495 Oct 16 15:23:28.615 INFO kablam! Running /target/debug/deps/chain_peer-3a3bb87d6fea3a8d Oct 16 15:23:28.616 INFO blam! Oct 16 15:23:28.616 INFO blam! running 0 tests Oct 16 15:23:28.616 INFO blam! Oct 16 15:23:28.616 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:23:28.616 INFO blam! Oct 16 15:23:28.637 INFO blam! Oct 16 15:23:28.637 INFO blam! running 0 tests Oct 16 15:23:28.637 INFO blam! Oct 16 15:23:28.637 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:23:28.637 INFO blam! Oct 16 15:23:28.643 INFO kablam! Doc-tests chain_peer Oct 16 15:23:31.382 INFO blam! Oct 16 15:23:31.382 INFO blam! running 0 tests Oct 16 15:23:31.383 INFO blam! Oct 16 15:23:31.383 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:23:31.383 INFO blam! Oct 16 15:23:31.391 INFO kablam! su: No module specific data is present Oct 16 15:23:31.915 INFO running `"docker" "rm" "-f" "918f169c40164de7842b26d4fb9c93ac296d55b14940e4bd7cd1bb4cf05ca1fd"` Oct 16 15:23:32.135 INFO blam! 918f169c40164de7842b26d4fb9c93ac296d55b14940e4bd7cd1bb4cf05ca1fd