Oct 15 10:30:24.811 INFO testing Gstayton/IslaBot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:30:24.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 10:30:24.966 INFO blam! afa6f74870214d660d2a718fbb6bd1ae6eafadc9adcd77717b4a45e3e4dc6a1e Oct 15 10:30:24.968 INFO running `"docker" "start" "-a" "afa6f74870214d660d2a718fbb6bd1ae6eafadc9adcd77717b4a45e3e4dc6a1e"` Oct 15 10:30:25.371 INFO kablam! usermod: no changes Oct 15 10:30:25.396 INFO kablam! Compiling isla_bot v0.1.0 (/source) Oct 15 10:30:25.747 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 15 10:30:25.747 INFO kablam! --> src/main.rs:3:27 Oct 15 10:30:25.747 INFO kablam! | Oct 15 10:30:25.747 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 15 10:30:25.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:30:25.747 INFO kablam! | Oct 15 10:30:25.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:30:25.747 INFO kablam! Oct 15 10:30:25.747 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 10:30:25.747 INFO kablam! --> src/main.rs:6:5 Oct 15 10:30:25.747 INFO kablam! | Oct 15 10:30:25.747 INFO kablam! 6 | use std::str::FromStr; Oct 15 10:30:25.747 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:30:25.747 INFO kablam! Oct 15 10:30:25.747 INFO kablam! warning: unused import: `std::vec` Oct 15 10:30:25.747 INFO kablam! --> src/irc/message.rs:1:5 Oct 15 10:30:25.747 INFO kablam! | Oct 15 10:30:25.747 INFO kablam! 1 | use std::vec; Oct 15 10:30:25.747 INFO kablam! | ^^^^^^^^ Oct 15 10:30:25.747 INFO kablam! Oct 15 10:30:25.804 INFO kablam! warning: unused variable: `bufw` Oct 15 10:30:25.804 INFO kablam! --> src/main.rs:32:17 Oct 15 10:30:25.804 INFO kablam! | Oct 15 10:30:25.804 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 15 10:30:25.804 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 15 10:30:25.804 INFO kablam! | Oct 15 10:30:25.804 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:30:25.804 INFO kablam! Oct 15 10:30:25.804 INFO kablam! warning: unused variable: `e` Oct 15 10:30:25.804 INFO kablam! --> src/irc/config.rs:24:17 Oct 15 10:30:25.804 INFO kablam! | Oct 15 10:30:25.804 INFO kablam! 24 | Err(e) => None, Oct 15 10:30:25.804 INFO kablam! | ^ help: consider using `_e` instead Oct 15 10:30:25.804 INFO kablam! Oct 15 10:30:25.822 INFO kablam! warning: variable does not need to be mutable Oct 15 10:30:25.822 INFO kablam! --> src/main.rs:32:13 Oct 15 10:30:25.822 INFO kablam! | Oct 15 10:30:25.822 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 15 10:30:25.822 INFO kablam! | ----^^^^ Oct 15 10:30:25.822 INFO kablam! | | Oct 15 10:30:25.822 INFO kablam! | help: remove this `mut` Oct 15 10:30:25.822 INFO kablam! | Oct 15 10:30:25.822 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:30:25.822 INFO kablam! Oct 15 10:30:25.831 INFO kablam! warning: variable does not need to be mutable Oct 15 10:30:25.831 INFO kablam! --> src/irc/message.rs:60:13 Oct 15 10:30:25.831 INFO kablam! | Oct 15 10:30:25.832 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 15 10:30:25.832 INFO kablam! | ----^^^^ Oct 15 10:30:25.832 INFO kablam! | | Oct 15 10:30:25.833 INFO kablam! | help: remove this `mut` Oct 15 10:30:25.833 INFO kablam! Oct 15 10:30:25.833 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 15 10:30:25.833 INFO kablam! --> src/irc/message.rs:29:5 Oct 15 10:30:25.833 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 15 10:30:25.834 INFO kablam! 30 | | let mut s: &str = line; Oct 15 10:30:25.834 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 15 10:30:25.834 INFO kablam! 32 | | // Consider replacing with a split() Oct 15 10:30:25.834 INFO kablam! ... | Oct 15 10:30:25.834 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 15 10:30:25.834 INFO kablam! 78 | | } Oct 15 10:30:25.834 INFO kablam! | |_____^ Oct 15 10:30:25.834 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:30:25.834 INFO kablam! Oct 15 10:30:25.834 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:30:25.834 INFO kablam! --> src/main.rs:38:17 Oct 15 10:30:25.834 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 15 10:30:25.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:30:25.834 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:30:25.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:30:25.834 INFO kablam! Oct 15 10:30:25.834 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:30:25.834 INFO kablam! --> src/main.rs:49:21 Oct 15 10:30:25.834 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 15 10:30:25.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:30:25.834 INFO kablam! | Oct 15 10:30:25.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:30:25.834 INFO kablam! Oct 15 10:30:26.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 10:30:26.422 INFO kablam! su: No module specific data is present Oct 15 10:30:26.853 INFO running `"docker" "rm" "-f" "afa6f74870214d660d2a718fbb6bd1ae6eafadc9adcd77717b4a45e3e4dc6a1e"` Oct 15 10:30:26.936 INFO blam! afa6f74870214d660d2a718fbb6bd1ae6eafadc9adcd77717b4a45e3e4dc6a1e Oct 15 10:30:26.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 10:30:27.128 INFO blam! 0cdb52e2cf1fca68f26340e84643153b9b94b431c4c9f4edc3dd927306eee6d0 Oct 15 10:30:27.130 INFO running `"docker" "start" "-a" "0cdb52e2cf1fca68f26340e84643153b9b94b431c4c9f4edc3dd927306eee6d0"` Oct 15 10:30:27.520 INFO kablam! usermod: no changes Oct 15 10:30:27.544 INFO kablam! Compiling isla_bot v0.1.0 (/source) Oct 15 10:30:27.959 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 15 10:30:27.959 INFO kablam! --> src/main.rs:3:27 Oct 15 10:30:27.959 INFO kablam! | Oct 15 10:30:27.959 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 15 10:30:27.959 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:30:27.959 INFO kablam! | Oct 15 10:30:27.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:30:27.959 INFO kablam! Oct 15 10:30:27.959 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 10:30:27.959 INFO kablam! --> src/main.rs:6:5 Oct 15 10:30:27.959 INFO kablam! | Oct 15 10:30:27.959 INFO kablam! 6 | use std::str::FromStr; Oct 15 10:30:27.959 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:30:27.959 INFO kablam! Oct 15 10:30:27.959 INFO kablam! warning: unused import: `std::vec` Oct 15 10:30:27.959 INFO kablam! --> src/irc/message.rs:1:5 Oct 15 10:30:27.959 INFO kablam! | Oct 15 10:30:27.959 INFO kablam! 1 | use std::vec; Oct 15 10:30:27.959 INFO kablam! | ^^^^^^^^ Oct 15 10:30:27.959 INFO kablam! Oct 15 10:30:28.014 INFO kablam! warning: unused variable: `bufw` Oct 15 10:30:28.014 INFO kablam! --> src/main.rs:32:17 Oct 15 10:30:28.014 INFO kablam! | Oct 15 10:30:28.014 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 15 10:30:28.014 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 15 10:30:28.014 INFO kablam! | Oct 15 10:30:28.014 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:30:28.014 INFO kablam! Oct 15 10:30:28.014 INFO kablam! warning: unused variable: `e` Oct 15 10:30:28.014 INFO kablam! --> src/irc/config.rs:24:17 Oct 15 10:30:28.014 INFO kablam! | Oct 15 10:30:28.014 INFO kablam! 24 | Err(e) => None, Oct 15 10:30:28.014 INFO kablam! | ^ help: consider using `_e` instead Oct 15 10:30:28.014 INFO kablam! Oct 15 10:30:28.030 INFO kablam! warning: variable does not need to be mutable Oct 15 10:30:28.030 INFO kablam! --> src/main.rs:32:13 Oct 15 10:30:28.030 INFO kablam! | Oct 15 10:30:28.030 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 15 10:30:28.030 INFO kablam! | ----^^^^ Oct 15 10:30:28.030 INFO kablam! | | Oct 15 10:30:28.030 INFO kablam! | help: remove this `mut` Oct 15 10:30:28.030 INFO kablam! | Oct 15 10:30:28.030 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:30:28.030 INFO kablam! Oct 15 10:30:28.038 INFO kablam! warning: variable does not need to be mutable Oct 15 10:30:28.038 INFO kablam! --> src/irc/message.rs:60:13 Oct 15 10:30:28.038 INFO kablam! | Oct 15 10:30:28.038 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 15 10:30:28.038 INFO kablam! | ----^^^^ Oct 15 10:30:28.038 INFO kablam! | | Oct 15 10:30:28.038 INFO kablam! | help: remove this `mut` Oct 15 10:30:28.038 INFO kablam! Oct 15 10:30:28.039 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 15 10:30:28.039 INFO kablam! --> src/irc/message.rs:29:5 Oct 15 10:30:28.039 INFO kablam! | Oct 15 10:30:28.039 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 15 10:30:28.039 INFO kablam! 30 | | let mut s: &str = line; Oct 15 10:30:28.039 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 15 10:30:28.039 INFO kablam! 32 | | // Consider replacing with a split() Oct 15 10:30:28.039 INFO kablam! ... | Oct 15 10:30:28.039 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 15 10:30:28.039 INFO kablam! 78 | | } Oct 15 10:30:28.039 INFO kablam! | |_____^ Oct 15 10:30:28.039 INFO kablam! | Oct 15 10:30:28.039 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:30:28.039 INFO kablam! Oct 15 10:30:28.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:30:28.040 INFO kablam! --> src/main.rs:38:17 Oct 15 10:30:28.040 INFO kablam! | Oct 15 10:30:28.040 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 15 10:30:28.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:30:28.040 INFO kablam! | Oct 15 10:30:28.040 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:30:28.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:30:28.040 INFO kablam! Oct 15 10:30:28.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:30:28.040 INFO kablam! --> src/main.rs:49:21 Oct 15 10:30:28.040 INFO kablam! | Oct 15 10:30:28.040 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 15 10:30:28.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:30:28.040 INFO kablam! | Oct 15 10:30:28.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:30:28.040 INFO kablam! Oct 15 10:30:28.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 15 10:30:28.331 INFO kablam! su: No module specific data is present Oct 15 10:30:28.617 INFO running `"docker" "rm" "-f" "0cdb52e2cf1fca68f26340e84643153b9b94b431c4c9f4edc3dd927306eee6d0"` Oct 15 10:30:28.725 INFO blam! 0cdb52e2cf1fca68f26340e84643153b9b94b431c4c9f4edc3dd927306eee6d0 Oct 15 10:30:28.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 10:30:28.887 INFO blam! a762677f946abc50c2665d0a8c45c3dd8b5bdba324f2f1924b59669082cd3e79 Oct 15 10:30:28.890 INFO running `"docker" "start" "-a" "a762677f946abc50c2665d0a8c45c3dd8b5bdba324f2f1924b59669082cd3e79"` Oct 15 10:30:30.155 INFO kablam! usermod: no changes Oct 15 10:30:30.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 10:30:30.220 INFO kablam! Running /target/debug/deps/isla_bot-3d823ba7719318b3 Oct 15 10:30:30.231 INFO blam! Oct 15 10:30:30.231 INFO blam! running 0 tests Oct 15 10:30:30.232 INFO blam! Oct 15 10:30:30.232 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:30:30.232 INFO blam! Oct 15 10:30:30.233 INFO kablam! su: No module specific data is present Oct 15 10:30:30.975 INFO running `"docker" "rm" "-f" "a762677f946abc50c2665d0a8c45c3dd8b5bdba324f2f1924b59669082cd3e79"` Oct 15 10:30:31.159 INFO blam! a762677f946abc50c2665d0a8c45c3dd8b5bdba324f2f1924b59669082cd3e79