Oct 21 22:26:46.017 INFO checking webscale-0.9.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:26:46.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 22:26:46.508 INFO blam! 687852bfbc4e5fec5624113ee4c5d99fde02871a1dd10b98b0c603a01eb0ae8d Oct 21 22:26:46.517 INFO running `"docker" "start" "-a" "687852bfbc4e5fec5624113ee4c5d99fde02871a1dd10b98b0c603a01eb0ae8d"` Oct 21 22:26:47.625 INFO kablam! usermod: no changes Oct 21 22:26:47.865 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 21 22:26:47.865 INFO kablam! Compiling openssl v0.7.14 Oct 21 22:26:47.876 INFO kablam! Checking hpack v0.2.0 Oct 21 22:26:50.080 INFO kablam! Checking solicit v0.4.4 Oct 21 22:26:53.188 INFO kablam! Checking openssl-verify v0.1.0 Oct 21 22:26:53.188 INFO kablam! Checking cookie v0.2.5 Oct 21 22:26:53.188 INFO kablam! Checking irc v0.11.8 Oct 21 22:26:55.912 INFO kablam! Checking hyper v0.9.18 Oct 21 22:27:00.837 INFO kablam! Checking webscale v0.9.4 (/source) Oct 21 22:27:03.978 INFO kablam! warning: unused variable: `e` Oct 21 22:27:03.978 INFO kablam! --> src/main.rs:142:17 Oct 21 22:27:03.978 INFO kablam! | Oct 21 22:27:03.978 INFO kablam! 142 | Err(e) => { Oct 21 22:27:03.978 INFO kablam! | ^ help: consider using `_e` instead Oct 21 22:27:03.978 INFO kablam! | Oct 21 22:27:03.978 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 22:27:03.978 INFO kablam! Oct 21 22:27:03.978 INFO kablam! warning: unused variable: `tx` Oct 21 22:27:03.978 INFO kablam! --> src/main.rs:188:55 Oct 21 22:27:03.978 INFO kablam! | Oct 21 22:27:03.978 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 21 22:27:03.978 INFO kablam! | ^^ help: consider using `_tx` instead Oct 21 22:27:03.978 INFO kablam! Oct 21 22:27:03.986 INFO kablam! warning: variable does not need to be mutable Oct 21 22:27:03.986 INFO kablam! --> src/main.rs:141:13 Oct 21 22:27:03.986 INFO kablam! | Oct 21 22:27:03.986 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 21 22:27:03.986 INFO kablam! | ----^^^^ Oct 21 22:27:03.986 INFO kablam! | | Oct 21 22:27:03.986 INFO kablam! | help: remove this `mut` Oct 21 22:27:03.986 INFO kablam! | Oct 21 22:27:03.986 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:27:03.986 INFO kablam! Oct 21 22:27:03.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:03.996 INFO kablam! --> src/main.rs:28:13 Oct 21 22:27:03.996 INFO kablam! | Oct 21 22:27:03.996 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 21 22:27:03.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:27:03.996 INFO kablam! | Oct 21 22:27:03.996 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:27:03.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:03.996 INFO kablam! Oct 21 22:27:03.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:03.996 INFO kablam! --> src/main.rs:111:25 Oct 21 22:27:03.996 INFO kablam! | Oct 21 22:27:03.996 INFO kablam! 111 | tx.send(reply); Oct 21 22:27:03.996 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:27:03.996 INFO kablam! | Oct 21 22:27:03.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:03.996 INFO kablam! Oct 21 22:27:03.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:03.997 INFO kablam! --> src/main.rs:178:17 Oct 21 22:27:03.997 INFO kablam! | Oct 21 22:27:03.997 INFO kablam! 178 | tx.send(reply); Oct 21 22:27:03.997 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:27:03.997 INFO kablam! | Oct 21 22:27:03.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:03.997 INFO kablam! Oct 21 22:27:03.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:03.999 INFO kablam! --> src/main.rs:249:13 Oct 21 22:27:03.999 INFO kablam! | Oct 21 22:27:03.999 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 21 22:27:03.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:27:03.999 INFO kablam! | Oct 21 22:27:03.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:03.999 INFO kablam! Oct 21 22:27:04.025 INFO kablam! warning: unused variable: `e` Oct 21 22:27:04.025 INFO kablam! --> src/main.rs:142:17 Oct 21 22:27:04.025 INFO kablam! | Oct 21 22:27:04.025 INFO kablam! 142 | Err(e) => { Oct 21 22:27:04.025 INFO kablam! | ^ help: consider using `_e` instead Oct 21 22:27:04.025 INFO kablam! | Oct 21 22:27:04.025 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 22:27:04.025 INFO kablam! Oct 21 22:27:04.025 INFO kablam! warning: unused variable: `tx` Oct 21 22:27:04.025 INFO kablam! --> src/main.rs:188:55 Oct 21 22:27:04.025 INFO kablam! | Oct 21 22:27:04.025 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 21 22:27:04.025 INFO kablam! | ^^ help: consider using `_tx` instead Oct 21 22:27:04.025 INFO kablam! Oct 21 22:27:04.040 INFO kablam! warning: variable does not need to be mutable Oct 21 22:27:04.040 INFO kablam! --> src/main.rs:141:13 Oct 21 22:27:04.040 INFO kablam! | Oct 21 22:27:04.040 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 21 22:27:04.040 INFO kablam! | ----^^^^ Oct 21 22:27:04.040 INFO kablam! | | Oct 21 22:27:04.040 INFO kablam! | help: remove this `mut` Oct 21 22:27:04.040 INFO kablam! | Oct 21 22:27:04.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:27:04.040 INFO kablam! Oct 21 22:27:04.046 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:04.046 INFO kablam! --> src/main.rs:28:13 Oct 21 22:27:04.046 INFO kablam! | Oct 21 22:27:04.046 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 21 22:27:04.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:27:04.046 INFO kablam! | Oct 21 22:27:04.046 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:27:04.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:04.046 INFO kablam! Oct 21 22:27:04.046 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:04.046 INFO kablam! --> src/main.rs:111:25 Oct 21 22:27:04.046 INFO kablam! | Oct 21 22:27:04.046 INFO kablam! 111 | tx.send(reply); Oct 21 22:27:04.046 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:27:04.046 INFO kablam! | Oct 21 22:27:04.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:04.046 INFO kablam! Oct 21 22:27:04.048 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:04.048 INFO kablam! --> src/main.rs:178:17 Oct 21 22:27:04.048 INFO kablam! | Oct 21 22:27:04.048 INFO kablam! 178 | tx.send(reply); Oct 21 22:27:04.048 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:27:04.048 INFO kablam! | Oct 21 22:27:04.048 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:04.048 INFO kablam! Oct 21 22:27:04.048 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:27:04.048 INFO kablam! --> src/main.rs:249:13 Oct 21 22:27:04.048 INFO kablam! | Oct 21 22:27:04.048 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 21 22:27:04.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:27:04.048 INFO kablam! | Oct 21 22:27:04.048 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:27:04.048 INFO kablam! Oct 21 22:27:04.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.42s Oct 21 22:27:04.081 INFO kablam! su: No module specific data is present Oct 21 22:27:04.352 INFO running `"docker" "rm" "-f" "687852bfbc4e5fec5624113ee4c5d99fde02871a1dd10b98b0c603a01eb0ae8d"` Oct 21 22:27:04.545 INFO blam! 687852bfbc4e5fec5624113ee4c5d99fde02871a1dd10b98b0c603a01eb0ae8d