Oct 27 14:11:11.454 INFO checking twist-0.7.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:11:11.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 14:11:11.935 INFO blam! d25c57ee47dbff4c6372f7ba32f1e09529326ac7f37fbf3c741f27848598111e Oct 27 14:11:11.943 INFO running `"docker" "start" "-a" "d25c57ee47dbff4c6372f7ba32f1e09529326ac7f37fbf3c741f27848598111e"` Oct 27 14:11:12.995 INFO kablam! usermod: no changes Oct 27 14:11:13.295 INFO kablam! Checking slog v1.7.1 Oct 27 14:11:13.295 INFO kablam! Checking base64 v0.4.2 Oct 27 14:11:13.296 INFO kablam! Checking uuid v0.4.0 Oct 27 14:11:13.296 INFO kablam! Checking error-chain v0.10.0 Oct 27 14:11:15.015 INFO kablam! Checking vatfluid v0.3.0 Oct 27 14:11:15.183 INFO kablam! Checking slog-extra v0.1.2 Oct 27 14:11:15.183 INFO kablam! Checking slog-atomic v0.4.3 Oct 27 14:11:16.387 INFO kablam! Checking slog-stream v1.2.1 Oct 27 14:11:17.227 INFO kablam! Checking slog-term v1.5.0 Oct 27 14:11:18.803 INFO kablam! Checking twist v0.7.1 (/source) Oct 27 14:11:24.611 INFO kablam! warning: unused import: `str` Oct 27 14:11:24.611 INFO kablam! --> src/codec/mod.rs:11:15 Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! 11 | use std::{io, str}; Oct 27 14:11:24.611 INFO kablam! | ^^^ Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:11:24.611 INFO kablam! Oct 27 14:11:24.611 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.611 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! 141 | /// Add the other headers to the response. Oct 27 14:11:24.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 14:11:24.611 INFO kablam! Oct 27 14:11:24.611 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.611 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 27 14:11:24.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.611 INFO kablam! Oct 27 14:11:24.611 INFO kablam! warning: unused import: `str` Oct 27 14:11:24.611 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! 8 | use std::{io, str}; Oct 27 14:11:24.611 INFO kablam! | ^^^ Oct 27 14:11:24.611 INFO kablam! Oct 27 14:11:24.611 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.611 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 27 14:11:24.611 INFO kablam! | Oct 27 14:11:24.611 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 27 14:11:24.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.611 INFO kablam! Oct 27 14:11:24.659 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.659 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 27 14:11:24.659 INFO kablam! | Oct 27 14:11:24.659 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 27 14:11:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.659 INFO kablam! | Oct 27 14:11:24.659 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:11:24.659 INFO kablam! Oct 27 14:11:24.659 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.659 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 27 14:11:24.659 INFO kablam! | Oct 27 14:11:24.659 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 27 14:11:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.659 INFO kablam! Oct 27 14:11:24.659 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.659 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 27 14:11:24.659 INFO kablam! | Oct 27 14:11:24.659 INFO kablam! 21 | type BaseCodec = Framed; Oct 27 14:11:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:24.659 INFO kablam! Oct 27 14:11:24.667 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.667 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 27 14:11:24.667 INFO kablam! | Oct 27 14:11:24.667 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 27 14:11:24.667 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:24.667 INFO kablam! Oct 27 14:11:24.751 INFO kablam! warning: unused import: `str` Oct 27 14:11:24.751 INFO kablam! --> src/codec/mod.rs:11:15 Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! 11 | use std::{io, str}; Oct 27 14:11:24.751 INFO kablam! | ^^^ Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:11:24.751 INFO kablam! Oct 27 14:11:24.751 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.751 INFO kablam! --> src/codec/server/handshake.rs:141:9 Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! 141 | /// Add the other headers to the response. Oct 27 14:11:24.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 14:11:24.751 INFO kablam! Oct 27 14:11:24.751 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.751 INFO kablam! --> src/proto/client/mod.rs:42:9 Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! 42 | /// Setup the protocol middleware chain. Oct 27 14:11:24.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.751 INFO kablam! Oct 27 14:11:24.751 INFO kablam! warning: unused import: `str` Oct 27 14:11:24.751 INFO kablam! --> src/proto/server/fragmented.rs:8:15 Oct 27 14:11:24.751 INFO kablam! | Oct 27 14:11:24.751 INFO kablam! 8 | use std::{io, str}; Oct 27 14:11:24.751 INFO kablam! | ^^^ Oct 27 14:11:24.751 INFO kablam! Oct 27 14:11:24.767 INFO kablam! warning: doc comment not used by rustdoc Oct 27 14:11:24.767 INFO kablam! --> src/proto/server/mod.rs:86:9 Oct 27 14:11:24.767 INFO kablam! | Oct 27 14:11:24.767 INFO kablam! 86 | /// Setup the protocol middleware chain. Oct 27 14:11:24.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.767 INFO kablam! Oct 27 14:11:24.835 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.835 INFO kablam! --> src/proto/client/mod.rs:7:5 Oct 27 14:11:24.835 INFO kablam! | Oct 27 14:11:24.835 INFO kablam! 7 | use tokio_io::codec::Framed; Oct 27 14:11:24.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.835 INFO kablam! | Oct 27 14:11:24.835 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:11:24.835 INFO kablam! Oct 27 14:11:24.835 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.835 INFO kablam! --> src/proto/server/mod.rs:10:5 Oct 27 14:11:24.835 INFO kablam! | Oct 27 14:11:24.835 INFO kablam! 10 | use tokio_io::codec::Framed; Oct 27 14:11:24.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:11:24.835 INFO kablam! Oct 27 14:11:24.835 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.835 INFO kablam! --> src/proto/server/mod.rs:21:21 Oct 27 14:11:24.835 INFO kablam! | Oct 27 14:11:24.835 INFO kablam! 21 | type BaseCodec = Framed; Oct 27 14:11:24.835 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:24.835 INFO kablam! Oct 27 14:11:24.838 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:11:24.838 INFO kablam! --> src/proto/client/mod.rs:17:38 Oct 27 14:11:24.838 INFO kablam! | Oct 27 14:11:24.838 INFO kablam! 17 | type Transport = ClientHandshake>; Oct 27 14:11:24.838 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:11:24.838 INFO kablam! Oct 27 14:11:24.883 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:24.883 INFO kablam! --> src/codec/base.rs:114:14 Oct 27 14:11:24.883 INFO kablam! | Oct 27 14:11:24.883 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 27 14:11:24.883 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.883 INFO kablam! Oct 27 14:11:24.895 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 27 14:11:24.895 INFO kablam! --> src/codec/base.rs:186:64 Oct 27 14:11:24.895 INFO kablam! | Oct 27 14:11:24.895 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 27 14:11:24.895 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.895 INFO kablam! Oct 27 14:11:24.895 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 27 14:11:24.895 INFO kablam! --> src/codec/base.rs:195:64 Oct 27 14:11:24.895 INFO kablam! | Oct 27 14:11:24.895 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 27 14:11:24.895 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.895 INFO kablam! Oct 27 14:11:24.895 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 27 14:11:24.895 INFO kablam! --> src/codec/base.rs:213:65 Oct 27 14:11:24.895 INFO kablam! | Oct 27 14:11:24.895 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 27 14:11:24.895 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.895 INFO kablam! Oct 27 14:11:24.911 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 27 14:11:24.911 INFO kablam! --> src/codec/base.rs:314:21 Oct 27 14:11:24.911 INFO kablam! | Oct 27 14:11:24.911 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 27 14:11:24.911 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.911 INFO kablam! Oct 27 14:11:24.911 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 27 14:11:24.911 INFO kablam! --> src/codec/base.rs:320:21 Oct 27 14:11:24.911 INFO kablam! | Oct 27 14:11:24.911 INFO kablam! 320 | len_buf.put_u64::(len); Oct 27 14:11:24.911 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.911 INFO kablam! Oct 27 14:11:24.911 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:24.911 INFO kablam! --> src/codec/base.rs:327:22 Oct 27 14:11:24.911 INFO kablam! | Oct 27 14:11:24.911 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 27 14:11:24.911 INFO kablam! | ^^^^^^^ Oct 27 14:11:24.911 INFO kablam! Oct 27 14:11:25.075 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:25.075 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 27 14:11:25.075 INFO kablam! | Oct 27 14:11:25.075 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 27 14:11:25.075 INFO kablam! | ^^^^^^ Oct 27 14:11:25.075 INFO kablam! Oct 27 14:11:25.091 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:25.091 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 27 14:11:25.091 INFO kablam! | Oct 27 14:11:25.091 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 27 14:11:25.091 INFO kablam! | ^^^^^^ Oct 27 14:11:25.091 INFO kablam! Oct 27 14:11:25.254 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:25.254 INFO kablam! --> src/codec/base.rs:114:14 Oct 27 14:11:25.254 INFO kablam! | Oct 27 14:11:25.254 INFO kablam! 114 | mask_buf.put_u32::(mask); Oct 27 14:11:25.254 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.254 INFO kablam! Oct 27 14:11:25.264 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 27 14:11:25.264 INFO kablam! --> src/codec/base.rs:186:64 Oct 27 14:11:25.264 INFO kablam! | Oct 27 14:11:25.264 INFO kablam! 186 | let len = Cursor::new(buf.split_to(2)).get_u16::(); Oct 27 14:11:25.264 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.264 INFO kablam! Oct 27 14:11:25.265 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 27 14:11:25.265 INFO kablam! --> src/codec/base.rs:195:64 Oct 27 14:11:25.265 INFO kablam! | Oct 27 14:11:25.265 INFO kablam! 195 | let len = Cursor::new(buf.split_to(8)).get_u64::(); Oct 27 14:11:25.265 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.265 INFO kablam! Oct 27 14:11:25.267 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 27 14:11:25.267 INFO kablam! --> src/codec/base.rs:213:65 Oct 27 14:11:25.267 INFO kablam! | Oct 27 14:11:25.267 INFO kablam! 213 | let mask = Cursor::new(buf.split_to(4)).get_u32::(); Oct 27 14:11:25.267 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.267 INFO kablam! Oct 27 14:11:25.282 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 27 14:11:25.282 INFO kablam! --> src/codec/base.rs:314:21 Oct 27 14:11:25.282 INFO kablam! | Oct 27 14:11:25.282 INFO kablam! 314 | len_buf.put_u16::(cast_len); Oct 27 14:11:25.282 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.282 INFO kablam! Oct 27 14:11:25.284 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 27 14:11:25.284 INFO kablam! --> src/codec/base.rs:320:21 Oct 27 14:11:25.284 INFO kablam! | Oct 27 14:11:25.284 INFO kablam! 320 | len_buf.put_u64::(len); Oct 27 14:11:25.284 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.284 INFO kablam! Oct 27 14:11:25.285 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:11:25.285 INFO kablam! --> src/codec/base.rs:327:22 Oct 27 14:11:25.285 INFO kablam! | Oct 27 14:11:25.285 INFO kablam! 327 | mask_buf.put_u32::(msg.mask()); Oct 27 14:11:25.285 INFO kablam! | ^^^^^^^ Oct 27 14:11:25.285 INFO kablam! Oct 27 14:11:25.446 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:25.446 INFO kablam! --> src/proto/client/mod.rs:35:53 Oct 27 14:11:25.446 INFO kablam! | Oct 27 14:11:25.446 INFO kablam! 35 | let mut handshake = ClientHandshake::new(io.framed(twist)); Oct 27 14:11:25.446 INFO kablam! | ^^^^^^ Oct 27 14:11:25.446 INFO kablam! Oct 27 14:11:25.465 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:11:25.465 INFO kablam! --> src/proto/server/mod.rs:48:49 Oct 27 14:11:25.466 INFO kablam! | Oct 27 14:11:25.466 INFO kablam! 48 | let mut fragmented = Fragmented::new(io.framed(twist), Oct 27 14:11:25.466 INFO kablam! | ^^^^^^ Oct 27 14:11:25.466 INFO kablam! Oct 27 14:11:25.611 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:25.612 INFO kablam! --> src/proto/mod.rs:76:13 Oct 27 14:11:25.612 INFO kablam! | Oct 27 14:11:25.612 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:25.612 INFO kablam! | ----^^^ Oct 27 14:11:25.612 INFO kablam! | | Oct 27 14:11:25.613 INFO kablam! | help: remove this `mut` Oct 27 14:11:25.613 INFO kablam! | Oct 27 14:11:25.613 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:11:25.613 INFO kablam! Oct 27 14:11:25.614 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:25.614 INFO kablam! --> src/proto/mod.rs:90:13 Oct 27 14:11:25.614 INFO kablam! | Oct 27 14:11:25.615 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:25.615 INFO kablam! | ----^^^ Oct 27 14:11:25.615 INFO kablam! | | Oct 27 14:11:25.615 INFO kablam! | help: remove this `mut` Oct 27 14:11:25.615 INFO kablam! Oct 27 14:11:25.939 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:25.939 INFO kablam! --> src/proto/mod.rs:76:13 Oct 27 14:11:25.939 INFO kablam! | Oct 27 14:11:25.939 INFO kablam! 76 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:25.939 INFO kablam! | ----^^^ Oct 27 14:11:25.939 INFO kablam! | | Oct 27 14:11:25.939 INFO kablam! | help: remove this `mut` Oct 27 14:11:25.939 INFO kablam! | Oct 27 14:11:25.939 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:11:25.939 INFO kablam! Oct 27 14:11:25.946 INFO kablam! warning: variable does not need to be mutable Oct 27 14:11:25.947 INFO kablam! --> src/proto/mod.rs:90:13 Oct 27 14:11:25.947 INFO kablam! | Oct 27 14:11:25.947 INFO kablam! 90 | let mut vec = map.entry(self.uuid).or_insert_with(Vec::new); Oct 27 14:11:25.947 INFO kablam! | ----^^^ Oct 27 14:11:25.947 INFO kablam! | | Oct 27 14:11:25.947 INFO kablam! | help: remove this `mut` Oct 27 14:11:25.947 INFO kablam! Oct 27 14:11:26.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.15s Oct 27 14:11:26.219 INFO kablam! su: No module specific data is present Oct 27 14:11:27.237 INFO running `"docker" "rm" "-f" "d25c57ee47dbff4c6372f7ba32f1e09529326ac7f37fbf3c741f27848598111e"` Oct 27 14:11:27.586 INFO blam! d25c57ee47dbff4c6372f7ba32f1e09529326ac7f37fbf3c741f27848598111e