Oct 15 00:04:30.068 INFO testing crystalline/crustacean-irc against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:04:30.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:04:30.563 INFO blam! 1fb0b97fdc01c48081dfef59d1a294cfbcd46013316396114354e2f53dcedc9e Oct 15 00:04:30.565 INFO running `"docker" "start" "-a" "1fb0b97fdc01c48081dfef59d1a294cfbcd46013316396114354e2f53dcedc9e"` Oct 15 00:04:32.110 INFO kablam! usermod: no changes Oct 15 00:04:32.177 INFO kablam! Compiling libc v0.2.27 Oct 15 00:04:33.511 INFO kablam! Compiling memchr v1.0.1 Oct 15 00:04:34.175 INFO kablam! Compiling aho-corasick v0.6.3 Oct 15 00:04:35.367 INFO kablam! Compiling regex v0.2.2 Oct 15 00:04:45.448 INFO kablam! Compiling rust-irc-client v0.1.0 (/source) Oct 15 00:04:45.999 INFO kablam! warning: unused import: `self` Oct 15 00:04:45.999 INFO kablam! --> src/main.rs:10:15 Oct 15 00:04:45.999 INFO kablam! | Oct 15 00:04:45.999 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 15 00:04:45.999 INFO kablam! | ^^^^ Oct 15 00:04:45.999 INFO kablam! | Oct 15 00:04:46.000 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:04:46.000 INFO kablam! Oct 15 00:04:46.000 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 15 00:04:46.000 INFO kablam! --> src/main.rs:13:5 Oct 15 00:04:46.000 INFO kablam! | Oct 15 00:04:46.000 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 15 00:04:46.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:46.000 INFO kablam! Oct 15 00:04:46.000 INFO kablam! warning: unused import: `std::boxed::Box` Oct 15 00:04:46.000 INFO kablam! --> src/main.rs:15:5 Oct 15 00:04:46.000 INFO kablam! | Oct 15 00:04:46.000 INFO kablam! 15 | use std::boxed::Box; Oct 15 00:04:46.000 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:04:46.000 INFO kablam! Oct 15 00:04:46.000 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 00:04:46.000 INFO kablam! --> src/main.rs:224:10 Oct 15 00:04:46.000 INFO kablam! | Oct 15 00:04:46.000 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 15 00:04:46.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:04:46.000 INFO kablam! | Oct 15 00:04:46.000 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:04:46.000 INFO kablam! Oct 15 00:04:46.063 INFO kablam! warning: variable `res` is assigned to, but never used Oct 15 00:04:46.063 INFO kablam! --> src/main.rs:70:9 Oct 15 00:04:46.063 INFO kablam! | Oct 15 00:04:46.063 INFO kablam! 70 | let res; Oct 15 00:04:46.063 INFO kablam! | ^^^ Oct 15 00:04:46.063 INFO kablam! | Oct 15 00:04:46.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:04:46.063 INFO kablam! = note: consider using `_res` instead Oct 15 00:04:46.063 INFO kablam! Oct 15 00:04:46.063 INFO kablam! warning: value assigned to `res` is never read Oct 15 00:04:46.063 INFO kablam! --> src/main.rs:80:5 Oct 15 00:04:46.063 INFO kablam! | Oct 15 00:04:46.063 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 15 00:04:46.063 INFO kablam! | ^^^ Oct 15 00:04:46.063 INFO kablam! | Oct 15 00:04:46.063 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 00:04:46.063 INFO kablam! Oct 15 00:04:46.063 INFO kablam! warning: unused variable: `res` Oct 15 00:04:46.063 INFO kablam! --> src/main.rs:98:11 Oct 15 00:04:46.063 INFO kablam! | Oct 15 00:04:46.064 INFO kablam! 98 | let res = self.pump_event(); Oct 15 00:04:46.064 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:04:46.064 INFO kablam! Oct 15 00:04:46.066 INFO kablam! warning: unused variable: `n` Oct 15 00:04:46.066 INFO kablam! --> src/main.rs:157:10 Oct 15 00:04:46.066 INFO kablam! | Oct 15 00:04:46.066 INFO kablam! 157 | Ok(n) => { Oct 15 00:04:46.066 INFO kablam! | ^ help: consider using `_n` instead Oct 15 00:04:46.066 INFO kablam! Oct 15 00:04:46.066 INFO kablam! warning: unused variable: `e` Oct 15 00:04:46.066 INFO kablam! --> src/main.rs:191:11 Oct 15 00:04:46.066 INFO kablam! | Oct 15 00:04:46.066 INFO kablam! 191 | Err(e) => { Oct 15 00:04:46.066 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:04:46.066 INFO kablam! Oct 15 00:04:46.079 INFO kablam! warning: field is never used: `server` Oct 15 00:04:46.079 INFO kablam! --> src/main.rs:20:3 Oct 15 00:04:46.079 INFO kablam! | Oct 15 00:04:46.079 INFO kablam! 20 | server: Ipv4Addr, Oct 15 00:04:46.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:04:46.079 INFO kablam! | Oct 15 00:04:46.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:04:46.079 INFO kablam! Oct 15 00:04:46.079 INFO kablam! warning: field is never used: `port` Oct 15 00:04:46.079 INFO kablam! --> src/main.rs:21:3 Oct 15 00:04:46.079 INFO kablam! | Oct 15 00:04:46.079 INFO kablam! 21 | port: u16, Oct 15 00:04:46.079 INFO kablam! | ^^^^^^^^^ Oct 15 00:04:46.079 INFO kablam! Oct 15 00:04:46.079 INFO kablam! warning: field is never used: `isPrivate` Oct 15 00:04:46.079 INFO kablam! --> src/main.rs:37:3 Oct 15 00:04:46.079 INFO kablam! | Oct 15 00:04:46.079 INFO kablam! 37 | isPrivate: bool Oct 15 00:04:46.079 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:04:46.079 INFO kablam! Oct 15 00:04:46.088 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:46.088 INFO kablam! --> src/main.rs:81:5 Oct 15 00:04:46.088 INFO kablam! | Oct 15 00:04:46.088 INFO kablam! 81 | self.stream.flush(); Oct 15 00:04:46.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:46.088 INFO kablam! | Oct 15 00:04:46.088 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:04:46.088 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:46.088 INFO kablam! Oct 15 00:04:47.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.54s Oct 15 00:04:47.662 INFO kablam! su: No module specific data is present Oct 15 00:04:48.710 INFO running `"docker" "rm" "-f" "1fb0b97fdc01c48081dfef59d1a294cfbcd46013316396114354e2f53dcedc9e"` Oct 15 00:04:49.015 INFO blam! 1fb0b97fdc01c48081dfef59d1a294cfbcd46013316396114354e2f53dcedc9e Oct 15 00:04:49.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:04:49.476 INFO blam! afa013d36fba9036eccc654b62138372ede1b81909f5429f4cb9ab9425b484d3 Oct 15 00:04:49.478 INFO running `"docker" "start" "-a" "afa013d36fba9036eccc654b62138372ede1b81909f5429f4cb9ab9425b484d3"` Oct 15 00:04:50.977 INFO kablam! usermod: no changes Oct 15 00:04:51.051 INFO kablam! Compiling rust-irc-client v0.1.0 (/source) Oct 15 00:04:51.639 INFO kablam! warning: unused import: `self` Oct 15 00:04:51.639 INFO kablam! --> src/main.rs:10:15 Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 15 00:04:51.639 INFO kablam! | ^^^^ Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:04:51.639 INFO kablam! Oct 15 00:04:51.639 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 15 00:04:51.639 INFO kablam! --> src/main.rs:13:5 Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 15 00:04:51.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:51.639 INFO kablam! Oct 15 00:04:51.639 INFO kablam! warning: unused import: `std::boxed::Box` Oct 15 00:04:51.639 INFO kablam! --> src/main.rs:15:5 Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! 15 | use std::boxed::Box; Oct 15 00:04:51.639 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:04:51.639 INFO kablam! Oct 15 00:04:51.639 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 00:04:51.639 INFO kablam! --> src/main.rs:224:10 Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 15 00:04:51.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:04:51.639 INFO kablam! | Oct 15 00:04:51.639 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:04:51.639 INFO kablam! Oct 15 00:04:51.711 INFO kablam! warning: variable `res` is assigned to, but never used Oct 15 00:04:51.711 INFO kablam! --> src/main.rs:70:9 Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! 70 | let res; Oct 15 00:04:51.711 INFO kablam! | ^^^ Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:04:51.711 INFO kablam! = note: consider using `_res` instead Oct 15 00:04:51.711 INFO kablam! Oct 15 00:04:51.711 INFO kablam! warning: value assigned to `res` is never read Oct 15 00:04:51.711 INFO kablam! --> src/main.rs:80:5 Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 15 00:04:51.711 INFO kablam! | ^^^ Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 00:04:51.711 INFO kablam! Oct 15 00:04:51.711 INFO kablam! warning: unused variable: `res` Oct 15 00:04:51.711 INFO kablam! --> src/main.rs:98:11 Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! 98 | let res = self.pump_event(); Oct 15 00:04:51.711 INFO kablam! | ^^^ help: consider using `_res` instead Oct 15 00:04:51.711 INFO kablam! Oct 15 00:04:51.711 INFO kablam! warning: unused variable: `n` Oct 15 00:04:51.711 INFO kablam! --> src/main.rs:157:10 Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! 157 | Ok(n) => { Oct 15 00:04:51.711 INFO kablam! | ^ help: consider using `_n` instead Oct 15 00:04:51.711 INFO kablam! Oct 15 00:04:51.711 INFO kablam! warning: unused variable: `e` Oct 15 00:04:51.711 INFO kablam! --> src/main.rs:191:11 Oct 15 00:04:51.711 INFO kablam! | Oct 15 00:04:51.711 INFO kablam! 191 | Err(e) => { Oct 15 00:04:51.711 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:04:51.711 INFO kablam! Oct 15 00:04:51.723 INFO kablam! warning: field is never used: `server` Oct 15 00:04:51.723 INFO kablam! --> src/main.rs:20:3 Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! 20 | server: Ipv4Addr, Oct 15 00:04:51.723 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:04:51.723 INFO kablam! Oct 15 00:04:51.723 INFO kablam! warning: field is never used: `port` Oct 15 00:04:51.723 INFO kablam! --> src/main.rs:21:3 Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! 21 | port: u16, Oct 15 00:04:51.723 INFO kablam! | ^^^^^^^^^ Oct 15 00:04:51.723 INFO kablam! Oct 15 00:04:51.723 INFO kablam! warning: field is never used: `isPrivate` Oct 15 00:04:51.723 INFO kablam! --> src/main.rs:37:3 Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! 37 | isPrivate: bool Oct 15 00:04:51.723 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:04:51.723 INFO kablam! Oct 15 00:04:51.723 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:51.723 INFO kablam! --> src/main.rs:81:5 Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! 81 | self.stream.flush(); Oct 15 00:04:51.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:51.723 INFO kablam! | Oct 15 00:04:51.723 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:04:51.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:51.723 INFO kablam! Oct 15 00:04:52.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 15 00:04:52.214 INFO kablam! su: No module specific data is present Oct 15 00:04:53.459 INFO running `"docker" "rm" "-f" "afa013d36fba9036eccc654b62138372ede1b81909f5429f4cb9ab9425b484d3"` Oct 15 00:04:53.755 INFO blam! afa013d36fba9036eccc654b62138372ede1b81909f5429f4cb9ab9425b484d3 Oct 15 00:04:53.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:04:54.095 INFO blam! 30ce97af4f0da4d938a48fcbfeffea88630ca8aa5729db068b50df6c491b9070 Oct 15 00:04:54.103 INFO running `"docker" "start" "-a" "30ce97af4f0da4d938a48fcbfeffea88630ca8aa5729db068b50df6c491b9070"` Oct 15 00:04:55.479 INFO kablam! usermod: no changes Oct 15 00:04:55.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 00:04:55.607 INFO kablam! Running /target/debug/deps/rust_irc_client-fe610310fde9da99 Oct 15 00:04:55.611 INFO blam! Oct 15 00:04:55.612 INFO blam! running 0 tests Oct 15 00:04:55.612 INFO blam! Oct 15 00:04:55.612 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:04:55.612 INFO blam! Oct 15 00:04:55.613 INFO kablam! su: No module specific data is present Oct 15 00:04:56.593 INFO running `"docker" "rm" "-f" "30ce97af4f0da4d938a48fcbfeffea88630ca8aa5729db068b50df6c491b9070"` Oct 15 00:04:56.833 INFO blam! 30ce97af4f0da4d938a48fcbfeffea88630ca8aa5729db068b50df6c491b9070