Oct 27 22:16:02.859 INFO checking fourleaf-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:16:02.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:16:03.078 INFO blam! 3a96c412208f6598e5e81cd18233fbf9403bc9c831d0a45ee8622126c6bd1b5f Oct 27 22:16:03.081 INFO running `"docker" "start" "-a" "3a96c412208f6598e5e81cd18233fbf9403bc9c831d0a45ee8622126c6bd1b5f"` Oct 27 22:16:03.587 INFO kablam! usermod: no changes Oct 27 22:16:03.616 INFO kablam! Checking fourleaf v0.1.1 (/source) Oct 27 22:16:06.420 INFO kablam! warning: unused import: `self` Oct 27 22:16:06.420 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Oct 27 22:16:06.420 INFO kablam! | Oct 27 22:16:06.420 INFO kablam! 18 | use stream::{self, Stream}; Oct 27 22:16:06.421 INFO kablam! | ^^^^ Oct 27 22:16:06.421 INFO kablam! | Oct 27 22:16:06.421 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:16:06.421 INFO kablam! Oct 27 22:16:09.843 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:09.843 INFO kablam! --> src/stream.rs:1263:24 Oct 27 22:16:09.844 INFO kablam! | Oct 27 22:16:09.844 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 27 22:16:09.844 INFO kablam! | ----^^^ Oct 27 22:16:09.845 INFO kablam! | | Oct 27 22:16:09.845 INFO kablam! | help: remove this `mut` Oct 27 22:16:09.845 INFO kablam! | Oct 27 22:16:09.846 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:16:09.846 INFO kablam! Oct 27 22:16:10.067 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.067 INFO kablam! --> src/de.rs:793:13 Oct 27 22:16:10.068 INFO kablam! | Oct 27 22:16:10.068 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.068 INFO kablam! | ----^^^^ Oct 27 22:16:10.069 INFO kablam! | | Oct 27 22:16:10.069 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.069 INFO kablam! Oct 27 22:16:10.079 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.079 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.079 INFO kablam! | Oct 27 22:16:10.079 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.079 INFO kablam! | ----^^^^ Oct 27 22:16:10.079 INFO kablam! | | Oct 27 22:16:10.079 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.079 INFO kablam! ... Oct 27 22:16:10.079 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 27 22:16:10.079 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.079 INFO kablam! Oct 27 22:16:10.079 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.079 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.079 INFO kablam! | Oct 27 22:16:10.079 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.079 INFO kablam! | ----^^^^ Oct 27 22:16:10.079 INFO kablam! | | Oct 27 22:16:10.079 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.079 INFO kablam! ... Oct 27 22:16:10.079 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 27 22:16:10.079 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.079 INFO kablam! Oct 27 22:16:10.083 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.083 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.083 INFO kablam! | Oct 27 22:16:10.083 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.083 INFO kablam! | ----^^^^ Oct 27 22:16:10.083 INFO kablam! | | Oct 27 22:16:10.083 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.083 INFO kablam! ... Oct 27 22:16:10.083 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 27 22:16:10.083 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.083 INFO kablam! Oct 27 22:16:10.083 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.083 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.083 INFO kablam! | Oct 27 22:16:10.083 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.083 INFO kablam! | ----^^^^ Oct 27 22:16:10.083 INFO kablam! | | Oct 27 22:16:10.083 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.083 INFO kablam! ... Oct 27 22:16:10.083 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 27 22:16:10.083 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.083 INFO kablam! Oct 27 22:16:10.087 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.087 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.087 INFO kablam! | Oct 27 22:16:10.087 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.087 INFO kablam! | ----^^^^ Oct 27 22:16:10.087 INFO kablam! | | Oct 27 22:16:10.087 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.087 INFO kablam! ... Oct 27 22:16:10.087 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 27 22:16:10.087 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.087 INFO kablam! Oct 27 22:16:10.087 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.087 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.087 INFO kablam! | Oct 27 22:16:10.087 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.087 INFO kablam! | ----^^^^ Oct 27 22:16:10.087 INFO kablam! | | Oct 27 22:16:10.087 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.087 INFO kablam! ... Oct 27 22:16:10.087 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 27 22:16:10.087 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.087 INFO kablam! Oct 27 22:16:10.091 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.091 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.091 INFO kablam! | Oct 27 22:16:10.091 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.091 INFO kablam! | ----^^^^ Oct 27 22:16:10.091 INFO kablam! | | Oct 27 22:16:10.091 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.091 INFO kablam! ... Oct 27 22:16:10.091 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 27 22:16:10.091 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.091 INFO kablam! Oct 27 22:16:10.091 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.091 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.091 INFO kablam! | Oct 27 22:16:10.091 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.091 INFO kablam! | ----^^^^ Oct 27 22:16:10.091 INFO kablam! | | Oct 27 22:16:10.091 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.091 INFO kablam! ... Oct 27 22:16:10.091 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 27 22:16:10.091 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.091 INFO kablam! Oct 27 22:16:10.095 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.095 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.095 INFO kablam! | Oct 27 22:16:10.095 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.095 INFO kablam! | ----^^^^ Oct 27 22:16:10.095 INFO kablam! | | Oct 27 22:16:10.095 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.095 INFO kablam! ... Oct 27 22:16:10.095 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 27 22:16:10.095 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.095 INFO kablam! Oct 27 22:16:10.095 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.095 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.095 INFO kablam! | Oct 27 22:16:10.095 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.095 INFO kablam! | ----^^^^ Oct 27 22:16:10.095 INFO kablam! | | Oct 27 22:16:10.095 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.095 INFO kablam! ... Oct 27 22:16:10.095 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 27 22:16:10.095 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:10.095 INFO kablam! Oct 27 22:16:10.099 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.099 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.099 INFO kablam! | Oct 27 22:16:10.099 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.099 INFO kablam! | ----^^^^ Oct 27 22:16:10.099 INFO kablam! | | Oct 27 22:16:10.099 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.099 INFO kablam! ... Oct 27 22:16:10.099 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 27 22:16:10.099 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.099 INFO kablam! Oct 27 22:16:10.099 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.099 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.099 INFO kablam! | Oct 27 22:16:10.099 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.099 INFO kablam! | ----^^^^ Oct 27 22:16:10.099 INFO kablam! | | Oct 27 22:16:10.099 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.099 INFO kablam! ... Oct 27 22:16:10.099 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 27 22:16:10.099 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.099 INFO kablam! Oct 27 22:16:10.103 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.103 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.103 INFO kablam! | Oct 27 22:16:10.103 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.103 INFO kablam! | ----^^^^ Oct 27 22:16:10.103 INFO kablam! | | Oct 27 22:16:10.103 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.103 INFO kablam! ... Oct 27 22:16:10.103 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 27 22:16:10.103 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.103 INFO kablam! Oct 27 22:16:10.103 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.103 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.103 INFO kablam! | Oct 27 22:16:10.103 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.103 INFO kablam! | ----^^^^ Oct 27 22:16:10.103 INFO kablam! | | Oct 27 22:16:10.103 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.103 INFO kablam! ... Oct 27 22:16:10.103 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 27 22:16:10.103 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.103 INFO kablam! Oct 27 22:16:10.109 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.109 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.109 INFO kablam! | Oct 27 22:16:10.109 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.109 INFO kablam! | ----^^^^ Oct 27 22:16:10.109 INFO kablam! | | Oct 27 22:16:10.109 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.109 INFO kablam! ... Oct 27 22:16:10.109 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 27 22:16:10.109 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.109 INFO kablam! Oct 27 22:16:10.109 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.109 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.109 INFO kablam! | Oct 27 22:16:10.109 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.109 INFO kablam! | ----^^^^ Oct 27 22:16:10.109 INFO kablam! | | Oct 27 22:16:10.109 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.109 INFO kablam! ... Oct 27 22:16:10.109 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 27 22:16:10.109 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.109 INFO kablam! Oct 27 22:16:10.114 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.114 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.115 INFO kablam! | Oct 27 22:16:10.115 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.115 INFO kablam! | ----^^^^ Oct 27 22:16:10.115 INFO kablam! | | Oct 27 22:16:10.115 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.115 INFO kablam! ... Oct 27 22:16:10.115 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 27 22:16:10.115 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.115 INFO kablam! Oct 27 22:16:10.115 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.115 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.115 INFO kablam! | Oct 27 22:16:10.115 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.115 INFO kablam! | ----^^^^ Oct 27 22:16:10.115 INFO kablam! | | Oct 27 22:16:10.115 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.115 INFO kablam! ... Oct 27 22:16:10.115 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 27 22:16:10.115 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.115 INFO kablam! Oct 27 22:16:10.115 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.115 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.115 INFO kablam! | Oct 27 22:16:10.115 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.115 INFO kablam! | ----^^^^ Oct 27 22:16:10.115 INFO kablam! | | Oct 27 22:16:10.115 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.115 INFO kablam! ... Oct 27 22:16:10.115 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 27 22:16:10.115 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.115 INFO kablam! Oct 27 22:16:10.115 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.115 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.115 INFO kablam! | Oct 27 22:16:10.115 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.115 INFO kablam! | ----^^^^ Oct 27 22:16:10.115 INFO kablam! | | Oct 27 22:16:10.115 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.115 INFO kablam! ... Oct 27 22:16:10.115 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 27 22:16:10.115 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.115 INFO kablam! Oct 27 22:16:10.115 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.115 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.115 INFO kablam! | Oct 27 22:16:10.115 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.115 INFO kablam! | ----^^^^ Oct 27 22:16:10.115 INFO kablam! | | Oct 27 22:16:10.115 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.115 INFO kablam! ... Oct 27 22:16:10.115 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 27 22:16:10.115 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.115 INFO kablam! Oct 27 22:16:10.119 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.119 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.119 INFO kablam! | Oct 27 22:16:10.119 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.119 INFO kablam! | ----^^^^ Oct 27 22:16:10.119 INFO kablam! | | Oct 27 22:16:10.119 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.119 INFO kablam! ... Oct 27 22:16:10.119 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 27 22:16:10.119 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.119 INFO kablam! Oct 27 22:16:10.119 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.119 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.119 INFO kablam! | Oct 27 22:16:10.119 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.119 INFO kablam! | ----^^^^ Oct 27 22:16:10.119 INFO kablam! | | Oct 27 22:16:10.119 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.119 INFO kablam! ... Oct 27 22:16:10.119 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 27 22:16:10.119 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.119 INFO kablam! Oct 27 22:16:10.123 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.123 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.123 INFO kablam! | Oct 27 22:16:10.123 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.123 INFO kablam! | ----^^^^ Oct 27 22:16:10.123 INFO kablam! | | Oct 27 22:16:10.123 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.123 INFO kablam! ... Oct 27 22:16:10.123 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 27 22:16:10.123 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.123 INFO kablam! Oct 27 22:16:10.123 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.123 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.123 INFO kablam! | Oct 27 22:16:10.123 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.123 INFO kablam! | ----^^^^ Oct 27 22:16:10.123 INFO kablam! | | Oct 27 22:16:10.123 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.123 INFO kablam! ... Oct 27 22:16:10.123 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 27 22:16:10.123 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.123 INFO kablam! Oct 27 22:16:10.127 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.127 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.127 INFO kablam! | Oct 27 22:16:10.127 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.127 INFO kablam! | ----^^^^ Oct 27 22:16:10.127 INFO kablam! | | Oct 27 22:16:10.127 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.127 INFO kablam! ... Oct 27 22:16:10.127 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 27 22:16:10.127 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.127 INFO kablam! Oct 27 22:16:10.127 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.127 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.127 INFO kablam! | Oct 27 22:16:10.127 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.127 INFO kablam! | ----^^^^ Oct 27 22:16:10.127 INFO kablam! | | Oct 27 22:16:10.127 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.127 INFO kablam! ... Oct 27 22:16:10.127 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 27 22:16:10.127 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.127 INFO kablam! Oct 27 22:16:10.131 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.131 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.131 INFO kablam! | Oct 27 22:16:10.131 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.131 INFO kablam! | ----^^^^ Oct 27 22:16:10.131 INFO kablam! | | Oct 27 22:16:10.131 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.131 INFO kablam! ... Oct 27 22:16:10.131 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 27 22:16:10.131 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.131 INFO kablam! Oct 27 22:16:10.131 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.131 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.131 INFO kablam! | Oct 27 22:16:10.131 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.131 INFO kablam! | ----^^^^ Oct 27 22:16:10.131 INFO kablam! | | Oct 27 22:16:10.131 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.131 INFO kablam! ... Oct 27 22:16:10.131 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 27 22:16:10.131 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.131 INFO kablam! Oct 27 22:16:10.143 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.143 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.143 INFO kablam! | Oct 27 22:16:10.143 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.143 INFO kablam! | ----^^^^ Oct 27 22:16:10.143 INFO kablam! | | Oct 27 22:16:10.143 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.143 INFO kablam! ... Oct 27 22:16:10.143 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 27 22:16:10.143 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.143 INFO kablam! Oct 27 22:16:10.143 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.143 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.143 INFO kablam! | Oct 27 22:16:10.143 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.143 INFO kablam! | ----^^^^ Oct 27 22:16:10.143 INFO kablam! | | Oct 27 22:16:10.143 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.143 INFO kablam! ... Oct 27 22:16:10.143 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 27 22:16:10.143 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.143 INFO kablam! Oct 27 22:16:10.146 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.146 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.147 INFO kablam! | Oct 27 22:16:10.147 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.147 INFO kablam! | ----^^^^ Oct 27 22:16:10.147 INFO kablam! | | Oct 27 22:16:10.147 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.147 INFO kablam! ... Oct 27 22:16:10.147 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 27 22:16:10.147 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.147 INFO kablam! Oct 27 22:16:10.147 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.147 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:10.147 INFO kablam! | Oct 27 22:16:10.147 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.147 INFO kablam! | ----^^^^ Oct 27 22:16:10.147 INFO kablam! | | Oct 27 22:16:10.147 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.147 INFO kablam! ... Oct 27 22:16:10.147 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 27 22:16:10.147 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:10.147 INFO kablam! Oct 27 22:16:10.150 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.151 INFO kablam! --> src/de.rs:960:17 Oct 27 22:16:10.151 INFO kablam! | Oct 27 22:16:10.151 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:10.151 INFO kablam! | ----^^^^ Oct 27 22:16:10.151 INFO kablam! | | Oct 27 22:16:10.151 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.151 INFO kablam! Oct 27 22:16:10.158 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:10.158 INFO kablam! --> src/de.rs:971:13 Oct 27 22:16:10.159 INFO kablam! | Oct 27 22:16:10.159 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 27 22:16:10.159 INFO kablam! | ----^^^^ Oct 27 22:16:10.159 INFO kablam! | | Oct 27 22:16:10.159 INFO kablam! | help: remove this `mut` Oct 27 22:16:10.159 INFO kablam! Oct 27 22:16:13.498 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.498 INFO kablam! --> src/stream.rs:1263:24 Oct 27 22:16:13.498 INFO kablam! | Oct 27 22:16:13.498 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 27 22:16:13.498 INFO kablam! | ----^^^ Oct 27 22:16:13.498 INFO kablam! | | Oct 27 22:16:13.499 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.499 INFO kablam! | Oct 27 22:16:13.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:16:13.499 INFO kablam! Oct 27 22:16:13.943 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.943 INFO kablam! --> src/de.rs:793:13 Oct 27 22:16:13.943 INFO kablam! | Oct 27 22:16:13.943 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.943 INFO kablam! | ----^^^^ Oct 27 22:16:13.943 INFO kablam! | | Oct 27 22:16:13.943 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.943 INFO kablam! Oct 27 22:16:13.976 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.976 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.976 INFO kablam! | Oct 27 22:16:13.976 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.976 INFO kablam! | ----^^^^ Oct 27 22:16:13.976 INFO kablam! | | Oct 27 22:16:13.976 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.976 INFO kablam! ... Oct 27 22:16:13.976 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 27 22:16:13.976 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.976 INFO kablam! Oct 27 22:16:13.978 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.978 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.978 INFO kablam! | Oct 27 22:16:13.978 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.978 INFO kablam! | ----^^^^ Oct 27 22:16:13.978 INFO kablam! | | Oct 27 22:16:13.978 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.978 INFO kablam! ... Oct 27 22:16:13.978 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 27 22:16:13.978 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.978 INFO kablam! Oct 27 22:16:13.980 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.980 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.980 INFO kablam! | Oct 27 22:16:13.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.980 INFO kablam! | ----^^^^ Oct 27 22:16:13.980 INFO kablam! | | Oct 27 22:16:13.981 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.981 INFO kablam! ... Oct 27 22:16:13.981 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 27 22:16:13.981 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.981 INFO kablam! Oct 27 22:16:13.983 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.983 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.983 INFO kablam! | Oct 27 22:16:13.983 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.983 INFO kablam! | ----^^^^ Oct 27 22:16:13.983 INFO kablam! | | Oct 27 22:16:13.983 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.983 INFO kablam! ... Oct 27 22:16:13.983 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 27 22:16:13.983 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.983 INFO kablam! Oct 27 22:16:13.984 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.984 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.984 INFO kablam! | Oct 27 22:16:13.984 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.984 INFO kablam! | ----^^^^ Oct 27 22:16:13.984 INFO kablam! | | Oct 27 22:16:13.984 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.984 INFO kablam! ... Oct 27 22:16:13.984 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 27 22:16:13.984 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.984 INFO kablam! Oct 27 22:16:13.986 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.986 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.986 INFO kablam! | Oct 27 22:16:13.986 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.986 INFO kablam! | ----^^^^ Oct 27 22:16:13.986 INFO kablam! | | Oct 27 22:16:13.986 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.986 INFO kablam! ... Oct 27 22:16:13.986 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 27 22:16:13.986 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.986 INFO kablam! Oct 27 22:16:13.986 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.986 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.987 INFO kablam! | Oct 27 22:16:13.987 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.987 INFO kablam! | ----^^^^ Oct 27 22:16:13.987 INFO kablam! | | Oct 27 22:16:13.987 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.987 INFO kablam! ... Oct 27 22:16:13.987 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 27 22:16:13.987 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.987 INFO kablam! Oct 27 22:16:13.989 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.989 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.989 INFO kablam! | Oct 27 22:16:13.989 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.989 INFO kablam! | ----^^^^ Oct 27 22:16:13.989 INFO kablam! | | Oct 27 22:16:13.989 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.989 INFO kablam! ... Oct 27 22:16:13.989 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 27 22:16:13.989 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.989 INFO kablam! Oct 27 22:16:13.992 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.993 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.993 INFO kablam! | Oct 27 22:16:13.993 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.993 INFO kablam! | ----^^^^ Oct 27 22:16:13.993 INFO kablam! | | Oct 27 22:16:13.993 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.993 INFO kablam! ... Oct 27 22:16:13.993 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 27 22:16:13.993 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.993 INFO kablam! Oct 27 22:16:13.993 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:13.993 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:13.993 INFO kablam! | Oct 27 22:16:13.993 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:13.993 INFO kablam! | ----^^^^ Oct 27 22:16:13.993 INFO kablam! | | Oct 27 22:16:13.993 INFO kablam! | help: remove this `mut` Oct 27 22:16:13.993 INFO kablam! ... Oct 27 22:16:13.993 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 27 22:16:13.993 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 22:16:13.993 INFO kablam! Oct 27 22:16:14.003 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.003 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.003 INFO kablam! | Oct 27 22:16:14.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.003 INFO kablam! | ----^^^^ Oct 27 22:16:14.003 INFO kablam! | | Oct 27 22:16:14.003 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.003 INFO kablam! ... Oct 27 22:16:14.003 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 27 22:16:14.003 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.003 INFO kablam! Oct 27 22:16:14.003 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.003 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.003 INFO kablam! | Oct 27 22:16:14.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.003 INFO kablam! | ----^^^^ Oct 27 22:16:14.003 INFO kablam! | | Oct 27 22:16:14.003 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.003 INFO kablam! ... Oct 27 22:16:14.003 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 27 22:16:14.003 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.003 INFO kablam! Oct 27 22:16:14.003 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.003 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.003 INFO kablam! | Oct 27 22:16:14.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.003 INFO kablam! | ----^^^^ Oct 27 22:16:14.003 INFO kablam! | | Oct 27 22:16:14.003 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.003 INFO kablam! ... Oct 27 22:16:14.003 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 27 22:16:14.003 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.003 INFO kablam! Oct 27 22:16:14.003 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.003 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.003 INFO kablam! | Oct 27 22:16:14.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.003 INFO kablam! | ----^^^^ Oct 27 22:16:14.003 INFO kablam! | | Oct 27 22:16:14.003 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.003 INFO kablam! ... Oct 27 22:16:14.003 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 27 22:16:14.003 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.003 INFO kablam! Oct 27 22:16:14.003 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.003 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.003 INFO kablam! | Oct 27 22:16:14.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.003 INFO kablam! | ----^^^^ Oct 27 22:16:14.003 INFO kablam! | | Oct 27 22:16:14.003 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.003 INFO kablam! ... Oct 27 22:16:14.003 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 27 22:16:14.003 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.003 INFO kablam! Oct 27 22:16:14.007 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.007 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.007 INFO kablam! | Oct 27 22:16:14.007 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.007 INFO kablam! | ----^^^^ Oct 27 22:16:14.007 INFO kablam! | | Oct 27 22:16:14.007 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.007 INFO kablam! ... Oct 27 22:16:14.007 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 27 22:16:14.007 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.007 INFO kablam! Oct 27 22:16:14.007 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.007 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.007 INFO kablam! | Oct 27 22:16:14.007 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.007 INFO kablam! | ----^^^^ Oct 27 22:16:14.007 INFO kablam! | | Oct 27 22:16:14.007 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.007 INFO kablam! ... Oct 27 22:16:14.007 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 27 22:16:14.007 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.007 INFO kablam! Oct 27 22:16:14.011 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.011 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.011 INFO kablam! | Oct 27 22:16:14.011 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.011 INFO kablam! | ----^^^^ Oct 27 22:16:14.011 INFO kablam! | | Oct 27 22:16:14.011 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.011 INFO kablam! ... Oct 27 22:16:14.011 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 27 22:16:14.011 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.011 INFO kablam! Oct 27 22:16:14.011 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.011 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.011 INFO kablam! | Oct 27 22:16:14.011 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.011 INFO kablam! | ----^^^^ Oct 27 22:16:14.011 INFO kablam! | | Oct 27 22:16:14.011 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.011 INFO kablam! ... Oct 27 22:16:14.011 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 27 22:16:14.011 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.011 INFO kablam! Oct 27 22:16:14.011 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.011 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.011 INFO kablam! | Oct 27 22:16:14.011 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.011 INFO kablam! | ----^^^^ Oct 27 22:16:14.011 INFO kablam! | | Oct 27 22:16:14.011 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.011 INFO kablam! ... Oct 27 22:16:14.011 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 27 22:16:14.011 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.011 INFO kablam! Oct 27 22:16:14.019 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.019 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.019 INFO kablam! | Oct 27 22:16:14.019 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.019 INFO kablam! | ----^^^^ Oct 27 22:16:14.019 INFO kablam! | | Oct 27 22:16:14.019 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.019 INFO kablam! ... Oct 27 22:16:14.019 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 27 22:16:14.019 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.019 INFO kablam! Oct 27 22:16:14.019 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.019 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.019 INFO kablam! | Oct 27 22:16:14.019 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.019 INFO kablam! | ----^^^^ Oct 27 22:16:14.019 INFO kablam! | | Oct 27 22:16:14.019 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.019 INFO kablam! ... Oct 27 22:16:14.019 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 27 22:16:14.019 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.019 INFO kablam! Oct 27 22:16:14.019 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.019 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.019 INFO kablam! | Oct 27 22:16:14.019 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.019 INFO kablam! | ----^^^^ Oct 27 22:16:14.019 INFO kablam! | | Oct 27 22:16:14.019 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.019 INFO kablam! ... Oct 27 22:16:14.019 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 27 22:16:14.019 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.019 INFO kablam! Oct 27 22:16:14.027 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.027 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.027 INFO kablam! | Oct 27 22:16:14.027 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.027 INFO kablam! | ----^^^^ Oct 27 22:16:14.027 INFO kablam! | | Oct 27 22:16:14.027 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.027 INFO kablam! ... Oct 27 22:16:14.027 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 27 22:16:14.027 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.027 INFO kablam! Oct 27 22:16:14.027 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.027 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.027 INFO kablam! | Oct 27 22:16:14.027 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.027 INFO kablam! | ----^^^^ Oct 27 22:16:14.027 INFO kablam! | | Oct 27 22:16:14.027 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.027 INFO kablam! ... Oct 27 22:16:14.027 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 27 22:16:14.027 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.027 INFO kablam! Oct 27 22:16:14.027 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.027 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.027 INFO kablam! | Oct 27 22:16:14.027 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.027 INFO kablam! | ----^^^^ Oct 27 22:16:14.027 INFO kablam! | | Oct 27 22:16:14.027 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.027 INFO kablam! ... Oct 27 22:16:14.027 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 27 22:16:14.027 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.027 INFO kablam! Oct 27 22:16:14.027 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.027 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.027 INFO kablam! | Oct 27 22:16:14.027 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.027 INFO kablam! | ----^^^^ Oct 27 22:16:14.027 INFO kablam! | | Oct 27 22:16:14.027 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.027 INFO kablam! ... Oct 27 22:16:14.027 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 27 22:16:14.027 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.027 INFO kablam! Oct 27 22:16:14.027 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.027 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.027 INFO kablam! | Oct 27 22:16:14.027 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.027 INFO kablam! | ----^^^^ Oct 27 22:16:14.027 INFO kablam! | | Oct 27 22:16:14.027 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.027 INFO kablam! ... Oct 27 22:16:14.027 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 27 22:16:14.027 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.027 INFO kablam! Oct 27 22:16:14.031 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.031 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.031 INFO kablam! | Oct 27 22:16:14.031 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.031 INFO kablam! | ----^^^^ Oct 27 22:16:14.031 INFO kablam! | | Oct 27 22:16:14.031 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.031 INFO kablam! ... Oct 27 22:16:14.031 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 27 22:16:14.031 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.031 INFO kablam! Oct 27 22:16:14.031 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.031 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.031 INFO kablam! | Oct 27 22:16:14.031 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.031 INFO kablam! | ----^^^^ Oct 27 22:16:14.031 INFO kablam! | | Oct 27 22:16:14.031 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.031 INFO kablam! ... Oct 27 22:16:14.031 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 27 22:16:14.031 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.031 INFO kablam! Oct 27 22:16:14.040 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.040 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.040 INFO kablam! | Oct 27 22:16:14.040 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.040 INFO kablam! | ----^^^^ Oct 27 22:16:14.040 INFO kablam! | | Oct 27 22:16:14.040 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.040 INFO kablam! ... Oct 27 22:16:14.040 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 27 22:16:14.040 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.040 INFO kablam! Oct 27 22:16:14.040 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.040 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.040 INFO kablam! | Oct 27 22:16:14.040 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.040 INFO kablam! | ----^^^^ Oct 27 22:16:14.040 INFO kablam! | | Oct 27 22:16:14.040 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.040 INFO kablam! ... Oct 27 22:16:14.040 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 27 22:16:14.040 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.040 INFO kablam! Oct 27 22:16:14.040 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.040 INFO kablam! --> src/de.rs:913:21 Oct 27 22:16:14.040 INFO kablam! | Oct 27 22:16:14.040 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.040 INFO kablam! | ----^^^^ Oct 27 22:16:14.040 INFO kablam! | | Oct 27 22:16:14.040 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.040 INFO kablam! ... Oct 27 22:16:14.040 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 27 22:16:14.040 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 27 22:16:14.040 INFO kablam! Oct 27 22:16:14.043 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.043 INFO kablam! --> src/de.rs:960:17 Oct 27 22:16:14.043 INFO kablam! | Oct 27 22:16:14.043 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 27 22:16:14.043 INFO kablam! | ----^^^^ Oct 27 22:16:14.043 INFO kablam! | | Oct 27 22:16:14.043 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.043 INFO kablam! Oct 27 22:16:14.043 INFO kablam! warning: variable does not need to be mutable Oct 27 22:16:14.043 INFO kablam! --> src/de.rs:971:13 Oct 27 22:16:14.043 INFO kablam! | Oct 27 22:16:14.043 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 27 22:16:14.043 INFO kablam! | ----^^^^ Oct 27 22:16:14.043 INFO kablam! | | Oct 27 22:16:14.043 INFO kablam! | help: remove this `mut` Oct 27 22:16:14.043 INFO kablam! Oct 27 22:16:16.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.45s Oct 27 22:16:16.062 INFO kablam! su: No module specific data is present Oct 27 22:16:17.303 INFO running `"docker" "rm" "-f" "3a96c412208f6598e5e81cd18233fbf9403bc9c831d0a45ee8622126c6bd1b5f"` Oct 27 22:16:17.523 INFO blam! 3a96c412208f6598e5e81cd18233fbf9403bc9c831d0a45ee8622126c6bd1b5f