Oct 11 09:24:42.458 INFO testing twist-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:24:42.458 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:24:42.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:24:42.778 INFO blam! 26f704b601c3e87f9c5347b26b2d5631f4bf3a994dea6ad144872f4ca4d5f4c7 Oct 11 09:24:42.784 INFO running `"docker" "start" "-a" "26f704b601c3e87f9c5347b26b2d5631f4bf3a994dea6ad144872f4ca4d5f4c7"` Oct 11 09:24:43.804 INFO kablam! usermod: no changes Oct 11 09:24:44.092 INFO kablam! Compiling slog v1.7.1 Oct 11 09:24:44.092 INFO kablam! Compiling base64 v0.4.2 Oct 11 09:24:44.093 INFO kablam! Compiling uuid v0.4.0 Oct 11 09:24:44.099 INFO kablam! Compiling chrono v0.2.25 Oct 11 09:24:44.099 INFO kablam! Compiling vatfluid v0.3.0 Oct 11 09:24:45.731 INFO kablam! Compiling slog-extra v0.1.2 Oct 11 09:24:45.731 INFO kablam! Compiling slog-atomic v0.4.3 Oct 11 09:24:49.896 INFO kablam! Compiling slog-stream v1.2.1 Oct 11 09:24:51.421 INFO kablam! Compiling slog-term v1.5.0 Oct 11 09:24:54.636 INFO kablam! Compiling twist v0.7.1 (/source) Oct 11 09:24:57.502 INFO kablam! warning: unused import: `str` Oct 11 09:24:57.502 INFO kablam! --> src/codec/mod.rs:11:15 Oct 11 09:24:57.502 INFO kablam! | Oct 11 09:24:57.502 INFO kablam! 11 | use std::{io, str}; Oct 11 09:24:57.502 INFO kablam! | ^^^ Oct 11 09:24:57.502 INFO kablam! | Oct 11 09:24:57.502 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:24:57.502 INFO kablam! Oct 11 09:24:57.502 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:24:57.502 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 11 09:24:57.502 INFO kablam! | Oct 11 09:24:57.502 INFO kablam! 141 | /// Add the other headers to the response. Oct 11 09:24:57.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:24:57.502 INFO kablam! | Oct 11 09:24:57.502 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 09:24:57.502 INFO kablam! Oct 11 09:24:57.508 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:24:57.508 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 11 09:24:57.508 INFO kablam! | Oct 11 09:24:57.508 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 11 09:24:57.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:24:57.508 INFO kablam! Oct 11 09:24:57.508 INFO kablam! warning: unused import: `str` Oct 11 09:24:57.508 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 11 09:24:57.508 INFO kablam! | Oct 11 09:24:57.508 INFO kablam! 8 | use std::{io, str}; Oct 11 09:24:57.508 INFO kablam! | ^^^ Oct 11 09:24:57.508 INFO kablam! Oct 11 09:24:57.508 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:24:57.508 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 11 09:24:57.508 INFO kablam! | Oct 11 09:24:57.508 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 11 09:24:57.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:24:57.508 INFO kablam! Oct 11 09:24:57.561 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:24:57.561 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 11 09:24:57.561 INFO kablam! | Oct 11 09:24:57.562 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 11 09:24:57.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:24:57.562 INFO kablam! | Oct 11 09:24:57.563 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:24:57.563 INFO kablam! Oct 11 09:24:57.563 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:24:57.563 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 11 09:24:57.564 INFO kablam! | Oct 11 09:24:57.564 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 11 09:24:57.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:24:57.565 INFO kablam! Oct 11 09:24:57.565 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:24:57.565 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 11 09:24:57.566 INFO kablam! | Oct 11 09:24:57.566 INFO kablam! 21 | type BaseCodec = Framed; Oct 11 09:24:57.566 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:24:57.566 INFO kablam! Oct 11 09:24:57.568 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:24:57.569 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 11 09:24:57.569 INFO kablam! | Oct 11 09:24:57.569 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 11 09:24:57.570 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:24:57.570 INFO kablam! Oct 11 09:24:57.811 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 09:24:57.812 INFO kablam! --> src/codec/base.rs:114:14 Oct 11 09:24:57.812 INFO kablam! | Oct 11 09:24:57.812 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 11 09:24:57.813 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.813 INFO kablam! Oct 11 09:24:57.824 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 09:24:57.825 INFO kablam! --> src/codec/base.rs:186:64 Oct 11 09:24:57.825 INFO kablam! | Oct 11 09:24:57.825 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 11 09:24:57.825 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.826 INFO kablam! Oct 11 09:24:57.826 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 11 09:24:57.826 INFO kablam! --> src/codec/base.rs:195:64 Oct 11 09:24:57.826 INFO kablam! | Oct 11 09:24:57.827 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 11 09:24:57.827 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.827 INFO kablam! Oct 11 09:24:57.828 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 11 09:24:57.828 INFO kablam! --> src/codec/base.rs:213:65 Oct 11 09:24:57.828 INFO kablam! | Oct 11 09:24:57.828 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 11 09:24:57.829 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.829 INFO kablam! Oct 11 09:24:57.840 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 09:24:57.841 INFO kablam! --> src/codec/base.rs:314:21 Oct 11 09:24:57.841 INFO kablam! | Oct 11 09:24:57.841 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 11 09:24:57.842 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.842 INFO kablam! Oct 11 09:24:57.842 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 11 09:24:57.842 INFO kablam! --> src/codec/base.rs:320:21 Oct 11 09:24:57.843 INFO kablam! | Oct 11 09:24:57.843 INFO kablam! 320 | len_buf.put_u64::(len); Oct 11 09:24:57.843 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.843 INFO kablam! Oct 11 09:24:57.844 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 09:24:57.844 INFO kablam! --> src/codec/base.rs:327:22 Oct 11 09:24:57.844 INFO kablam! | Oct 11 09:24:57.844 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 11 09:24:57.845 INFO kablam! | ^^^^^^^ Oct 11 09:24:57.845 INFO kablam! Oct 11 09:24:57.998 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:24:57.998 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 11 09:24:57.999 INFO kablam! | Oct 11 09:24:57.999 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 11 09:24:57.999 INFO kablam! | ^^^^^^ Oct 11 09:24:57.999 INFO kablam! Oct 11 09:24:58.028 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:24:58.029 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 11 09:24:58.029 INFO kablam! | Oct 11 09:24:58.029 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 11 09:24:58.030 INFO kablam! | ^^^^^^ Oct 11 09:24:58.030 INFO kablam! Oct 11 09:24:58.336 INFO kablam! warning: variable does not need to be mutable Oct 11 09:24:58.336 INFO kablam! --> src/proto/mod.rs:76:13 Oct 11 09:24:58.336 INFO kablam! | Oct 11 09:24:58.336 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 11 09:24:58.336 INFO kablam! | ----^^^ Oct 11 09:24:58.336 INFO kablam! | | Oct 11 09:24:58.336 INFO kablam! | help: remove this `mut` Oct 11 09:24:58.336 INFO kablam! | Oct 11 09:24:58.336 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 09:24:58.336 INFO kablam! Oct 11 09:24:58.344 INFO kablam! warning: variable does not need to be mutable Oct 11 09:24:58.344 INFO kablam! --> src/proto/mod.rs:90:13 Oct 11 09:24:58.344 INFO kablam! | Oct 11 09:24:58.344 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 11 09:24:58.344 INFO kablam! | ----^^^ Oct 11 09:24:58.344 INFO kablam! | | Oct 11 09:24:58.344 INFO kablam! | help: remove this `mut` Oct 11 09:24:58.344 INFO kablam! Oct 11 09:24:59.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.88s Oct 11 09:24:59.717 INFO kablam! su: No module specific data is present Oct 11 09:25:00.262 INFO running `"docker" "rm" "-f" "26f704b601c3e87f9c5347b26b2d5631f4bf3a994dea6ad144872f4ca4d5f4c7"` Oct 11 09:25:00.496 INFO blam! 26f704b601c3e87f9c5347b26b2d5631f4bf3a994dea6ad144872f4ca4d5f4c7 Oct 11 09:25:00.500 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:25:00.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:25:00.857 INFO blam! 8fcd5bc9f8a739372adeaf0b82f00dbd35683e1ce6502fd2006a2202e8f2924c Oct 11 09:25:00.862 INFO running `"docker" "start" "-a" "8fcd5bc9f8a739372adeaf0b82f00dbd35683e1ce6502fd2006a2202e8f2924c"` Oct 11 09:25:01.701 INFO kablam! usermod: no changes Oct 11 09:25:01.844 INFO kablam! Compiling twist v0.7.1 (/source) Oct 11 09:25:04.046 INFO kablam! warning: unused import: `str` Oct 11 09:25:04.046 INFO kablam! --> src/codec/mod.rs:11:15 Oct 11 09:25:04.046 INFO kablam! | Oct 11 09:25:04.046 INFO kablam! 11 | use std::{io, str}; Oct 11 09:25:04.046 INFO kablam! | ^^^ Oct 11 09:25:04.046 INFO kablam! | Oct 11 09:25:04.046 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:25:04.046 INFO kablam! Oct 11 09:25:04.048 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:25:04.048 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 11 09:25:04.048 INFO kablam! | Oct 11 09:25:04.048 INFO kablam! 141 | /// Add the other headers to the response. Oct 11 09:25:04.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:25:04.048 INFO kablam! | Oct 11 09:25:04.048 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 09:25:04.048 INFO kablam! Oct 11 09:25:04.053 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:25:04.053 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 11 09:25:04.053 INFO kablam! | Oct 11 09:25:04.053 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 11 09:25:04.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:25:04.053 INFO kablam! Oct 11 09:25:04.053 INFO kablam! warning: unused import: `str` Oct 11 09:25:04.053 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 11 09:25:04.053 INFO kablam! | Oct 11 09:25:04.053 INFO kablam! 8 | use std::{io, str}; Oct 11 09:25:04.053 INFO kablam! | ^^^ Oct 11 09:25:04.053 INFO kablam! Oct 11 09:25:04.053 INFO kablam! warning: doc comment not used by rustdoc Oct 11 09:25:04.053 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 11 09:25:04.053 INFO kablam! | Oct 11 09:25:04.053 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 11 09:25:04.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:25:04.053 INFO kablam! Oct 11 09:25:04.113 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:25:04.113 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 11 09:25:04.114 INFO kablam! | Oct 11 09:25:04.114 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 11 09:25:04.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:25:04.114 INFO kablam! | Oct 11 09:25:04.115 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:25:04.115 INFO kablam! Oct 11 09:25:04.115 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:25:04.116 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 11 09:25:04.116 INFO kablam! | Oct 11 09:25:04.116 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 11 09:25:04.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:25:04.117 INFO kablam! Oct 11 09:25:04.117 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:25:04.117 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 11 09:25:04.118 INFO kablam! | Oct 11 09:25:04.118 INFO kablam! 21 | type BaseCodec = Framed; Oct 11 09:25:04.118 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:25:04.118 INFO kablam! Oct 11 09:25:04.118 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:25:04.119 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 11 09:25:04.119 INFO kablam! | Oct 11 09:25:04.119 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 11 09:25:04.119 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:25:04.120 INFO kablam! Oct 11 09:25:04.305 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 09:25:04.305 INFO kablam! --> src/codec/base.rs:114:14 Oct 11 09:25:04.305 INFO kablam! | Oct 11 09:25:04.305 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 11 09:25:04.305 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.305 INFO kablam! Oct 11 09:25:04.314 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 09:25:04.314 INFO kablam! --> src/codec/base.rs:186:64 Oct 11 09:25:04.314 INFO kablam! | Oct 11 09:25:04.314 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 11 09:25:04.314 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.314 INFO kablam! Oct 11 09:25:04.315 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 11 09:25:04.315 INFO kablam! --> src/codec/base.rs:195:64 Oct 11 09:25:04.315 INFO kablam! | Oct 11 09:25:04.315 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 11 09:25:04.315 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.315 INFO kablam! Oct 11 09:25:04.315 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 11 09:25:04.315 INFO kablam! --> src/codec/base.rs:213:65 Oct 11 09:25:04.315 INFO kablam! | Oct 11 09:25:04.315 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 11 09:25:04.315 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.315 INFO kablam! Oct 11 09:25:04.330 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 09:25:04.330 INFO kablam! --> src/codec/base.rs:314:21 Oct 11 09:25:04.331 INFO kablam! | Oct 11 09:25:04.331 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 11 09:25:04.331 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.331 INFO kablam! Oct 11 09:25:04.332 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 11 09:25:04.332 INFO kablam! --> src/codec/base.rs:320:21 Oct 11 09:25:04.332 INFO kablam! | Oct 11 09:25:04.332 INFO kablam! 320 | len_buf.put_u64::(len); Oct 11 09:25:04.333 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.333 INFO kablam! Oct 11 09:25:04.333 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 09:25:04.333 INFO kablam! --> src/codec/base.rs:327:22 Oct 11 09:25:04.334 INFO kablam! | Oct 11 09:25:04.334 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 11 09:25:04.334 INFO kablam! | ^^^^^^^ Oct 11 09:25:04.334 INFO kablam! Oct 11 09:25:04.492 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:25:04.493 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 11 09:25:04.493 INFO kablam! | Oct 11 09:25:04.493 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 11 09:25:04.493 INFO kablam! | ^^^^^^ Oct 11 09:25:04.494 INFO kablam! Oct 11 09:25:04.508 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:25:04.509 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 11 09:25:04.509 INFO kablam! | Oct 11 09:25:04.509 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 11 09:25:04.509 INFO kablam! | ^^^^^^ Oct 11 09:25:04.510 INFO kablam! Oct 11 09:25:04.832 INFO kablam! warning: variable does not need to be mutable Oct 11 09:25:04.832 INFO kablam! --> src/proto/mod.rs:76:13 Oct 11 09:25:04.833 INFO kablam! | Oct 11 09:25:04.833 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 11 09:25:04.833 INFO kablam! | ----^^^ Oct 11 09:25:04.833 INFO kablam! | | Oct 11 09:25:04.833 INFO kablam! | help: remove this `mut` Oct 11 09:25:04.834 INFO kablam! | Oct 11 09:25:04.834 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 09:25:04.834 INFO kablam! Oct 11 09:25:04.834 INFO kablam! warning: variable does not need to be mutable Oct 11 09:25:04.834 INFO kablam! --> src/proto/mod.rs:90:13 Oct 11 09:25:04.835 INFO kablam! | Oct 11 09:25:04.835 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 11 09:25:04.835 INFO kablam! | ----^^^ Oct 11 09:25:04.835 INFO kablam! | | Oct 11 09:25:04.835 INFO kablam! | help: remove this `mut` Oct 11 09:25:04.835 INFO kablam! Oct 11 09:25:07.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.69s Oct 11 09:25:07.425 INFO kablam! su: No module specific data is present Oct 11 09:25:08.132 INFO running `"docker" "rm" "-f" "8fcd5bc9f8a739372adeaf0b82f00dbd35683e1ce6502fd2006a2202e8f2924c"` Oct 11 09:25:08.384 INFO blam! 8fcd5bc9f8a739372adeaf0b82f00dbd35683e1ce6502fd2006a2202e8f2924c Oct 11 09:25:08.385 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:25:08.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:25:08.690 INFO blam! ccb1c66ed3268efb88adaf1ee9dcde4a7a627c524783f8899b7264b44f145d13 Oct 11 09:25:08.691 INFO running `"docker" "start" "-a" "ccb1c66ed3268efb88adaf1ee9dcde4a7a627c524783f8899b7264b44f145d13"` Oct 11 09:25:09.234 INFO kablam! usermod: no changes Oct 11 09:25:09.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 09:25:09.420 INFO kablam! Running /target/debug/deps/twist-772a1d01509adde9 Oct 11 09:25:09.423 INFO blam! Oct 11 09:25:09.423 INFO blam! running 13 tests Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_partial_len_1 ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_partial_len_2 ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_fragmented_control ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_partial_header ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_no_mask ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_partial_mask ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_invalid_control_payload_len ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_reserved ... ok Oct 11 09:25:09.432 INFO blam! test codec::base::test::decode_reserved_opcodes ... ok Oct 11 09:25:09.437 INFO blam! test codec::base::test::decode_ping_no_data ... ok Oct 11 09:25:09.437 INFO blam! test codec::base::test::decode_partial_payload ... ok Oct 11 09:25:09.440 INFO blam! test codec::test::encode ... ok Oct 11 09:25:09.481 INFO blam! test codec::test::decode ... ok Oct 11 09:25:09.481 INFO kablam! Doc-tests twist Oct 11 09:25:09.481 INFO blam! Oct 11 09:25:09.481 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:25:09.481 INFO blam! Oct 11 09:25:13.107 INFO blam! Oct 11 09:25:13.107 INFO blam! running 2 tests Oct 11 09:25:18.685 INFO blam! test src/server.rs - server (line 5) ... ok Oct 11 09:25:18.776 INFO blam! test src/client.rs - client (line 5) ... ok Oct 11 09:25:18.776 INFO blam! Oct 11 09:25:18.776 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:25:18.776 INFO blam! Oct 11 09:25:18.804 INFO kablam! su: No module specific data is present Oct 11 09:25:19.150 INFO running `"docker" "rm" "-f" "ccb1c66ed3268efb88adaf1ee9dcde4a7a627c524783f8899b7264b44f145d13"` Oct 11 09:25:19.312 INFO blam! ccb1c66ed3268efb88adaf1ee9dcde4a7a627c524783f8899b7264b44f145d13