Oct 27 13:31:37.937 INFO checking webscale-0.9.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:31:37.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 13:31:38.435 INFO blam! 693317cb9a03cb22d704c74e16b9aa45e7ba807e540177c4453c4abba3e94f79 Oct 27 13:31:38.455 INFO running `"docker" "start" "-a" "693317cb9a03cb22d704c74e16b9aa45e7ba807e540177c4453c4abba3e94f79"` Oct 27 13:31:40.074 INFO kablam! usermod: no changes Oct 27 13:31:40.316 INFO kablam! Compiling openssl-sys v0.7.17 Oct 27 13:31:40.317 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 27 13:31:40.317 INFO kablam! Compiling openssl v0.7.14 Oct 27 13:31:40.317 INFO kablam! Checking hpack v0.2.0 Oct 27 13:31:44.099 INFO kablam! Checking solicit v0.4.4 Oct 27 13:31:48.184 INFO kablam! Checking cookie v0.2.5 Oct 27 13:31:48.185 INFO kablam! Checking openssl-verify v0.1.0 Oct 27 13:31:48.185 INFO kablam! Checking irc v0.11.8 Oct 27 13:31:51.249 INFO kablam! Checking hyper v0.9.18 Oct 27 13:31:56.808 INFO kablam! Checking webscale v0.9.4 (/source) Oct 27 13:32:01.203 INFO kablam! warning: unused variable: `e` Oct 27 13:32:01.203 INFO kablam! --> src/main.rs:142:17 Oct 27 13:32:01.203 INFO kablam! | Oct 27 13:32:01.203 INFO kablam! 142 | Err(e) => { Oct 27 13:32:01.203 INFO kablam! | ^ help: consider using `_e` instead Oct 27 13:32:01.203 INFO kablam! | Oct 27 13:32:01.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 13:32:01.203 INFO kablam! Oct 27 13:32:01.203 INFO kablam! warning: unused variable: `tx` Oct 27 13:32:01.203 INFO kablam! --> src/main.rs:188:55 Oct 27 13:32:01.203 INFO kablam! | Oct 27 13:32:01.203 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 27 13:32:01.203 INFO kablam! | ^^ help: consider using `_tx` instead Oct 27 13:32:01.203 INFO kablam! Oct 27 13:32:01.219 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:01.219 INFO kablam! --> src/main.rs:141:13 Oct 27 13:32:01.219 INFO kablam! | Oct 27 13:32:01.219 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 27 13:32:01.219 INFO kablam! | ----^^^^ Oct 27 13:32:01.219 INFO kablam! | | Oct 27 13:32:01.219 INFO kablam! | help: remove this `mut` Oct 27 13:32:01.219 INFO kablam! | Oct 27 13:32:01.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:01.219 INFO kablam! Oct 27 13:32:01.226 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:01.227 INFO kablam! --> src/main.rs:28:13 Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 27 13:32:01.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 13:32:01.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:01.227 INFO kablam! Oct 27 13:32:01.227 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:01.227 INFO kablam! --> src/main.rs:111:25 Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! 111 | tx.send(reply); Oct 27 13:32:01.227 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:01.227 INFO kablam! Oct 27 13:32:01.227 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:01.227 INFO kablam! --> src/main.rs:178:17 Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! 178 | tx.send(reply); Oct 27 13:32:01.227 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:01.227 INFO kablam! Oct 27 13:32:01.227 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:01.227 INFO kablam! --> src/main.rs:249:13 Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 27 13:32:01.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:01.227 INFO kablam! | Oct 27 13:32:01.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:01.227 INFO kablam! Oct 27 13:32:02.199 INFO kablam! warning: unused variable: `e` Oct 27 13:32:02.199 INFO kablam! --> src/main.rs:142:17 Oct 27 13:32:02.199 INFO kablam! | Oct 27 13:32:02.199 INFO kablam! 142 | Err(e) => { Oct 27 13:32:02.199 INFO kablam! | ^ help: consider using `_e` instead Oct 27 13:32:02.199 INFO kablam! | Oct 27 13:32:02.199 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 13:32:02.199 INFO kablam! Oct 27 13:32:02.199 INFO kablam! warning: unused variable: `tx` Oct 27 13:32:02.199 INFO kablam! --> src/main.rs:188:55 Oct 27 13:32:02.199 INFO kablam! | Oct 27 13:32:02.199 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 27 13:32:02.199 INFO kablam! | ^^ help: consider using `_tx` instead Oct 27 13:32:02.199 INFO kablam! Oct 27 13:32:02.203 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:02.203 INFO kablam! --> src/main.rs:141:13 Oct 27 13:32:02.203 INFO kablam! | Oct 27 13:32:02.203 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 27 13:32:02.203 INFO kablam! | ----^^^^ Oct 27 13:32:02.203 INFO kablam! | | Oct 27 13:32:02.203 INFO kablam! | help: remove this `mut` Oct 27 13:32:02.203 INFO kablam! | Oct 27 13:32:02.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:02.203 INFO kablam! Oct 27 13:32:02.218 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:02.219 INFO kablam! --> src/main.rs:28:13 Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 27 13:32:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 13:32:02.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:02.219 INFO kablam! Oct 27 13:32:02.219 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:02.219 INFO kablam! --> src/main.rs:111:25 Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! 111 | tx.send(reply); Oct 27 13:32:02.219 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:02.219 INFO kablam! Oct 27 13:32:02.219 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:02.219 INFO kablam! --> src/main.rs:178:17 Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! 178 | tx.send(reply); Oct 27 13:32:02.219 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:02.219 INFO kablam! Oct 27 13:32:02.219 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:02.219 INFO kablam! --> src/main.rs:249:13 Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 27 13:32:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:02.219 INFO kablam! | Oct 27 13:32:02.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:02.219 INFO kablam! Oct 27 13:32:02.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.18s Oct 27 13:32:02.303 INFO kablam! su: No module specific data is present Oct 27 13:32:03.000 INFO running `"docker" "rm" "-f" "693317cb9a03cb22d704c74e16b9aa45e7ba807e540177c4453c4abba3e94f79"` Oct 27 13:32:03.378 INFO blam! 693317cb9a03cb22d704c74e16b9aa45e7ba807e540177c4453c4abba3e94f79