Oct 27 14:11:08.822 INFO checking twist-0.7.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:11:08.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:11:09.287 INFO blam! e66f199d08721f9bb062a794f3d1bea22f9b18c2f85d208ea9fd9f89f1667bcf Oct 27 14:11:09.299 INFO running `"docker" "start" "-a" "e66f199d08721f9bb062a794f3d1bea22f9b18c2f85d208ea9fd9f89f1667bcf"` Oct 27 14:11:10.807 INFO kablam! usermod: no changes Oct 27 14:11:11.091 INFO kablam! Checking slog v1.7.1 Oct 27 14:11:11.091 INFO kablam! Checking base64 v0.4.2 Oct 27 14:11:11.091 INFO kablam! Checking uuid v0.4.0 Oct 27 14:11:11.103 INFO kablam! Checking vatfluid v0.3.0 Oct 27 14:11:13.311 INFO kablam! Checking slog-extra v0.1.2 Oct 27 14:11:13.311 INFO kablam! Checking slog-atomic v0.4.3 Oct 27 14:11:14.683 INFO kablam! Checking slog-stream v1.2.1 Oct 27 14:11:15.327 INFO kablam! Checking slog-term v1.5.0 Oct 27 14:11:16.790 INFO kablam! Checking twist v0.7.1 (/source) Oct 27 14:11:21.811 INFO kablam! warning: unused import: `str` Oct 27 14:11:21.812 INFO kablam! --> src/codec/mod.rs:11:15 Oct 27 14:11:21.813 INFO kablam! | Oct 27 14:11:21.813 INFO kablam! 11 | use std::{io, str}; Oct 27 14:11:21.814 INFO kablam! | ^^^ Oct 27 14:11:21.814 INFO kablam! | Oct 27 14:11:21.815 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:11:21.815 INFO kablam! Oct 27 14:11:21.816 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.817 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 27 14:11:21.817 INFO kablam! | Oct 27 14:11:21.817 INFO kablam! 141 | /// Add the other headers to the response. Oct 27 14:11:21.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.817 INFO kablam! | Oct 27 14:11:21.817 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 14:11:21.817 INFO kablam! Oct 27 14:11:21.823 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.823 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 27 14:11:21.823 INFO kablam! | Oct 27 14:11:21.823 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 27 14:11:21.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.823 INFO kablam! Oct 27 14:11:21.823 INFO kablam! warning: unused import: `str` Oct 27 14:11:21.823 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 27 14:11:21.823 INFO kablam! | Oct 27 14:11:21.823 INFO kablam! 8 | use std::{io, str}; Oct 27 14:11:21.823 INFO kablam! | ^^^ Oct 27 14:11:21.823 INFO kablam! Oct 27 14:11:21.823 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.823 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 27 14:11:21.823 INFO kablam! | Oct 27 14:11:21.823 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 27 14:11:21.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.823 INFO kablam! Oct 27 14:11:21.886 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.886 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 27 14:11:21.886 INFO kablam! | Oct 27 14:11:21.886 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 27 14:11:21.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.886 INFO kablam! | Oct 27 14:11:21.886 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:11:21.886 INFO kablam! Oct 27 14:11:21.886 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.886 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 27 14:11:21.886 INFO kablam! | Oct 27 14:11:21.886 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 27 14:11:21.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.886 INFO kablam! Oct 27 14:11:21.895 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.895 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 27 14:11:21.895 INFO kablam! | Oct 27 14:11:21.895 INFO kablam! 21 | type BaseCodec = Framed; Oct 27 14:11:21.895 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:21.895 INFO kablam! Oct 27 14:11:21.897 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.897 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 27 14:11:21.897 INFO kablam! | Oct 27 14:11:21.897 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 27 14:11:21.897 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:21.897 INFO kablam! Oct 27 14:11:21.939 INFO kablam! warning: unused import: `str` Oct 27 14:11:21.939 INFO kablam! --> src/codec/mod.rs:11:15 Oct 27 14:11:21.939 INFO kablam! | Oct 27 14:11:21.939 INFO kablam! 11 | use std::{io, str}; Oct 27 14:11:21.939 INFO kablam! | ^^^ Oct 27 14:11:21.939 INFO kablam! | Oct 27 14:11:21.940 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:11:21.940 INFO kablam! Oct 27 14:11:21.940 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.940 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 27 14:11:21.940 INFO kablam! | Oct 27 14:11:21.940 INFO kablam! 141 | /// Add the other headers to the response. Oct 27 14:11:21.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.941 INFO kablam! | Oct 27 14:11:21.941 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 14:11:21.941 INFO kablam! Oct 27 14:11:21.941 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.941 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 27 14:11:21.941 INFO kablam! | Oct 27 14:11:21.942 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 27 14:11:21.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.942 INFO kablam! Oct 27 14:11:21.942 INFO kablam! warning: unused import: `str` Oct 27 14:11:21.942 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 27 14:11:21.942 INFO kablam! | Oct 27 14:11:21.943 INFO kablam! 8 | use std::{io, str}; Oct 27 14:11:21.943 INFO kablam! | ^^^ Oct 27 14:11:21.943 INFO kablam! Oct 27 14:11:21.943 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:21.943 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 27 14:11:21.943 INFO kablam! | Oct 27 14:11:21.943 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 27 14:11:21.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.944 INFO kablam! Oct 27 14:11:21.988 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.988 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 27 14:11:21.988 INFO kablam! | Oct 27 14:11:21.988 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 27 14:11:21.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.988 INFO kablam! | Oct 27 14:11:21.988 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:11:21.988 INFO kablam! Oct 27 14:11:21.988 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.988 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 27 14:11:21.988 INFO kablam! | Oct 27 14:11:21.988 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 27 14:11:21.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:21.989 INFO kablam! Oct 27 14:11:21.989 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.989 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 27 14:11:21.989 INFO kablam! | Oct 27 14:11:21.989 INFO kablam! 21 | type BaseCodec = Framed; Oct 27 14:11:21.990 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:21.990 INFO kablam! Oct 27 14:11:21.992 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:21.992 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 27 14:11:21.992 INFO kablam! | Oct 27 14:11:21.992 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 27 14:11:21.992 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:21.992 INFO kablam! Oct 27 14:11:22.219 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:22.219 INFO kablam! --> src/codec/base.rs:114:14 Oct 27 14:11:22.219 INFO kablam! | Oct 27 14:11:22.219 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 27 14:11:22.219 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.219 INFO kablam! Oct 27 14:11:22.239 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 27 14:11:22.239 INFO kablam! --> src/codec/base.rs:186:64 Oct 27 14:11:22.239 INFO kablam! | Oct 27 14:11:22.239 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 27 14:11:22.239 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.239 INFO kablam! Oct 27 14:11:22.240 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 27 14:11:22.240 INFO kablam! --> src/codec/base.rs:195:64 Oct 27 14:11:22.240 INFO kablam! | Oct 27 14:11:22.240 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 27 14:11:22.240 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.240 INFO kablam! Oct 27 14:11:22.241 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 27 14:11:22.241 INFO kablam! --> src/codec/base.rs:213:65 Oct 27 14:11:22.241 INFO kablam! | Oct 27 14:11:22.241 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 27 14:11:22.241 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.241 INFO kablam! Oct 27 14:11:22.267 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 27 14:11:22.268 INFO kablam! --> src/codec/base.rs:314:21 Oct 27 14:11:22.268 INFO kablam! | Oct 27 14:11:22.268 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 27 14:11:22.268 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.268 INFO kablam! Oct 27 14:11:22.279 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 27 14:11:22.279 INFO kablam! --> src/codec/base.rs:320:21 Oct 27 14:11:22.279 INFO kablam! | Oct 27 14:11:22.279 INFO kablam! 320 | len_buf.put_u64::(len); Oct 27 14:11:22.279 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.280 INFO kablam! Oct 27 14:11:22.280 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:22.280 INFO kablam! --> src/codec/base.rs:327:22 Oct 27 14:11:22.280 INFO kablam! | Oct 27 14:11:22.280 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 27 14:11:22.280 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.280 INFO kablam! Oct 27 14:11:22.523 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:22.523 INFO kablam! --> src/codec/base.rs:114:14 Oct 27 14:11:22.523 INFO kablam! | Oct 27 14:11:22.523 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 27 14:11:22.523 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.524 INFO kablam! Oct 27 14:11:22.547 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 27 14:11:22.547 INFO kablam! --> src/codec/base.rs:186:64 Oct 27 14:11:22.547 INFO kablam! | Oct 27 14:11:22.547 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 27 14:11:22.547 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.547 INFO kablam! Oct 27 14:11:22.547 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 27 14:11:22.547 INFO kablam! --> src/codec/base.rs:195:64 Oct 27 14:11:22.547 INFO kablam! | Oct 27 14:11:22.547 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 27 14:11:22.547 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.547 INFO kablam! Oct 27 14:11:22.547 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 27 14:11:22.547 INFO kablam! --> src/codec/base.rs:213:65 Oct 27 14:11:22.547 INFO kablam! | Oct 27 14:11:22.547 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 27 14:11:22.547 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.547 INFO kablam! Oct 27 14:11:22.567 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 27 14:11:22.567 INFO kablam! --> src/codec/base.rs:314:21 Oct 27 14:11:22.567 INFO kablam! | Oct 27 14:11:22.567 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 27 14:11:22.567 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.567 INFO kablam! Oct 27 14:11:22.567 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 27 14:11:22.567 INFO kablam! --> src/codec/base.rs:320:21 Oct 27 14:11:22.567 INFO kablam! | Oct 27 14:11:22.567 INFO kablam! 320 | len_buf.put_u64::(len); Oct 27 14:11:22.567 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.567 INFO kablam! Oct 27 14:11:22.568 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:22.568 INFO kablam! --> src/codec/base.rs:327:22 Oct 27 14:11:22.568 INFO kablam! | Oct 27 14:11:22.568 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 27 14:11:22.568 INFO kablam! | ^^^^^^^ Oct 27 14:11:22.568 INFO kablam! Oct 27 14:11:22.613 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:22.613 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 27 14:11:22.613 INFO kablam! | Oct 27 14:11:22.613 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 27 14:11:22.613 INFO kablam! | ^^^^^^ Oct 27 14:11:22.613 INFO kablam! Oct 27 14:11:22.644 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:22.644 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 27 14:11:22.644 INFO kablam! | Oct 27 14:11:22.644 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 27 14:11:22.644 INFO kablam! | ^^^^^^ Oct 27 14:11:22.644 INFO kablam! Oct 27 14:11:22.845 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:22.845 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 27 14:11:22.845 INFO kablam! | Oct 27 14:11:22.845 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 27 14:11:22.845 INFO kablam! | ^^^^^^ Oct 27 14:11:22.845 INFO kablam! Oct 27 14:11:22.891 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:22.891 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 27 14:11:22.891 INFO kablam! | Oct 27 14:11:22.891 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 27 14:11:22.891 INFO kablam! | ^^^^^^ Oct 27 14:11:22.891 INFO kablam! Oct 27 14:11:23.263 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:23.263 INFO kablam! --> src/proto/mod.rs:76:13 Oct 27 14:11:23.263 INFO kablam! | Oct 27 14:11:23.263 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:23.263 INFO kablam! | ----^^^ Oct 27 14:11:23.264 INFO kablam! | | Oct 27 14:11:23.264 INFO kablam! | help: remove this `mut` Oct 27 14:11:23.264 INFO kablam! | Oct 27 14:11:23.264 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:11:23.265 INFO kablam! Oct 27 14:11:23.268 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:23.268 INFO kablam! --> src/proto/mod.rs:90:13 Oct 27 14:11:23.268 INFO kablam! | Oct 27 14:11:23.269 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:23.269 INFO kablam! | ----^^^ Oct 27 14:11:23.269 INFO kablam! | | Oct 27 14:11:23.269 INFO kablam! | help: remove this `mut` Oct 27 14:11:23.269 INFO kablam! Oct 27 14:11:23.607 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:23.608 INFO kablam! --> src/proto/mod.rs:76:13 Oct 27 14:11:23.608 INFO kablam! | Oct 27 14:11:23.609 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:23.609 INFO kablam! | ----^^^ Oct 27 14:11:23.610 INFO kablam! | | Oct 27 14:11:23.610 INFO kablam! | help: remove this `mut` Oct 27 14:11:23.611 INFO kablam! | Oct 27 14:11:23.612 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:11:23.612 INFO kablam! Oct 27 14:11:23.612 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:23.612 INFO kablam! --> src/proto/mod.rs:90:13 Oct 27 14:11:23.613 INFO kablam! | Oct 27 14:11:23.613 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:23.613 INFO kablam! | ----^^^ Oct 27 14:11:23.613 INFO kablam! | | Oct 27 14:11:23.614 INFO kablam! | help: remove this `mut` Oct 27 14:11:23.614 INFO kablam! Oct 27 14:11:23.845 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.99s Oct 27 14:11:23.855 INFO kablam! su: No module specific data is present Oct 27 14:11:25.046 INFO running `"docker" "rm" "-f" "e66f199d08721f9bb062a794f3d1bea22f9b18c2f85d208ea9fd9f89f1667bcf"` Oct 27 14:11:25.339 INFO blam! e66f199d08721f9bb062a794f3d1bea22f9b18c2f85d208ea9fd9f89f1667bcf