Oct 11 06:30:14.654 INFO testing Gstayton/IslaBot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:30:14.654 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:30:14.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:30:15.025 INFO blam! 5c2657a818884638043b8b1388194d793805f3fdd798b368a95cf725d7cc42d8 Oct 11 06:30:15.026 INFO running `"docker" "start" "-a" "5c2657a818884638043b8b1388194d793805f3fdd798b368a95cf725d7cc42d8"` Oct 11 06:30:15.728 INFO kablam! usermod: no changes Oct 11 06:30:15.753 INFO kablam! Compiling isla_bot v0.1.0 (/source) Oct 11 06:30:16.378 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 11 06:30:16.378 INFO kablam! --> src/main.rs:3:27 Oct 11 06:30:16.378 INFO kablam! | Oct 11 06:30:16.378 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 11 06:30:16.378 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:30:16.378 INFO kablam! | Oct 11 06:30:16.378 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:30:16.378 INFO kablam! Oct 11 06:30:16.378 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 06:30:16.378 INFO kablam! --> src/main.rs:6:5 Oct 11 06:30:16.378 INFO kablam! | Oct 11 06:30:16.378 INFO kablam! 6 | use std::str::FromStr; Oct 11 06:30:16.378 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:30:16.378 INFO kablam! Oct 11 06:30:16.378 INFO kablam! warning: unused import: `std::vec` Oct 11 06:30:16.378 INFO kablam! --> src/irc/message.rs:1:5 Oct 11 06:30:16.378 INFO kablam! | Oct 11 06:30:16.378 INFO kablam! 1 | use std::vec; Oct 11 06:30:16.378 INFO kablam! | ^^^^^^^^ Oct 11 06:30:16.378 INFO kablam! Oct 11 06:30:16.448 INFO kablam! warning: unused variable: `bufw` Oct 11 06:30:16.448 INFO kablam! --> src/main.rs:32:17 Oct 11 06:30:16.448 INFO kablam! | Oct 11 06:30:16.448 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 11 06:30:16.448 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 11 06:30:16.448 INFO kablam! | Oct 11 06:30:16.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:30:16.449 INFO kablam! Oct 11 06:30:16.449 INFO kablam! warning: unused variable: `e` Oct 11 06:30:16.449 INFO kablam! --> src/irc/config.rs:24:17 Oct 11 06:30:16.449 INFO kablam! | Oct 11 06:30:16.449 INFO kablam! 24 | Err(e) => None, Oct 11 06:30:16.449 INFO kablam! | ^ help: consider using `_e` instead Oct 11 06:30:16.449 INFO kablam! Oct 11 06:30:16.464 INFO kablam! warning: variable does not need to be mutable Oct 11 06:30:16.464 INFO kablam! --> src/main.rs:32:13 Oct 11 06:30:16.464 INFO kablam! | Oct 11 06:30:16.464 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 11 06:30:16.464 INFO kablam! | ----^^^^ Oct 11 06:30:16.464 INFO kablam! | | Oct 11 06:30:16.464 INFO kablam! | help: remove this `mut` Oct 11 06:30:16.465 INFO kablam! | Oct 11 06:30:16.465 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:30:16.465 INFO kablam! Oct 11 06:30:16.476 INFO kablam! warning: variable does not need to be mutable Oct 11 06:30:16.476 INFO kablam! --> src/irc/message.rs:60:13 Oct 11 06:30:16.476 INFO kablam! | Oct 11 06:30:16.476 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 11 06:30:16.476 INFO kablam! | ----^^^^ Oct 11 06:30:16.476 INFO kablam! | | Oct 11 06:30:16.476 INFO kablam! | help: remove this `mut` Oct 11 06:30:16.476 INFO kablam! Oct 11 06:30:16.476 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 11 06:30:16.477 INFO kablam! --> src/irc/message.rs:29:5 Oct 11 06:30:16.477 INFO kablam! | Oct 11 06:30:16.477 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 11 06:30:16.477 INFO kablam! 30 | | let mut s: &str = line; Oct 11 06:30:16.477 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 11 06:30:16.477 INFO kablam! 32 | | // Consider replacing with a split() Oct 11 06:30:16.477 INFO kablam! ... | Oct 11 06:30:16.477 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 11 06:30:16.477 INFO kablam! 78 | | } Oct 11 06:30:16.477 INFO kablam! | |_____^ Oct 11 06:30:16.477 INFO kablam! | Oct 11 06:30:16.477 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:30:16.477 INFO kablam! Oct 11 06:30:16.477 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:30:16.477 INFO kablam! --> src/main.rs:38:17 Oct 11 06:30:16.477 INFO kablam! | Oct 11 06:30:16.477 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 11 06:30:16.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:30:16.477 INFO kablam! | Oct 11 06:30:16.477 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:30:16.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:30:16.477 INFO kablam! Oct 11 06:30:16.477 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:30:16.477 INFO kablam! --> src/main.rs:49:21 Oct 11 06:30:16.478 INFO kablam! | Oct 11 06:30:16.478 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 11 06:30:16.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:30:16.478 INFO kablam! | Oct 11 06:30:16.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:30:16.478 INFO kablam! Oct 11 06:30:17.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 06:30:17.336 INFO kablam! su: No module specific data is present Oct 11 06:30:17.703 INFO running `"docker" "rm" "-f" "5c2657a818884638043b8b1388194d793805f3fdd798b368a95cf725d7cc42d8"` Oct 11 06:30:17.805 INFO blam! 5c2657a818884638043b8b1388194d793805f3fdd798b368a95cf725d7cc42d8 Oct 11 06:30:17.808 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:30:17.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:30:18.056 INFO blam! cc0382cc79f9a4cfe7826d036af51878d732410d3ac03822e70bdd74884600de Oct 11 06:30:18.063 INFO running `"docker" "start" "-a" "cc0382cc79f9a4cfe7826d036af51878d732410d3ac03822e70bdd74884600de"` Oct 11 06:30:18.512 INFO kablam! usermod: no changes Oct 11 06:30:18.540 INFO kablam! Compiling isla_bot v0.1.0 (/source) Oct 11 06:30:19.300 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 11 06:30:19.300 INFO kablam! --> src/main.rs:3:27 Oct 11 06:30:19.300 INFO kablam! | Oct 11 06:30:19.300 INFO kablam! 3 | use std::net::{TcpStream, ToSocketAddrs}; Oct 11 06:30:19.300 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:30:19.300 INFO kablam! | Oct 11 06:30:19.300 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:30:19.300 INFO kablam! Oct 11 06:30:19.300 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 06:30:19.300 INFO kablam! --> src/main.rs:6:5 Oct 11 06:30:19.300 INFO kablam! | Oct 11 06:30:19.300 INFO kablam! 6 | use std::str::FromStr; Oct 11 06:30:19.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:30:19.300 INFO kablam! Oct 11 06:30:19.300 INFO kablam! warning: unused import: `std::vec` Oct 11 06:30:19.300 INFO kablam! --> src/irc/message.rs:1:5 Oct 11 06:30:19.300 INFO kablam! | Oct 11 06:30:19.300 INFO kablam! 1 | use std::vec; Oct 11 06:30:19.300 INFO kablam! | ^^^^^^^^ Oct 11 06:30:19.300 INFO kablam! Oct 11 06:30:19.348 INFO kablam! warning: unused variable: `bufw` Oct 11 06:30:19.348 INFO kablam! --> src/main.rs:32:17 Oct 11 06:30:19.348 INFO kablam! | Oct 11 06:30:19.348 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 11 06:30:19.348 INFO kablam! | ^^^^ help: consider using `_bufw` instead Oct 11 06:30:19.348 INFO kablam! | Oct 11 06:30:19.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:30:19.348 INFO kablam! Oct 11 06:30:19.348 INFO kablam! warning: unused variable: `e` Oct 11 06:30:19.348 INFO kablam! --> src/irc/config.rs:24:17 Oct 11 06:30:19.348 INFO kablam! | Oct 11 06:30:19.348 INFO kablam! 24 | Err(e) => None, Oct 11 06:30:19.348 INFO kablam! | ^ help: consider using `_e` instead Oct 11 06:30:19.348 INFO kablam! Oct 11 06:30:19.358 INFO kablam! warning: variable does not need to be mutable Oct 11 06:30:19.358 INFO kablam! --> src/main.rs:32:13 Oct 11 06:30:19.358 INFO kablam! | Oct 11 06:30:19.358 INFO kablam! 32 | let mut bufw = BufWriter::new(stream.try_clone().unwrap()); Oct 11 06:30:19.358 INFO kablam! | ----^^^^ Oct 11 06:30:19.358 INFO kablam! | | Oct 11 06:30:19.358 INFO kablam! | help: remove this `mut` Oct 11 06:30:19.358 INFO kablam! | Oct 11 06:30:19.358 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:30:19.358 INFO kablam! Oct 11 06:30:19.364 INFO kablam! warning: variable does not need to be mutable Oct 11 06:30:19.364 INFO kablam! --> src/irc/message.rs:60:13 Oct 11 06:30:19.364 INFO kablam! | Oct 11 06:30:19.364 INFO kablam! 60 | let mut args: Vec<&str> = s.splitn(14, ' ').filter(|s| !s.is_empty()).collect(); Oct 11 06:30:19.364 INFO kablam! | ----^^^^ Oct 11 06:30:19.364 INFO kablam! | | Oct 11 06:30:19.364 INFO kablam! | help: remove this `mut` Oct 11 06:30:19.364 INFO kablam! Oct 11 06:30:19.366 INFO kablam! warning: method `FromStr` should have a snake case name such as `from_str` Oct 11 06:30:19.366 INFO kablam! --> src/irc/message.rs:29:5 Oct 11 06:30:19.366 INFO kablam! | Oct 11 06:30:19.366 INFO kablam! 29 | / pub fn FromStr(line: &str) -> Result { Oct 11 06:30:19.366 INFO kablam! 30 | | let mut s: &str = line; Oct 11 06:30:19.366 INFO kablam! 31 | | let nick: Option<&str> = if s.starts_with(":") { Oct 11 06:30:19.366 INFO kablam! 32 | | // Consider replacing with a split() Oct 11 06:30:19.366 INFO kablam! ... | Oct 11 06:30:19.366 INFO kablam! 77 | | Message::new(Some(sender), contents, line) Oct 11 06:30:19.366 INFO kablam! 78 | | } Oct 11 06:30:19.366 INFO kablam! | |_____^ Oct 11 06:30:19.366 INFO kablam! | Oct 11 06:30:19.366 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:30:19.366 INFO kablam! Oct 11 06:30:19.366 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:30:19.366 INFO kablam! --> src/main.rs:38:17 Oct 11 06:30:19.366 INFO kablam! | Oct 11 06:30:19.366 INFO kablam! 38 | send_stream(&stream, &format!("PONG {}", resp.unwrap().trim())); Oct 11 06:30:19.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:30:19.366 INFO kablam! | Oct 11 06:30:19.366 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:30:19.366 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:30:19.366 INFO kablam! Oct 11 06:30:19.368 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:30:19.368 INFO kablam! --> src/main.rs:49:21 Oct 11 06:30:19.368 INFO kablam! | Oct 11 06:30:19.368 INFO kablam! 49 | send_stream(&stream, "JOIN #omnius"); Oct 11 06:30:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:30:19.368 INFO kablam! | Oct 11 06:30:19.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:30:19.368 INFO kablam! Oct 11 06:30:19.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 11 06:30:19.637 INFO kablam! su: No module specific data is present Oct 11 06:30:19.858 INFO running `"docker" "rm" "-f" "cc0382cc79f9a4cfe7826d036af51878d732410d3ac03822e70bdd74884600de"` Oct 11 06:30:19.935 INFO blam! cc0382cc79f9a4cfe7826d036af51878d732410d3ac03822e70bdd74884600de Oct 11 06:30:19.936 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:30:19.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:30:20.172 INFO blam! c91a506b2a09139ce6a96cc662b45048075944f9e88dbde4ae2cd1dc6968d517 Oct 11 06:30:20.173 INFO running `"docker" "start" "-a" "c91a506b2a09139ce6a96cc662b45048075944f9e88dbde4ae2cd1dc6968d517"` Oct 11 06:30:20.544 INFO kablam! usermod: no changes Oct 11 06:30:20.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 06:30:20.567 INFO kablam! Running /target/debug/deps/isla_bot-3d823ba7719318b3 Oct 11 06:30:20.568 INFO blam! Oct 11 06:30:20.568 INFO blam! running 0 tests Oct 11 06:30:20.568 INFO blam! Oct 11 06:30:20.568 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:30:20.568 INFO blam! Oct 11 06:30:20.569 INFO kablam! su: No module specific data is present Oct 11 06:30:20.832 INFO running `"docker" "rm" "-f" "c91a506b2a09139ce6a96cc662b45048075944f9e88dbde4ae2cd1dc6968d517"` Oct 11 06:30:21.064 INFO blam! c91a506b2a09139ce6a96cc662b45048075944f9e88dbde4ae2cd1dc6968d517