Oct 22 03:10:17.465 INFO checking fourleaf-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:10:17.465 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22 03:10:17.664 INFO blam! 1458794a6c30b83b0412567c313522982869caee1bac7f265a215b3c16660d0e Oct 22 03:10:17.665 INFO running `"docker" "start" "-a" "1458794a6c30b83b0412567c313522982869caee1bac7f265a215b3c16660d0e"` Oct 22 03:10:18.203 INFO kablam! usermod: no changes Oct 22 03:10:18.223 INFO kablam! Checking fourleaf v0.1.1 (/source) Oct 22 03:10:20.186 INFO kablam! warning: unused import: `self` Oct 22 03:10:20.186 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Oct 22 03:10:20.186 INFO kablam! | Oct 22 03:10:20.186 INFO kablam! 18 | use stream::{self, Stream}; Oct 22 03:10:20.186 INFO kablam! | ^^^^ Oct 22 03:10:20.186 INFO kablam! | Oct 22 03:10:20.186 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:10:20.186 INFO kablam! Oct 22 03:10:23.188 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.188 INFO kablam! --> src/stream.rs:1263:24 Oct 22 03:10:23.188 INFO kablam! | Oct 22 03:10:23.188 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 22 03:10:23.188 INFO kablam! | ----^^^ Oct 22 03:10:23.188 INFO kablam! | | Oct 22 03:10:23.188 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.188 INFO kablam! | Oct 22 03:10:23.188 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:10:23.188 INFO kablam! Oct 22 03:10:23.404 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.404 INFO kablam! --> src/de.rs:793:13 Oct 22 03:10:23.404 INFO kablam! | Oct 22 03:10:23.404 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.404 INFO kablam! | ----^^^^ Oct 22 03:10:23.404 INFO kablam! | | Oct 22 03:10:23.404 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.404 INFO kablam! Oct 22 03:10:23.448 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.448 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.448 INFO kablam! | Oct 22 03:10:23.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.448 INFO kablam! | ----^^^^ Oct 22 03:10:23.448 INFO kablam! | | Oct 22 03:10:23.448 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.448 INFO kablam! ... Oct 22 03:10:23.448 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 22 03:10:23.448 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.448 INFO kablam! Oct 22 03:10:23.448 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.448 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.448 INFO kablam! | Oct 22 03:10:23.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.448 INFO kablam! | ----^^^^ Oct 22 03:10:23.448 INFO kablam! | | Oct 22 03:10:23.448 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.448 INFO kablam! ... Oct 22 03:10:23.448 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 22 03:10:23.448 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.448 INFO kablam! Oct 22 03:10:23.448 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.448 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.448 INFO kablam! | Oct 22 03:10:23.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.448 INFO kablam! | ----^^^^ Oct 22 03:10:23.448 INFO kablam! | | Oct 22 03:10:23.448 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.448 INFO kablam! ... Oct 22 03:10:23.449 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 22 03:10:23.449 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.449 INFO kablam! Oct 22 03:10:23.456 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.456 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.456 INFO kablam! | Oct 22 03:10:23.456 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.456 INFO kablam! | ----^^^^ Oct 22 03:10:23.456 INFO kablam! | | Oct 22 03:10:23.456 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.457 INFO kablam! ... Oct 22 03:10:23.457 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 22 03:10:23.457 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.457 INFO kablam! Oct 22 03:10:23.457 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.457 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.457 INFO kablam! | Oct 22 03:10:23.457 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.457 INFO kablam! | ----^^^^ Oct 22 03:10:23.457 INFO kablam! | | Oct 22 03:10:23.457 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.457 INFO kablam! ... Oct 22 03:10:23.457 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 22 03:10:23.457 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.457 INFO kablam! Oct 22 03:10:23.457 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.457 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.457 INFO kablam! | Oct 22 03:10:23.457 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.457 INFO kablam! | ----^^^^ Oct 22 03:10:23.457 INFO kablam! | | Oct 22 03:10:23.457 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.457 INFO kablam! ... Oct 22 03:10:23.457 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 22 03:10:23.457 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.457 INFO kablam! Oct 22 03:10:23.457 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.457 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.457 INFO kablam! | Oct 22 03:10:23.457 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.457 INFO kablam! | ----^^^^ Oct 22 03:10:23.457 INFO kablam! | | Oct 22 03:10:23.457 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.457 INFO kablam! ... Oct 22 03:10:23.457 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 22 03:10:23.457 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.457 INFO kablam! Oct 22 03:10:23.457 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.457 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.457 INFO kablam! | Oct 22 03:10:23.457 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.457 INFO kablam! | ----^^^^ Oct 22 03:10:23.457 INFO kablam! | | Oct 22 03:10:23.457 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.457 INFO kablam! ... Oct 22 03:10:23.457 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 22 03:10:23.457 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.457 INFO kablam! Oct 22 03:10:23.470 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.470 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.470 INFO kablam! | Oct 22 03:10:23.470 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.470 INFO kablam! | ----^^^^ Oct 22 03:10:23.470 INFO kablam! | | Oct 22 03:10:23.470 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.470 INFO kablam! ... Oct 22 03:10:23.470 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 22 03:10:23.470 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.470 INFO kablam! Oct 22 03:10:23.470 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.470 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.470 INFO kablam! | Oct 22 03:10:23.470 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.470 INFO kablam! | ----^^^^ Oct 22 03:10:23.470 INFO kablam! | | Oct 22 03:10:23.470 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.470 INFO kablam! ... Oct 22 03:10:23.470 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 22 03:10:23.470 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:23.470 INFO kablam! Oct 22 03:10:23.470 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.470 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.470 INFO kablam! | Oct 22 03:10:23.470 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.470 INFO kablam! | ----^^^^ Oct 22 03:10:23.470 INFO kablam! | | Oct 22 03:10:23.470 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.470 INFO kablam! ... Oct 22 03:10:23.470 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 22 03:10:23.470 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.470 INFO kablam! Oct 22 03:10:23.470 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.470 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.470 INFO kablam! | Oct 22 03:10:23.470 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.470 INFO kablam! | ----^^^^ Oct 22 03:10:23.470 INFO kablam! | | Oct 22 03:10:23.470 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.470 INFO kablam! ... Oct 22 03:10:23.470 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 22 03:10:23.470 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.470 INFO kablam! Oct 22 03:10:23.470 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.470 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.471 INFO kablam! | Oct 22 03:10:23.471 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.471 INFO kablam! | ----^^^^ Oct 22 03:10:23.471 INFO kablam! | | Oct 22 03:10:23.471 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.471 INFO kablam! ... Oct 22 03:10:23.471 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 22 03:10:23.471 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.471 INFO kablam! Oct 22 03:10:23.471 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.471 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.471 INFO kablam! | Oct 22 03:10:23.471 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.471 INFO kablam! | ----^^^^ Oct 22 03:10:23.471 INFO kablam! | | Oct 22 03:10:23.471 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.471 INFO kablam! ... Oct 22 03:10:23.471 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 22 03:10:23.471 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.471 INFO kablam! Oct 22 03:10:23.471 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.471 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.471 INFO kablam! | Oct 22 03:10:23.471 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.471 INFO kablam! | ----^^^^ Oct 22 03:10:23.471 INFO kablam! | | Oct 22 03:10:23.471 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.471 INFO kablam! ... Oct 22 03:10:23.471 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 22 03:10:23.471 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.471 INFO kablam! Oct 22 03:10:23.472 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.472 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.472 INFO kablam! | Oct 22 03:10:23.472 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.472 INFO kablam! | ----^^^^ Oct 22 03:10:23.472 INFO kablam! | | Oct 22 03:10:23.472 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.472 INFO kablam! ... Oct 22 03:10:23.472 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 22 03:10:23.472 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.472 INFO kablam! Oct 22 03:10:23.480 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.480 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.480 INFO kablam! | Oct 22 03:10:23.480 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.480 INFO kablam! | ----^^^^ Oct 22 03:10:23.480 INFO kablam! | | Oct 22 03:10:23.480 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.480 INFO kablam! ... Oct 22 03:10:23.480 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 22 03:10:23.480 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.480 INFO kablam! Oct 22 03:10:23.480 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.480 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.481 INFO kablam! | Oct 22 03:10:23.481 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.481 INFO kablam! | ----^^^^ Oct 22 03:10:23.481 INFO kablam! | | Oct 22 03:10:23.481 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.481 INFO kablam! ... Oct 22 03:10:23.481 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 22 03:10:23.481 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.481 INFO kablam! Oct 22 03:10:23.481 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.481 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.481 INFO kablam! | Oct 22 03:10:23.481 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.481 INFO kablam! | ----^^^^ Oct 22 03:10:23.481 INFO kablam! | | Oct 22 03:10:23.481 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.481 INFO kablam! ... Oct 22 03:10:23.481 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 22 03:10:23.481 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.481 INFO kablam! Oct 22 03:10:23.481 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.481 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.481 INFO kablam! | Oct 22 03:10:23.481 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.481 INFO kablam! | ----^^^^ Oct 22 03:10:23.481 INFO kablam! | | Oct 22 03:10:23.481 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.481 INFO kablam! ... Oct 22 03:10:23.481 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 22 03:10:23.481 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.481 INFO kablam! Oct 22 03:10:23.481 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.481 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.481 INFO kablam! | Oct 22 03:10:23.481 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.481 INFO kablam! | ----^^^^ Oct 22 03:10:23.481 INFO kablam! | | Oct 22 03:10:23.481 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.481 INFO kablam! ... Oct 22 03:10:23.481 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 22 03:10:23.481 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.481 INFO kablam! Oct 22 03:10:23.484 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.485 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.485 INFO kablam! | Oct 22 03:10:23.485 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.485 INFO kablam! | ----^^^^ Oct 22 03:10:23.485 INFO kablam! | | Oct 22 03:10:23.485 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.485 INFO kablam! ... Oct 22 03:10:23.485 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 22 03:10:23.485 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.485 INFO kablam! Oct 22 03:10:23.485 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.485 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.485 INFO kablam! | Oct 22 03:10:23.485 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.485 INFO kablam! | ----^^^^ Oct 22 03:10:23.485 INFO kablam! | | Oct 22 03:10:23.485 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.485 INFO kablam! ... Oct 22 03:10:23.485 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 22 03:10:23.485 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.485 INFO kablam! Oct 22 03:10:23.488 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.488 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.488 INFO kablam! | Oct 22 03:10:23.488 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.488 INFO kablam! | ----^^^^ Oct 22 03:10:23.488 INFO kablam! | | Oct 22 03:10:23.488 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.488 INFO kablam! ... Oct 22 03:10:23.488 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 22 03:10:23.488 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.488 INFO kablam! Oct 22 03:10:23.488 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.488 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.488 INFO kablam! | Oct 22 03:10:23.488 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.488 INFO kablam! | ----^^^^ Oct 22 03:10:23.488 INFO kablam! | | Oct 22 03:10:23.488 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.488 INFO kablam! ... Oct 22 03:10:23.488 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 22 03:10:23.488 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.488 INFO kablam! Oct 22 03:10:23.492 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.492 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.492 INFO kablam! | Oct 22 03:10:23.492 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.492 INFO kablam! | ----^^^^ Oct 22 03:10:23.492 INFO kablam! | | Oct 22 03:10:23.492 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.492 INFO kablam! ... Oct 22 03:10:23.492 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 22 03:10:23.492 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.492 INFO kablam! Oct 22 03:10:23.492 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.492 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.492 INFO kablam! | Oct 22 03:10:23.492 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.492 INFO kablam! | ----^^^^ Oct 22 03:10:23.492 INFO kablam! | | Oct 22 03:10:23.492 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.492 INFO kablam! ... Oct 22 03:10:23.492 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 22 03:10:23.492 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.492 INFO kablam! Oct 22 03:10:23.498 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.498 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.498 INFO kablam! | Oct 22 03:10:23.498 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.498 INFO kablam! | ----^^^^ Oct 22 03:10:23.498 INFO kablam! | | Oct 22 03:10:23.498 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.498 INFO kablam! ... Oct 22 03:10:23.498 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 22 03:10:23.498 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.498 INFO kablam! Oct 22 03:10:23.498 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.498 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.498 INFO kablam! | Oct 22 03:10:23.498 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.498 INFO kablam! | ----^^^^ Oct 22 03:10:23.498 INFO kablam! | | Oct 22 03:10:23.498 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.498 INFO kablam! ... Oct 22 03:10:23.498 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 22 03:10:23.498 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.498 INFO kablam! Oct 22 03:10:23.498 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.498 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.498 INFO kablam! | Oct 22 03:10:23.498 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.498 INFO kablam! | ----^^^^ Oct 22 03:10:23.498 INFO kablam! | | Oct 22 03:10:23.498 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.498 INFO kablam! ... Oct 22 03:10:23.498 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 22 03:10:23.498 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.498 INFO kablam! Oct 22 03:10:23.502 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.502 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.502 INFO kablam! | Oct 22 03:10:23.502 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.502 INFO kablam! | ----^^^^ Oct 22 03:10:23.502 INFO kablam! | | Oct 22 03:10:23.502 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.502 INFO kablam! ... Oct 22 03:10:23.502 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 22 03:10:23.502 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.502 INFO kablam! Oct 22 03:10:23.502 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.502 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.502 INFO kablam! | Oct 22 03:10:23.502 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.502 INFO kablam! | ----^^^^ Oct 22 03:10:23.502 INFO kablam! | | Oct 22 03:10:23.502 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.502 INFO kablam! ... Oct 22 03:10:23.502 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 22 03:10:23.502 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.502 INFO kablam! Oct 22 03:10:23.504 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.504 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:23.504 INFO kablam! | Oct 22 03:10:23.504 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.504 INFO kablam! | ----^^^^ Oct 22 03:10:23.504 INFO kablam! | | Oct 22 03:10:23.504 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.504 INFO kablam! ... Oct 22 03:10:23.504 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 22 03:10:23.504 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:23.504 INFO kablam! Oct 22 03:10:23.509 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.509 INFO kablam! --> src/de.rs:960:17 Oct 22 03:10:23.509 INFO kablam! | Oct 22 03:10:23.509 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:23.509 INFO kablam! | ----^^^^ Oct 22 03:10:23.509 INFO kablam! | | Oct 22 03:10:23.509 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.509 INFO kablam! Oct 22 03:10:23.509 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:23.509 INFO kablam! --> src/de.rs:971:13 Oct 22 03:10:23.509 INFO kablam! | Oct 22 03:10:23.509 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 22 03:10:23.509 INFO kablam! | ----^^^^ Oct 22 03:10:23.509 INFO kablam! | | Oct 22 03:10:23.509 INFO kablam! | help: remove this `mut` Oct 22 03:10:23.509 INFO kablam! Oct 22 03:10:26.503 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.503 INFO kablam! --> src/stream.rs:1263:24 Oct 22 03:10:26.503 INFO kablam! | Oct 22 03:10:26.503 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 22 03:10:26.503 INFO kablam! | ----^^^ Oct 22 03:10:26.503 INFO kablam! | | Oct 22 03:10:26.503 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.503 INFO kablam! | Oct 22 03:10:26.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:10:26.503 INFO kablam! Oct 22 03:10:26.972 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.972 INFO kablam! --> src/de.rs:793:13 Oct 22 03:10:26.973 INFO kablam! | Oct 22 03:10:26.973 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.973 INFO kablam! | ----^^^^ Oct 22 03:10:26.973 INFO kablam! | | Oct 22 03:10:26.973 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.973 INFO kablam! Oct 22 03:10:26.973 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.973 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.973 INFO kablam! | Oct 22 03:10:26.973 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.973 INFO kablam! | ----^^^^ Oct 22 03:10:26.973 INFO kablam! | | Oct 22 03:10:26.973 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.973 INFO kablam! ... Oct 22 03:10:26.973 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 22 03:10:26.973 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.973 INFO kablam! Oct 22 03:10:26.973 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.973 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.974 INFO kablam! | Oct 22 03:10:26.974 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.974 INFO kablam! | ----^^^^ Oct 22 03:10:26.974 INFO kablam! | | Oct 22 03:10:26.974 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.974 INFO kablam! ... Oct 22 03:10:26.974 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 22 03:10:26.974 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.974 INFO kablam! Oct 22 03:10:26.974 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.974 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.974 INFO kablam! | Oct 22 03:10:26.974 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.975 INFO kablam! | ----^^^^ Oct 22 03:10:26.975 INFO kablam! | | Oct 22 03:10:26.975 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.975 INFO kablam! ... Oct 22 03:10:26.975 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 22 03:10:26.975 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.975 INFO kablam! Oct 22 03:10:26.975 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.975 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.975 INFO kablam! | Oct 22 03:10:26.975 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.975 INFO kablam! | ----^^^^ Oct 22 03:10:26.975 INFO kablam! | | Oct 22 03:10:26.975 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.975 INFO kablam! ... Oct 22 03:10:26.975 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 22 03:10:26.975 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.975 INFO kablam! Oct 22 03:10:26.975 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.975 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.975 INFO kablam! | Oct 22 03:10:26.976 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.976 INFO kablam! | ----^^^^ Oct 22 03:10:26.976 INFO kablam! | | Oct 22 03:10:26.976 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.976 INFO kablam! ... Oct 22 03:10:26.976 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 22 03:10:26.976 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.976 INFO kablam! Oct 22 03:10:26.976 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.976 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.976 INFO kablam! | Oct 22 03:10:26.976 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.976 INFO kablam! | ----^^^^ Oct 22 03:10:26.976 INFO kablam! | | Oct 22 03:10:26.976 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.976 INFO kablam! ... Oct 22 03:10:26.976 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 22 03:10:26.976 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.976 INFO kablam! Oct 22 03:10:26.976 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.976 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.976 INFO kablam! | Oct 22 03:10:26.976 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.977 INFO kablam! | ----^^^^ Oct 22 03:10:26.977 INFO kablam! | | Oct 22 03:10:26.977 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.977 INFO kablam! ... Oct 22 03:10:26.977 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 22 03:10:26.977 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.977 INFO kablam! Oct 22 03:10:26.977 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.977 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.977 INFO kablam! | Oct 22 03:10:26.977 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.977 INFO kablam! | ----^^^^ Oct 22 03:10:26.977 INFO kablam! | | Oct 22 03:10:26.977 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.977 INFO kablam! ... Oct 22 03:10:26.977 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 22 03:10:26.977 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.977 INFO kablam! Oct 22 03:10:26.977 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.977 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.977 INFO kablam! | Oct 22 03:10:26.977 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.977 INFO kablam! | ----^^^^ Oct 22 03:10:26.977 INFO kablam! | | Oct 22 03:10:26.978 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.978 INFO kablam! ... Oct 22 03:10:26.978 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 22 03:10:26.978 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.978 INFO kablam! Oct 22 03:10:26.978 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.978 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.978 INFO kablam! | Oct 22 03:10:26.978 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.978 INFO kablam! | ----^^^^ Oct 22 03:10:26.978 INFO kablam! | | Oct 22 03:10:26.978 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.978 INFO kablam! ... Oct 22 03:10:26.978 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 22 03:10:26.978 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 22 03:10:26.978 INFO kablam! Oct 22 03:10:26.978 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.978 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.978 INFO kablam! | Oct 22 03:10:26.978 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.978 INFO kablam! | ----^^^^ Oct 22 03:10:26.978 INFO kablam! | | Oct 22 03:10:26.978 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.979 INFO kablam! ... Oct 22 03:10:26.979 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 22 03:10:26.979 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.979 INFO kablam! Oct 22 03:10:26.979 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.979 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.979 INFO kablam! | Oct 22 03:10:26.979 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.979 INFO kablam! | ----^^^^ Oct 22 03:10:26.979 INFO kablam! | | Oct 22 03:10:26.979 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.979 INFO kablam! ... Oct 22 03:10:26.979 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 22 03:10:26.979 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.979 INFO kablam! Oct 22 03:10:26.979 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.979 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.979 INFO kablam! | Oct 22 03:10:26.979 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.979 INFO kablam! | ----^^^^ Oct 22 03:10:26.979 INFO kablam! | | Oct 22 03:10:26.979 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.979 INFO kablam! ... Oct 22 03:10:26.980 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 22 03:10:26.980 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.980 INFO kablam! Oct 22 03:10:26.980 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.980 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.980 INFO kablam! | Oct 22 03:10:26.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.980 INFO kablam! | ----^^^^ Oct 22 03:10:26.980 INFO kablam! | | Oct 22 03:10:26.980 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.980 INFO kablam! ... Oct 22 03:10:26.980 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 22 03:10:26.980 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.980 INFO kablam! Oct 22 03:10:26.980 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.980 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.980 INFO kablam! | Oct 22 03:10:26.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.980 INFO kablam! | ----^^^^ Oct 22 03:10:26.980 INFO kablam! | | Oct 22 03:10:26.980 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.980 INFO kablam! ... Oct 22 03:10:26.981 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 22 03:10:26.981 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.981 INFO kablam! Oct 22 03:10:26.981 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.981 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.981 INFO kablam! | Oct 22 03:10:26.981 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.981 INFO kablam! | ----^^^^ Oct 22 03:10:26.981 INFO kablam! | | Oct 22 03:10:26.981 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.981 INFO kablam! ... Oct 22 03:10:26.981 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 22 03:10:26.981 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.981 INFO kablam! Oct 22 03:10:26.981 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.981 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.981 INFO kablam! | Oct 22 03:10:26.981 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.981 INFO kablam! | ----^^^^ Oct 22 03:10:26.981 INFO kablam! | | Oct 22 03:10:26.981 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.982 INFO kablam! ... Oct 22 03:10:26.982 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 22 03:10:26.982 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.982 INFO kablam! Oct 22 03:10:26.982 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.982 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.982 INFO kablam! | Oct 22 03:10:26.982 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.982 INFO kablam! | ----^^^^ Oct 22 03:10:26.982 INFO kablam! | | Oct 22 03:10:26.982 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.982 INFO kablam! ... Oct 22 03:10:26.982 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 22 03:10:26.982 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.982 INFO kablam! Oct 22 03:10:26.982 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.982 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.982 INFO kablam! | Oct 22 03:10:26.982 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.982 INFO kablam! | ----^^^^ Oct 22 03:10:26.982 INFO kablam! | | Oct 22 03:10:26.983 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.983 INFO kablam! ... Oct 22 03:10:26.983 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 22 03:10:26.983 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.983 INFO kablam! Oct 22 03:10:26.983 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.983 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.983 INFO kablam! | Oct 22 03:10:26.983 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.983 INFO kablam! | ----^^^^ Oct 22 03:10:26.983 INFO kablam! | | Oct 22 03:10:26.983 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.983 INFO kablam! ... Oct 22 03:10:26.983 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 22 03:10:26.983 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.983 INFO kablam! Oct 22 03:10:26.983 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.983 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.983 INFO kablam! | Oct 22 03:10:26.983 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.983 INFO kablam! | ----^^^^ Oct 22 03:10:26.984 INFO kablam! | | Oct 22 03:10:26.984 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.984 INFO kablam! ... Oct 22 03:10:26.984 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 22 03:10:26.984 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.984 INFO kablam! Oct 22 03:10:26.984 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.984 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.984 INFO kablam! | Oct 22 03:10:26.984 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.984 INFO kablam! | ----^^^^ Oct 22 03:10:26.984 INFO kablam! | | Oct 22 03:10:26.984 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.984 INFO kablam! ... Oct 22 03:10:26.984 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 22 03:10:26.984 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.984 INFO kablam! Oct 22 03:10:26.988 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.988 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.988 INFO kablam! | Oct 22 03:10:26.988 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.988 INFO kablam! | ----^^^^ Oct 22 03:10:26.988 INFO kablam! | | Oct 22 03:10:26.988 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.988 INFO kablam! ... Oct 22 03:10:26.988 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 22 03:10:26.988 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.988 INFO kablam! Oct 22 03:10:26.988 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.988 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.988 INFO kablam! | Oct 22 03:10:26.988 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.988 INFO kablam! | ----^^^^ Oct 22 03:10:26.988 INFO kablam! | | Oct 22 03:10:26.988 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.988 INFO kablam! ... Oct 22 03:10:26.988 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 22 03:10:26.988 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.989 INFO kablam! Oct 22 03:10:26.989 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.989 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.989 INFO kablam! | Oct 22 03:10:26.989 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.989 INFO kablam! | ----^^^^ Oct 22 03:10:26.989 INFO kablam! | | Oct 22 03:10:26.989 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.989 INFO kablam! ... Oct 22 03:10:26.989 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 22 03:10:26.989 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.989 INFO kablam! Oct 22 03:10:26.989 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.989 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.989 INFO kablam! | Oct 22 03:10:26.989 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.989 INFO kablam! | ----^^^^ Oct 22 03:10:26.989 INFO kablam! | | Oct 22 03:10:26.989 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.989 INFO kablam! ... Oct 22 03:10:26.989 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 22 03:10:26.989 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.989 INFO kablam! Oct 22 03:10:26.992 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.992 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.992 INFO kablam! | Oct 22 03:10:26.992 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.992 INFO kablam! | ----^^^^ Oct 22 03:10:26.992 INFO kablam! | | Oct 22 03:10:26.992 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.992 INFO kablam! ... Oct 22 03:10:26.992 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 22 03:10:26.992 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.992 INFO kablam! Oct 22 03:10:26.992 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.992 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.992 INFO kablam! | Oct 22 03:10:26.992 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.992 INFO kablam! | ----^^^^ Oct 22 03:10:26.992 INFO kablam! | | Oct 22 03:10:26.992 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.992 INFO kablam! ... Oct 22 03:10:26.992 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 22 03:10:26.992 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.992 INFO kablam! Oct 22 03:10:26.992 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:26.993 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:26.993 INFO kablam! | Oct 22 03:10:26.993 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:26.993 INFO kablam! | ----^^^^ Oct 22 03:10:26.993 INFO kablam! | | Oct 22 03:10:26.993 INFO kablam! | help: remove this `mut` Oct 22 03:10:26.993 INFO kablam! ... Oct 22 03:10:26.993 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 22 03:10:26.993 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:26.993 INFO kablam! Oct 22 03:10:27.000 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.000 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:27.000 INFO kablam! | Oct 22 03:10:27.000 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:27.000 INFO kablam! | ----^^^^ Oct 22 03:10:27.000 INFO kablam! | | Oct 22 03:10:27.000 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.000 INFO kablam! ... Oct 22 03:10:27.000 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 22 03:10:27.000 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:27.000 INFO kablam! Oct 22 03:10:27.000 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.000 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:27.000 INFO kablam! | Oct 22 03:10:27.000 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:27.000 INFO kablam! | ----^^^^ Oct 22 03:10:27.000 INFO kablam! | | Oct 22 03:10:27.000 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.001 INFO kablam! ... Oct 22 03:10:27.001 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 22 03:10:27.001 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:27.001 INFO kablam! Oct 22 03:10:27.001 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.001 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:27.001 INFO kablam! | Oct 22 03:10:27.001 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:27.001 INFO kablam! | ----^^^^ Oct 22 03:10:27.001 INFO kablam! | | Oct 22 03:10:27.001 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.001 INFO kablam! ... Oct 22 03:10:27.001 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 22 03:10:27.001 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:27.001 INFO kablam! Oct 22 03:10:27.001 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.001 INFO kablam! --> src/de.rs:913:21 Oct 22 03:10:27.001 INFO kablam! | Oct 22 03:10:27.001 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:27.001 INFO kablam! | ----^^^^ Oct 22 03:10:27.001 INFO kablam! | | Oct 22 03:10:27.001 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.001 INFO kablam! ... Oct 22 03:10:27.001 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 22 03:10:27.001 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 22 03:10:27.001 INFO kablam! Oct 22 03:10:27.004 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.004 INFO kablam! --> src/de.rs:960:17 Oct 22 03:10:27.004 INFO kablam! | Oct 22 03:10:27.004 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 22 03:10:27.004 INFO kablam! | ----^^^^ Oct 22 03:10:27.004 INFO kablam! | | Oct 22 03:10:27.004 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.004 INFO kablam! Oct 22 03:10:27.008 INFO kablam! warning: variable does not need to be mutable Oct 22 03:10:27.008 INFO kablam! --> src/de.rs:971:13 Oct 22 03:10:27.008 INFO kablam! | Oct 22 03:10:27.008 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 22 03:10:27.008 INFO kablam! | ----^^^^ Oct 22 03:10:27.008 INFO kablam! | | Oct 22 03:10:27.008 INFO kablam! | help: remove this `mut` Oct 22 03:10:27.008 INFO kablam! Oct 22 03:10:28.929 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.71s Oct 22 03:10:28.937 INFO kablam! su: No module specific data is present Oct 22 03:10:29.420 INFO running `"docker" "rm" "-f" "1458794a6c30b83b0412567c313522982869caee1bac7f265a215b3c16660d0e"` Oct 22 03:10:29.740 INFO blam! 1458794a6c30b83b0412567c313522982869caee1bac7f265a215b3c16660d0e