Oct 11 00:53:29.770 INFO testing crystalline/crustacean-irc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:53:29.770 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:53:29.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:53:30.065 INFO blam! 3ab80cdb758c25166461c88cce3b9bbb679ec37ba35a58ac183ad653a027a4a6 Oct 11 00:53:30.069 INFO running `"docker" "start" "-a" "3ab80cdb758c25166461c88cce3b9bbb679ec37ba35a58ac183ad653a027a4a6"` Oct 11 00:53:31.196 INFO kablam! usermod: no changes Oct 11 00:53:31.308 INFO kablam! Compiling libc v0.2.27 Oct 11 00:53:32.400 INFO kablam! Compiling memchr v1.0.1 Oct 11 00:53:32.929 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 00:53:33.872 INFO kablam! Compiling regex v0.2.2 Oct 11 00:53:41.257 INFO kablam! Compiling rust-irc-client v0.1.0 (/source) Oct 11 00:53:41.668 INFO kablam! warning: unused import: `self` Oct 11 00:53:41.669 INFO kablam! --> src/main.rs:10:15 Oct 11 00:53:41.669 INFO kablam! | Oct 11 00:53:41.669 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 11 00:53:41.669 INFO kablam! | ^^^^ Oct 11 00:53:41.669 INFO kablam! | Oct 11 00:53:41.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:53:41.669 INFO kablam! Oct 11 00:53:41.669 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 11 00:53:41.669 INFO kablam! --> src/main.rs:13:5 Oct 11 00:53:41.669 INFO kablam! | Oct 11 00:53:41.669 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 11 00:53:41.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:53:41.669 INFO kablam! Oct 11 00:53:41.669 INFO kablam! warning: unused import: `std::boxed::Box` Oct 11 00:53:41.669 INFO kablam! --> src/main.rs:15:5 Oct 11 00:53:41.669 INFO kablam! | Oct 11 00:53:41.669 INFO kablam! 15 | use std::boxed::Box; Oct 11 00:53:41.669 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:53:41.676 INFO kablam! Oct 11 00:53:41.676 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:53:41.676 INFO kablam! --> src/main.rs:224:10 Oct 11 00:53:41.676 INFO kablam! | Oct 11 00:53:41.676 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 11 00:53:41.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:53:41.676 INFO kablam! | Oct 11 00:53:41.676 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:53:41.676 INFO kablam! Oct 11 00:53:41.740 INFO kablam! warning: variable `res` is assigned to, but never used Oct 11 00:53:41.740 INFO kablam! --> src/main.rs:70:9 Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! 70 | let res; Oct 11 00:53:41.740 INFO kablam! | ^^^ Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:53:41.740 INFO kablam! = note: consider using `_res` instead Oct 11 00:53:41.740 INFO kablam! Oct 11 00:53:41.740 INFO kablam! warning: value assigned to `res` is never read Oct 11 00:53:41.740 INFO kablam! --> src/main.rs:80:5 Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 11 00:53:41.740 INFO kablam! | ^^^ Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:53:41.740 INFO kablam! Oct 11 00:53:41.740 INFO kablam! warning: unused variable: `res` Oct 11 00:53:41.740 INFO kablam! --> src/main.rs:98:11 Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! 98 | let res = self.pump_event(); Oct 11 00:53:41.740 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:53:41.740 INFO kablam! Oct 11 00:53:41.740 INFO kablam! warning: unused variable: `n` Oct 11 00:53:41.740 INFO kablam! --> src/main.rs:157:10 Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! 157 | Ok(n) => { Oct 11 00:53:41.740 INFO kablam! | ^ help: consider using `_n` instead Oct 11 00:53:41.740 INFO kablam! Oct 11 00:53:41.740 INFO kablam! warning: unused variable: `e` Oct 11 00:53:41.740 INFO kablam! --> src/main.rs:191:11 Oct 11 00:53:41.740 INFO kablam! | Oct 11 00:53:41.740 INFO kablam! 191 | Err(e) => { Oct 11 00:53:41.740 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:53:41.740 INFO kablam! Oct 11 00:53:41.756 INFO kablam! warning: field is never used: `server` Oct 11 00:53:41.756 INFO kablam! --> src/main.rs:20:3 Oct 11 00:53:41.756 INFO kablam! | Oct 11 00:53:41.756 INFO kablam! 20 | server: Ipv4Addr, Oct 11 00:53:41.756 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:53:41.756 INFO kablam! | Oct 11 00:53:41.756 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:53:41.756 INFO kablam! Oct 11 00:53:41.756 INFO kablam! warning: field is never used: `port` Oct 11 00:53:41.756 INFO kablam! --> src/main.rs:21:3 Oct 11 00:53:41.756 INFO kablam! | Oct 11 00:53:41.756 INFO kablam! 21 | port: u16, Oct 11 00:53:41.756 INFO kablam! | ^^^^^^^^^ Oct 11 00:53:41.756 INFO kablam! Oct 11 00:53:41.756 INFO kablam! warning: field is never used: `isPrivate` Oct 11 00:53:41.756 INFO kablam! --> src/main.rs:37:3 Oct 11 00:53:41.756 INFO kablam! | Oct 11 00:53:41.756 INFO kablam! 37 | isPrivate: bool Oct 11 00:53:41.756 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:53:41.756 INFO kablam! Oct 11 00:53:41.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:53:41.763 INFO kablam! --> src/main.rs:81:5 Oct 11 00:53:41.763 INFO kablam! | Oct 11 00:53:41.763 INFO kablam! 81 | self.stream.flush(); Oct 11 00:53:41.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:53:41.763 INFO kablam! | Oct 11 00:53:41.763 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:53:41.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:53:41.763 INFO kablam! Oct 11 00:53:42.946 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.72s Oct 11 00:53:42.950 INFO kablam! su: No module specific data is present Oct 11 00:53:43.610 INFO running `"docker" "rm" "-f" "3ab80cdb758c25166461c88cce3b9bbb679ec37ba35a58ac183ad653a027a4a6"` Oct 11 00:53:43.964 INFO blam! 3ab80cdb758c25166461c88cce3b9bbb679ec37ba35a58ac183ad653a027a4a6 Oct 11 00:53:43.973 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:53:43.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:53:44.516 INFO blam! 289923cbf97d8014c9629068d358401680fe3065677a83184cb72938a1b1626d Oct 11 00:53:44.520 INFO running `"docker" "start" "-a" "289923cbf97d8014c9629068d358401680fe3065677a83184cb72938a1b1626d"` Oct 11 00:53:45.734 INFO kablam! usermod: no changes Oct 11 00:53:45.805 INFO kablam! Compiling rust-irc-client v0.1.0 (/source) Oct 11 00:53:46.224 INFO kablam! warning: unused import: `self` Oct 11 00:53:46.224 INFO kablam! --> src/main.rs:10:15 Oct 11 00:53:46.224 INFO kablam! | Oct 11 00:53:46.224 INFO kablam! 10 | use std::io::{self, BufReader}; Oct 11 00:53:46.224 INFO kablam! | ^^^^ Oct 11 00:53:46.224 INFO kablam! | Oct 11 00:53:46.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:53:46.224 INFO kablam! Oct 11 00:53:46.224 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 11 00:53:46.224 INFO kablam! --> src/main.rs:13:5 Oct 11 00:53:46.224 INFO kablam! | Oct 11 00:53:46.224 INFO kablam! 13 | use std::sync::mpsc::channel; Oct 11 00:53:46.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:53:46.224 INFO kablam! Oct 11 00:53:46.224 INFO kablam! warning: unused import: `std::boxed::Box` Oct 11 00:53:46.224 INFO kablam! --> src/main.rs:15:5 Oct 11 00:53:46.224 INFO kablam! | Oct 11 00:53:46.224 INFO kablam! 15 | use std::boxed::Box; Oct 11 00:53:46.224 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:53:46.224 INFO kablam! Oct 11 00:53:46.224 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:53:46.224 INFO kablam! --> src/main.rs:224:10 Oct 11 00:53:46.224 INFO kablam! | Oct 11 00:53:46.225 INFO kablam! 224 | if (ev.msg.contains("rustbot")) { Oct 11 00:53:46.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:53:46.225 INFO kablam! | Oct 11 00:53:46.225 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:53:46.225 INFO kablam! Oct 11 00:53:46.276 INFO kablam! warning: variable `res` is assigned to, but never used Oct 11 00:53:46.276 INFO kablam! --> src/main.rs:70:9 Oct 11 00:53:46.276 INFO kablam! | Oct 11 00:53:46.276 INFO kablam! 70 | let res; Oct 11 00:53:46.276 INFO kablam! | ^^^ Oct 11 00:53:46.276 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:53:46.278 INFO kablam! = note: consider using `_res` instead Oct 11 00:53:46.278 INFO kablam! Oct 11 00:53:46.278 INFO kablam! warning: value assigned to `res` is never read Oct 11 00:53:46.278 INFO kablam! --> src/main.rs:80:5 Oct 11 00:53:46.278 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! 80 | res = self.stream.write(&to_send); Oct 11 00:53:46.278 INFO kablam! | ^^^ Oct 11 00:53:46.278 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:53:46.278 INFO kablam! Oct 11 00:53:46.278 INFO kablam! warning: unused variable: `res` Oct 11 00:53:46.278 INFO kablam! --> src/main.rs:98:11 Oct 11 00:53:46.278 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! 98 | let res = self.pump_event(); Oct 11 00:53:46.278 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:53:46.278 INFO kablam! Oct 11 00:53:46.278 INFO kablam! warning: unused variable: `n` Oct 11 00:53:46.278 INFO kablam! --> src/main.rs:157:10 Oct 11 00:53:46.278 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! 157 | Ok(n) => { Oct 11 00:53:46.278 INFO kablam! | ^ help: consider using `_n` instead Oct 11 00:53:46.278 INFO kablam! Oct 11 00:53:46.278 INFO kablam! warning: unused variable: `e` Oct 11 00:53:46.278 INFO kablam! --> src/main.rs:191:11 Oct 11 00:53:46.278 INFO kablam! | Oct 11 00:53:46.278 INFO kablam! 191 | Err(e) => { Oct 11 00:53:46.278 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:53:46.278 INFO kablam! Oct 11 00:53:46.302 INFO kablam! warning: field is never used: `server` Oct 11 00:53:46.302 INFO kablam! --> src/main.rs:20:3 Oct 11 00:53:46.302 INFO kablam! | Oct 11 00:53:46.302 INFO kablam! 20 | server: Ipv4Addr, Oct 11 00:53:46.302 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:53:46.302 INFO kablam! | Oct 11 00:53:46.302 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:53:46.302 INFO kablam! Oct 11 00:53:46.302 INFO kablam! warning: field is never used: `port` Oct 11 00:53:46.302 INFO kablam! --> src/main.rs:21:3 Oct 11 00:53:46.302 INFO kablam! | Oct 11 00:53:46.302 INFO kablam! 21 | port: u16, Oct 11 00:53:46.302 INFO kablam! | ^^^^^^^^^ Oct 11 00:53:46.302 INFO kablam! Oct 11 00:53:46.302 INFO kablam! warning: field is never used: `isPrivate` Oct 11 00:53:46.302 INFO kablam! --> src/main.rs:37:3 Oct 11 00:53:46.302 INFO kablam! | Oct 11 00:53:46.302 INFO kablam! 37 | isPrivate: bool Oct 11 00:53:46.302 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:53:46.302 INFO kablam! Oct 11 00:53:46.308 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:53:46.308 INFO kablam! --> src/main.rs:81:5 Oct 11 00:53:46.308 INFO kablam! | Oct 11 00:53:46.308 INFO kablam! 81 | self.stream.flush(); Oct 11 00:53:46.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:53:46.308 INFO kablam! | Oct 11 00:53:46.308 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:53:46.308 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:53:46.308 INFO kablam! Oct 11 00:53:46.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 11 00:53:46.848 INFO kablam! su: No module specific data is present Oct 11 00:53:47.467 INFO running `"docker" "rm" "-f" "289923cbf97d8014c9629068d358401680fe3065677a83184cb72938a1b1626d"` Oct 11 00:53:47.749 INFO blam! 289923cbf97d8014c9629068d358401680fe3065677a83184cb72938a1b1626d Oct 11 00:53:47.750 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:53:47.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:53:48.108 INFO blam! c707ed01f4d79905e73e515d6b604025700e0929e871d7f3ee774b5cabc29c5e Oct 11 00:53:48.113 INFO running `"docker" "start" "-a" "c707ed01f4d79905e73e515d6b604025700e0929e871d7f3ee774b5cabc29c5e"` Oct 11 00:53:48.590 INFO kablam! usermod: no changes Oct 11 00:53:48.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 00:53:48.617 INFO kablam! Running /target/debug/deps/rust_irc_client-b986e5a1f2a9fcbe Oct 11 00:53:48.619 INFO blam! Oct 11 00:53:48.619 INFO blam! running 0 tests Oct 11 00:53:48.619 INFO blam! Oct 11 00:53:48.619 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:53:48.619 INFO blam! Oct 11 00:53:48.621 INFO kablam! su: No module specific data is present Oct 11 00:53:48.898 INFO running `"docker" "rm" "-f" "c707ed01f4d79905e73e515d6b604025700e0929e871d7f3ee774b5cabc29c5e"` Oct 11 00:53:48.983 INFO blam! c707ed01f4d79905e73e515d6b604025700e0929e871d7f3ee774b5cabc29c5e