Oct 27 06:22:47.565 INFO checking crystalline/crustacean-irc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:22:47.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:22:48.021 INFO blam! 47726004a652b86c4568503c573748e32b3f3c89e09d09b13b0e225477028446 Oct 27 06:22:48.023 INFO running `"docker" "start" "-a" "47726004a652b86c4568503c573748e32b3f3c89e09d09b13b0e225477028446"` Oct 27 06:22:49.346 INFO kablam! usermod: no changes Oct 27 06:22:49.443 INFO kablam! Checking libc v0.2.27 Oct 27 06:22:50.704 INFO kablam! Checking memchr v1.0.1 Oct 27 06:22:51.263 INFO kablam! Checking aho-corasick v0.6.3 Oct 27 06:22:52.087 INFO kablam! Checking regex v0.2.2 Oct 27 06:22:54.830 INFO kablam! Checking rust-irc-client v0.1.0 (/source) Oct 27 06:22:55.979 INFO kablam! warning: unused import: `self` Oct 27 06:22:55.979 INFO kablam! --> src/main.rs:10:15 Oct 27 06:22:55.979 INFO kablam! | Oct 27 06:22:55.979 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 27 06:22:55.979 INFO kablam! | ^^^^ Oct 27 06:22:55.979 INFO kablam! | Oct 27 06:22:55.979 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:22:55.979 INFO kablam! Oct 27 06:22:55.979 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 27 06:22:55.979 INFO kablam! --> src/main.rs:13:5 Oct 27 06:22:55.979 INFO kablam! | Oct 27 06:22:55.979 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 27 06:22:55.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:55.979 INFO kablam! Oct 27 06:22:55.979 INFO kablam! warning: unused import: `std::boxed::Box` Oct 27 06:22:55.979 INFO kablam! --> src/main.rs:15:5 Oct 27 06:22:55.979 INFO kablam! | Oct 27 06:22:55.979 INFO kablam! 15 | use std::boxed::Box; Oct 27 06:22:55.980 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:22:55.980 INFO kablam! Oct 27 06:22:55.980 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:22:55.980 INFO kablam! --> src/main.rs:224:10 Oct 27 06:22:55.980 INFO kablam! | Oct 27 06:22:55.980 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 27 06:22:55.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:22:55.980 INFO kablam! | Oct 27 06:22:55.980 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:22:55.980 INFO kablam! Oct 27 06:22:56.083 INFO kablam! warning: variable `res` is assigned to, but never used Oct 27 06:22:56.083 INFO kablam! --> src/main.rs:70:9 Oct 27 06:22:56.083 INFO kablam! | Oct 27 06:22:56.083 INFO kablam! 70 | let res; Oct 27 06:22:56.083 INFO kablam! | ^^^ Oct 27 06:22:56.083 INFO kablam! | Oct 27 06:22:56.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:22:56.083 INFO kablam! = note: consider using `_res` instead Oct 27 06:22:56.083 INFO kablam! Oct 27 06:22:56.083 INFO kablam! warning: value assigned to `res` is never read Oct 27 06:22:56.083 INFO kablam! --> src/main.rs:80:5 Oct 27 06:22:56.083 INFO kablam! | Oct 27 06:22:56.083 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 27 06:22:56.083 INFO kablam! | ^^^ Oct 27 06:22:56.083 INFO kablam! | Oct 27 06:22:56.083 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 06:22:56.083 INFO kablam! Oct 27 06:22:56.083 INFO kablam! warning: unused variable: `res` Oct 27 06:22:56.084 INFO kablam! --> src/main.rs:98:11 Oct 27 06:22:56.084 INFO kablam! | Oct 27 06:22:56.084 INFO kablam! 98 | let res = self.pump_event(); Oct 27 06:22:56.084 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 06:22:56.084 INFO kablam! Oct 27 06:22:56.084 INFO kablam! warning: unused variable: `n` Oct 27 06:22:56.084 INFO kablam! --> src/main.rs:157:10 Oct 27 06:22:56.084 INFO kablam! | Oct 27 06:22:56.084 INFO kablam! 157 | Ok(n) => { Oct 27 06:22:56.084 INFO kablam! | ^ help: consider using `_n` instead Oct 27 06:22:56.084 INFO kablam! Oct 27 06:22:56.084 INFO kablam! warning: unused variable: `e` Oct 27 06:22:56.084 INFO kablam! --> src/main.rs:191:11 Oct 27 06:22:56.084 INFO kablam! | Oct 27 06:22:56.084 INFO kablam! 191 | Err(e) => { Oct 27 06:22:56.084 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:22:56.084 INFO kablam! Oct 27 06:22:56.123 INFO kablam! warning: field is never used: `server` Oct 27 06:22:56.123 INFO kablam! --> src/main.rs:20:3 Oct 27 06:22:56.123 INFO kablam! | Oct 27 06:22:56.123 INFO kablam! 20 | server: Ipv4Addr, Oct 27 06:22:56.123 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:22:56.123 INFO kablam! | Oct 27 06:22:56.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:56.123 INFO kablam! Oct 27 06:22:56.123 INFO kablam! warning: field is never used: `port` Oct 27 06:22:56.123 INFO kablam! --> src/main.rs:21:3 Oct 27 06:22:56.123 INFO kablam! | Oct 27 06:22:56.123 INFO kablam! 21 | port: u16, Oct 27 06:22:56.123 INFO kablam! | ^^^^^^^^^ Oct 27 06:22:56.123 INFO kablam! Oct 27 06:22:56.123 INFO kablam! warning: field is never used: `isPrivate` Oct 27 06:22:56.123 INFO kablam! --> src/main.rs:37:3 Oct 27 06:22:56.124 INFO kablam! | Oct 27 06:22:56.124 INFO kablam! 37 | isPrivate: bool Oct 27 06:22:56.124 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:22:56.124 INFO kablam! Oct 27 06:22:56.146 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:56.146 INFO kablam! --> src/main.rs:81:5 Oct 27 06:22:56.147 INFO kablam! | Oct 27 06:22:56.147 INFO kablam! 81 | self.stream.flush(); Oct 27 06:22:56.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:56.147 INFO kablam! | Oct 27 06:22:56.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:56.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:56.147 INFO kablam! Oct 27 06:22:56.259 INFO kablam! warning: unused import: `self` Oct 27 06:22:56.259 INFO kablam! --> src/main.rs:10:15 Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 27 06:22:56.259 INFO kablam! | ^^^^ Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:22:56.259 INFO kablam! Oct 27 06:22:56.259 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 27 06:22:56.259 INFO kablam! --> src/main.rs:13:5 Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 27 06:22:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:56.259 INFO kablam! Oct 27 06:22:56.259 INFO kablam! warning: unused import: `std::boxed::Box` Oct 27 06:22:56.259 INFO kablam! --> src/main.rs:15:5 Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! 15 | use std::boxed::Box; Oct 27 06:22:56.259 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:22:56.259 INFO kablam! Oct 27 06:22:56.259 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:22:56.259 INFO kablam! --> src/main.rs:224:10 Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 27 06:22:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:22:56.259 INFO kablam! | Oct 27 06:22:56.259 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:22:56.259 INFO kablam! Oct 27 06:22:56.358 INFO kablam! warning: variable `res` is assigned to, but never used Oct 27 06:22:56.359 INFO kablam! --> src/main.rs:70:9 Oct 27 06:22:56.359 INFO kablam! | Oct 27 06:22:56.359 INFO kablam! 70 | let res; Oct 27 06:22:56.359 INFO kablam! | ^^^ Oct 27 06:22:56.359 INFO kablam! | Oct 27 06:22:56.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:22:56.359 INFO kablam! = note: consider using `_res` instead Oct 27 06:22:56.359 INFO kablam! Oct 27 06:22:56.359 INFO kablam! warning: value assigned to `res` is never read Oct 27 06:22:56.359 INFO kablam! --> src/main.rs:80:5 Oct 27 06:22:56.359 INFO kablam! | Oct 27 06:22:56.359 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 27 06:22:56.359 INFO kablam! | ^^^ Oct 27 06:22:56.359 INFO kablam! | Oct 27 06:22:56.359 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 06:22:56.359 INFO kablam! Oct 27 06:22:56.367 INFO kablam! warning: unused variable: `res` Oct 27 06:22:56.367 INFO kablam! --> src/main.rs:98:11 Oct 27 06:22:56.367 INFO kablam! | Oct 27 06:22:56.367 INFO kablam! 98 | let res = self.pump_event(); Oct 27 06:22:56.367 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 06:22:56.367 INFO kablam! Oct 27 06:22:56.367 INFO kablam! warning: unused variable: `n` Oct 27 06:22:56.367 INFO kablam! --> src/main.rs:157:10 Oct 27 06:22:56.367 INFO kablam! | Oct 27 06:22:56.367 INFO kablam! 157 | Ok(n) => { Oct 27 06:22:56.367 INFO kablam! | ^ help: consider using `_n` instead Oct 27 06:22:56.367 INFO kablam! Oct 27 06:22:56.367 INFO kablam! warning: unused variable: `e` Oct 27 06:22:56.367 INFO kablam! --> src/main.rs:191:11 Oct 27 06:22:56.367 INFO kablam! | Oct 27 06:22:56.367 INFO kablam! 191 | Err(e) => { Oct 27 06:22:56.367 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:22:56.367 INFO kablam! Oct 27 06:22:56.387 INFO kablam! warning: field is never used: `server` Oct 27 06:22:56.387 INFO kablam! --> src/main.rs:20:3 Oct 27 06:22:56.387 INFO kablam! | Oct 27 06:22:56.387 INFO kablam! 20 | server: Ipv4Addr, Oct 27 06:22:56.387 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:22:56.387 INFO kablam! | Oct 27 06:22:56.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:56.387 INFO kablam! Oct 27 06:22:56.387 INFO kablam! warning: field is never used: `port` Oct 27 06:22:56.387 INFO kablam! --> src/main.rs:21:3 Oct 27 06:22:56.387 INFO kablam! | Oct 27 06:22:56.387 INFO kablam! 21 | port: u16, Oct 27 06:22:56.387 INFO kablam! | ^^^^^^^^^ Oct 27 06:22:56.387 INFO kablam! Oct 27 06:22:56.387 INFO kablam! warning: field is never used: `isPrivate` Oct 27 06:22:56.387 INFO kablam! --> src/main.rs:37:3 Oct 27 06:22:56.387 INFO kablam! | Oct 27 06:22:56.387 INFO kablam! 37 | isPrivate: bool Oct 27 06:22:56.387 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:22:56.387 INFO kablam! Oct 27 06:22:56.403 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:56.403 INFO kablam! --> src/main.rs:81:5 Oct 27 06:22:56.403 INFO kablam! | Oct 27 06:22:56.403 INFO kablam! 81 | self.stream.flush(); Oct 27 06:22:56.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:56.403 INFO kablam! | Oct 27 06:22:56.403 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:56.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:56.403 INFO kablam! Oct 27 06:22:56.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.04s Oct 27 06:22:56.427 INFO kablam! su: No module specific data is present Oct 27 06:22:57.391 INFO running `"docker" "rm" "-f" "47726004a652b86c4568503c573748e32b3f3c89e09d09b13b0e225477028446"` Oct 27 06:22:57.735 INFO blam! 47726004a652b86c4568503c573748e32b3f3c89e09d09b13b0e225477028446