Oct 13 15:10:36.160 INFO checking fourleaf-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:10:36.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 15:10:36.346 INFO blam! 3745fdbabe4fc564b4872ccfa2f2734e2b76ebd838652259e7d80da8fc54b02b Oct 13 15:10:36.349 INFO running `"docker" "start" "-a" "3745fdbabe4fc564b4872ccfa2f2734e2b76ebd838652259e7d80da8fc54b02b"` Oct 13 15:10:36.758 INFO kablam! usermod: no changes Oct 13 15:10:36.788 INFO kablam! Checking fourleaf v0.1.1 (/source) Oct 13 15:10:38.821 INFO kablam! warning: unused import: `self` Oct 13 15:10:38.821 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Oct 13 15:10:38.821 INFO kablam! | Oct 13 15:10:38.822 INFO kablam! 18 | use stream::{self, Stream}; Oct 13 15:10:38.822 INFO kablam! | ^^^^ Oct 13 15:10:38.822 INFO kablam! | Oct 13 15:10:38.822 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:10:38.823 INFO kablam! Oct 13 15:10:43.668 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.668 INFO kablam! --> src/stream.rs:1263:24 Oct 13 15:10:43.668 INFO kablam! | Oct 13 15:10:43.668 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 13 15:10:43.668 INFO kablam! | ----^^^ Oct 13 15:10:43.668 INFO kablam! | | Oct 13 15:10:43.668 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.668 INFO kablam! | Oct 13 15:10:43.668 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:10:43.668 INFO kablam! Oct 13 15:10:43.896 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.896 INFO kablam! --> src/de.rs:793:13 Oct 13 15:10:43.896 INFO kablam! | Oct 13 15:10:43.896 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.896 INFO kablam! | ----^^^^ Oct 13 15:10:43.896 INFO kablam! | | Oct 13 15:10:43.896 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.896 INFO kablam! Oct 13 15:10:43.934 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.934 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.934 INFO kablam! | Oct 13 15:10:43.934 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.934 INFO kablam! | ----^^^^ Oct 13 15:10:43.934 INFO kablam! | | Oct 13 15:10:43.934 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.934 INFO kablam! ... Oct 13 15:10:43.934 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 13 15:10:43.934 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.934 INFO kablam! Oct 13 15:10:43.940 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.940 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.940 INFO kablam! | Oct 13 15:10:43.940 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.940 INFO kablam! | ----^^^^ Oct 13 15:10:43.940 INFO kablam! | | Oct 13 15:10:43.940 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.940 INFO kablam! ... Oct 13 15:10:43.940 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 13 15:10:43.940 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.940 INFO kablam! Oct 13 15:10:43.940 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.940 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.940 INFO kablam! | Oct 13 15:10:43.940 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.940 INFO kablam! | ----^^^^ Oct 13 15:10:43.941 INFO kablam! | | Oct 13 15:10:43.941 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.941 INFO kablam! ... Oct 13 15:10:43.941 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 13 15:10:43.941 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.941 INFO kablam! Oct 13 15:10:43.941 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.941 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.941 INFO kablam! | Oct 13 15:10:43.941 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.941 INFO kablam! | ----^^^^ Oct 13 15:10:43.941 INFO kablam! | | Oct 13 15:10:43.941 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.941 INFO kablam! ... Oct 13 15:10:43.941 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 13 15:10:43.941 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.941 INFO kablam! Oct 13 15:10:43.941 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.941 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.941 INFO kablam! | Oct 13 15:10:43.941 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.941 INFO kablam! | ----^^^^ Oct 13 15:10:43.941 INFO kablam! | | Oct 13 15:10:43.941 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.941 INFO kablam! ... Oct 13 15:10:43.941 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 13 15:10:43.941 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.941 INFO kablam! Oct 13 15:10:43.942 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.942 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.942 INFO kablam! | Oct 13 15:10:43.942 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.942 INFO kablam! | ----^^^^ Oct 13 15:10:43.942 INFO kablam! | | Oct 13 15:10:43.942 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.942 INFO kablam! ... Oct 13 15:10:43.942 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 13 15:10:43.942 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.942 INFO kablam! Oct 13 15:10:43.944 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.944 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.944 INFO kablam! | Oct 13 15:10:43.944 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.944 INFO kablam! | ----^^^^ Oct 13 15:10:43.944 INFO kablam! | | Oct 13 15:10:43.944 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.944 INFO kablam! ... Oct 13 15:10:43.944 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 13 15:10:43.944 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.944 INFO kablam! Oct 13 15:10:43.948 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.948 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.948 INFO kablam! | Oct 13 15:10:43.948 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.948 INFO kablam! | ----^^^^ Oct 13 15:10:43.948 INFO kablam! | | Oct 13 15:10:43.948 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.948 INFO kablam! ... Oct 13 15:10:43.948 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 13 15:10:43.948 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.948 INFO kablam! Oct 13 15:10:43.948 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.948 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.948 INFO kablam! | Oct 13 15:10:43.948 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.948 INFO kablam! | ----^^^^ Oct 13 15:10:43.948 INFO kablam! | | Oct 13 15:10:43.948 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.948 INFO kablam! ... Oct 13 15:10:43.948 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 13 15:10:43.948 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.948 INFO kablam! Oct 13 15:10:43.952 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.952 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.952 INFO kablam! | Oct 13 15:10:43.952 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.952 INFO kablam! | ----^^^^ Oct 13 15:10:43.952 INFO kablam! | | Oct 13 15:10:43.952 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.952 INFO kablam! ... Oct 13 15:10:43.952 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 13 15:10:43.952 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.952 INFO kablam! Oct 13 15:10:43.952 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.952 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.952 INFO kablam! | Oct 13 15:10:43.952 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.952 INFO kablam! | ----^^^^ Oct 13 15:10:43.952 INFO kablam! | | Oct 13 15:10:43.952 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.952 INFO kablam! ... Oct 13 15:10:43.952 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 13 15:10:43.952 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.952 INFO kablam! Oct 13 15:10:43.956 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.956 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.956 INFO kablam! | Oct 13 15:10:43.956 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.956 INFO kablam! | ----^^^^ Oct 13 15:10:43.956 INFO kablam! | | Oct 13 15:10:43.956 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.956 INFO kablam! ... Oct 13 15:10:43.956 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 13 15:10:43.956 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.956 INFO kablam! Oct 13 15:10:43.956 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.956 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.956 INFO kablam! | Oct 13 15:10:43.956 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.956 INFO kablam! | ----^^^^ Oct 13 15:10:43.956 INFO kablam! | | Oct 13 15:10:43.956 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.956 INFO kablam! ... Oct 13 15:10:43.956 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 13 15:10:43.956 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.956 INFO kablam! Oct 13 15:10:43.956 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.956 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.956 INFO kablam! | Oct 13 15:10:43.956 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.956 INFO kablam! | ----^^^^ Oct 13 15:10:43.956 INFO kablam! | | Oct 13 15:10:43.956 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.956 INFO kablam! ... Oct 13 15:10:43.956 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 13 15:10:43.956 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.956 INFO kablam! Oct 13 15:10:43.960 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.960 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.960 INFO kablam! | Oct 13 15:10:43.960 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.960 INFO kablam! | ----^^^^ Oct 13 15:10:43.960 INFO kablam! | | Oct 13 15:10:43.960 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.960 INFO kablam! ... Oct 13 15:10:43.960 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 13 15:10:43.960 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.960 INFO kablam! Oct 13 15:10:43.960 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.960 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.960 INFO kablam! | Oct 13 15:10:43.960 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.960 INFO kablam! | ----^^^^ Oct 13 15:10:43.960 INFO kablam! | | Oct 13 15:10:43.960 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.960 INFO kablam! ... Oct 13 15:10:43.960 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 13 15:10:43.960 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.960 INFO kablam! Oct 13 15:10:43.964 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.964 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.964 INFO kablam! | Oct 13 15:10:43.964 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.964 INFO kablam! | ----^^^^ Oct 13 15:10:43.964 INFO kablam! | | Oct 13 15:10:43.964 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.964 INFO kablam! ... Oct 13 15:10:43.964 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 13 15:10:43.964 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.964 INFO kablam! Oct 13 15:10:43.964 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.964 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.964 INFO kablam! | Oct 13 15:10:43.964 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.964 INFO kablam! | ----^^^^ Oct 13 15:10:43.964 INFO kablam! | | Oct 13 15:10:43.964 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.964 INFO kablam! ... Oct 13 15:10:43.964 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 13 15:10:43.964 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.964 INFO kablam! Oct 13 15:10:43.968 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.968 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.968 INFO kablam! | Oct 13 15:10:43.968 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.968 INFO kablam! | ----^^^^ Oct 13 15:10:43.968 INFO kablam! | | Oct 13 15:10:43.968 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.968 INFO kablam! ... Oct 13 15:10:43.968 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 13 15:10:43.968 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.968 INFO kablam! Oct 13 15:10:43.968 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.968 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.968 INFO kablam! | Oct 13 15:10:43.968 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.968 INFO kablam! | ----^^^^ Oct 13 15:10:43.968 INFO kablam! | | Oct 13 15:10:43.968 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.968 INFO kablam! ... Oct 13 15:10:43.968 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 13 15:10:43.968 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.968 INFO kablam! Oct 13 15:10:43.972 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.972 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.972 INFO kablam! | Oct 13 15:10:43.972 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.972 INFO kablam! | ----^^^^ Oct 13 15:10:43.972 INFO kablam! | | Oct 13 15:10:43.972 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.972 INFO kablam! ... Oct 13 15:10:43.972 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 13 15:10:43.972 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.972 INFO kablam! Oct 13 15:10:43.972 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.972 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.972 INFO kablam! | Oct 13 15:10:43.972 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.972 INFO kablam! | ----^^^^ Oct 13 15:10:43.972 INFO kablam! | | Oct 13 15:10:43.972 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.972 INFO kablam! ... Oct 13 15:10:43.972 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 13 15:10:43.972 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.972 INFO kablam! Oct 13 15:10:43.975 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.975 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.975 INFO kablam! | Oct 13 15:10:43.975 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.975 INFO kablam! | ----^^^^ Oct 13 15:10:43.975 INFO kablam! | | Oct 13 15:10:43.975 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.975 INFO kablam! ... Oct 13 15:10:43.975 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 13 15:10:43.975 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.975 INFO kablam! Oct 13 15:10:43.980 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.980 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.980 INFO kablam! | Oct 13 15:10:43.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.980 INFO kablam! | ----^^^^ Oct 13 15:10:43.980 INFO kablam! | | Oct 13 15:10:43.980 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.980 INFO kablam! ... Oct 13 15:10:43.980 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 13 15:10:43.980 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.980 INFO kablam! Oct 13 15:10:43.980 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.980 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.980 INFO kablam! | Oct 13 15:10:43.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.980 INFO kablam! | ----^^^^ Oct 13 15:10:43.980 INFO kablam! | | Oct 13 15:10:43.980 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.980 INFO kablam! ... Oct 13 15:10:43.980 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 13 15:10:43.980 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.980 INFO kablam! Oct 13 15:10:43.980 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.980 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.980 INFO kablam! | Oct 13 15:10:43.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.980 INFO kablam! | ----^^^^ Oct 13 15:10:43.980 INFO kablam! | | Oct 13 15:10:43.980 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.980 INFO kablam! ... Oct 13 15:10:43.980 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 13 15:10:43.980 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.981 INFO kablam! Oct 13 15:10:43.983 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.983 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.983 INFO kablam! | Oct 13 15:10:43.983 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.984 INFO kablam! | ----^^^^ Oct 13 15:10:43.984 INFO kablam! | | Oct 13 15:10:43.984 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.984 INFO kablam! ... Oct 13 15:10:43.984 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 13 15:10:43.984 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.984 INFO kablam! Oct 13 15:10:43.984 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.984 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.984 INFO kablam! | Oct 13 15:10:43.984 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.984 INFO kablam! | ----^^^^ Oct 13 15:10:43.984 INFO kablam! | | Oct 13 15:10:43.984 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.984 INFO kablam! ... Oct 13 15:10:43.984 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 13 15:10:43.984 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.984 INFO kablam! Oct 13 15:10:43.988 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.988 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.988 INFO kablam! | Oct 13 15:10:43.988 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.988 INFO kablam! | ----^^^^ Oct 13 15:10:43.988 INFO kablam! | | Oct 13 15:10:43.988 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.988 INFO kablam! ... Oct 13 15:10:43.988 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 13 15:10:43.988 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.988 INFO kablam! Oct 13 15:10:43.988 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.988 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.988 INFO kablam! | Oct 13 15:10:43.988 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.988 INFO kablam! | ----^^^^ Oct 13 15:10:43.988 INFO kablam! | | Oct 13 15:10:43.988 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.988 INFO kablam! ... Oct 13 15:10:43.988 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 13 15:10:43.988 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.988 INFO kablam! Oct 13 15:10:43.993 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.993 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.993 INFO kablam! | Oct 13 15:10:43.993 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.993 INFO kablam! | ----^^^^ Oct 13 15:10:43.993 INFO kablam! | | Oct 13 15:10:43.993 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.993 INFO kablam! ... Oct 13 15:10:43.993 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 13 15:10:43.993 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.993 INFO kablam! Oct 13 15:10:43.993 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.993 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.993 INFO kablam! | Oct 13 15:10:43.993 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.993 INFO kablam! | ----^^^^ Oct 13 15:10:43.993 INFO kablam! | | Oct 13 15:10:43.993 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.993 INFO kablam! ... Oct 13 15:10:43.993 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 13 15:10:43.993 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.993 INFO kablam! Oct 13 15:10:43.995 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.995 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.995 INFO kablam! | Oct 13 15:10:43.995 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.995 INFO kablam! | ----^^^^ Oct 13 15:10:43.995 INFO kablam! | | Oct 13 15:10:43.995 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.995 INFO kablam! ... Oct 13 15:10:43.995 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 13 15:10:43.995 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.995 INFO kablam! Oct 13 15:10:44.000 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:44.000 INFO kablam! --> src/de.rs:960:17 Oct 13 15:10:44.000 INFO kablam! | Oct 13 15:10:44.000 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:44.000 INFO kablam! | ----^^^^ Oct 13 15:10:44.000 INFO kablam! | | Oct 13 15:10:44.000 INFO kablam! | help: remove this `mut` Oct 13 15:10:44.000 INFO kablam! Oct 13 15:10:44.004 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:44.004 INFO kablam! --> src/de.rs:971:13 Oct 13 15:10:44.004 INFO kablam! | Oct 13 15:10:44.004 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 13 15:10:44.004 INFO kablam! | ----^^^^ Oct 13 15:10:44.004 INFO kablam! | | Oct 13 15:10:44.004 INFO kablam! | help: remove this `mut` Oct 13 15:10:44.004 INFO kablam! Oct 13 15:10:46.740 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:46.740 INFO kablam! --> src/stream.rs:1263:24 Oct 13 15:10:46.740 INFO kablam! | Oct 13 15:10:46.740 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 13 15:10:46.740 INFO kablam! | ----^^^ Oct 13 15:10:46.740 INFO kablam! | | Oct 13 15:10:46.740 INFO kablam! | help: remove this `mut` Oct 13 15:10:46.740 INFO kablam! | Oct 13 15:10:46.740 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:10:46.740 INFO kablam! Oct 13 15:10:47.180 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.180 INFO kablam! --> src/de.rs:793:13 Oct 13 15:10:47.180 INFO kablam! | Oct 13 15:10:47.180 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.180 INFO kablam! | ----^^^^ Oct 13 15:10:47.180 INFO kablam! | | Oct 13 15:10:47.180 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.180 INFO kablam! Oct 13 15:10:47.208 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.208 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.208 INFO kablam! | Oct 13 15:10:47.208 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.208 INFO kablam! | ----^^^^ Oct 13 15:10:47.208 INFO kablam! | | Oct 13 15:10:47.208 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.208 INFO kablam! ... Oct 13 15:10:47.208 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 13 15:10:47.208 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.208 INFO kablam! Oct 13 15:10:47.215 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.215 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.215 INFO kablam! | Oct 13 15:10:47.215 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.215 INFO kablam! | ----^^^^ Oct 13 15:10:47.215 INFO kablam! | | Oct 13 15:10:47.215 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.215 INFO kablam! ... Oct 13 15:10:47.215 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 13 15:10:47.215 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.215 INFO kablam! Oct 13 15:10:47.215 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.215 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.215 INFO kablam! | Oct 13 15:10:47.215 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.215 INFO kablam! | ----^^^^ Oct 13 15:10:47.215 INFO kablam! | | Oct 13 15:10:47.215 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.215 INFO kablam! ... Oct 13 15:10:47.215 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 13 15:10:47.215 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.215 INFO kablam! Oct 13 15:10:47.215 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.215 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.215 INFO kablam! | Oct 13 15:10:47.215 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.215 INFO kablam! | ----^^^^ Oct 13 15:10:47.215 INFO kablam! | | Oct 13 15:10:47.215 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.215 INFO kablam! ... Oct 13 15:10:47.215 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 13 15:10:47.215 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.215 INFO kablam! Oct 13 15:10:47.222 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.222 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.222 INFO kablam! | Oct 13 15:10:47.222 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.222 INFO kablam! | ----^^^^ Oct 13 15:10:47.222 INFO kablam! | | Oct 13 15:10:47.222 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.222 INFO kablam! ... Oct 13 15:10:47.222 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 13 15:10:47.222 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.222 INFO kablam! Oct 13 15:10:47.222 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.222 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.222 INFO kablam! | Oct 13 15:10:47.222 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.222 INFO kablam! | ----^^^^ Oct 13 15:10:47.222 INFO kablam! | | Oct 13 15:10:47.222 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.222 INFO kablam! ... Oct 13 15:10:47.222 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 13 15:10:47.222 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.222 INFO kablam! Oct 13 15:10:47.222 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.222 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.222 INFO kablam! | Oct 13 15:10:47.222 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.222 INFO kablam! | ----^^^^ Oct 13 15:10:47.222 INFO kablam! | | Oct 13 15:10:47.222 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.222 INFO kablam! ... Oct 13 15:10:47.222 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 13 15:10:47.222 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.222 INFO kablam! Oct 13 15:10:47.222 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.222 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.222 INFO kablam! | Oct 13 15:10:47.222 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.222 INFO kablam! | ----^^^^ Oct 13 15:10:47.222 INFO kablam! | | Oct 13 15:10:47.222 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.222 INFO kablam! ... Oct 13 15:10:47.222 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 13 15:10:47.222 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.222 INFO kablam! Oct 13 15:10:47.230 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.230 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.231 INFO kablam! | Oct 13 15:10:47.231 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.231 INFO kablam! | ----^^^^ Oct 13 15:10:47.231 INFO kablam! | | Oct 13 15:10:47.231 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.231 INFO kablam! ... Oct 13 15:10:47.231 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 13 15:10:47.231 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.231 INFO kablam! Oct 13 15:10:47.231 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.231 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.231 INFO kablam! | Oct 13 15:10:47.231 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.231 INFO kablam! | ----^^^^ Oct 13 15:10:47.231 INFO kablam! | | Oct 13 15:10:47.231 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.231 INFO kablam! ... Oct 13 15:10:47.231 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 13 15:10:47.231 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.231 INFO kablam! Oct 13 15:10:47.231 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.231 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.231 INFO kablam! | Oct 13 15:10:47.231 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.231 INFO kablam! | ----^^^^ Oct 13 15:10:47.231 INFO kablam! | | Oct 13 15:10:47.231 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.231 INFO kablam! ... Oct 13 15:10:47.231 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 13 15:10:47.231 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.231 INFO kablam! Oct 13 15:10:47.231 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.231 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.231 INFO kablam! | Oct 13 15:10:47.231 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.231 INFO kablam! | ----^^^^ Oct 13 15:10:47.231 INFO kablam! | | Oct 13 15:10:47.231 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.231 INFO kablam! ... Oct 13 15:10:47.231 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 13 15:10:47.231 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.231 INFO kablam! Oct 13 15:10:47.239 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.239 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.239 INFO kablam! | Oct 13 15:10:47.239 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.239 INFO kablam! | ----^^^^ Oct 13 15:10:47.239 INFO kablam! | | Oct 13 15:10:47.239 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.239 INFO kablam! ... Oct 13 15:10:47.239 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 13 15:10:47.239 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.239 INFO kablam! Oct 13 15:10:47.239 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.239 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.239 INFO kablam! | Oct 13 15:10:47.239 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.239 INFO kablam! | ----^^^^ Oct 13 15:10:47.239 INFO kablam! | | Oct 13 15:10:47.239 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.239 INFO kablam! ... Oct 13 15:10:47.239 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 13 15:10:47.239 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.239 INFO kablam! Oct 13 15:10:47.239 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.239 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.239 INFO kablam! | Oct 13 15:10:47.239 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.239 INFO kablam! | ----^^^^ Oct 13 15:10:47.239 INFO kablam! | | Oct 13 15:10:47.239 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.239 INFO kablam! ... Oct 13 15:10:47.239 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 13 15:10:47.239 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.239 INFO kablam! Oct 13 15:10:47.239 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.239 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.239 INFO kablam! | Oct 13 15:10:47.239 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.239 INFO kablam! | ----^^^^ Oct 13 15:10:47.239 INFO kablam! | | Oct 13 15:10:47.239 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.239 INFO kablam! ... Oct 13 15:10:47.239 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 13 15:10:47.239 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.239 INFO kablam! Oct 13 15:10:47.241 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.241 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.241 INFO kablam! | Oct 13 15:10:47.241 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.241 INFO kablam! | ----^^^^ Oct 13 15:10:47.241 INFO kablam! | | Oct 13 15:10:47.241 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.241 INFO kablam! ... Oct 13 15:10:47.241 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 13 15:10:47.241 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.241 INFO kablam! Oct 13 15:10:47.241 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.241 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.241 INFO kablam! | Oct 13 15:10:47.241 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.241 INFO kablam! | ----^^^^ Oct 13 15:10:47.241 INFO kablam! | | Oct 13 15:10:47.241 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.241 INFO kablam! ... Oct 13 15:10:47.241 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 13 15:10:47.241 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.241 INFO kablam! Oct 13 15:10:47.241 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.241 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.241 INFO kablam! | Oct 13 15:10:47.241 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.241 INFO kablam! | ----^^^^ Oct 13 15:10:47.241 INFO kablam! | | Oct 13 15:10:47.241 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.241 INFO kablam! ... Oct 13 15:10:47.241 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 13 15:10:47.241 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.241 INFO kablam! Oct 13 15:10:47.244 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.244 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.244 INFO kablam! | Oct 13 15:10:47.244 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.244 INFO kablam! | ----^^^^ Oct 13 15:10:47.244 INFO kablam! | | Oct 13 15:10:47.244 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.244 INFO kablam! ... Oct 13 15:10:47.244 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 13 15:10:47.244 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.244 INFO kablam! Oct 13 15:10:47.244 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.244 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.244 INFO kablam! | Oct 13 15:10:47.244 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.244 INFO kablam! | ----^^^^ Oct 13 15:10:47.244 INFO kablam! | | Oct 13 15:10:47.244 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.244 INFO kablam! ... Oct 13 15:10:47.244 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 13 15:10:47.244 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.244 INFO kablam! Oct 13 15:10:47.248 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.248 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.248 INFO kablam! | Oct 13 15:10:47.248 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.248 INFO kablam! | ----^^^^ Oct 13 15:10:47.248 INFO kablam! | | Oct 13 15:10:47.248 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.248 INFO kablam! ... Oct 13 15:10:47.248 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 13 15:10:47.248 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.248 INFO kablam! Oct 13 15:10:47.248 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.248 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.248 INFO kablam! | Oct 13 15:10:47.248 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.248 INFO kablam! | ----^^^^ Oct 13 15:10:47.248 INFO kablam! | | Oct 13 15:10:47.248 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.248 INFO kablam! ... Oct 13 15:10:47.248 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 13 15:10:47.248 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.248 INFO kablam! Oct 13 15:10:47.252 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.252 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.252 INFO kablam! | Oct 13 15:10:47.252 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.252 INFO kablam! | ----^^^^ Oct 13 15:10:47.252 INFO kablam! | | Oct 13 15:10:47.252 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.252 INFO kablam! ... Oct 13 15:10:47.252 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 13 15:10:47.252 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.252 INFO kablam! Oct 13 15:10:47.252 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.252 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.252 INFO kablam! | Oct 13 15:10:47.252 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.252 INFO kablam! | ----^^^^ Oct 13 15:10:47.252 INFO kablam! | | Oct 13 15:10:47.252 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.252 INFO kablam! ... Oct 13 15:10:47.252 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 13 15:10:47.252 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.252 INFO kablam! Oct 13 15:10:47.256 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.256 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.256 INFO kablam! | Oct 13 15:10:47.256 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.256 INFO kablam! | ----^^^^ Oct 13 15:10:47.256 INFO kablam! | | Oct 13 15:10:47.256 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.256 INFO kablam! ... Oct 13 15:10:47.256 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 13 15:10:47.256 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.256 INFO kablam! Oct 13 15:10:47.256 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.256 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.256 INFO kablam! | Oct 13 15:10:47.256 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.256 INFO kablam! | ----^^^^ Oct 13 15:10:47.256 INFO kablam! | | Oct 13 15:10:47.256 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.256 INFO kablam! ... Oct 13 15:10:47.256 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 13 15:10:47.256 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.256 INFO kablam! Oct 13 15:10:47.264 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.264 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.264 INFO kablam! | Oct 13 15:10:47.264 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.264 INFO kablam! | ----^^^^ Oct 13 15:10:47.264 INFO kablam! | | Oct 13 15:10:47.264 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.264 INFO kablam! ... Oct 13 15:10:47.264 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 13 15:10:47.264 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.264 INFO kablam! Oct 13 15:10:47.264 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.264 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.264 INFO kablam! | Oct 13 15:10:47.264 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.264 INFO kablam! | ----^^^^ Oct 13 15:10:47.264 INFO kablam! | | Oct 13 15:10:47.264 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.264 INFO kablam! ... Oct 13 15:10:47.264 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 13 15:10:47.264 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.264 INFO kablam! Oct 13 15:10:47.265 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.265 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.265 INFO kablam! | Oct 13 15:10:47.265 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.265 INFO kablam! | ----^^^^ Oct 13 15:10:47.265 INFO kablam! | | Oct 13 15:10:47.265 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.265 INFO kablam! ... Oct 13 15:10:47.265 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 13 15:10:47.265 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.265 INFO kablam! Oct 13 15:10:47.265 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.265 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.265 INFO kablam! | Oct 13 15:10:47.265 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.265 INFO kablam! | ----^^^^ Oct 13 15:10:47.265 INFO kablam! | | Oct 13 15:10:47.265 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.265 INFO kablam! ... Oct 13 15:10:47.265 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 13 15:10:47.265 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.265 INFO kablam! Oct 13 15:10:47.272 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.272 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.272 INFO kablam! | Oct 13 15:10:47.272 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.272 INFO kablam! | ----^^^^ Oct 13 15:10:47.272 INFO kablam! | | Oct 13 15:10:47.272 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.272 INFO kablam! ... Oct 13 15:10:47.272 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 13 15:10:47.272 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.272 INFO kablam! Oct 13 15:10:47.272 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.272 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.272 INFO kablam! | Oct 13 15:10:47.272 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.272 INFO kablam! | ----^^^^ Oct 13 15:10:47.272 INFO kablam! | | Oct 13 15:10:47.272 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.272 INFO kablam! ... Oct 13 15:10:47.272 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 13 15:10:47.272 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.272 INFO kablam! Oct 13 15:10:47.280 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.280 INFO kablam! --> src/de.rs:960:17 Oct 13 15:10:47.280 INFO kablam! | Oct 13 15:10:47.280 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.280 INFO kablam! | ----^^^^ Oct 13 15:10:47.280 INFO kablam! | | Oct 13 15:10:47.280 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.280 INFO kablam! Oct 13 15:10:47.280 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.280 INFO kablam! --> src/de.rs:971:13 Oct 13 15:10:47.280 INFO kablam! | Oct 13 15:10:47.280 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 13 15:10:47.280 INFO kablam! | ----^^^^ Oct 13 15:10:47.280 INFO kablam! | | Oct 13 15:10:47.280 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.280 INFO kablam! Oct 13 15:10:49.230 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.45s Oct 13 15:10:49.232 INFO kablam! su: No module specific data is present Oct 13 15:10:49.925 INFO running `"docker" "rm" "-f" "3745fdbabe4fc564b4872ccfa2f2734e2b76ebd838652259e7d80da8fc54b02b"` Oct 13 15:10:50.156 INFO blam! 3745fdbabe4fc564b4872ccfa2f2734e2b76ebd838652259e7d80da8fc54b02b