Oct 14 13:51:33.525 INFO testing letitz/solstice against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:51:33.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:51:33.969 INFO blam! 6b47fe36e7d87a030e39bc5f3c08856d5008a93459fe95d7cffab16de37d2a90 Oct 14 13:51:33.979 INFO running `"docker" "start" "-a" "6b47fe36e7d87a030e39bc5f3c08856d5008a93459fe95d7cffab16de37d2a90"` Oct 14 13:51:35.123 INFO kablam! usermod: no changes Oct 14 13:51:35.379 INFO kablam! Compiling futures v0.1.17 Oct 14 13:51:35.379 INFO kablam! Compiling slab v0.2.0 Oct 14 13:51:35.380 INFO kablam! Compiling memchr v0.1.11 Oct 14 13:51:35.380 INFO kablam! Compiling iovec v0.1.1 Oct 14 13:51:35.387 INFO kablam! Compiling net2 v0.2.31 Oct 14 13:51:35.387 INFO kablam! Compiling nix v0.5.1 Oct 14 13:51:35.387 INFO kablam! Compiling sha1 v0.1.1 Oct 14 13:51:35.388 INFO kablam! Compiling url v1.6.0 Oct 14 13:51:37.115 INFO kablam! Compiling thread-id v2.0.0 Oct 14 13:51:37.136 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 13:51:37.707 INFO kablam! Compiling thread_local v0.2.7 Oct 14 13:51:37.739 INFO kablam! Compiling bytes v0.4.5 Oct 14 13:51:40.675 INFO kablam! Compiling miow v0.1.5 Oct 14 13:51:40.675 INFO kablam! Compiling mio v0.6.11 Oct 14 13:51:42.527 INFO kablam! Compiling regex v0.1.80 Oct 14 13:51:55.198 INFO kablam! Compiling mio v0.5.1 Oct 14 13:52:01.247 INFO kablam! Compiling tokio-io v0.1.4 Oct 14 13:52:01.415 INFO kablam! Compiling ws v0.4.8 Oct 14 13:52:01.523 INFO kablam! Compiling env_logger v0.3.5 Oct 14 13:52:03.403 INFO kablam! Compiling tokio-core v0.1.10 Oct 14 13:52:08.151 INFO kablam! Compiling solstice v0.1.0 (/source) Oct 14 13:52:09.091 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:09.091 INFO kablam! --> src/client.rs:51:15 Oct 14 13:52:09.091 INFO kablam! | Oct 14 13:52:09.091 INFO kablam! 51 | proto_tx: mio::deprecated::Sender, Oct 14 13:52:09.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.091 INFO kablam! | Oct 14 13:52:09.091 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 13:52:09.091 INFO kablam! Oct 14 13:52:09.091 INFO kablam! warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` Oct 14 13:52:09.091 INFO kablam! --> src/proto/handler.rs:261:6 Oct 14 13:52:09.091 INFO kablam! | Oct 14 13:52:09.091 INFO kablam! 261 | impl mio::deprecated::Handler for Handler { Oct 14 13:52:09.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.091 INFO kablam! Oct 14 13:52:09.091 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:09.091 INFO kablam! --> src/proto/handler.rs:348:19 Oct 14 13:52:09.091 INFO kablam! | Oct 14 13:52:09.091 INFO kablam! 348 | pub type Sender = mio::deprecated::Sender; Oct 14 13:52:09.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.091 INFO kablam! Oct 14 13:52:09.091 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.091 INFO kablam! --> src/proto/handler.rs:351:17 Oct 14 13:52:09.091 INFO kablam! | Oct 14 13:52:09.091 INFO kablam! 351 | event_loop: mio::deprecated::EventLoop, Oct 14 13:52:09.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.091 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryRead': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/proto/packet.rs:11:5 Oct 14 13:52:09.097 INFO kablam! | Oct 14 13:52:09.097 INFO kablam! 11 | use mio::deprecated::TryRead; Oct 14 13:52:09.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.097 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/client.rs:70:19 Oct 14 13:52:09.097 INFO kablam! | Oct 14 13:52:09.097 INFO kablam! 70 | proto_tx: mio::deprecated::Sender, Oct 14 13:52:09.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.097 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/proto/handler.rs:121:26 Oct 14 13:52:09.097 INFO kablam! | Oct 14 13:52:09.097 INFO kablam! 121 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:09.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.097 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/proto/handler.rs:169:26 Oct 14 13:52:09.097 INFO kablam! | Oct 14 13:52:09.097 INFO kablam! 169 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:09.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.097 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/proto/handler.rs:211:26 Oct 14 13:52:09.097 INFO kablam! | Oct 14 13:52:09.097 INFO kablam! 211 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:09.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.097 INFO kablam! Oct 14 13:52:09.097 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.097 INFO kablam! --> src/proto/handler.rs:235:26 Oct 14 13:52:09.098 INFO kablam! | Oct 14 13:52:09.098 INFO kablam! 235 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:09.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.098 INFO kablam! Oct 14 13:52:09.098 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.098 INFO kablam! --> src/proto/handler.rs:267:26 Oct 14 13:52:09.098 INFO kablam! | Oct 14 13:52:09.098 INFO kablam! 267 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:09.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.098 INFO kablam! Oct 14 13:52:09.098 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.098 INFO kablam! --> src/proto/handler.rs:312:43 Oct 14 13:52:09.098 INFO kablam! | Oct 14 13:52:09.098 INFO kablam! 312 | fn notify(&mut self, event_loop: &mut mio::deprecated::EventLoop, request: Request) { Oct 14 13:52:09.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.098 INFO kablam! Oct 14 13:52:09.098 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:09.098 INFO kablam! --> src/proto/handler.rs:358:35 Oct 14 13:52:09.098 INFO kablam! | Oct 14 13:52:09.098 INFO kablam! 358 | let mut event_loop = try!(mio::deprecated::EventLoop::new()); Oct 14 13:52:09.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.098 INFO kablam! Oct 14 13:52:09.098 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryWrite': update to use `Poll` Oct 14 13:52:09.098 INFO kablam! --> src/proto/stream.rs:44:12 Oct 14 13:52:09.098 INFO kablam! | Oct 14 13:52:09.098 INFO kablam! 44 | T: mio::deprecated::TryWrite, Oct 14 13:52:09.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.098 INFO kablam! Oct 14 13:52:09.391 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:09.391 INFO kablam! --> src/client.rs:128:14 Oct 14 13:52:09.391 INFO kablam! | Oct 14 13:52:09.391 INFO kablam! 128 | .send(proto::Request::ServerRequest(request)) Oct 14 13:52:09.391 INFO kablam! | ^^^^ Oct 14 13:52:09.391 INFO kablam! Oct 14 13:52:09.391 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:09.391 INFO kablam! --> src/client.rs:135:14 Oct 14 13:52:09.391 INFO kablam! | Oct 14 13:52:09.391 INFO kablam! 135 | .send(proto::Request::PeerMessage(peer_id, message)) Oct 14 13:52:09.391 INFO kablam! | ^^^^ Oct 14 13:52:09.391 INFO kablam! Oct 14 13:52:09.405 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:09.405 INFO kablam! --> src/client.rs:351:22 Oct 14 13:52:09.405 INFO kablam! | Oct 14 13:52:09.405 INFO kablam! 351 | .send(proto::Request::ServerRequest( Oct 14 13:52:09.405 INFO kablam! | ^^^^ Oct 14 13:52:09.405 INFO kablam! Oct 14 13:52:09.405 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:09.405 INFO kablam! --> src/client.rs:369:22 Oct 14 13:52:09.405 INFO kablam! | Oct 14 13:52:09.405 INFO kablam! 369 | .send(proto::Request::ServerRequest( Oct 14 13:52:09.405 INFO kablam! | ^^^^ Oct 14 13:52:09.405 INFO kablam! Oct 14 13:52:09.423 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:09.423 INFO kablam! --> src/client.rs:518:22 Oct 14 13:52:09.423 INFO kablam! | Oct 14 13:52:09.423 INFO kablam! 518 | .send(proto::Request::PeerConnect( Oct 14 13:52:09.423 INFO kablam! | ^^^^ Oct 14 13:52:09.423 INFO kablam! Oct 14 13:52:09.593 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:09.593 INFO kablam! --> src/proto/handler.rs:139:25 Oct 14 13:52:09.593 INFO kablam! | Oct 14 13:52:09.593 INFO kablam! 139 | try!(event_loop.register( Oct 14 13:52:09.593 INFO kablam! | ^^^^^^^^ Oct 14 13:52:09.593 INFO kablam! Oct 14 13:52:09.595 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:09.595 INFO kablam! --> src/proto/handler.rs:142:13 Oct 14 13:52:09.595 INFO kablam! | Oct 14 13:52:09.595 INFO kablam! 142 | mio::Ready::all(), Oct 14 13:52:09.595 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:09.595 INFO kablam! Oct 14 13:52:09.596 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:09.596 INFO kablam! --> src/proto/handler.rs:146:25 Oct 14 13:52:09.596 INFO kablam! | Oct 14 13:52:09.596 INFO kablam! 146 | try!(event_loop.register( Oct 14 13:52:09.596 INFO kablam! | ^^^^^^^^ Oct 14 13:52:09.596 INFO kablam! Oct 14 13:52:09.596 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:09.596 INFO kablam! --> src/proto/handler.rs:149:13 Oct 14 13:52:09.596 INFO kablam! | Oct 14 13:52:09.596 INFO kablam! 149 | mio::Ready::all(), Oct 14 13:52:09.596 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:09.596 INFO kablam! Oct 14 13:52:09.600 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:09.600 INFO kablam! --> src/proto/handler.rs:195:14 Oct 14 13:52:09.600 INFO kablam! | Oct 14 13:52:09.600 INFO kablam! 195 | .register( Oct 14 13:52:09.600 INFO kablam! | ^^^^^^^^ Oct 14 13:52:09.600 INFO kablam! Oct 14 13:52:09.601 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:09.601 INFO kablam! --> src/proto/handler.rs:198:17 Oct 14 13:52:09.601 INFO kablam! | Oct 14 13:52:09.602 INFO kablam! 198 | mio::Ready::all(), Oct 14 13:52:09.602 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:09.602 INFO kablam! Oct 14 13:52:09.603 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:09.603 INFO kablam! --> src/proto/handler.rs:220:22 Oct 14 13:52:09.603 INFO kablam! | Oct 14 13:52:09.603 INFO kablam! 220 | .reregister( Oct 14 13:52:09.603 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:09.603 INFO kablam! Oct 14 13:52:09.605 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:09.605 INFO kablam! --> src/proto/handler.rs:248:26 Oct 14 13:52:09.605 INFO kablam! | Oct 14 13:52:09.605 INFO kablam! 248 | .reregister( Oct 14 13:52:09.605 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:09.605 INFO kablam! Oct 14 13:52:09.607 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:09.607 INFO kablam! --> src/proto/handler.rs:287:22 Oct 14 13:52:09.607 INFO kablam! | Oct 14 13:52:09.607 INFO kablam! 287 | .reregister( Oct 14 13:52:09.607 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:09.607 INFO kablam! Oct 14 13:52:09.615 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:09.615 INFO kablam! --> src/proto/handler.rs:290:25 Oct 14 13:52:09.615 INFO kablam! | Oct 14 13:52:09.615 INFO kablam! 290 | mio::Ready::all(), Oct 14 13:52:09.615 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:09.615 INFO kablam! Oct 14 13:52:09.615 INFO kablam! warning: use of deprecated item '>::new': update to use `Poll` Oct 14 13:52:09.615 INFO kablam! --> src/proto/handler.rs:358:35 Oct 14 13:52:09.615 INFO kablam! | Oct 14 13:52:09.615 INFO kablam! 358 | let mut event_loop = try!(mio::deprecated::EventLoop::new()); Oct 14 13:52:09.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.615 INFO kablam! Oct 14 13:52:09.619 INFO kablam! warning: use of deprecated item '>::channel': update to use `Poll` Oct 14 13:52:09.619 INFO kablam! --> src/proto/handler.rs:370:25 Oct 14 13:52:09.619 INFO kablam! | Oct 14 13:52:09.619 INFO kablam! 370 | self.event_loop.channel() Oct 14 13:52:09.619 INFO kablam! | ^^^^^^^ Oct 14 13:52:09.619 INFO kablam! Oct 14 13:52:09.619 INFO kablam! warning: use of deprecated item '>::run': update to use `Poll` Oct 14 13:52:09.619 INFO kablam! --> src/proto/handler.rs:374:25 Oct 14 13:52:09.619 INFO kablam! | Oct 14 13:52:09.619 INFO kablam! 374 | self.event_loop.run(&mut self.handler) Oct 14 13:52:09.619 INFO kablam! | ^^^ Oct 14 13:52:09.619 INFO kablam! Oct 14 13:52:09.647 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryRead::try_read': update to use `Poll` Oct 14 13:52:09.647 INFO kablam! --> src/proto/packet.rs:364:27 Oct 14 13:52:09.647 INFO kablam! | Oct 14 13:52:09.647 INFO kablam! 364 | match try!(stream.try_read(&mut self.buffer[offset..])) { Oct 14 13:52:09.647 INFO kablam! | ^^^^^^^^ Oct 14 13:52:09.647 INFO kablam! Oct 14 13:52:09.932 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryWrite::try_write': update to use `Poll` Oct 14 13:52:09.932 INFO kablam! --> src/proto/stream.rs:46:29 Oct 14 13:52:09.933 INFO kablam! | Oct 14 13:52:09.933 INFO kablam! 46 | let result = writer.try_write(&self.bytes[self.cursor..]); Oct 14 13:52:09.933 INFO kablam! | ^^^^^^^^^ Oct 14 13:52:09.933 INFO kablam! Oct 14 13:52:09.945 INFO kablam! warning: use of deprecated item 'mio::Ready::is_hup': use UnixReady instead Oct 14 13:52:09.945 INFO kablam! --> src/proto/stream.rs:170:22 Oct 14 13:52:09.945 INFO kablam! | Oct 14 13:52:09.945 INFO kablam! 170 | if event_set.is_hup() || event_set.is_error() { Oct 14 13:52:09.945 INFO kablam! | ^^^^^^ Oct 14 13:52:09.945 INFO kablam! Oct 14 13:52:09.945 INFO kablam! warning: use of deprecated item 'mio::Ready::is_error': use UnixReady instead Oct 14 13:52:09.945 INFO kablam! --> src/proto/stream.rs:170:44 Oct 14 13:52:09.945 INFO kablam! | Oct 14 13:52:09.945 INFO kablam! 170 | if event_set.is_hup() || event_set.is_error() { Oct 14 13:52:09.945 INFO kablam! | ^^^^^^^^ Oct 14 13:52:09.945 INFO kablam! Oct 14 13:52:09.948 INFO kablam! warning: use of deprecated item 'mio::Ready::hup': use UnixReady instead Oct 14 13:52:09.949 INFO kablam! --> src/proto/stream.rs:201:54 Oct 14 13:52:09.949 INFO kablam! | Oct 14 13:52:09.949 INFO kablam! 201 | let mut event_set = mio::Ready::readable() | mio::Ready::hup() | mio::Ready::error(); Oct 14 13:52:09.949 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:09.949 INFO kablam! Oct 14 13:52:09.950 INFO kablam! warning: use of deprecated item 'mio::Ready::error': use UnixReady instead Oct 14 13:52:09.950 INFO kablam! --> src/proto/stream.rs:201:74 Oct 14 13:52:09.950 INFO kablam! | Oct 14 13:52:09.950 INFO kablam! 201 | let mut event_set = mio::Ready::readable() | mio::Ready::hup() | mio::Ready::error(); Oct 14 13:52:09.950 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 13:52:09.950 INFO kablam! Oct 14 13:52:10.216 INFO kablam! warning: unused variable: `occupied_entry` Oct 14 13:52:10.217 INFO kablam! --> src/proto/handler.rs:174:40 Oct 14 13:52:10.218 INFO kablam! | Oct 14 13:52:10.218 INFO kablam! 174 | Some(slab::Entry::Occupied(occupied_entry)) => { Oct 14 13:52:10.219 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_occupied_entry` instead Oct 14 13:52:10.220 INFO kablam! | Oct 14 13:52:10.220 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:10.221 INFO kablam! Oct 14 13:52:10.221 INFO kablam! warning: unused variable: `sock` Oct 14 13:52:10.221 INFO kablam! --> src/proto/handler.rs:276:29 Oct 14 13:52:10.221 INFO kablam! | Oct 14 13:52:10.221 INFO kablam! 276 | Ok((sock, addr)) => { Oct 14 13:52:10.221 INFO kablam! | ^^^^ help: consider using `_sock` instead Oct 14 13:52:10.221 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: variant is never constructed: `ControlNotification` Oct 14 13:52:10.747 INFO kablam! --> src/client.rs:18:5 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 18 | ControlNotification(control::Notification), Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: variant is never constructed: `Opening` Oct 14 13:52:10.747 INFO kablam! --> src/client.rs:31:5 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 31 | Opening, Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: field is never used: `control_rx` Oct 14 13:52:10.747 INFO kablam! --> src/client.rs:55:5 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 55 | control_rx: mpsc::Receiver, Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: method is never used: `new` Oct 14 13:52:10.747 INFO kablam! --> src/proto/codec.rs:180:5 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 180 | pub fn new(inner: &'a mut BytesMut) -> Self { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: method is never used: `has_correct_digest` Oct 14 13:52:10.747 INFO kablam! --> src/proto/server/request.rs:353:5 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 353 | fn has_correct_digest(&self) -> bool { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `decode_frame` Oct 14 13:52:10.747 INFO kablam! --> src/proto/transport.rs:11:1 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 11 | / fn decode_frame<'a, T>(frame_type: &str, bytes: &'a mut BytesMut) -> io::Result Oct 14 13:52:10.747 INFO kablam! 12 | | where Oct 14 13:52:10.747 INFO kablam! 13 | | T: fmt::Debug, Oct 14 13:52:10.747 INFO kablam! 14 | | io::Cursor<&'a mut BytesMut>: Decode, Oct 14 13:52:10.747 INFO kablam! ... | Oct 14 13:52:10.747 INFO kablam! 26 | | Ok(frame) Oct 14 13:52:10.747 INFO kablam! 27 | | } Oct 14 13:52:10.747 INFO kablam! | |_^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `encode_frame` Oct 14 13:52:10.747 INFO kablam! --> src/proto/transport.rs:29:1 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 29 | fn encode_frame(frame: &T) -> io::Result { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `new_framed` Oct 14 13:52:10.747 INFO kablam! --> src/proto/transport.rs:40:1 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 40 | pub fn new_framed(io: T) -> length_delimited::Framed { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `decode_server_response` Oct 14 13:52:10.747 INFO kablam! --> src/proto/transport.rs:50:1 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 50 | pub fn decode_server_response(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `encode_server_response` Oct 14 13:52:10.747 INFO kablam! --> src/proto/transport.rs:56:1 Oct 14 13:52:10.747 INFO kablam! | Oct 14 13:52:10.747 INFO kablam! 56 | pub fn encode_server_response(response: &ServerResponse) -> io::Result { Oct 14 13:52:10.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.747 INFO kablam! Oct 14 13:52:10.747 INFO kablam! warning: function is never used: `decode_server_request` Oct 14 13:52:10.748 INFO kablam! --> src/proto/transport.rs:63:1 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 63 | pub fn decode_server_request(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: function is never used: `encode_server_request` Oct 14 13:52:10.748 INFO kablam! --> src/proto/transport.rs:69:1 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 69 | pub fn encode_server_request(request: &ServerRequest) -> io::Result { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: function is never used: `decode_peer_message` Oct 14 13:52:10.748 INFO kablam! --> src/proto/transport.rs:76:1 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 76 | pub fn decode_peer_message(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: function is never used: `encode_peer_message` Oct 14 13:52:10.748 INFO kablam! --> src/proto/transport.rs:82:1 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 82 | pub fn encode_peer_message(message: &peer::Message) -> io::Result { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: method is never used: `get_strict` Oct 14 13:52:10.748 INFO kablam! --> src/room.rs:133:5 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 133 | fn get_strict(&self, room_name: &str) -> Result<&Room, Error> { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: method is never used: `get` Oct 14 13:52:10.748 INFO kablam! --> src/user.rs:47:5 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 47 | pub fn get(&self, user_name: &str) -> Option<&User> { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:10.748 INFO kablam! warning: method is never used: `is_privileged` Oct 14 13:52:10.748 INFO kablam! --> src/user.rs:107:5 Oct 14 13:52:10.748 INFO kablam! | Oct 14 13:52:10.748 INFO kablam! 107 | pub fn is_privileged(&self, user_name: &str) -> bool { Oct 14 13:52:10.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:10.748 INFO kablam! Oct 14 13:52:19.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.53s Oct 14 13:52:19.670 INFO kablam! su: No module specific data is present Oct 14 13:52:20.661 INFO running `"docker" "rm" "-f" "6b47fe36e7d87a030e39bc5f3c08856d5008a93459fe95d7cffab16de37d2a90"` Oct 14 13:52:21.023 INFO blam! 6b47fe36e7d87a030e39bc5f3c08856d5008a93459fe95d7cffab16de37d2a90 Oct 14 13:52:21.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:52:21.631 INFO blam! 10dd76912f16dd6cbe295057a8fc2d1806a9516cf074dcc147a19795e3cc6fef Oct 14 13:52:21.651 INFO running `"docker" "start" "-a" "10dd76912f16dd6cbe295057a8fc2d1806a9516cf074dcc147a19795e3cc6fef"` Oct 14 13:52:22.715 INFO kablam! usermod: no changes Oct 14 13:52:22.871 INFO kablam! Compiling solstice v0.1.0 (/source) Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/client.rs:51:15 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 51 | proto_tx: mio::deprecated::Sender, Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/proto/handler.rs:261:6 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 261 | impl mio::deprecated::Handler for Handler { Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/proto/handler.rs:348:19 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 348 | pub type Sender = mio::deprecated::Sender; Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/proto/handler.rs:351:17 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 351 | event_loop: mio::deprecated::EventLoop, Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryRead': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/proto/packet.rs:11:5 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 11 | use mio::deprecated::TryRead; Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.619 INFO kablam! warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` Oct 14 13:52:23.619 INFO kablam! --> src/client.rs:70:19 Oct 14 13:52:23.619 INFO kablam! | Oct 14 13:52:23.619 INFO kablam! 70 | proto_tx: mio::deprecated::Sender, Oct 14 13:52:23.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.619 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:121:26 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 121 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:169:26 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 169 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:211:26 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 211 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:235:26 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 235 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:267:26 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 267 | event_loop: &mut mio::deprecated::EventLoop, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:312:43 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 312 | fn notify(&mut self, event_loop: &mut mio::deprecated::EventLoop, request: Request) { Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/handler.rs:358:35 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 358 | let mut event_loop = try!(mio::deprecated::EventLoop::new()); Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.627 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryWrite': update to use `Poll` Oct 14 13:52:23.627 INFO kablam! --> src/proto/stream.rs:44:12 Oct 14 13:52:23.627 INFO kablam! | Oct 14 13:52:23.627 INFO kablam! 44 | T: mio::deprecated::TryWrite, Oct 14 13:52:23.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:23.627 INFO kablam! Oct 14 13:52:23.883 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:23.883 INFO kablam! --> src/client.rs:128:14 Oct 14 13:52:23.883 INFO kablam! | Oct 14 13:52:23.883 INFO kablam! 128 | .send(proto::Request::ServerRequest(request)) Oct 14 13:52:23.883 INFO kablam! | ^^^^ Oct 14 13:52:23.883 INFO kablam! Oct 14 13:52:23.883 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:23.883 INFO kablam! --> src/client.rs:135:14 Oct 14 13:52:23.883 INFO kablam! | Oct 14 13:52:23.883 INFO kablam! 135 | .send(proto::Request::PeerMessage(peer_id, message)) Oct 14 13:52:23.883 INFO kablam! | ^^^^ Oct 14 13:52:23.883 INFO kablam! Oct 14 13:52:23.894 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:23.894 INFO kablam! --> src/client.rs:351:22 Oct 14 13:52:23.894 INFO kablam! | Oct 14 13:52:23.894 INFO kablam! 351 | .send(proto::Request::ServerRequest( Oct 14 13:52:23.894 INFO kablam! | ^^^^ Oct 14 13:52:23.894 INFO kablam! Oct 14 13:52:23.903 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:23.903 INFO kablam! --> src/client.rs:369:22 Oct 14 13:52:23.903 INFO kablam! | Oct 14 13:52:23.903 INFO kablam! 369 | .send(proto::Request::ServerRequest( Oct 14 13:52:23.903 INFO kablam! | ^^^^ Oct 14 13:52:23.903 INFO kablam! Oct 14 13:52:23.910 INFO kablam! warning: use of deprecated item '>::send': update to use `Poll` Oct 14 13:52:23.910 INFO kablam! --> src/client.rs:518:22 Oct 14 13:52:23.910 INFO kablam! | Oct 14 13:52:23.910 INFO kablam! 518 | .send(proto::Request::PeerConnect( Oct 14 13:52:23.910 INFO kablam! | ^^^^ Oct 14 13:52:23.910 INFO kablam! Oct 14 13:52:24.151 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:24.151 INFO kablam! --> src/proto/handler.rs:139:25 Oct 14 13:52:24.151 INFO kablam! | Oct 14 13:52:24.152 INFO kablam! 139 | try!(event_loop.register( Oct 14 13:52:24.152 INFO kablam! | ^^^^^^^^ Oct 14 13:52:24.152 INFO kablam! Oct 14 13:52:24.152 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:24.152 INFO kablam! --> src/proto/handler.rs:142:13 Oct 14 13:52:24.153 INFO kablam! | Oct 14 13:52:24.153 INFO kablam! 142 | mio::Ready::all(), Oct 14 13:52:24.153 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:24.153 INFO kablam! Oct 14 13:52:24.155 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:24.155 INFO kablam! --> src/proto/handler.rs:146:25 Oct 14 13:52:24.155 INFO kablam! | Oct 14 13:52:24.156 INFO kablam! 146 | try!(event_loop.register( Oct 14 13:52:24.156 INFO kablam! | ^^^^^^^^ Oct 14 13:52:24.156 INFO kablam! Oct 14 13:52:24.157 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:24.157 INFO kablam! --> src/proto/handler.rs:149:13 Oct 14 13:52:24.157 INFO kablam! | Oct 14 13:52:24.157 INFO kablam! 149 | mio::Ready::all(), Oct 14 13:52:24.158 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:24.158 INFO kablam! Oct 14 13:52:24.159 INFO kablam! warning: use of deprecated item '>::register': update to use `Poll` Oct 14 13:52:24.160 INFO kablam! --> src/proto/handler.rs:195:14 Oct 14 13:52:24.160 INFO kablam! | Oct 14 13:52:24.160 INFO kablam! 195 | .register( Oct 14 13:52:24.160 INFO kablam! | ^^^^^^^^ Oct 14 13:52:24.160 INFO kablam! Oct 14 13:52:24.160 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:24.160 INFO kablam! --> src/proto/handler.rs:198:17 Oct 14 13:52:24.160 INFO kablam! | Oct 14 13:52:24.160 INFO kablam! 198 | mio::Ready::all(), Oct 14 13:52:24.160 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:24.160 INFO kablam! Oct 14 13:52:24.160 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:24.160 INFO kablam! --> src/proto/handler.rs:220:22 Oct 14 13:52:24.160 INFO kablam! | Oct 14 13:52:24.160 INFO kablam! 220 | .reregister( Oct 14 13:52:24.160 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:24.160 INFO kablam! Oct 14 13:52:24.164 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:24.164 INFO kablam! --> src/proto/handler.rs:248:26 Oct 14 13:52:24.164 INFO kablam! | Oct 14 13:52:24.164 INFO kablam! 248 | .reregister( Oct 14 13:52:24.164 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:24.164 INFO kablam! Oct 14 13:52:24.165 INFO kablam! warning: use of deprecated item '>::reregister': update to use `Poll` Oct 14 13:52:24.165 INFO kablam! --> src/proto/handler.rs:287:22 Oct 14 13:52:24.165 INFO kablam! | Oct 14 13:52:24.166 INFO kablam! 287 | .reregister( Oct 14 13:52:24.166 INFO kablam! | ^^^^^^^^^^ Oct 14 13:52:24.166 INFO kablam! Oct 14 13:52:24.166 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 14 13:52:24.166 INFO kablam! --> src/proto/handler.rs:290:25 Oct 14 13:52:24.166 INFO kablam! | Oct 14 13:52:24.166 INFO kablam! 290 | mio::Ready::all(), Oct 14 13:52:24.166 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:24.166 INFO kablam! Oct 14 13:52:24.173 INFO kablam! warning: use of deprecated item '>::new': update to use `Poll` Oct 14 13:52:24.173 INFO kablam! --> src/proto/handler.rs:358:35 Oct 14 13:52:24.173 INFO kablam! | Oct 14 13:52:24.173 INFO kablam! 358 | let mut event_loop = try!(mio::deprecated::EventLoop::new()); Oct 14 13:52:24.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:24.173 INFO kablam! Oct 14 13:52:24.175 INFO kablam! warning: use of deprecated item '>::channel': update to use `Poll` Oct 14 13:52:24.175 INFO kablam! --> src/proto/handler.rs:370:25 Oct 14 13:52:24.175 INFO kablam! | Oct 14 13:52:24.175 INFO kablam! 370 | self.event_loop.channel() Oct 14 13:52:24.175 INFO kablam! | ^^^^^^^ Oct 14 13:52:24.175 INFO kablam! Oct 14 13:52:24.175 INFO kablam! warning: use of deprecated item '>::run': update to use `Poll` Oct 14 13:52:24.175 INFO kablam! --> src/proto/handler.rs:374:25 Oct 14 13:52:24.175 INFO kablam! | Oct 14 13:52:24.175 INFO kablam! 374 | self.event_loop.run(&mut self.handler) Oct 14 13:52:24.175 INFO kablam! | ^^^ Oct 14 13:52:24.175 INFO kablam! Oct 14 13:52:24.201 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryRead::try_read': update to use `Poll` Oct 14 13:52:24.201 INFO kablam! --> src/proto/packet.rs:364:27 Oct 14 13:52:24.201 INFO kablam! | Oct 14 13:52:24.201 INFO kablam! 364 | match try!(stream.try_read(&mut self.buffer[offset..])) { Oct 14 13:52:24.201 INFO kablam! | ^^^^^^^^ Oct 14 13:52:24.201 INFO kablam! Oct 14 13:52:24.528 INFO kablam! warning: use of deprecated item 'mio::deprecated::TryWrite::try_write': update to use `Poll` Oct 14 13:52:24.528 INFO kablam! --> src/proto/stream.rs:46:29 Oct 14 13:52:24.528 INFO kablam! | Oct 14 13:52:24.528 INFO kablam! 46 | let result = writer.try_write(&self.bytes[self.cursor..]); Oct 14 13:52:24.528 INFO kablam! | ^^^^^^^^^ Oct 14 13:52:24.528 INFO kablam! Oct 14 13:52:24.547 INFO kablam! warning: use of deprecated item 'mio::Ready::is_hup': use UnixReady instead Oct 14 13:52:24.547 INFO kablam! --> src/proto/stream.rs:170:22 Oct 14 13:52:24.547 INFO kablam! | Oct 14 13:52:24.547 INFO kablam! 170 | if event_set.is_hup() || event_set.is_error() { Oct 14 13:52:24.547 INFO kablam! | ^^^^^^ Oct 14 13:52:24.547 INFO kablam! Oct 14 13:52:24.547 INFO kablam! warning: use of deprecated item 'mio::Ready::is_error': use UnixReady instead Oct 14 13:52:24.547 INFO kablam! --> src/proto/stream.rs:170:44 Oct 14 13:52:24.547 INFO kablam! | Oct 14 13:52:24.547 INFO kablam! 170 | if event_set.is_hup() || event_set.is_error() { Oct 14 13:52:24.547 INFO kablam! | ^^^^^^^^ Oct 14 13:52:24.547 INFO kablam! Oct 14 13:52:24.547 INFO kablam! warning: use of deprecated item 'mio::Ready::hup': use UnixReady instead Oct 14 13:52:24.547 INFO kablam! --> src/proto/stream.rs:201:54 Oct 14 13:52:24.547 INFO kablam! | Oct 14 13:52:24.547 INFO kablam! 201 | let mut event_set = mio::Ready::readable() | mio::Ready::hup() | mio::Ready::error(); Oct 14 13:52:24.547 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:52:24.547 INFO kablam! Oct 14 13:52:24.547 INFO kablam! warning: use of deprecated item 'mio::Ready::error': use UnixReady instead Oct 14 13:52:24.547 INFO kablam! --> src/proto/stream.rs:201:74 Oct 14 13:52:24.547 INFO kablam! | Oct 14 13:52:24.547 INFO kablam! 201 | let mut event_set = mio::Ready::readable() | mio::Ready::hup() | mio::Ready::error(); Oct 14 13:52:24.547 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 13:52:24.547 INFO kablam! Oct 14 13:52:24.833 INFO kablam! warning: unused variable: `occupied_entry` Oct 14 13:52:24.833 INFO kablam! --> src/proto/handler.rs:174:40 Oct 14 13:52:24.833 INFO kablam! | Oct 14 13:52:24.833 INFO kablam! 174 | Some(slab::Entry::Occupied(occupied_entry)) => { Oct 14 13:52:24.833 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_occupied_entry` instead Oct 14 13:52:24.833 INFO kablam! | Oct 14 13:52:24.833 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:24.833 INFO kablam! Oct 14 13:52:24.833 INFO kablam! warning: unused variable: `sock` Oct 14 13:52:24.833 INFO kablam! --> src/proto/handler.rs:276:29 Oct 14 13:52:24.833 INFO kablam! | Oct 14 13:52:24.833 INFO kablam! 276 | Ok((sock, addr)) => { Oct 14 13:52:24.833 INFO kablam! | ^^^^ help: consider using `_sock` instead Oct 14 13:52:24.833 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: variant is never constructed: `ControlNotification` Oct 14 13:52:25.495 INFO kablam! --> src/client.rs:18:5 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 18 | ControlNotification(control::Notification), Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: variant is never constructed: `Opening` Oct 14 13:52:25.495 INFO kablam! --> src/client.rs:31:5 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 31 | Opening, Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: field is never used: `control_rx` Oct 14 13:52:25.495 INFO kablam! --> src/client.rs:55:5 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 55 | control_rx: mpsc::Receiver, Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `decode_frame` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:11:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 11 | / fn decode_frame<'a, T>(frame_type: &str, bytes: &'a mut BytesMut) -> io::Result Oct 14 13:52:25.495 INFO kablam! 12 | | where Oct 14 13:52:25.495 INFO kablam! 13 | | T: fmt::Debug, Oct 14 13:52:25.495 INFO kablam! 14 | | io::Cursor<&'a mut BytesMut>: Decode, Oct 14 13:52:25.495 INFO kablam! ... | Oct 14 13:52:25.495 INFO kablam! 26 | | Ok(frame) Oct 14 13:52:25.495 INFO kablam! 27 | | } Oct 14 13:52:25.495 INFO kablam! | |_^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `encode_frame` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:29:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 29 | fn encode_frame(frame: &T) -> io::Result { Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `new_framed` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:40:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 40 | pub fn new_framed(io: T) -> length_delimited::Framed { Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `decode_server_response` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:50:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 50 | pub fn decode_server_response(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `encode_server_response` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:56:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 56 | pub fn encode_server_response(response: &ServerResponse) -> io::Result { Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `decode_server_request` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:63:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.495 INFO kablam! 63 | pub fn decode_server_request(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:25.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.495 INFO kablam! Oct 14 13:52:25.495 INFO kablam! warning: function is never used: `encode_server_request` Oct 14 13:52:25.495 INFO kablam! --> src/proto/transport.rs:69:1 Oct 14 13:52:25.495 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 69 | pub fn encode_server_request(request: &ServerRequest) -> io::Result { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:25.496 INFO kablam! warning: function is never used: `decode_peer_message` Oct 14 13:52:25.496 INFO kablam! --> src/proto/transport.rs:76:1 Oct 14 13:52:25.496 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 76 | pub fn decode_peer_message(bytes: &mut BytesMut) -> io::Result { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:25.496 INFO kablam! warning: function is never used: `encode_peer_message` Oct 14 13:52:25.496 INFO kablam! --> src/proto/transport.rs:82:1 Oct 14 13:52:25.496 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 82 | pub fn encode_peer_message(message: &peer::Message) -> io::Result { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:25.496 INFO kablam! warning: method is never used: `get_strict` Oct 14 13:52:25.496 INFO kablam! --> src/room.rs:133:5 Oct 14 13:52:25.496 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 133 | fn get_strict(&self, room_name: &str) -> Result<&Room, Error> { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:25.496 INFO kablam! warning: method is never used: `get` Oct 14 13:52:25.496 INFO kablam! --> src/user.rs:47:5 Oct 14 13:52:25.496 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 47 | pub fn get(&self, user_name: &str) -> Option<&User> { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:25.496 INFO kablam! warning: method is never used: `is_privileged` Oct 14 13:52:25.496 INFO kablam! --> src/user.rs:107:5 Oct 14 13:52:25.496 INFO kablam! | Oct 14 13:52:25.496 INFO kablam! 107 | pub fn is_privileged(&self, user_name: &str) -> bool { Oct 14 13:52:25.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:25.496 INFO kablam! Oct 14 13:52:28.794 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 14 13:52:28.805 INFO kablam! su: No module specific data is present Oct 14 13:52:29.543 INFO running `"docker" "rm" "-f" "10dd76912f16dd6cbe295057a8fc2d1806a9516cf074dcc147a19795e3cc6fef"` Oct 14 13:52:29.729 INFO blam! 10dd76912f16dd6cbe295057a8fc2d1806a9516cf074dcc147a19795e3cc6fef Oct 14 13:52:29.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:52:30.100 INFO blam! 7e5f74106d2735b386ea07f28173054c15b6f13960559adfeb2527a98a7af559 Oct 14 13:52:30.102 INFO running `"docker" "start" "-a" "7e5f74106d2735b386ea07f28173054c15b6f13960559adfeb2527a98a7af559"` Oct 14 13:52:30.831 INFO kablam! usermod: no changes Oct 14 13:52:30.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 13:52:30.979 INFO kablam! Running /target/debug/deps/solstice-83143d1c7aa1b26a Oct 14 13:52:30.979 INFO blam! Oct 14 13:52:30.979 INFO blam! running 67 tests Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_ipv4 ... ok Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_pair_u32_string ... ok Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_string ... ok Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_u16 ... ok Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_u16_unexpected_eof ... ok Oct 14 13:52:30.983 INFO blam! test proto::codec::tests::decode_u32 ... ok Oct 14 13:52:31.004 INFO blam! test proto::codec::tests::decode_bool_unexpected_eof ... ok Oct 14 13:52:31.004 INFO blam! test proto::codec::tests::decode_u32_vector ... ok Oct 14 13:52:31.004 INFO blam! test proto::codec::tests::decode_u32_unexpected_eof ... ok Oct 14 13:52:31.004 INFO blam! test proto::codec::tests::decode_bool ... ok Oct 14 13:52:31.005 INFO blam! test proto::codec::tests::encode_bool ... ok Oct 14 13:52:31.005 INFO blam! test proto::codec::tests::encode_u16 ... ok Oct 14 13:52:31.005 INFO blam! test proto::codec::tests::decode_bool_invalid ... ok Oct 14 13:52:31.007 INFO blam! test proto::codec::tests::encode_u32_vector ... ok Oct 14 13:52:31.007 INFO blam! test proto::codec::tests::encode_u32 ... ok Oct 14 13:52:31.007 INFO blam! test proto::codec::tests::encode_string ... ok Oct 14 13:52:31.015 INFO blam! test proto::codec::tests::encode_pair_u32_string ... ok Oct 14 13:52:31.015 INFO blam! test proto::codec::tests::encode_ipv4 ... ok Oct 14 13:52:31.015 INFO blam! test proto::codec::tests::roundtrip_bool ... ok Oct 14 13:52:31.015 INFO blam! test proto::codec::tests::expect_io_error_success ... ok Oct 14 13:52:31.015 INFO blam! test proto::codec::tests::roundtrip_ipv4 ... ok Oct 14 13:52:31.023 INFO blam! test proto::codec::tests::roundtrip_string ... ok Oct 14 13:52:31.023 INFO blam! test proto::codec::tests::roundtrip_u32 ... ok Oct 14 13:52:31.023 INFO blam! test proto::codec::tests::roundtrip_u16 ... ok Oct 14 13:52:31.023 INFO blam! test proto::codec::tests::roundtrip_pair_u32_string ... ok Oct 14 13:52:31.027 INFO blam! test proto::peer::message::tests::invalid_code ... ok Oct 14 13:52:31.027 INFO blam! test proto::codec::tests::roundtrip_u32_vector ... ok Oct 14 13:52:31.063 INFO blam! test proto::peer::message::tests::roundtrip_pierce_firewall ... ok Oct 14 13:52:31.063 INFO blam! test proto::server::request::tests::invalid_code ... ok Oct 14 13:52:31.063 INFO blam! test proto::peer::message::tests::roundtrip_peer_init ... ok Oct 14 13:52:31.068 INFO blam! test proto::server::request::tests::roundtrip_cannot_connect_request ... ok Oct 14 13:52:31.069 INFO blam! test proto::server::request::tests::new_login_request_has_correct_digest ... ok Oct 14 13:52:31.075 INFO blam! test proto::server::request::tests::roundtrip_connect_to_peer_request ... ok Oct 14 13:52:31.075 INFO blam! test proto::codec::tests::expect_io_error_wrong_message ... ok Oct 14 13:52:31.083 INFO blam! test proto::codec::tests::expect_io_error_not_err ... ok Oct 14 13:52:31.083 INFO blam! test proto::server::request::tests::new_login_request_with_empty_password ... ok Oct 14 13:52:31.083 INFO blam! test proto::codec::tests::expect_io_error_wrong_kind ... ok Oct 14 13:52:31.084 INFO blam! test proto::server::request::tests::roundtrip_login_request ... ok Oct 14 13:52:31.084 INFO blam! test proto::server::request::tests::roundtrip_file_search_request ... ok Oct 14 13:52:31.084 INFO blam! test proto::codec::tests::encode_invalid_string ... ok Oct 14 13:52:31.085 INFO blam! test proto::server::request::tests::roundtrip_peer_address_request ... ok Oct 14 13:52:31.085 INFO blam! test proto::server::request::tests::roundtrip_room_join_request ... ok Oct 14 13:52:31.085 INFO blam! test proto::server::request::tests::roundtrip_room_leave_request ... ok Oct 14 13:52:31.086 INFO blam! test proto::server::request::tests::roundtrip_room_list_request ... ok Oct 14 13:52:31.086 INFO blam! test proto::server::response::tests::invalid_code ... ok Oct 14 13:52:31.086 INFO blam! test proto::server::response::tests::roundtrip_connect_to_peer ... ok Oct 14 13:52:31.086 INFO blam! test proto::server::response::tests::roundtrip_file_search ... ok Oct 14 13:52:31.086 INFO blam! test proto::server::response::tests::roundtrip_parent_min_speed ... ok Oct 14 13:52:31.087 INFO blam! test proto::server::request::tests::roundtrip_room_message_request ... ok Oct 14 13:52:31.087 INFO blam! test proto::server::response::tests::roundtrip_login_ok ... ok Oct 14 13:52:31.087 INFO blam! test proto::server::request::tests::roundtrip_set_listen_port_request ... ok Oct 14 13:52:31.087 INFO blam! test proto::server::request::tests::roundtrip_user_status_request ... ok Oct 14 13:52:31.087 INFO blam! test proto::server::response::tests::roundtrip_login_fail ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_parent_speed_ratio ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_room_leave ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_room_join_no_owner ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_room_join ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_privileged_users ... ok Oct 14 13:52:31.088 INFO blam! test proto::server::response::tests::roundtrip_peer_address ... ok Oct 14 13:52:31.091 INFO blam! test proto::server::response::tests::roundtrip_room_message ... ok Oct 14 13:52:31.091 INFO blam! test proto::server::response::tests::roundtrip_wishlist_interval ... ok Oct 14 13:52:31.091 INFO blam! test proto::server::response::tests::roundtrip_room_list ... ok Oct 14 13:52:31.092 INFO blam! test proto::server::response::tests::roundtrip_room_tickers ... ok Oct 14 13:52:31.092 INFO blam! test proto::server::response::tests::roundtrip_room_user_left ... ok Oct 14 13:52:31.092 INFO blam! test proto::server::response::tests::roundtrip_room_user_joined ... ok Oct 14 13:52:31.092 INFO blam! test proto::server::response::tests::roundtrip_user_status ... ok Oct 14 13:52:31.092 INFO blam! test proto::server::response::tests::roundtrip_user_info ... ok Oct 14 13:52:31.093 INFO blam! Oct 14 13:52:31.093 INFO blam! test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:52:31.093 INFO blam! Oct 14 13:52:31.107 INFO kablam! su: No module specific data is present Oct 14 13:52:31.771 INFO running `"docker" "rm" "-f" "7e5f74106d2735b386ea07f28173054c15b6f13960559adfeb2527a98a7af559"` Oct 14 13:52:32.070 INFO blam! 7e5f74106d2735b386ea07f28173054c15b6f13960559adfeb2527a98a7af559