Oct 21 21:27:08.474 INFO checking Gstayton/IslaBot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:27:08.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 21:27:08.881 INFO blam! e37c2dd7b845ad803dfd4e550998528e8c14175e45912347788a26628fba3ebb Oct 21 21:27:08.886 INFO running `"docker" "start" "-a" "e37c2dd7b845ad803dfd4e550998528e8c14175e45912347788a26628fba3ebb"` Oct 21 21:27:09.811 INFO kablam! usermod: no changes Oct 21 21:27:09.847 INFO kablam! Checking isla_bot v0.1.0 (/source) Oct 21 21:27:10.259 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 21 21:27:10.259 INFO kablam! --> src/main.rs:3:27 Oct 21 21:27:10.259 INFO kablam! | Oct 21 21:27:10.259 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 21 21:27:10.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:27:10.259 INFO kablam! | Oct 21 21:27:10.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:27:10.259 INFO kablam! Oct 21 21:27:10.259 INFO kablam! warning: unused import: `std::str::FromStr` Oct 21 21:27:10.259 INFO kablam! --> src/main.rs:6:5 Oct 21 21:27:10.259 INFO kablam! | Oct 21 21:27:10.259 INFO kablam! 6 | use std::str::FromStr; Oct 21 21:27:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.259 INFO kablam! Oct 21 21:27:10.260 INFO kablam! warning: unused import: `std::vec` Oct 21 21:27:10.260 INFO kablam! --> src/irc/message.rs:1:5 Oct 21 21:27:10.260 INFO kablam! | Oct 21 21:27:10.260 INFO kablam! 1 | use std::vec; Oct 21 21:27:10.260 INFO kablam! | ^^^^^^^^ Oct 21 21:27:10.260 INFO kablam! Oct 21 21:27:10.320 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 21 21:27:10.320 INFO kablam! --> src/main.rs:3:27 Oct 21 21:27:10.320 INFO kablam! | Oct 21 21:27:10.320 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 21 21:27:10.320 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:27:10.320 INFO kablam! | Oct 21 21:27:10.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:27:10.321 INFO kablam! Oct 21 21:27:10.321 INFO kablam! warning: unused import: `std::str::FromStr` Oct 21 21:27:10.321 INFO kablam! --> src/main.rs:6:5 Oct 21 21:27:10.321 INFO kablam! | Oct 21 21:27:10.321 INFO kablam! 6 | use std::str::FromStr; Oct 21 21:27:10.321 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.321 INFO kablam! Oct 21 21:27:10.321 INFO kablam! warning: unused import: `std::vec` Oct 21 21:27:10.321 INFO kablam! --> src/irc/message.rs:1:5 Oct 21 21:27:10.321 INFO kablam! | Oct 21 21:27:10.321 INFO kablam! 1 | use std::vec; Oct 21 21:27:10.321 INFO kablam! | ^^^^^^^^ Oct 21 21:27:10.321 INFO kablam! Oct 21 21:27:10.321 INFO kablam! warning: unused variable: `bufw` Oct 21 21:27:10.321 INFO kablam! --> src/main.rs:32:17 Oct 21 21:27:10.321 INFO kablam! | Oct 21 21:27:10.321 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 21 21:27:10.322 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 21 21:27:10.322 INFO kablam! | Oct 21 21:27:10.322 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:27:10.322 INFO kablam! Oct 21 21:27:10.322 INFO kablam! warning: unused variable: `e` Oct 21 21:27:10.322 INFO kablam! --> src/irc/config.rs:24:17 Oct 21 21:27:10.322 INFO kablam! | Oct 21 21:27:10.322 INFO kablam! 24 | Err(e) => None, Oct 21 21:27:10.322 INFO kablam! | ^ help: consider using `_e` instead Oct 21 21:27:10.322 INFO kablam! Oct 21 21:27:10.323 INFO kablam! warning: variable does not need to be mutable Oct 21 21:27:10.323 INFO kablam! --> src/main.rs:32:13 Oct 21 21:27:10.323 INFO kablam! | Oct 21 21:27:10.323 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 21 21:27:10.323 INFO kablam! | ----^^^^ Oct 21 21:27:10.323 INFO kablam! | | Oct 21 21:27:10.323 INFO kablam! | help: remove this `mut` Oct 21 21:27:10.323 INFO kablam! | Oct 21 21:27:10.323 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:27:10.323 INFO kablam! Oct 21 21:27:10.329 INFO kablam! warning: variable does not need to be mutable Oct 21 21:27:10.329 INFO kablam! --> src/irc/message.rs:60:13 Oct 21 21:27:10.329 INFO kablam! | Oct 21 21:27:10.329 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 21 21:27:10.329 INFO kablam! | ----^^^^ Oct 21 21:27:10.330 INFO kablam! | | Oct 21 21:27:10.330 INFO kablam! | help: remove this `mut` Oct 21 21:27:10.330 INFO kablam! Oct 21 21:27:10.333 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 21 21:27:10.333 INFO kablam! --> src/irc/message.rs:29:5 Oct 21 21:27:10.333 INFO kablam! | Oct 21 21:27:10.333 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 21 21:27:10.333 INFO kablam! 30 | | let mut s: &str = line; Oct 21 21:27:10.333 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 21 21:27:10.333 INFO kablam! 32 | | // Consider replacing with a split() Oct 21 21:27:10.333 INFO kablam! ... | Oct 21 21:27:10.333 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 21 21:27:10.333 INFO kablam! 78 | | } Oct 21 21:27:10.333 INFO kablam! | |_____^ Oct 21 21:27:10.333 INFO kablam! | Oct 21 21:27:10.333 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:27:10.333 INFO kablam! Oct 21 21:27:10.333 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:27:10.334 INFO kablam! --> src/main.rs:38:17 Oct 21 21:27:10.334 INFO kablam! | Oct 21 21:27:10.334 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 21 21:27:10.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.334 INFO kablam! | Oct 21 21:27:10.334 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:27:10.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:27:10.334 INFO kablam! Oct 21 21:27:10.334 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:27:10.334 INFO kablam! --> src/main.rs:49:21 Oct 21 21:27:10.334 INFO kablam! | Oct 21 21:27:10.334 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 21 21:27:10.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.334 INFO kablam! | Oct 21 21:27:10.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:27:10.334 INFO kablam! Oct 21 21:27:10.354 INFO kablam! warning: unused variable: `bufw` Oct 21 21:27:10.354 INFO kablam! --> src/main.rs:32:17 Oct 21 21:27:10.354 INFO kablam! | Oct 21 21:27:10.354 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 21 21:27:10.354 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 21 21:27:10.354 INFO kablam! | Oct 21 21:27:10.354 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:27:10.354 INFO kablam! Oct 21 21:27:10.354 INFO kablam! warning: unused variable: `e` Oct 21 21:27:10.354 INFO kablam! --> src/irc/config.rs:24:17 Oct 21 21:27:10.354 INFO kablam! | Oct 21 21:27:10.354 INFO kablam! 24 | Err(e) => None, Oct 21 21:27:10.354 INFO kablam! | ^ help: consider using `_e` instead Oct 21 21:27:10.354 INFO kablam! Oct 21 21:27:10.375 INFO kablam! warning: variable does not need to be mutable Oct 21 21:27:10.375 INFO kablam! --> src/main.rs:32:13 Oct 21 21:27:10.375 INFO kablam! | Oct 21 21:27:10.375 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 21 21:27:10.375 INFO kablam! | ----^^^^ Oct 21 21:27:10.375 INFO kablam! | | Oct 21 21:27:10.375 INFO kablam! | help: remove this `mut` Oct 21 21:27:10.375 INFO kablam! | Oct 21 21:27:10.375 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:27:10.375 INFO kablam! Oct 21 21:27:10.377 INFO kablam! warning: variable does not need to be mutable Oct 21 21:27:10.377 INFO kablam! --> src/irc/message.rs:60:13 Oct 21 21:27:10.377 INFO kablam! | Oct 21 21:27:10.377 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 21 21:27:10.377 INFO kablam! | ----^^^^ Oct 21 21:27:10.377 INFO kablam! | | Oct 21 21:27:10.377 INFO kablam! | help: remove this `mut` Oct 21 21:27:10.377 INFO kablam! Oct 21 21:27:10.378 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 21 21:27:10.378 INFO kablam! --> src/irc/message.rs:29:5 Oct 21 21:27:10.378 INFO kablam! | Oct 21 21:27:10.378 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 21 21:27:10.378 INFO kablam! 30 | | let mut s: &str = line; Oct 21 21:27:10.378 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 21 21:27:10.378 INFO kablam! 32 | | // Consider replacing with a split() Oct 21 21:27:10.378 INFO kablam! ... | Oct 21 21:27:10.378 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 21 21:27:10.378 INFO kablam! 78 | | } Oct 21 21:27:10.378 INFO kablam! | |_____^ Oct 21 21:27:10.378 INFO kablam! | Oct 21 21:27:10.379 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:27:10.379 INFO kablam! Oct 21 21:27:10.379 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:27:10.379 INFO kablam! --> src/main.rs:38:17 Oct 21 21:27:10.379 INFO kablam! | Oct 21 21:27:10.379 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 21 21:27:10.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.379 INFO kablam! | Oct 21 21:27:10.379 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:27:10.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:27:10.379 INFO kablam! Oct 21 21:27:10.379 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:27:10.379 INFO kablam! --> src/main.rs:49:21 Oct 21 21:27:10.379 INFO kablam! | Oct 21 21:27:10.379 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 21 21:27:10.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:27:10.379 INFO kablam! | Oct 21 21:27:10.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:27:10.379 INFO kablam! Oct 21 21:27:10.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.55s Oct 21 21:27:10.394 INFO kablam! su: No module specific data is present Oct 21 21:27:10.771 INFO running `"docker" "rm" "-f" "e37c2dd7b845ad803dfd4e550998528e8c14175e45912347788a26628fba3ebb"` Oct 21 21:27:10.848 INFO blam! e37c2dd7b845ad803dfd4e550998528e8c14175e45912347788a26628fba3ebb