Oct 11 01:55:40.341 INFO testing brandon515/rusty_irc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:55:40.342 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:55:40.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 01:55:40.767 INFO blam! a2864ec928d0e217e5bd56bccd8e6b3776d6f2aa231308a6b468ed0aa3cd10d1 Oct 11 01:55:40.768 INFO running `"docker" "start" "-a" "a2864ec928d0e217e5bd56bccd8e6b3776d6f2aa231308a6b468ed0aa3cd10d1"` Oct 11 01:55:41.851 INFO kablam! usermod: no changes Oct 11 01:55:41.943 INFO kablam! Compiling net2 v0.2.26 Oct 11 01:55:41.943 INFO kablam! Compiling nix v0.5.1 Oct 11 01:55:41.943 INFO kablam! Compiling rust-ini v0.9.8 Oct 11 01:55:41.943 INFO kablam! Compiling time v0.1.35 Oct 11 01:55:43.620 INFO kablam! Compiling miow v0.1.3 Oct 11 01:55:47.514 INFO kablam! Compiling mio v0.5.1 Oct 11 01:55:49.636 INFO kablam! Compiling rusty_irc v0.1.0 (/source) Oct 11 01:55:50.905 INFO kablam! warning: unused import: `std::thread` Oct 11 01:55:50.905 INFO kablam! --> src/network_interface/handler.rs:12:5 Oct 11 01:55:50.905 INFO kablam! | Oct 11 01:55:50.906 INFO kablam! 12 | use std::thread; Oct 11 01:55:50.906 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:55:50.906 INFO kablam! | Oct 11 01:55:50.906 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:55:50.907 INFO kablam! Oct 11 01:55:51.040 INFO kablam! warning: unused variable: `message` Oct 11 01:55:51.041 INFO kablam! --> src/irc/command.rs:8:15 Oct 11 01:55:51.041 INFO kablam! | Oct 11 01:55:51.041 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:51.042 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 11 01:55:51.042 INFO kablam! | Oct 11 01:55:51.042 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:55:51.042 INFO kablam! Oct 11 01:55:51.043 INFO kablam! warning: unused variable: `sender` Oct 11 01:55:51.043 INFO kablam! --> src/irc/command.rs:8:33 Oct 11 01:55:51.043 INFO kablam! | Oct 11 01:55:51.043 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:51.044 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 11 01:55:51.044 INFO kablam! Oct 11 01:55:51.044 INFO kablam! warning: unused variable: `chan` Oct 11 01:55:51.045 INFO kablam! --> src/irc/command.rs:8:47 Oct 11 01:55:51.045 INFO kablam! | Oct 11 01:55:51.045 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:51.045 INFO kablam! | ^^^^ help: consider using `_chan` instead Oct 11 01:55:51.046 INFO kablam! Oct 11 01:55:51.046 INFO kablam! warning: unused variable: `user` Oct 11 01:55:51.046 INFO kablam! --> src/network_interface/handler.rs:117:29 Oct 11 01:55:51.046 INFO kablam! | Oct 11 01:55:51.046 INFO kablam! 117 | let user = x.remove(place); Oct 11 01:55:51.047 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 01:55:51.047 INFO kablam! Oct 11 01:55:51.047 INFO kablam! warning: unused variable: `chan_name` Oct 11 01:55:51.048 INFO kablam! --> src/network_interface/handler.rs:150:31 Oct 11 01:55:51.048 INFO kablam! | Oct 11 01:55:51.048 INFO kablam! 150 | 'search: for (chan_name, user_list) in self.channels.iter_mut(){ Oct 11 01:55:51.048 INFO kablam! | ^^^^^^^^^ help: consider using `_chan_name` instead Oct 11 01:55:51.049 INFO kablam! Oct 11 01:55:51.049 INFO kablam! warning: unused variable: `msg_stream` Oct 11 01:55:51.049 INFO kablam! --> src/network_interface/handler.rs:176:21 Oct 11 01:55:51.049 INFO kablam! | Oct 11 01:55:51.050 INFO kablam! 176 | let msg_stream = event_loop.channel(); Oct 11 01:55:51.050 INFO kablam! | ^^^^^^^^^^ help: consider using `_msg_stream` instead Oct 11 01:55:51.050 INFO kablam! Oct 11 01:55:51.050 INFO kablam! warning: unused variable: `in_str` Oct 11 01:55:51.051 INFO kablam! --> src/network_interface/handler.rs:340:21 Oct 11 01:55:51.051 INFO kablam! | Oct 11 01:55:51.051 INFO kablam! 340 | let in_str = match String::from_utf8(input_bytes){ Oct 11 01:55:51.051 INFO kablam! | ^^^^^^ help: consider using `_in_str` instead Oct 11 01:55:51.052 INFO kablam! Oct 11 01:55:51.056 INFO kablam! warning: variable does not need to be mutable Oct 11 01:55:51.056 INFO kablam! --> src/network_interface/handler.rs:64:13 Oct 11 01:55:51.057 INFO kablam! | Oct 11 01:55:51.057 INFO kablam! 64 | let mut cli = match self.client_list.get_mut(&reciever){ Oct 11 01:55:51.057 INFO kablam! | ----^^^ Oct 11 01:55:51.057 INFO kablam! | | Oct 11 01:55:51.058 INFO kablam! | help: remove this `mut` Oct 11 01:55:51.058 INFO kablam! | Oct 11 01:55:51.058 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:55:51.058 INFO kablam! Oct 11 01:55:51.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:55:51.109 INFO kablam! --> src/network_interface/handler.rs:201:17 Oct 11 01:55:51.109 INFO kablam! | Oct 11 01:55:51.109 INFO kablam! 201 | msg_stream.send(irc::message::ServerMessage::USERTOKENMSG(user_token.as_usize(), what.clone())); Oct 11 01:55:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:55:51.109 INFO kablam! | Oct 11 01:55:51.109 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:55:51.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:55:51.109 INFO kablam! Oct 11 01:55:54.474 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.59s Oct 11 01:55:54.480 INFO kablam! su: No module specific data is present Oct 11 01:55:55.256 INFO running `"docker" "rm" "-f" "a2864ec928d0e217e5bd56bccd8e6b3776d6f2aa231308a6b468ed0aa3cd10d1"` Oct 11 01:55:55.512 INFO blam! a2864ec928d0e217e5bd56bccd8e6b3776d6f2aa231308a6b468ed0aa3cd10d1 Oct 11 01:55:55.514 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:55:55.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 01:55:56.000 INFO blam! 0135b291c35910099154ecfb4dc0c903c93c22e4ac7233fd030c8dedcd93070e Oct 11 01:55:56.005 INFO running `"docker" "start" "-a" "0135b291c35910099154ecfb4dc0c903c93c22e4ac7233fd030c8dedcd93070e"` Oct 11 01:55:56.895 INFO kablam! usermod: no changes Oct 11 01:55:56.984 INFO kablam! Compiling rusty_irc v0.1.0 (/source) Oct 11 01:55:58.551 INFO kablam! warning: unused import: `std::thread` Oct 11 01:55:58.551 INFO kablam! --> src/network_interface/handler.rs:12:5 Oct 11 01:55:58.551 INFO kablam! | Oct 11 01:55:58.551 INFO kablam! 12 | use std::thread; Oct 11 01:55:58.551 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:55:58.551 INFO kablam! | Oct 11 01:55:58.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:55:58.551 INFO kablam! Oct 11 01:55:58.665 INFO kablam! warning: unused variable: `message` Oct 11 01:55:58.665 INFO kablam! --> src/irc/command.rs:8:15 Oct 11 01:55:58.665 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:58.666 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `sender` Oct 11 01:55:58.666 INFO kablam! --> src/irc/command.rs:8:33 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:58.666 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `chan` Oct 11 01:55:58.666 INFO kablam! --> src/irc/command.rs:8:47 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 11 01:55:58.666 INFO kablam! | ^^^^ help: consider using `_chan` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `user` Oct 11 01:55:58.666 INFO kablam! --> src/network_interface/handler.rs:117:29 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 117 | let user = x.remove(place); Oct 11 01:55:58.666 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `chan_name` Oct 11 01:55:58.666 INFO kablam! --> src/network_interface/handler.rs:150:31 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 150 | 'search: for (chan_name, user_list) in self.channels.iter_mut(){ Oct 11 01:55:58.666 INFO kablam! | ^^^^^^^^^ help: consider using `_chan_name` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `msg_stream` Oct 11 01:55:58.666 INFO kablam! --> src/network_interface/handler.rs:176:21 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 176 | let msg_stream = event_loop.channel(); Oct 11 01:55:58.666 INFO kablam! | ^^^^^^^^^^ help: consider using `_msg_stream` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.666 INFO kablam! warning: unused variable: `in_str` Oct 11 01:55:58.666 INFO kablam! --> src/network_interface/handler.rs:340:21 Oct 11 01:55:58.666 INFO kablam! | Oct 11 01:55:58.666 INFO kablam! 340 | let in_str = match String::from_utf8(input_bytes){ Oct 11 01:55:58.666 INFO kablam! | ^^^^^^ help: consider using `_in_str` instead Oct 11 01:55:58.666 INFO kablam! Oct 11 01:55:58.672 INFO kablam! warning: variable does not need to be mutable Oct 11 01:55:58.672 INFO kablam! --> src/network_interface/handler.rs:64:13 Oct 11 01:55:58.672 INFO kablam! | Oct 11 01:55:58.672 INFO kablam! 64 | let mut cli = match self.client_list.get_mut(&reciever){ Oct 11 01:55:58.672 INFO kablam! | ----^^^ Oct 11 01:55:58.672 INFO kablam! | | Oct 11 01:55:58.672 INFO kablam! | help: remove this `mut` Oct 11 01:55:58.673 INFO kablam! | Oct 11 01:55:58.673 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:55:58.673 INFO kablam! Oct 11 01:55:58.730 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:55:58.730 INFO kablam! --> src/network_interface/handler.rs:201:17 Oct 11 01:55:58.730 INFO kablam! | Oct 11 01:55:58.730 INFO kablam! 201 | msg_stream.send(irc::message::ServerMessage::USERTOKENMSG(user_token.as_usize(), what.clone())); Oct 11 01:55:58.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:55:58.730 INFO kablam! | Oct 11 01:55:58.730 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:55:58.730 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:55:58.730 INFO kablam! Oct 11 01:55:59.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 11 01:55:59.143 INFO kablam! su: No module specific data is present Oct 11 01:55:59.546 INFO running `"docker" "rm" "-f" "0135b291c35910099154ecfb4dc0c903c93c22e4ac7233fd030c8dedcd93070e"` Oct 11 01:55:59.752 INFO blam! 0135b291c35910099154ecfb4dc0c903c93c22e4ac7233fd030c8dedcd93070e Oct 11 01:55:59.759 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:55:59.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 01:56:00.105 INFO blam! f0956b8296f8da96a971ebc2e8ded7ec531da3b2b23fb845c9eb37d74b7f9752 Oct 11 01:56:00.107 INFO running `"docker" "start" "-a" "f0956b8296f8da96a971ebc2e8ded7ec531da3b2b23fb845c9eb37d74b7f9752"` Oct 11 01:56:00.777 INFO kablam! usermod: no changes Oct 11 01:56:00.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 01:56:00.836 INFO kablam! Running /target/debug/deps/rusty_irc-63febf8ea36e5908 Oct 11 01:56:00.841 INFO blam! Oct 11 01:56:00.841 INFO blam! running 0 tests Oct 11 01:56:00.841 INFO blam! Oct 11 01:56:00.841 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:56:00.841 INFO blam! Oct 11 01:56:00.846 INFO blam! Oct 11 01:56:00.846 INFO kablam! Running /target/debug/deps/rusty_irc_server-b24335a257b242b3 Oct 11 01:56:00.846 INFO blam! running 0 tests Oct 11 01:56:00.846 INFO kablam! Doc-tests rusty_irc Oct 11 01:56:00.846 INFO blam! Oct 11 01:56:00.846 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:56:00.847 INFO blam! Oct 11 01:56:03.467 INFO blam! Oct 11 01:56:03.467 INFO blam! running 0 tests Oct 11 01:56:03.467 INFO blam! Oct 11 01:56:03.467 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:56:03.467 INFO blam! Oct 11 01:56:03.470 INFO kablam! su: No module specific data is present Oct 11 01:56:03.828 INFO running `"docker" "rm" "-f" "f0956b8296f8da96a971ebc2e8ded7ec531da3b2b23fb845c9eb37d74b7f9752"` Oct 11 01:56:03.976 INFO blam! f0956b8296f8da96a971ebc2e8ded7ec531da3b2b23fb845c9eb37d74b7f9752