Oct 21 22:48:06.654 INFO checking twist-0.7.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:48:06.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:48:07.116 INFO blam! c8ae9c4addc7ea271be51be62200961045920bcde674ee612c3a8e18bbab4e3a Oct 21 22:48:07.118 INFO running `"docker" "start" "-a" "c8ae9c4addc7ea271be51be62200961045920bcde674ee612c3a8e18bbab4e3a"` Oct 21 22:48:08.847 INFO kablam! usermod: no changes Oct 21 22:48:09.140 INFO kablam! Checking slog v1.7.1 Oct 21 22:48:09.184 INFO kablam! Checking base64 v0.4.2 Oct 21 22:48:09.184 INFO kablam! Checking uuid v0.4.0 Oct 21 22:48:09.184 INFO kablam! Checking num v0.1.42 Oct 21 22:48:09.184 INFO kablam! Checking vatfluid v0.3.0 Oct 21 22:48:11.212 INFO kablam! Checking slog-extra v0.1.2 Oct 21 22:48:11.212 INFO kablam! Checking slog-atomic v0.4.3 Oct 21 22:48:11.432 INFO kablam! Checking chrono v0.2.25 Oct 21 22:48:13.056 INFO kablam! Checking slog-stream v1.2.1 Oct 21 22:48:15.626 INFO kablam! Checking slog-term v1.5.0 Oct 21 22:48:17.189 INFO kablam! Checking twist v0.7.1 (/source) Oct 21 22:48:22.313 INFO kablam! warning: unused import: `str` Oct 21 22:48:22.313 INFO kablam! --> src/codec/mod.rs:11:15 Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! 11 | use std::{io, str}; Oct 21 22:48:22.313 INFO kablam! | ^^^ Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:48:22.313 INFO kablam! Oct 21 22:48:22.313 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.313 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! 141 | /// Add the other headers to the response. Oct 21 22:48:22.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 22:48:22.313 INFO kablam! Oct 21 22:48:22.313 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.313 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 21 22:48:22.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.313 INFO kablam! Oct 21 22:48:22.313 INFO kablam! warning: unused import: `str` Oct 21 22:48:22.313 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 21 22:48:22.313 INFO kablam! | Oct 21 22:48:22.313 INFO kablam! 8 | use std::{io, str}; Oct 21 22:48:22.313 INFO kablam! | ^^^ Oct 21 22:48:22.313 INFO kablam! Oct 21 22:48:22.318 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.318 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 21 22:48:22.318 INFO kablam! | Oct 21 22:48:22.318 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 21 22:48:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.318 INFO kablam! Oct 21 22:48:22.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.368 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 21 22:48:22.368 INFO kablam! | Oct 21 22:48:22.368 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 21 22:48:22.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.368 INFO kablam! | Oct 21 22:48:22.368 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:48:22.368 INFO kablam! Oct 21 22:48:22.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.368 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 21 22:48:22.368 INFO kablam! | Oct 21 22:48:22.368 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 21 22:48:22.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.368 INFO kablam! Oct 21 22:48:22.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.368 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 21 22:48:22.368 INFO kablam! | Oct 21 22:48:22.368 INFO kablam! 21 | type BaseCodec = Framed; Oct 21 22:48:22.368 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:48:22.368 INFO kablam! Oct 21 22:48:22.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.368 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 21 22:48:22.368 INFO kablam! | Oct 21 22:48:22.368 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 21 22:48:22.368 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:48:22.368 INFO kablam! Oct 21 22:48:22.565 INFO kablam! warning: unused import: `str` Oct 21 22:48:22.565 INFO kablam! --> src/codec/mod.rs:11:15 Oct 21 22:48:22.565 INFO kablam! | Oct 21 22:48:22.565 INFO kablam! 11 | use std::{io, str}; Oct 21 22:48:22.565 INFO kablam! | ^^^ Oct 21 22:48:22.565 INFO kablam! | Oct 21 22:48:22.565 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:48:22.565 INFO kablam! Oct 21 22:48:22.565 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.565 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 21 22:48:22.565 INFO kablam! | Oct 21 22:48:22.565 INFO kablam! 141 | /// Add the other headers to the response. Oct 21 22:48:22.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.565 INFO kablam! | Oct 21 22:48:22.565 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 22:48:22.565 INFO kablam! Oct 21 22:48:22.567 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.567 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 21 22:48:22.567 INFO kablam! | Oct 21 22:48:22.567 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 21 22:48:22.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.567 INFO kablam! Oct 21 22:48:22.567 INFO kablam! warning: unused import: `str` Oct 21 22:48:22.567 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 21 22:48:22.567 INFO kablam! | Oct 21 22:48:22.567 INFO kablam! 8 | use std::{io, str}; Oct 21 22:48:22.567 INFO kablam! | ^^^ Oct 21 22:48:22.567 INFO kablam! Oct 21 22:48:22.576 INFO kablam! warning: doc comment not used by rustdoc Oct 21 22:48:22.576 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 21 22:48:22.576 INFO kablam! | Oct 21 22:48:22.576 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 21 22:48:22.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.576 INFO kablam! Oct 21 22:48:22.628 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.628 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 21 22:48:22.628 INFO kablam! | Oct 21 22:48:22.628 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 21 22:48:22.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.628 INFO kablam! | Oct 21 22:48:22.628 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:48:22.628 INFO kablam! Oct 21 22:48:22.628 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.628 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 21 22:48:22.628 INFO kablam! | Oct 21 22:48:22.628 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 21 22:48:22.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:48:22.628 INFO kablam! Oct 21 22:48:22.628 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.628 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 21 22:48:22.628 INFO kablam! | Oct 21 22:48:22.628 INFO kablam! 21 | type BaseCodec = Framed; Oct 21 22:48:22.628 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:48:22.628 INFO kablam! Oct 21 22:48:22.636 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:48:22.636 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 21 22:48:22.636 INFO kablam! | Oct 21 22:48:22.636 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 21 22:48:22.636 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:48:22.636 INFO kablam! Oct 21 22:48:22.648 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 21 22:48:22.648 INFO kablam! --> src/codec/base.rs:114:14 Oct 21 22:48:22.648 INFO kablam! | Oct 21 22:48:22.648 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 21 22:48:22.648 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.648 INFO kablam! Oct 21 22:48:22.661 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 21 22:48:22.661 INFO kablam! --> src/codec/base.rs:186:64 Oct 21 22:48:22.661 INFO kablam! | Oct 21 22:48:22.661 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 21 22:48:22.661 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.661 INFO kablam! Oct 21 22:48:22.661 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 21 22:48:22.661 INFO kablam! --> src/codec/base.rs:195:64 Oct 21 22:48:22.661 INFO kablam! | Oct 21 22:48:22.661 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 21 22:48:22.661 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.661 INFO kablam! Oct 21 22:48:22.661 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 21 22:48:22.661 INFO kablam! --> src/codec/base.rs:213:65 Oct 21 22:48:22.661 INFO kablam! | Oct 21 22:48:22.661 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 21 22:48:22.661 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.661 INFO kablam! Oct 21 22:48:22.680 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 21 22:48:22.680 INFO kablam! --> src/codec/base.rs:314:21 Oct 21 22:48:22.680 INFO kablam! | Oct 21 22:48:22.680 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 21 22:48:22.680 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.680 INFO kablam! Oct 21 22:48:22.680 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 21 22:48:22.680 INFO kablam! --> src/codec/base.rs:320:21 Oct 21 22:48:22.680 INFO kablam! | Oct 21 22:48:22.680 INFO kablam! 320 | len_buf.put_u64::(len); Oct 21 22:48:22.680 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.680 INFO kablam! Oct 21 22:48:22.680 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 21 22:48:22.680 INFO kablam! --> src/codec/base.rs:327:22 Oct 21 22:48:22.680 INFO kablam! | Oct 21 22:48:22.680 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 21 22:48:22.680 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.680 INFO kablam! Oct 21 22:48:22.836 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:48:22.836 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 21 22:48:22.836 INFO kablam! | Oct 21 22:48:22.836 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 21 22:48:22.836 INFO kablam! | ^^^^^^ Oct 21 22:48:22.836 INFO kablam! Oct 21 22:48:22.848 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:48:22.848 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 21 22:48:22.848 INFO kablam! | Oct 21 22:48:22.848 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 21 22:48:22.848 INFO kablam! | ^^^^^^ Oct 21 22:48:22.848 INFO kablam! Oct 21 22:48:22.944 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 21 22:48:22.945 INFO kablam! --> src/codec/base.rs:114:14 Oct 21 22:48:22.945 INFO kablam! | Oct 21 22:48:22.945 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 21 22:48:22.945 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.946 INFO kablam! Oct 21 22:48:22.956 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 21 22:48:22.957 INFO kablam! --> src/codec/base.rs:186:64 Oct 21 22:48:22.957 INFO kablam! | Oct 21 22:48:22.957 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 21 22:48:22.957 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.958 INFO kablam! Oct 21 22:48:22.958 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 21 22:48:22.958 INFO kablam! --> src/codec/base.rs:195:64 Oct 21 22:48:22.958 INFO kablam! | Oct 21 22:48:22.959 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 21 22:48:22.959 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.959 INFO kablam! Oct 21 22:48:22.959 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 21 22:48:22.959 INFO kablam! --> src/codec/base.rs:213:65 Oct 21 22:48:22.960 INFO kablam! | Oct 21 22:48:22.960 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 21 22:48:22.960 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.960 INFO kablam! Oct 21 22:48:22.966 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 21 22:48:22.966 INFO kablam! --> src/codec/base.rs:314:21 Oct 21 22:48:22.966 INFO kablam! | Oct 21 22:48:22.966 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 21 22:48:22.966 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.966 INFO kablam! Oct 21 22:48:22.966 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 21 22:48:22.966 INFO kablam! --> src/codec/base.rs:320:21 Oct 21 22:48:22.966 INFO kablam! | Oct 21 22:48:22.967 INFO kablam! 320 | len_buf.put_u64::(len); Oct 21 22:48:22.967 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.967 INFO kablam! Oct 21 22:48:22.967 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 21 22:48:22.967 INFO kablam! --> src/codec/base.rs:327:22 Oct 21 22:48:22.967 INFO kablam! | Oct 21 22:48:22.967 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 21 22:48:22.967 INFO kablam! | ^^^^^^^ Oct 21 22:48:22.967 INFO kablam! Oct 21 22:48:23.160 INFO kablam! warning: variable does not need to be mutable Oct 21 22:48:23.160 INFO kablam! --> src/proto/mod.rs:76:13 Oct 21 22:48:23.160 INFO kablam! | Oct 21 22:48:23.160 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 21 22:48:23.160 INFO kablam! | ----^^^ Oct 21 22:48:23.160 INFO kablam! | | Oct 21 22:48:23.160 INFO kablam! | help: remove this `mut` Oct 21 22:48:23.160 INFO kablam! | Oct 21 22:48:23.160 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:48:23.160 INFO kablam! Oct 21 22:48:23.160 INFO kablam! warning: variable does not need to be mutable Oct 21 22:48:23.160 INFO kablam! --> src/proto/mod.rs:90:13 Oct 21 22:48:23.160 INFO kablam! | Oct 21 22:48:23.160 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 21 22:48:23.160 INFO kablam! | ----^^^ Oct 21 22:48:23.160 INFO kablam! | | Oct 21 22:48:23.160 INFO kablam! | help: remove this `mut` Oct 21 22:48:23.160 INFO kablam! Oct 21 22:48:23.184 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:48:23.184 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 21 22:48:23.184 INFO kablam! | Oct 21 22:48:23.184 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 21 22:48:23.184 INFO kablam! | ^^^^^^ Oct 21 22:48:23.184 INFO kablam! Oct 21 22:48:23.208 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:48:23.208 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 21 22:48:23.208 INFO kablam! | Oct 21 22:48:23.208 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 21 22:48:23.208 INFO kablam! | ^^^^^^ Oct 21 22:48:23.208 INFO kablam! Oct 21 22:48:23.628 INFO kablam! warning: variable does not need to be mutable Oct 21 22:48:23.628 INFO kablam! --> src/proto/mod.rs:76:13 Oct 21 22:48:23.628 INFO kablam! | Oct 21 22:48:23.628 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 21 22:48:23.628 INFO kablam! | ----^^^ Oct 21 22:48:23.628 INFO kablam! | | Oct 21 22:48:23.628 INFO kablam! | help: remove this `mut` Oct 21 22:48:23.628 INFO kablam! | Oct 21 22:48:23.628 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:48:23.628 INFO kablam! Oct 21 22:48:23.628 INFO kablam! warning: variable does not need to be mutable Oct 21 22:48:23.628 INFO kablam! --> src/proto/mod.rs:90:13 Oct 21 22:48:23.628 INFO kablam! | Oct 21 22:48:23.628 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 21 22:48:23.628 INFO kablam! | ----^^^ Oct 21 22:48:23.628 INFO kablam! | | Oct 21 22:48:23.629 INFO kablam! | help: remove this `mut` Oct 21 22:48:23.629 INFO kablam! Oct 21 22:48:23.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.93s Oct 21 22:48:23.837 INFO kablam! su: No module specific data is present Oct 21 22:48:24.287 INFO running `"docker" "rm" "-f" "c8ae9c4addc7ea271be51be62200961045920bcde674ee612c3a8e18bbab4e3a"` Oct 21 22:48:24.464 INFO blam! c8ae9c4addc7ea271be51be62200961045920bcde674ee612c3a8e18bbab4e3a