Oct 15 15:29:47.638 INFO testing twist-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:29:47.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:29:47.871 INFO blam! 0d902fe60e5c89d2630972dbb0d1379308c54f30a8c4967fda73b6fb66140eab Oct 15 15:29:47.875 INFO running `"docker" "start" "-a" "0d902fe60e5c89d2630972dbb0d1379308c54f30a8c4967fda73b6fb66140eab"` Oct 15 15:29:49.052 INFO kablam! usermod: no changes Oct 15 15:29:49.303 INFO kablam! Compiling slog v1.7.1 Oct 15 15:29:49.303 INFO kablam! Compiling uuid v0.4.0 Oct 15 15:29:49.304 INFO kablam! Compiling chrono v0.2.25 Oct 15 15:29:49.304 INFO kablam! Compiling vatfluid v0.3.0 Oct 15 15:29:50.887 INFO kablam! Compiling slog-extra v0.1.2 Oct 15 15:29:51.063 INFO kablam! Compiling slog-atomic v0.4.3 Oct 15 15:29:53.119 INFO kablam! Compiling slog-stream v1.2.1 Oct 15 15:29:54.491 INFO kablam! Compiling slog-term v1.5.0 Oct 15 15:29:57.274 INFO kablam! Compiling twist v0.7.1 (/source) Oct 15 15:30:00.883 INFO kablam! warning: unused import: `str` Oct 15 15:30:00.883 INFO kablam! --> src/codec/mod.rs:11:15 Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! 11 | use std::{io, str}; Oct 15 15:30:00.883 INFO kablam! | ^^^ Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:30:00.883 INFO kablam! Oct 15 15:30:00.883 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:00.883 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! 141 | /// Add the other headers to the response. Oct 15 15:30:00.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 15:30:00.883 INFO kablam! Oct 15 15:30:00.883 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:00.883 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 15 15:30:00.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:00.883 INFO kablam! Oct 15 15:30:00.883 INFO kablam! warning: unused import: `str` Oct 15 15:30:00.883 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 15 15:30:00.883 INFO kablam! | Oct 15 15:30:00.883 INFO kablam! 8 | use std::{io, str}; Oct 15 15:30:00.883 INFO kablam! | ^^^ Oct 15 15:30:00.883 INFO kablam! Oct 15 15:30:00.888 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:00.888 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 15 15:30:00.888 INFO kablam! | Oct 15 15:30:00.888 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 15 15:30:00.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:00.888 INFO kablam! Oct 15 15:30:00.948 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:00.948 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 15 15:30:00.948 INFO kablam! | Oct 15 15:30:00.948 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 15 15:30:00.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:00.948 INFO kablam! | Oct 15 15:30:00.948 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:30:00.948 INFO kablam! Oct 15 15:30:00.948 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:00.948 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 15 15:30:00.948 INFO kablam! | Oct 15 15:30:00.948 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 15 15:30:00.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:00.948 INFO kablam! Oct 15 15:30:00.948 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:00.948 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 15 15:30:00.948 INFO kablam! | Oct 15 15:30:00.948 INFO kablam! 21 | type BaseCodec = Framed; Oct 15 15:30:00.948 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:00.948 INFO kablam! Oct 15 15:30:00.948 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:00.948 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 15 15:30:00.948 INFO kablam! | Oct 15 15:30:00.948 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 15 15:30:00.948 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:00.948 INFO kablam! Oct 15 15:30:01.187 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:01.187 INFO kablam! --> src/codec/base.rs:114:14 Oct 15 15:30:01.187 INFO kablam! | Oct 15 15:30:01.187 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 15 15:30:01.187 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.187 INFO kablam! Oct 15 15:30:01.197 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 15 15:30:01.197 INFO kablam! --> src/codec/base.rs:186:64 Oct 15 15:30:01.197 INFO kablam! | Oct 15 15:30:01.197 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 15 15:30:01.197 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.197 INFO kablam! Oct 15 15:30:01.197 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 15 15:30:01.197 INFO kablam! --> src/codec/base.rs:195:64 Oct 15 15:30:01.197 INFO kablam! | Oct 15 15:30:01.197 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 15 15:30:01.197 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.197 INFO kablam! Oct 15 15:30:01.197 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 15:30:01.197 INFO kablam! --> src/codec/base.rs:213:65 Oct 15 15:30:01.197 INFO kablam! | Oct 15 15:30:01.197 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 15 15:30:01.197 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.198 INFO kablam! Oct 15 15:30:01.215 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 15 15:30:01.215 INFO kablam! --> src/codec/base.rs:314:21 Oct 15 15:30:01.215 INFO kablam! | Oct 15 15:30:01.215 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 15 15:30:01.215 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.215 INFO kablam! Oct 15 15:30:01.215 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 15 15:30:01.215 INFO kablam! --> src/codec/base.rs:320:21 Oct 15 15:30:01.215 INFO kablam! | Oct 15 15:30:01.215 INFO kablam! 320 | len_buf.put_u64::(len); Oct 15 15:30:01.215 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.215 INFO kablam! Oct 15 15:30:01.215 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:01.215 INFO kablam! --> src/codec/base.rs:327:22 Oct 15 15:30:01.215 INFO kablam! | Oct 15 15:30:01.215 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 15 15:30:01.215 INFO kablam! | ^^^^^^^ Oct 15 15:30:01.215 INFO kablam! Oct 15 15:30:01.371 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:01.371 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 15 15:30:01.371 INFO kablam! | Oct 15 15:30:01.371 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 15 15:30:01.371 INFO kablam! | ^^^^^^ Oct 15 15:30:01.371 INFO kablam! Oct 15 15:30:01.383 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:01.383 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 15 15:30:01.383 INFO kablam! | Oct 15 15:30:01.383 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 15 15:30:01.383 INFO kablam! | ^^^^^^ Oct 15 15:30:01.383 INFO kablam! Oct 15 15:30:01.708 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:01.708 INFO kablam! --> src/proto/mod.rs:76:13 Oct 15 15:30:01.708 INFO kablam! | Oct 15 15:30:01.709 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:01.709 INFO kablam! | ----^^^ Oct 15 15:30:01.709 INFO kablam! | | Oct 15 15:30:01.709 INFO kablam! | help: remove this `mut` Oct 15 15:30:01.709 INFO kablam! | Oct 15 15:30:01.709 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:30:01.709 INFO kablam! Oct 15 15:30:01.712 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:01.712 INFO kablam! --> src/proto/mod.rs:90:13 Oct 15 15:30:01.712 INFO kablam! | Oct 15 15:30:01.712 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:01.712 INFO kablam! | ----^^^ Oct 15 15:30:01.712 INFO kablam! | | Oct 15 15:30:01.712 INFO kablam! | help: remove this `mut` Oct 15 15:30:01.712 INFO kablam! Oct 15 15:30:03.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.02s Oct 15 15:30:03.108 INFO kablam! su: No module specific data is present Oct 15 15:30:03.576 INFO running `"docker" "rm" "-f" "0d902fe60e5c89d2630972dbb0d1379308c54f30a8c4967fda73b6fb66140eab"` Oct 15 15:30:03.879 INFO blam! 0d902fe60e5c89d2630972dbb0d1379308c54f30a8c4967fda73b6fb66140eab Oct 15 15:30:03.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:30:04.270 INFO blam! 3e463bf4238c280bbecc6895ee8ddc0c929526bbee52370fdea054c5df4d237a Oct 15 15:30:04.270 INFO running `"docker" "start" "-a" "3e463bf4238c280bbecc6895ee8ddc0c929526bbee52370fdea054c5df4d237a"` Oct 15 15:30:05.772 INFO kablam! usermod: no changes Oct 15 15:30:05.935 INFO kablam! Compiling twist v0.7.1 (/source) Oct 15 15:30:08.991 INFO kablam! warning: unused import: `str` Oct 15 15:30:08.991 INFO kablam! --> src/codec/mod.rs:11:15 Oct 15 15:30:08.991 INFO kablam! | Oct 15 15:30:08.991 INFO kablam! 11 | use std::{io, str}; Oct 15 15:30:08.991 INFO kablam! | ^^^ Oct 15 15:30:08.991 INFO kablam! | Oct 15 15:30:08.991 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:30:08.991 INFO kablam! Oct 15 15:30:08.991 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:08.991 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 15 15:30:08.991 INFO kablam! | Oct 15 15:30:08.992 INFO kablam! 141 | /// Add the other headers to the response. Oct 15 15:30:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:08.992 INFO kablam! | Oct 15 15:30:08.992 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 15:30:08.992 INFO kablam! Oct 15 15:30:08.992 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:08.992 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 15 15:30:08.992 INFO kablam! | Oct 15 15:30:08.992 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 15 15:30:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:08.992 INFO kablam! Oct 15 15:30:08.992 INFO kablam! warning: unused import: `str` Oct 15 15:30:08.992 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 15 15:30:08.992 INFO kablam! | Oct 15 15:30:08.992 INFO kablam! 8 | use std::{io, str}; Oct 15 15:30:08.992 INFO kablam! | ^^^ Oct 15 15:30:08.992 INFO kablam! Oct 15 15:30:08.992 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:08.992 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 15 15:30:08.992 INFO kablam! | Oct 15 15:30:08.992 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 15 15:30:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:08.992 INFO kablam! Oct 15 15:30:09.035 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:09.035 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 15 15:30:09.035 INFO kablam! | Oct 15 15:30:09.035 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 15 15:30:09.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:09.035 INFO kablam! | Oct 15 15:30:09.035 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:30:09.035 INFO kablam! Oct 15 15:30:09.035 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:09.035 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 15 15:30:09.035 INFO kablam! | Oct 15 15:30:09.035 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 15 15:30:09.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:09.035 INFO kablam! Oct 15 15:30:09.035 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:09.035 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 15 15:30:09.035 INFO kablam! | Oct 15 15:30:09.035 INFO kablam! 21 | type BaseCodec = Framed; Oct 15 15:30:09.035 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:09.035 INFO kablam! Oct 15 15:30:09.039 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:09.039 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 15 15:30:09.039 INFO kablam! | Oct 15 15:30:09.039 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 15 15:30:09.039 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:09.039 INFO kablam! Oct 15 15:30:09.268 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:09.268 INFO kablam! --> src/codec/base.rs:114:14 Oct 15 15:30:09.268 INFO kablam! | Oct 15 15:30:09.268 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 15 15:30:09.268 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.269 INFO kablam! Oct 15 15:30:09.287 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 15 15:30:09.288 INFO kablam! --> src/codec/base.rs:186:64 Oct 15 15:30:09.288 INFO kablam! | Oct 15 15:30:09.288 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 15 15:30:09.288 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.289 INFO kablam! Oct 15 15:30:09.289 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 15 15:30:09.289 INFO kablam! --> src/codec/base.rs:195:64 Oct 15 15:30:09.290 INFO kablam! | Oct 15 15:30:09.290 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 15 15:30:09.290 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.291 INFO kablam! Oct 15 15:30:09.291 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 15:30:09.291 INFO kablam! --> src/codec/base.rs:213:65 Oct 15 15:30:09.292 INFO kablam! | Oct 15 15:30:09.292 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 15 15:30:09.292 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.292 INFO kablam! Oct 15 15:30:09.299 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 15 15:30:09.299 INFO kablam! --> src/codec/base.rs:314:21 Oct 15 15:30:09.299 INFO kablam! | Oct 15 15:30:09.299 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 15 15:30:09.299 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.299 INFO kablam! Oct 15 15:30:09.299 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 15 15:30:09.299 INFO kablam! --> src/codec/base.rs:320:21 Oct 15 15:30:09.299 INFO kablam! | Oct 15 15:30:09.299 INFO kablam! 320 | len_buf.put_u64::(len); Oct 15 15:30:09.299 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.299 INFO kablam! Oct 15 15:30:09.299 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:09.299 INFO kablam! --> src/codec/base.rs:327:22 Oct 15 15:30:09.299 INFO kablam! | Oct 15 15:30:09.299 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 15 15:30:09.299 INFO kablam! | ^^^^^^^ Oct 15 15:30:09.299 INFO kablam! Oct 15 15:30:09.462 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:09.462 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 15 15:30:09.463 INFO kablam! | Oct 15 15:30:09.463 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 15 15:30:09.463 INFO kablam! | ^^^^^^ Oct 15 15:30:09.464 INFO kablam! Oct 15 15:30:09.479 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:09.480 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 15 15:30:09.480 INFO kablam! | Oct 15 15:30:09.480 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 15 15:30:09.481 INFO kablam! | ^^^^^^ Oct 15 15:30:09.481 INFO kablam! Oct 15 15:30:09.934 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:09.939 INFO kablam! --> src/proto/mod.rs:76:13 Oct 15 15:30:09.939 INFO kablam! | Oct 15 15:30:09.939 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:09.940 INFO kablam! | ----^^^ Oct 15 15:30:09.940 INFO kablam! | | Oct 15 15:30:09.941 INFO kablam! | help: remove this `mut` Oct 15 15:30:09.941 INFO kablam! | Oct 15 15:30:09.941 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:30:09.942 INFO kablam! Oct 15 15:30:09.942 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:09.942 INFO kablam! --> src/proto/mod.rs:90:13 Oct 15 15:30:09.943 INFO kablam! | Oct 15 15:30:09.943 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:09.943 INFO kablam! | ----^^^ Oct 15 15:30:09.944 INFO kablam! | | Oct 15 15:30:09.944 INFO kablam! | help: remove this `mut` Oct 15 15:30:09.944 INFO kablam! Oct 15 15:30:12.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.94s Oct 15 15:30:12.751 INFO kablam! su: No module specific data is present Oct 15 15:30:13.952 INFO running `"docker" "rm" "-f" "3e463bf4238c280bbecc6895ee8ddc0c929526bbee52370fdea054c5df4d237a"` Oct 15 15:30:14.284 INFO blam! 3e463bf4238c280bbecc6895ee8ddc0c929526bbee52370fdea054c5df4d237a Oct 15 15:30:14.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:30:14.788 INFO blam! c04028524cbbca8ee680d90943f70cd6e641fc90c4342ed3b912134c5980e8ba Oct 15 15:30:14.790 INFO running `"docker" "start" "-a" "c04028524cbbca8ee680d90943f70cd6e641fc90c4342ed3b912134c5980e8ba"` Oct 15 15:30:16.863 INFO kablam! usermod: no changes Oct 15 15:30:17.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 15 15:30:17.192 INFO kablam! Running /target/debug/deps/twist-772a1d01509adde9 Oct 15 15:30:17.196 INFO blam! Oct 15 15:30:17.196 INFO blam! running 13 tests Oct 15 15:30:17.228 INFO blam! test codec::base::test::decode_fragmented_control ... ok Oct 15 15:30:17.228 INFO blam! test codec::base::test::decode_invalid_control_payload_len ... ok Oct 15 15:30:17.235 INFO blam! test codec::base::test::decode_no_mask ... ok Oct 15 15:30:17.236 INFO blam! test codec::base::test::decode_partial_header ... ok Oct 15 15:30:17.236 INFO blam! test codec::base::test::decode_ping_no_data ... ok Oct 15 15:30:17.236 INFO blam! test codec::base::test::decode_partial_payload ... ok Oct 15 15:30:17.236 INFO blam! test codec::base::test::decode_partial_len_1 ... ok Oct 15 15:30:17.236 INFO blam! test codec::base::test::decode_partial_mask ... ok Oct 15 15:30:17.239 INFO blam! test codec::base::test::decode_partial_len_2 ... ok Oct 15 15:30:17.247 INFO blam! test codec::base::test::decode_reserved ... ok Oct 15 15:30:17.247 INFO blam! test codec::base::test::decode_reserved_opcodes ... ok Oct 15 15:30:17.292 INFO blam! test codec::test::encode ... ok Oct 15 15:30:17.342 INFO blam! test codec::test::decode ... ok Oct 15 15:30:17.342 INFO blam! Oct 15 15:30:17.343 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:30:17.343 INFO blam! Oct 15 15:30:17.344 INFO kablam! Doc-tests twist Oct 15 15:30:22.589 INFO blam! Oct 15 15:30:22.589 INFO blam! running 2 tests Oct 15 15:30:33.781 INFO blam! test src/client.rs - client (line 5) ... ok Oct 15 15:30:34.223 INFO blam! test src/server.rs - server (line 5) ... ok Oct 15 15:30:34.224 INFO blam! Oct 15 15:30:34.225 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:30:34.225 INFO blam! Oct 15 15:30:34.253 INFO kablam! su: No module specific data is present Oct 15 15:30:35.573 INFO running `"docker" "rm" "-f" "c04028524cbbca8ee680d90943f70cd6e641fc90c4342ed3b912134c5980e8ba"` Oct 15 15:30:35.939 INFO blam! c04028524cbbca8ee680d90943f70cd6e641fc90c4342ed3b912134c5980e8ba