Oct 13 06:59:12.307 INFO checking twist-0.7.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:59:12.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 06:59:12.769 INFO blam! 4b4180ce1c43452b9cd9e638796a29154d2b802da358ae329d4fff1b70b5f763 Oct 13 06:59:12.774 INFO running `"docker" "start" "-a" "4b4180ce1c43452b9cd9e638796a29154d2b802da358ae329d4fff1b70b5f763"` Oct 13 06:59:14.064 INFO kablam! usermod: no changes Oct 13 06:59:14.376 INFO kablam! Checking slog v1.7.1 Oct 13 06:59:14.384 INFO kablam! Checking base64 v0.4.2 Oct 13 06:59:14.384 INFO kablam! Checking uuid v0.4.0 Oct 13 06:59:14.384 INFO kablam! Checking vatfluid v0.3.0 Oct 13 06:59:16.532 INFO kablam! Checking slog-extra v0.1.2 Oct 13 06:59:16.532 INFO kablam! Checking slog-atomic v0.4.3 Oct 13 06:59:17.500 INFO kablam! Checking slog-stream v1.2.1 Oct 13 06:59:18.308 INFO kablam! Checking slog-term v1.5.0 Oct 13 06:59:19.953 INFO kablam! Checking twist v0.7.1 (/source) Oct 13 06:59:25.552 INFO kablam! warning: unused import: `str` Oct 13 06:59:25.553 INFO kablam! --> src/codec/mod.rs:11:15 Oct 13 06:59:25.553 INFO kablam! | Oct 13 06:59:25.553 INFO kablam! 11 | use std::{io, str}; Oct 13 06:59:25.553 INFO kablam! | ^^^ Oct 13 06:59:25.553 INFO kablam! | Oct 13 06:59:25.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:59:25.553 INFO kablam! Oct 13 06:59:25.555 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.555 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 13 06:59:25.555 INFO kablam! | Oct 13 06:59:25.555 INFO kablam! 141 | /// Add the other headers to the response. Oct 13 06:59:25.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.555 INFO kablam! | Oct 13 06:59:25.555 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:59:25.555 INFO kablam! Oct 13 06:59:25.556 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.557 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 13 06:59:25.557 INFO kablam! | Oct 13 06:59:25.557 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 13 06:59:25.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.558 INFO kablam! Oct 13 06:59:25.558 INFO kablam! warning: unused import: `str` Oct 13 06:59:25.558 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 13 06:59:25.558 INFO kablam! | Oct 13 06:59:25.559 INFO kablam! 8 | use std::{io, str}; Oct 13 06:59:25.559 INFO kablam! | ^^^ Oct 13 06:59:25.559 INFO kablam! Oct 13 06:59:25.560 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.560 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 13 06:59:25.560 INFO kablam! | Oct 13 06:59:25.560 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 13 06:59:25.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.560 INFO kablam! Oct 13 06:59:25.644 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.644 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 13 06:59:25.645 INFO kablam! | Oct 13 06:59:25.645 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 13 06:59:25.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.646 INFO kablam! | Oct 13 06:59:25.646 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:59:25.646 INFO kablam! Oct 13 06:59:25.647 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.647 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 13 06:59:25.647 INFO kablam! | Oct 13 06:59:25.647 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 13 06:59:25.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.648 INFO kablam! Oct 13 06:59:25.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.649 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 13 06:59:25.649 INFO kablam! | Oct 13 06:59:25.649 INFO kablam! 21 | type BaseCodec = Framed; Oct 13 06:59:25.649 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:59:25.650 INFO kablam! Oct 13 06:59:25.652 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.652 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 13 06:59:25.652 INFO kablam! | Oct 13 06:59:25.653 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 13 06:59:25.653 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:59:25.653 INFO kablam! Oct 13 06:59:25.702 INFO kablam! warning: unused import: `str` Oct 13 06:59:25.702 INFO kablam! --> src/codec/mod.rs:11:15 Oct 13 06:59:25.702 INFO kablam! | Oct 13 06:59:25.703 INFO kablam! 11 | use std::{io, str}; Oct 13 06:59:25.703 INFO kablam! | ^^^ Oct 13 06:59:25.703 INFO kablam! | Oct 13 06:59:25.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:59:25.703 INFO kablam! Oct 13 06:59:25.705 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.706 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 13 06:59:25.706 INFO kablam! | Oct 13 06:59:25.706 INFO kablam! 141 | /// Add the other headers to the response. Oct 13 06:59:25.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.707 INFO kablam! | Oct 13 06:59:25.707 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:59:25.707 INFO kablam! Oct 13 06:59:25.724 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.724 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 13 06:59:25.725 INFO kablam! | Oct 13 06:59:25.725 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 13 06:59:25.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.725 INFO kablam! Oct 13 06:59:25.725 INFO kablam! warning: unused import: `str` Oct 13 06:59:25.726 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 13 06:59:25.726 INFO kablam! | Oct 13 06:59:25.726 INFO kablam! 8 | use std::{io, str}; Oct 13 06:59:25.726 INFO kablam! | ^^^ Oct 13 06:59:25.727 INFO kablam! Oct 13 06:59:25.727 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:59:25.727 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 13 06:59:25.727 INFO kablam! | Oct 13 06:59:25.728 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 13 06:59:25.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.728 INFO kablam! Oct 13 06:59:25.832 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.833 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 13 06:59:25.833 INFO kablam! | Oct 13 06:59:25.833 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 13 06:59:25.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.834 INFO kablam! | Oct 13 06:59:25.834 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:59:25.834 INFO kablam! Oct 13 06:59:25.834 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.835 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 13 06:59:25.835 INFO kablam! | Oct 13 06:59:25.835 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 13 06:59:25.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:59:25.835 INFO kablam! Oct 13 06:59:25.836 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.836 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 13 06:59:25.836 INFO kablam! | Oct 13 06:59:25.836 INFO kablam! 21 | type BaseCodec = Framed; Oct 13 06:59:25.837 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:59:25.837 INFO kablam! Oct 13 06:59:25.837 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:59:25.837 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 13 06:59:25.838 INFO kablam! | Oct 13 06:59:25.838 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 13 06:59:25.838 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:59:25.838 INFO kablam! Oct 13 06:59:26.000 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 06:59:26.000 INFO kablam! --> src/codec/base.rs:114:14 Oct 13 06:59:26.000 INFO kablam! | Oct 13 06:59:26.000 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 13 06:59:26.001 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.001 INFO kablam! Oct 13 06:59:26.024 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 13 06:59:26.025 INFO kablam! --> src/codec/base.rs:186:64 Oct 13 06:59:26.025 INFO kablam! | Oct 13 06:59:26.025 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 13 06:59:26.025 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.026 INFO kablam! Oct 13 06:59:26.027 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 13 06:59:26.027 INFO kablam! --> src/codec/base.rs:195:64 Oct 13 06:59:26.027 INFO kablam! | Oct 13 06:59:26.028 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 13 06:59:26.028 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.028 INFO kablam! Oct 13 06:59:26.029 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 06:59:26.030 INFO kablam! --> src/codec/base.rs:213:65 Oct 13 06:59:26.030 INFO kablam! | Oct 13 06:59:26.030 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 13 06:59:26.030 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.031 INFO kablam! Oct 13 06:59:26.061 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 13 06:59:26.061 INFO kablam! --> src/codec/base.rs:314:21 Oct 13 06:59:26.061 INFO kablam! | Oct 13 06:59:26.062 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 13 06:59:26.062 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.062 INFO kablam! Oct 13 06:59:26.063 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 13 06:59:26.063 INFO kablam! --> src/codec/base.rs:320:21 Oct 13 06:59:26.064 INFO kablam! | Oct 13 06:59:26.064 INFO kablam! 320 | len_buf.put_u64::(len); Oct 13 06:59:26.064 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.064 INFO kablam! Oct 13 06:59:26.065 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 06:59:26.065 INFO kablam! --> src/codec/base.rs:327:22 Oct 13 06:59:26.066 INFO kablam! | Oct 13 06:59:26.066 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 13 06:59:26.066 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.066 INFO kablam! Oct 13 06:59:26.256 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 06:59:26.257 INFO kablam! --> src/codec/base.rs:114:14 Oct 13 06:59:26.257 INFO kablam! | Oct 13 06:59:26.257 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 13 06:59:26.257 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.258 INFO kablam! Oct 13 06:59:26.270 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 13 06:59:26.270 INFO kablam! --> src/codec/base.rs:186:64 Oct 13 06:59:26.270 INFO kablam! | Oct 13 06:59:26.270 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 13 06:59:26.270 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.270 INFO kablam! Oct 13 06:59:26.272 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 13 06:59:26.272 INFO kablam! --> src/codec/base.rs:195:64 Oct 13 06:59:26.272 INFO kablam! | Oct 13 06:59:26.272 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 13 06:59:26.272 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.272 INFO kablam! Oct 13 06:59:26.274 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 06:59:26.274 INFO kablam! --> src/codec/base.rs:213:65 Oct 13 06:59:26.274 INFO kablam! | Oct 13 06:59:26.274 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 13 06:59:26.274 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.274 INFO kablam! Oct 13 06:59:26.300 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 13 06:59:26.300 INFO kablam! --> src/codec/base.rs:314:21 Oct 13 06:59:26.300 INFO kablam! | Oct 13 06:59:26.300 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 13 06:59:26.300 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.300 INFO kablam! Oct 13 06:59:26.302 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 13 06:59:26.302 INFO kablam! --> src/codec/base.rs:320:21 Oct 13 06:59:26.302 INFO kablam! | Oct 13 06:59:26.302 INFO kablam! 320 | len_buf.put_u64::(len); Oct 13 06:59:26.302 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.302 INFO kablam! Oct 13 06:59:26.304 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 06:59:26.304 INFO kablam! --> src/codec/base.rs:327:22 Oct 13 06:59:26.304 INFO kablam! | Oct 13 06:59:26.304 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 13 06:59:26.304 INFO kablam! | ^^^^^^^ Oct 13 06:59:26.304 INFO kablam! Oct 13 06:59:26.376 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:59:26.376 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 13 06:59:26.376 INFO kablam! | Oct 13 06:59:26.376 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 13 06:59:26.376 INFO kablam! | ^^^^^^ Oct 13 06:59:26.376 INFO kablam! Oct 13 06:59:26.402 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:59:26.402 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 13 06:59:26.402 INFO kablam! | Oct 13 06:59:26.402 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 13 06:59:26.402 INFO kablam! | ^^^^^^ Oct 13 06:59:26.402 INFO kablam! Oct 13 06:59:26.567 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:59:26.567 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 13 06:59:26.567 INFO kablam! | Oct 13 06:59:26.567 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 13 06:59:26.568 INFO kablam! | ^^^^^^ Oct 13 06:59:26.568 INFO kablam! Oct 13 06:59:26.607 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:59:26.607 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 13 06:59:26.607 INFO kablam! | Oct 13 06:59:26.607 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 13 06:59:26.607 INFO kablam! | ^^^^^^ Oct 13 06:59:26.607 INFO kablam! Oct 13 06:59:26.993 INFO kablam! warning: variable does not need to be mutable Oct 13 06:59:26.993 INFO kablam! --> src/proto/mod.rs:76:13 Oct 13 06:59:26.993 INFO kablam! | Oct 13 06:59:26.993 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 13 06:59:26.993 INFO kablam! | ----^^^ Oct 13 06:59:26.993 INFO kablam! | | Oct 13 06:59:26.993 INFO kablam! | help: remove this `mut` Oct 13 06:59:26.993 INFO kablam! | Oct 13 06:59:26.995 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:59:26.995 INFO kablam! Oct 13 06:59:26.995 INFO kablam! warning: variable does not need to be mutable Oct 13 06:59:26.996 INFO kablam! --> src/proto/mod.rs:90:13 Oct 13 06:59:26.996 INFO kablam! | Oct 13 06:59:26.996 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 13 06:59:26.996 INFO kablam! | ----^^^ Oct 13 06:59:26.996 INFO kablam! | | Oct 13 06:59:26.996 INFO kablam! | help: remove this `mut` Oct 13 06:59:26.996 INFO kablam! Oct 13 06:59:27.298 INFO kablam! warning: variable does not need to be mutable Oct 13 06:59:27.298 INFO kablam! --> src/proto/mod.rs:76:13 Oct 13 06:59:27.298 INFO kablam! | Oct 13 06:59:27.298 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 13 06:59:27.298 INFO kablam! | ----^^^ Oct 13 06:59:27.298 INFO kablam! | | Oct 13 06:59:27.298 INFO kablam! | help: remove this `mut` Oct 13 06:59:27.298 INFO kablam! | Oct 13 06:59:27.298 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:59:27.298 INFO kablam! Oct 13 06:59:27.300 INFO kablam! warning: variable does not need to be mutable Oct 13 06:59:27.300 INFO kablam! --> src/proto/mod.rs:90:13 Oct 13 06:59:27.301 INFO kablam! | Oct 13 06:59:27.301 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 13 06:59:27.301 INFO kablam! | ----^^^ Oct 13 06:59:27.301 INFO kablam! | | Oct 13 06:59:27.301 INFO kablam! | help: remove this `mut` Oct 13 06:59:27.301 INFO kablam! Oct 13 06:59:27.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.41s Oct 13 06:59:27.525 INFO kablam! su: No module specific data is present Oct 13 06:59:29.018 INFO running `"docker" "rm" "-f" "4b4180ce1c43452b9cd9e638796a29154d2b802da358ae329d4fff1b70b5f763"` Oct 13 06:59:29.348 INFO blam! 4b4180ce1c43452b9cd9e638796a29154d2b802da358ae329d4fff1b70b5f763