Oct 15 15:29:46.331 INFO testing twist-0.7.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:29:46.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.831 INFO blam! 7065e94ab1152d57ef6afe9c29f9be5449608e4e0828e83d9f7958c8cbaefcf2 Oct 15 15:29:46.833 INFO running `"docker" "start" "-a" "7065e94ab1152d57ef6afe9c29f9be5449608e4e0828e83d9f7958c8cbaefcf2"` Oct 15 15:29:47.599 INFO kablam! usermod: no changes Oct 15 15:29:47.805 INFO kablam! Compiling slog v1.7.1 Oct 15 15:29:47.808 INFO kablam! Compiling base64 v0.4.2 Oct 15 15:29:47.808 INFO kablam! Compiling uuid v0.4.0 Oct 15 15:29:47.809 INFO kablam! Compiling chrono v0.2.25 Oct 15 15:29:47.809 INFO kablam! Compiling vatfluid v0.3.0 Oct 15 15:29:49.235 INFO kablam! Compiling slog-extra v0.1.2 Oct 15 15:29:49.235 INFO kablam! Compiling slog-atomic v0.4.3 Oct 15 15:29:51.336 INFO kablam! Compiling slog-stream v1.2.1 Oct 15 15:29:52.284 INFO kablam! Compiling slog-term v1.5.0 Oct 15 15:29:55.343 INFO kablam! Compiling twist v0.7.1 (/source) Oct 15 15:29:58.475 INFO kablam! warning: unused import: `str` Oct 15 15:29:58.475 INFO kablam! --> src/codec/mod.rs:11:15 Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! 11 | use std::{io, str}; Oct 15 15:29:58.475 INFO kablam! | ^^^ Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:29:58.475 INFO kablam! Oct 15 15:29:58.475 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:29:58.475 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! 141 | /// Add the other headers to the response. Oct 15 15:29:58.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 15:29:58.475 INFO kablam! Oct 15 15:29:58.475 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:29:58.475 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 15 15:29:58.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:29:58.475 INFO kablam! Oct 15 15:29:58.475 INFO kablam! warning: unused import: `str` Oct 15 15:29:58.475 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! 8 | use std::{io, str}; Oct 15 15:29:58.475 INFO kablam! | ^^^ Oct 15 15:29:58.475 INFO kablam! Oct 15 15:29:58.475 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:29:58.475 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 15 15:29:58.475 INFO kablam! | Oct 15 15:29:58.475 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 15 15:29:58.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:29:58.475 INFO kablam! Oct 15 15:29:58.536 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:29:58.538 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 15 15:29:58.538 INFO kablam! | Oct 15 15:29:58.538 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 15 15:29:58.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:29:58.539 INFO kablam! | Oct 15 15:29:58.543 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:29:58.543 INFO kablam! Oct 15 15:29:58.543 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:29:58.543 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 15 15:29:58.544 INFO kablam! | Oct 15 15:29:58.544 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 15 15:29:58.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:29:58.544 INFO kablam! Oct 15 15:29:58.544 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:29:58.544 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 15 15:29:58.545 INFO kablam! | Oct 15 15:29:58.545 INFO kablam! 21 | type BaseCodec = Framed; Oct 15 15:29:58.545 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:29:58.545 INFO kablam! Oct 15 15:29:58.545 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:29:58.546 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 15 15:29:58.546 INFO kablam! | Oct 15 15:29:58.546 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 15 15:29:58.546 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:29:58.546 INFO kablam! Oct 15 15:29:58.767 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:29:58.767 INFO kablam! --> src/codec/base.rs:114:14 Oct 15 15:29:58.767 INFO kablam! | Oct 15 15:29:58.768 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 15 15:29:58.768 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.768 INFO kablam! Oct 15 15:29:58.771 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 15 15:29:58.772 INFO kablam! --> src/codec/base.rs:186:64 Oct 15 15:29:58.772 INFO kablam! | Oct 15 15:29:58.772 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 15 15:29:58.773 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.774 INFO kablam! Oct 15 15:29:58.774 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 15 15:29:58.774 INFO kablam! --> src/codec/base.rs:195:64 Oct 15 15:29:58.775 INFO kablam! | Oct 15 15:29:58.775 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 15 15:29:58.776 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.776 INFO kablam! Oct 15 15:29:58.776 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 15:29:58.776 INFO kablam! --> src/codec/base.rs:213:65 Oct 15 15:29:58.776 INFO kablam! | Oct 15 15:29:58.776 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 15 15:29:58.776 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.776 INFO kablam! Oct 15 15:29:58.790 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 15 15:29:58.790 INFO kablam! --> src/codec/base.rs:314:21 Oct 15 15:29:58.790 INFO kablam! | Oct 15 15:29:58.790 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 15 15:29:58.790 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.790 INFO kablam! Oct 15 15:29:58.791 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 15 15:29:58.791 INFO kablam! --> src/codec/base.rs:320:21 Oct 15 15:29:58.791 INFO kablam! | Oct 15 15:29:58.791 INFO kablam! 320 | len_buf.put_u64::(len); Oct 15 15:29:58.791 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.791 INFO kablam! Oct 15 15:29:58.791 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:29:58.791 INFO kablam! --> src/codec/base.rs:327:22 Oct 15 15:29:58.791 INFO kablam! | Oct 15 15:29:58.791 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 15 15:29:58.791 INFO kablam! | ^^^^^^^ Oct 15 15:29:58.791 INFO kablam! Oct 15 15:29:58.967 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:29:58.968 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 15 15:29:58.968 INFO kablam! | Oct 15 15:29:58.968 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 15 15:29:58.968 INFO kablam! | ^^^^^^ Oct 15 15:29:58.969 INFO kablam! Oct 15 15:29:58.975 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:29:58.976 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 15 15:29:58.976 INFO kablam! | Oct 15 15:29:58.976 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 15 15:29:58.976 INFO kablam! | ^^^^^^ Oct 15 15:29:58.977 INFO kablam! Oct 15 15:29:59.304 INFO kablam! warning: variable does not need to be mutable Oct 15 15:29:59.304 INFO kablam! --> src/proto/mod.rs:76:13 Oct 15 15:29:59.304 INFO kablam! | Oct 15 15:29:59.304 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:29:59.304 INFO kablam! | ----^^^ Oct 15 15:29:59.304 INFO kablam! | | Oct 15 15:29:59.304 INFO kablam! | help: remove this `mut` Oct 15 15:29:59.304 INFO kablam! | Oct 15 15:29:59.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:29:59.304 INFO kablam! Oct 15 15:29:59.307 INFO kablam! warning: variable does not need to be mutable Oct 15 15:29:59.310 INFO kablam! --> src/proto/mod.rs:90:13 Oct 15 15:29:59.310 INFO kablam! | Oct 15 15:29:59.310 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:29:59.310 INFO kablam! | ----^^^ Oct 15 15:29:59.310 INFO kablam! | | Oct 15 15:29:59.310 INFO kablam! | help: remove this `mut` Oct 15 15:29:59.310 INFO kablam! Oct 15 15:30:00.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.10s Oct 15 15:30:00.748 INFO kablam! su: No module specific data is present Oct 15 15:30:01.417 INFO running `"docker" "rm" "-f" "7065e94ab1152d57ef6afe9c29f9be5449608e4e0828e83d9f7958c8cbaefcf2"` Oct 15 15:30:01.675 INFO blam! 7065e94ab1152d57ef6afe9c29f9be5449608e4e0828e83d9f7958c8cbaefcf2 Oct 15 15:30:01.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02.235 INFO blam! 983106ca395ebbabea74292d7f4e0812bfabf7f60cdc9a05dc702ff7f8f98a75 Oct 15 15:30:02.236 INFO running `"docker" "start" "-a" "983106ca395ebbabea74292d7f4e0812bfabf7f60cdc9a05dc702ff7f8f98a75"` Oct 15 15:30:03.241 INFO kablam! usermod: no changes Oct 15 15:30:03.403 INFO kablam! Compiling twist v0.7.1 (/source) Oct 15 15:30:06.203 INFO kablam! warning: unused import: `str` Oct 15 15:30:06.203 INFO kablam! --> src/codec/mod.rs:11:15 Oct 15 15:30:06.203 INFO kablam! | Oct 15 15:30:06.203 INFO kablam! 11 | use std::{io, str}; Oct 15 15:30:06.203 INFO kablam! | ^^^ Oct 15 15:30:06.203 INFO kablam! | Oct 15 15:30:06.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:30:06.203 INFO kablam! Oct 15 15:30:06.203 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:06.203 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 15 15:30:06.203 INFO kablam! | Oct 15 15:30:06.203 INFO kablam! 141 | /// Add the other headers to the response. Oct 15 15:30:06.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:06.203 INFO kablam! | Oct 15 15:30:06.203 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 15:30:06.203 INFO kablam! Oct 15 15:30:06.211 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:06.211 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 15 15:30:06.211 INFO kablam! | Oct 15 15:30:06.212 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 15 15:30:06.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:06.212 INFO kablam! Oct 15 15:30:06.212 INFO kablam! warning: unused import: `str` Oct 15 15:30:06.212 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 15 15:30:06.212 INFO kablam! | Oct 15 15:30:06.213 INFO kablam! 8 | use std::{io, str}; Oct 15 15:30:06.213 INFO kablam! | ^^^ Oct 15 15:30:06.213 INFO kablam! Oct 15 15:30:06.213 INFO kablam! warning: doc comment not used by rustdoc Oct 15 15:30:06.213 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 15 15:30:06.213 INFO kablam! | Oct 15 15:30:06.214 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 15 15:30:06.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:06.214 INFO kablam! Oct 15 15:30:06.247 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:06.247 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 15 15:30:06.248 INFO kablam! | Oct 15 15:30:06.248 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 15 15:30:06.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:06.248 INFO kablam! | Oct 15 15:30:06.248 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:30:06.248 INFO kablam! Oct 15 15:30:06.249 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:06.249 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 15 15:30:06.249 INFO kablam! | Oct 15 15:30:06.249 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 15 15:30:06.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:30:06.249 INFO kablam! Oct 15 15:30:06.250 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:06.250 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 15 15:30:06.250 INFO kablam! | Oct 15 15:30:06.250 INFO kablam! 21 | type BaseCodec = Framed; Oct 15 15:30:06.250 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:06.250 INFO kablam! Oct 15 15:30:06.255 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:30:06.255 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 15 15:30:06.255 INFO kablam! | Oct 15 15:30:06.255 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 15 15:30:06.255 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:30:06.255 INFO kablam! Oct 15 15:30:06.473 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:06.473 INFO kablam! --> src/codec/base.rs:114:14 Oct 15 15:30:06.473 INFO kablam! | Oct 15 15:30:06.473 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 15 15:30:06.473 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.476 INFO kablam! Oct 15 15:30:06.487 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 15 15:30:06.487 INFO kablam! --> src/codec/base.rs:186:64 Oct 15 15:30:06.487 INFO kablam! | Oct 15 15:30:06.487 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 15 15:30:06.487 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.487 INFO kablam! Oct 15 15:30:06.491 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 15 15:30:06.491 INFO kablam! --> src/codec/base.rs:195:64 Oct 15 15:30:06.491 INFO kablam! | Oct 15 15:30:06.491 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 15 15:30:06.491 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.491 INFO kablam! Oct 15 15:30:06.491 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 15:30:06.491 INFO kablam! --> src/codec/base.rs:213:65 Oct 15 15:30:06.491 INFO kablam! | Oct 15 15:30:06.491 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 15 15:30:06.491 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.491 INFO kablam! Oct 15 15:30:06.511 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 15 15:30:06.511 INFO kablam! --> src/codec/base.rs:314:21 Oct 15 15:30:06.511 INFO kablam! | Oct 15 15:30:06.511 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 15 15:30:06.511 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.511 INFO kablam! Oct 15 15:30:06.511 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 15 15:30:06.511 INFO kablam! --> src/codec/base.rs:320:21 Oct 15 15:30:06.511 INFO kablam! | Oct 15 15:30:06.511 INFO kablam! 320 | len_buf.put_u64::(len); Oct 15 15:30:06.511 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.511 INFO kablam! Oct 15 15:30:06.511 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 15:30:06.511 INFO kablam! --> src/codec/base.rs:327:22 Oct 15 15:30:06.511 INFO kablam! | Oct 15 15:30:06.511 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 15 15:30:06.511 INFO kablam! | ^^^^^^^ Oct 15 15:30:06.511 INFO kablam! Oct 15 15:30:06.683 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:06.683 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 15 15:30:06.683 INFO kablam! | Oct 15 15:30:06.683 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 15 15:30:06.683 INFO kablam! | ^^^^^^ Oct 15 15:30:06.683 INFO kablam! Oct 15 15:30:06.694 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:30:06.694 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 15 15:30:06.695 INFO kablam! | Oct 15 15:30:06.695 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 15 15:30:06.695 INFO kablam! | ^^^^^^ Oct 15 15:30:06.695 INFO kablam! Oct 15 15:30:07.075 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:07.075 INFO kablam! --> src/proto/mod.rs:76:13 Oct 15 15:30:07.076 INFO kablam! | Oct 15 15:30:07.076 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:07.076 INFO kablam! | ----^^^ Oct 15 15:30:07.076 INFO kablam! | | Oct 15 15:30:07.076 INFO kablam! | help: remove this `mut` Oct 15 15:30:07.077 INFO kablam! | Oct 15 15:30:07.077 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:30:07.077 INFO kablam! Oct 15 15:30:07.077 INFO kablam! warning: variable does not need to be mutable Oct 15 15:30:07.077 INFO kablam! --> src/proto/mod.rs:90:13 Oct 15 15:30:07.078 INFO kablam! | Oct 15 15:30:07.078 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 15 15:30:07.078 INFO kablam! | ----^^^ Oct 15 15:30:07.078 INFO kablam! | | Oct 15 15:30:07.078 INFO kablam! | help: remove this `mut` Oct 15 15:30:07.079 INFO kablam! Oct 15 15:30:10.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.95s Oct 15 15:30:10.243 INFO kablam! su: No module specific data is present Oct 15 15:30:10.803 INFO running `"docker" "rm" "-f" "983106ca395ebbabea74292d7f4e0812bfabf7f60cdc9a05dc702ff7f8f98a75"` Oct 15 15:30:11.113 INFO blam! 983106ca395ebbabea74292d7f4e0812bfabf7f60cdc9a05dc702ff7f8f98a75 Oct 15 15:30:11.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11.525 INFO blam! 9b4c7b2d8de02730043e953f989658954c2ed57aa70f40bb49176f41234bca38 Oct 15 15:30:11.525 INFO running `"docker" "start" "-a" "9b4c7b2d8de02730043e953f989658954c2ed57aa70f40bb49176f41234bca38"` Oct 15 15:30:12.842 INFO kablam! usermod: no changes Oct 15 15:30:13.029 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 15:30:13.036 INFO kablam! Running /target/debug/deps/twist-8d02982991592f3b Oct 15 15:30:13.038 INFO blam! Oct 15 15:30:13.038 INFO blam! running 13 tests Oct 15 15:30:13.038 INFO blam! test codec::base::test::decode_partial_mask ... ok Oct 15 15:30:13.038 INFO blam! test codec::base::test::decode_partial_payload ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_partial_len_2 ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_partial_len_1 ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_partial_header ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_no_mask ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_invalid_control_payload_len ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_fragmented_control ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_ping_no_data ... ok Oct 15 15:30:13.039 INFO blam! test codec::base::test::decode_reserved_opcodes ... ok Oct 15 15:30:13.041 INFO blam! test codec::base::test::decode_reserved ... ok Oct 15 15:30:13.088 INFO blam! test codec::test::encode ... ok Oct 15 15:30:13.171 INFO blam! test codec::test::decode ... ok Oct 15 15:30:13.171 INFO blam! Oct 15 15:30:13.171 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:30:13.171 INFO blam! Oct 15 15:30:13.172 INFO kablam! Doc-tests twist Oct 15 15:30:18.411 INFO blam! Oct 15 15:30:18.411 INFO blam! running 2 tests Oct 15 15:30:29.115 INFO blam! test src/client.rs - client (line 5) ... ok Oct 15 15:30:29.195 INFO blam! test src/server.rs - server (line 5) ... ok Oct 15 15:30:29.195 INFO blam! Oct 15 15:30:29.195 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:30:29.195 INFO blam! Oct 15 15:30:29.212 INFO kablam! su: No module specific data is present Oct 15 15:30:30.123 INFO running `"docker" "rm" "-f" "9b4c7b2d8de02730043e953f989658954c2ed57aa70f40bb49176f41234bca38"` Oct 15 15:30:30.335 INFO blam! 9b4c7b2d8de02730043e953f989658954c2ed57aa70f40bb49176f41234bca38