Oct 27 13:31:36.878 INFO checking webscale-0.9.4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 13:31:36.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:37.359 INFO blam! 6e66d4fb8408e02075a15b03773f5b76510632ab9c1868e793c9ef2942af56e7 Oct 27 13:31:37.361 INFO running `"docker" "start" "-a" "6e66d4fb8408e02075a15b03773f5b76510632ab9c1868e793c9ef2942af56e7"` Oct 27 13:31:38.738 INFO kablam! usermod: no changes Oct 27 13:31:38.963 INFO kablam! Compiling openssl-sys v0.7.17 Oct 27 13:31:38.963 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 27 13:31:38.963 INFO kablam! Compiling openssl v0.7.14 Oct 27 13:31:38.989 INFO kablam! Checking hpack v0.2.0 Oct 27 13:31:40.859 INFO kablam! Checking solicit v0.4.4 Oct 27 13:31:46.761 INFO kablam! Checking openssl-verify v0.1.0 Oct 27 13:31:46.768 INFO kablam! Checking cookie v0.2.5 Oct 27 13:31:46.775 INFO kablam! Checking irc v0.11.8 Oct 27 13:31:49.673 INFO kablam! Checking hyper v0.9.18 Oct 27 13:31:55.454 INFO kablam! Checking webscale v0.9.4 (/source) Oct 27 13:32:00.063 INFO kablam! warning: unused variable: `e` Oct 27 13:32:00.063 INFO kablam! --> src/main.rs:142:17 Oct 27 13:32:00.063 INFO kablam! | Oct 27 13:32:00.063 INFO kablam! 142 | Err(e) => { Oct 27 13:32:00.063 INFO kablam! | ^ help: consider using `_e` instead Oct 27 13:32:00.063 INFO kablam! | Oct 27 13:32:00.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 13:32:00.063 INFO kablam! Oct 27 13:32:00.063 INFO kablam! warning: unused variable: `tx` Oct 27 13:32:00.063 INFO kablam! --> src/main.rs:188:55 Oct 27 13:32:00.063 INFO kablam! | Oct 27 13:32:00.063 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 27 13:32:00.063 INFO kablam! | ^^ help: consider using `_tx` instead Oct 27 13:32:00.063 INFO kablam! Oct 27 13:32:00.083 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:00.083 INFO kablam! --> src/main.rs:141:13 Oct 27 13:32:00.083 INFO kablam! | Oct 27 13:32:00.084 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 27 13:32:00.084 INFO kablam! | ----^^^^ Oct 27 13:32:00.084 INFO kablam! | | Oct 27 13:32:00.084 INFO kablam! | help: remove this `mut` Oct 27 13:32:00.085 INFO kablam! | Oct 27 13:32:00.085 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:00.085 INFO kablam! Oct 27 13:32:00.095 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.095 INFO kablam! --> src/main.rs:28:13 Oct 27 13:32:00.095 INFO kablam! | Oct 27 13:32:00.096 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 27 13:32:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:00.096 INFO kablam! | Oct 27 13:32:00.096 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 13:32:00.097 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.097 INFO kablam! Oct 27 13:32:00.097 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.097 INFO kablam! --> src/main.rs:111:25 Oct 27 13:32:00.098 INFO kablam! | Oct 27 13:32:00.098 INFO kablam! 111 | tx.send(reply); Oct 27 13:32:00.098 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:00.098 INFO kablam! | Oct 27 13:32:00.099 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.099 INFO kablam! Oct 27 13:32:00.099 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.099 INFO kablam! --> src/main.rs:178:17 Oct 27 13:32:00.100 INFO kablam! | Oct 27 13:32:00.100 INFO kablam! 178 | tx.send(reply); Oct 27 13:32:00.100 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:00.100 INFO kablam! | Oct 27 13:32:00.101 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.101 INFO kablam! Oct 27 13:32:00.101 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.101 INFO kablam! --> src/main.rs:249:13 Oct 27 13:32:00.102 INFO kablam! | Oct 27 13:32:00.102 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 27 13:32:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:00.102 INFO kablam! | Oct 27 13:32:00.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.103 INFO kablam! Oct 27 13:32:00.127 INFO kablam! warning: unused variable: `e` Oct 27 13:32:00.127 INFO kablam! --> src/main.rs:142:17 Oct 27 13:32:00.128 INFO kablam! | Oct 27 13:32:00.128 INFO kablam! 142 | Err(e) => { Oct 27 13:32:00.128 INFO kablam! | ^ help: consider using `_e` instead Oct 27 13:32:00.129 INFO kablam! | Oct 27 13:32:00.129 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 13:32:00.129 INFO kablam! Oct 27 13:32:00.129 INFO kablam! warning: unused variable: `tx` Oct 27 13:32:00.130 INFO kablam! --> src/main.rs:188:55 Oct 27 13:32:00.130 INFO kablam! | Oct 27 13:32:00.130 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 27 13:32:00.131 INFO kablam! | ^^ help: consider using `_tx` instead Oct 27 13:32:00.131 INFO kablam! Oct 27 13:32:00.167 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:00.167 INFO kablam! --> src/main.rs:141:13 Oct 27 13:32:00.168 INFO kablam! | Oct 27 13:32:00.168 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 27 13:32:00.168 INFO kablam! | ----^^^^ Oct 27 13:32:00.168 INFO kablam! | | Oct 27 13:32:00.169 INFO kablam! | help: remove this `mut` Oct 27 13:32:00.169 INFO kablam! | Oct 27 13:32:00.169 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:00.169 INFO kablam! Oct 27 13:32:00.203 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.203 INFO kablam! --> src/main.rs:28:13 Oct 27 13:32:00.204 INFO kablam! | Oct 27 13:32:00.204 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 27 13:32:00.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:00.204 INFO kablam! | Oct 27 13:32:00.205 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 13:32:00.205 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.205 INFO kablam! Oct 27 13:32:00.205 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.206 INFO kablam! --> src/main.rs:111:25 Oct 27 13:32:00.206 INFO kablam! | Oct 27 13:32:00.206 INFO kablam! 111 | tx.send(reply); Oct 27 13:32:00.206 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:00.207 INFO kablam! | Oct 27 13:32:00.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.207 INFO kablam! Oct 27 13:32:00.207 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.208 INFO kablam! --> src/main.rs:178:17 Oct 27 13:32:00.208 INFO kablam! | Oct 27 13:32:00.208 INFO kablam! 178 | tx.send(reply); Oct 27 13:32:00.208 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:32:00.209 INFO kablam! | Oct 27 13:32:00.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.209 INFO kablam! Oct 27 13:32:00.209 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 13:32:00.219 INFO kablam! --> src/main.rs:249:13 Oct 27 13:32:00.219 INFO kablam! | Oct 27 13:32:00.219 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 27 13:32:00.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:32:00.220 INFO kablam! | Oct 27 13:32:00.220 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 13:32:00.220 INFO kablam! Oct 27 13:32:00.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.49s Oct 27 13:32:00.267 INFO kablam! su: No module specific data is present Oct 27 13:32:01.091 INFO running `"docker" "rm" "-f" "6e66d4fb8408e02075a15b03773f5b76510632ab9c1868e793c9ef2942af56e7"` Oct 27 13:32:01.421 INFO blam! 6e66d4fb8408e02075a15b03773f5b76510632ab9c1868e793c9ef2942af56e7