Oct 15 02:02:15.814 INFO testing brandon515/rusty_irc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:02:15.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:02:16.283 INFO blam! f6f78ccd6b70f8a705cc332861038a0848b6ef3925dbbe0abd5953a6bb013514 Oct 15 02:02:16.286 INFO running `"docker" "start" "-a" "f6f78ccd6b70f8a705cc332861038a0848b6ef3925dbbe0abd5953a6bb013514"` Oct 15 02:02:18.367 INFO kablam! usermod: no changes Oct 15 02:02:18.503 INFO kablam! Compiling libc v0.2.14 Oct 15 02:02:18.503 INFO kablam! Compiling rust-ini v0.9.8 Oct 15 02:02:20.018 INFO kablam! Compiling net2 v0.2.26 Oct 15 02:02:20.019 INFO kablam! Compiling nix v0.5.1 Oct 15 02:02:20.021 INFO kablam! Compiling time v0.1.35 Oct 15 02:02:23.243 INFO kablam! Compiling miow v0.1.3 Oct 15 02:02:28.275 INFO kablam! Compiling mio v0.5.1 Oct 15 02:02:30.455 INFO kablam! Compiling rusty_irc v0.1.0 (/source) Oct 15 02:02:31.016 INFO kablam! warning: unused import: `std::thread` Oct 15 02:02:31.016 INFO kablam! --> src/network_interface/handler.rs:12:5 Oct 15 02:02:31.016 INFO kablam! | Oct 15 02:02:31.016 INFO kablam! 12 | use std::thread; Oct 15 02:02:31.016 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:02:31.016 INFO kablam! | Oct 15 02:02:31.016 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:02:31.016 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `message` Oct 15 02:02:31.145 INFO kablam! --> src/irc/command.rs:8:15 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:31.145 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `sender` Oct 15 02:02:31.145 INFO kablam! --> src/irc/command.rs:8:33 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:31.145 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `chan` Oct 15 02:02:31.145 INFO kablam! --> src/irc/command.rs:8:47 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:31.145 INFO kablam! | ^^^^ help: consider using `_chan` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `user` Oct 15 02:02:31.145 INFO kablam! --> src/network_interface/handler.rs:117:29 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 117 | let user = x.remove(place); Oct 15 02:02:31.145 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `chan_name` Oct 15 02:02:31.145 INFO kablam! --> src/network_interface/handler.rs:150:31 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 150 | 'search: for (chan_name, user_list) in self.channels.iter_mut(){ Oct 15 02:02:31.145 INFO kablam! | ^^^^^^^^^ help: consider using `_chan_name` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `msg_stream` Oct 15 02:02:31.145 INFO kablam! --> src/network_interface/handler.rs:176:21 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 176 | let msg_stream = event_loop.channel(); Oct 15 02:02:31.145 INFO kablam! | ^^^^^^^^^^ help: consider using `_msg_stream` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.145 INFO kablam! warning: unused variable: `in_str` Oct 15 02:02:31.145 INFO kablam! --> src/network_interface/handler.rs:340:21 Oct 15 02:02:31.145 INFO kablam! | Oct 15 02:02:31.145 INFO kablam! 340 | let in_str = match String::from_utf8(input_bytes){ Oct 15 02:02:31.145 INFO kablam! | ^^^^^^ help: consider using `_in_str` instead Oct 15 02:02:31.145 INFO kablam! Oct 15 02:02:31.154 INFO kablam! warning: variable does not need to be mutable Oct 15 02:02:31.154 INFO kablam! --> src/network_interface/handler.rs:64:13 Oct 15 02:02:31.154 INFO kablam! | Oct 15 02:02:31.154 INFO kablam! 64 | let mut cli = match self.client_list.get_mut(&reciever){ Oct 15 02:02:31.154 INFO kablam! | ----^^^ Oct 15 02:02:31.154 INFO kablam! | | Oct 15 02:02:31.154 INFO kablam! | help: remove this `mut` Oct 15 02:02:31.154 INFO kablam! | Oct 15 02:02:31.154 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:02:31.154 INFO kablam! Oct 15 02:02:31.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:02:31.215 INFO kablam! --> src/network_interface/handler.rs:201:17 Oct 15 02:02:31.215 INFO kablam! | Oct 15 02:02:31.215 INFO kablam! 201 | msg_stream.send(irc::message::ServerMessage::USERTOKENMSG(user_token.as_usize(), what.clone())); Oct 15 02:02:31.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:02:31.215 INFO kablam! | Oct 15 02:02:31.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:02:31.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:02:31.215 INFO kablam! Oct 15 02:02:34.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.32s Oct 15 02:02:34.712 INFO kablam! su: No module specific data is present Oct 15 02:02:35.310 INFO running `"docker" "rm" "-f" "f6f78ccd6b70f8a705cc332861038a0848b6ef3925dbbe0abd5953a6bb013514"` Oct 15 02:02:35.579 INFO blam! f6f78ccd6b70f8a705cc332861038a0848b6ef3925dbbe0abd5953a6bb013514 Oct 15 02:02:35.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:02:36.119 INFO blam! 80175ac568851e8333081d79c48b29663f413c5541f38dc8305fb85d35cf646c Oct 15 02:02:36.121 INFO running `"docker" "start" "-a" "80175ac568851e8333081d79c48b29663f413c5541f38dc8305fb85d35cf646c"` Oct 15 02:02:36.786 INFO kablam! usermod: no changes Oct 15 02:02:36.864 INFO kablam! Compiling rusty_irc v0.1.0 (/source) Oct 15 02:02:37.523 INFO kablam! warning: unused import: `std::thread` Oct 15 02:02:37.523 INFO kablam! --> src/network_interface/handler.rs:12:5 Oct 15 02:02:37.524 INFO kablam! | Oct 15 02:02:37.524 INFO kablam! 12 | use std::thread; Oct 15 02:02:37.524 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:02:37.525 INFO kablam! | Oct 15 02:02:37.525 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:02:37.525 INFO kablam! Oct 15 02:02:37.703 INFO kablam! warning: unused variable: `message` Oct 15 02:02:37.703 INFO kablam! --> src/irc/command.rs:8:15 Oct 15 02:02:37.703 INFO kablam! | Oct 15 02:02:37.703 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:37.703 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 15 02:02:37.703 INFO kablam! | Oct 15 02:02:37.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:02:37.703 INFO kablam! Oct 15 02:02:37.703 INFO kablam! warning: unused variable: `sender` Oct 15 02:02:37.703 INFO kablam! --> src/irc/command.rs:8:33 Oct 15 02:02:37.703 INFO kablam! | Oct 15 02:02:37.703 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:37.703 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 02:02:37.703 INFO kablam! Oct 15 02:02:37.703 INFO kablam! warning: unused variable: `chan` Oct 15 02:02:37.703 INFO kablam! --> src/irc/command.rs:8:47 Oct 15 02:02:37.703 INFO kablam! | Oct 15 02:02:37.703 INFO kablam! 8 | pub fn handle(message: Message, sender: User, chan: Sender){ Oct 15 02:02:37.704 INFO kablam! | ^^^^ help: consider using `_chan` instead Oct 15 02:02:37.704 INFO kablam! Oct 15 02:02:37.704 INFO kablam! warning: unused variable: `user` Oct 15 02:02:37.704 INFO kablam! --> src/network_interface/handler.rs:117:29 Oct 15 02:02:37.704 INFO kablam! | Oct 15 02:02:37.704 INFO kablam! 117 | let user = x.remove(place); Oct 15 02:02:37.704 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 15 02:02:37.704 INFO kablam! Oct 15 02:02:37.704 INFO kablam! warning: unused variable: `chan_name` Oct 15 02:02:37.704 INFO kablam! --> src/network_interface/handler.rs:150:31 Oct 15 02:02:37.704 INFO kablam! | Oct 15 02:02:37.704 INFO kablam! 150 | 'search: for (chan_name, user_list) in self.channels.iter_mut(){ Oct 15 02:02:37.704 INFO kablam! | ^^^^^^^^^ help: consider using `_chan_name` instead Oct 15 02:02:37.704 INFO kablam! Oct 15 02:02:37.704 INFO kablam! warning: unused variable: `msg_stream` Oct 15 02:02:37.704 INFO kablam! --> src/network_interface/handler.rs:176:21 Oct 15 02:02:37.704 INFO kablam! | Oct 15 02:02:37.704 INFO kablam! 176 | let msg_stream = event_loop.channel(); Oct 15 02:02:37.704 INFO kablam! | ^^^^^^^^^^ help: consider using `_msg_stream` instead Oct 15 02:02:37.704 INFO kablam! Oct 15 02:02:37.704 INFO kablam! warning: unused variable: `in_str` Oct 15 02:02:37.704 INFO kablam! --> src/network_interface/handler.rs:340:21 Oct 15 02:02:37.704 INFO kablam! | Oct 15 02:02:37.704 INFO kablam! 340 | let in_str = match String::from_utf8(input_bytes){ Oct 15 02:02:37.704 INFO kablam! | ^^^^^^ help: consider using `_in_str` instead Oct 15 02:02:37.704 INFO kablam! Oct 15 02:02:37.715 INFO kablam! warning: variable does not need to be mutable Oct 15 02:02:37.715 INFO kablam! --> src/network_interface/handler.rs:64:13 Oct 15 02:02:37.715 INFO kablam! | Oct 15 02:02:37.715 INFO kablam! 64 | let mut cli = match self.client_list.get_mut(&reciever){ Oct 15 02:02:37.715 INFO kablam! | ----^^^ Oct 15 02:02:37.715 INFO kablam! | | Oct 15 02:02:37.715 INFO kablam! | help: remove this `mut` Oct 15 02:02:37.715 INFO kablam! | Oct 15 02:02:37.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:02:37.715 INFO kablam! Oct 15 02:02:37.771 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:02:37.771 INFO kablam! --> src/network_interface/handler.rs:201:17 Oct 15 02:02:37.771 INFO kablam! | Oct 15 02:02:37.771 INFO kablam! 201 | msg_stream.send(irc::message::ServerMessage::USERTOKENMSG(user_token.as_usize(), what.clone())); Oct 15 02:02:37.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:02:37.771 INFO kablam! | Oct 15 02:02:37.771 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:02:37.771 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:02:37.771 INFO kablam! Oct 15 02:02:38.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 15 02:02:38.182 INFO kablam! su: No module specific data is present Oct 15 02:02:38.443 INFO running `"docker" "rm" "-f" "80175ac568851e8333081d79c48b29663f413c5541f38dc8305fb85d35cf646c"` Oct 15 02:02:38.538 INFO blam! 80175ac568851e8333081d79c48b29663f413c5541f38dc8305fb85d35cf646c Oct 15 02:02:38.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 02:02:38.835 INFO blam! 8802628ef02a13b5862a1c7433be3bfac9a9349e38952527cfb853bf947a1fff Oct 15 02:02:38.839 INFO running `"docker" "start" "-a" "8802628ef02a13b5862a1c7433be3bfac9a9349e38952527cfb853bf947a1fff"` Oct 15 02:02:39.363 INFO kablam! usermod: no changes Oct 15 02:02:39.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 02:02:39.422 INFO kablam! Running /target/debug/deps/rusty_irc-63febf8ea36e5908 Oct 15 02:02:39.429 INFO blam! Oct 15 02:02:39.429 INFO blam! running 0 tests Oct 15 02:02:39.429 INFO blam! Oct 15 02:02:39.429 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:02:39.429 INFO blam! Oct 15 02:02:39.430 INFO kablam! Running /target/debug/deps/rusty_irc_server-b24335a257b242b3 Oct 15 02:02:39.432 INFO blam! Oct 15 02:02:39.432 INFO blam! running 0 tests Oct 15 02:02:39.432 INFO blam! Oct 15 02:02:39.432 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:02:39.432 INFO blam! Oct 15 02:02:39.433 INFO kablam! Doc-tests rusty_irc Oct 15 02:02:40.174 INFO blam! Oct 15 02:02:40.174 INFO blam! running 0 tests Oct 15 02:02:40.174 INFO blam! Oct 15 02:02:40.174 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:02:40.174 INFO blam! Oct 15 02:02:40.183 INFO kablam! su: No module specific data is present Oct 15 02:02:40.601 INFO running `"docker" "rm" "-f" "8802628ef02a13b5862a1c7433be3bfac9a9349e38952527cfb853bf947a1fff"` Oct 15 02:02:40.691 INFO blam! 8802628ef02a13b5862a1c7433be3bfac9a9349e38952527cfb853bf947a1fff