Sep 01 04:05:20.910 INFO checking fourleaf-0.1.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:05:20.910 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:05:20.910 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:05:21.102 INFO blam! a8abec67e955d26877527c262869a2c2176132b719e097137b3dd95931d6ad75 Sep 01 04:05:21.104 INFO running `"docker" "start" "-a" "a8abec67e955d26877527c262869a2c2176132b719e097137b3dd95931d6ad75"` Sep 01 04:05:21.847 INFO kablam! Checking fourleaf v0.1.1 (file:///source) Sep 01 04:05:24.654 INFO kablam! warning: unused import: `self` Sep 01 04:05:24.654 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Sep 01 04:05:24.654 INFO kablam! | Sep 01 04:05:24.654 INFO kablam! 18 | use stream::{self, Stream}; Sep 01 04:05:24.654 INFO kablam! | ^^^^ Sep 01 04:05:24.654 INFO kablam! | Sep 01 04:05:24.654 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:05:24.654 INFO kablam! Sep 01 04:05:31.293 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.293 INFO kablam! --> src/stream.rs:1263:24 Sep 01 04:05:31.293 INFO kablam! | Sep 01 04:05:31.294 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 01 04:05:31.294 INFO kablam! | ----^^^ Sep 01 04:05:31.294 INFO kablam! | | Sep 01 04:05:31.294 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.294 INFO kablam! | Sep 01 04:05:31.294 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 04:05:31.294 INFO kablam! Sep 01 04:05:31.698 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.698 INFO kablam! --> src/de.rs:793:13 Sep 01 04:05:31.698 INFO kablam! | Sep 01 04:05:31.698 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.698 INFO kablam! | ----^^^^ Sep 01 04:05:31.698 INFO kablam! | | Sep 01 04:05:31.698 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.698 INFO kablam! Sep 01 04:05:31.790 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.790 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.790 INFO kablam! | Sep 01 04:05:31.790 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.790 INFO kablam! | ----^^^^ Sep 01 04:05:31.790 INFO kablam! | | Sep 01 04:05:31.790 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.790 INFO kablam! ... Sep 01 04:05:31.790 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 01 04:05:31.790 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.790 INFO kablam! Sep 01 04:05:31.793 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.793 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.793 INFO kablam! | Sep 01 04:05:31.793 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.793 INFO kablam! | ----^^^^ Sep 01 04:05:31.793 INFO kablam! | | Sep 01 04:05:31.793 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.793 INFO kablam! ... Sep 01 04:05:31.793 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 01 04:05:31.793 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.793 INFO kablam! Sep 01 04:05:31.797 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.797 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.797 INFO kablam! | Sep 01 04:05:31.797 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.797 INFO kablam! | ----^^^^ Sep 01 04:05:31.797 INFO kablam! | | Sep 01 04:05:31.797 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.797 INFO kablam! ... Sep 01 04:05:31.797 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 01 04:05:31.797 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.797 INFO kablam! Sep 01 04:05:31.800 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.800 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.800 INFO kablam! | Sep 01 04:05:31.800 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.801 INFO kablam! | ----^^^^ Sep 01 04:05:31.801 INFO kablam! | | Sep 01 04:05:31.801 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.801 INFO kablam! ... Sep 01 04:05:31.801 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 01 04:05:31.801 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.801 INFO kablam! Sep 01 04:05:31.804 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.804 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.804 INFO kablam! | Sep 01 04:05:31.804 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.804 INFO kablam! | ----^^^^ Sep 01 04:05:31.804 INFO kablam! | | Sep 01 04:05:31.804 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.804 INFO kablam! ... Sep 01 04:05:31.804 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 01 04:05:31.804 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.804 INFO kablam! Sep 01 04:05:31.808 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.808 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.808 INFO kablam! | Sep 01 04:05:31.808 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.808 INFO kablam! | ----^^^^ Sep 01 04:05:31.808 INFO kablam! | | Sep 01 04:05:31.808 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.808 INFO kablam! ... Sep 01 04:05:31.808 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 01 04:05:31.808 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.808 INFO kablam! Sep 01 04:05:31.811 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.811 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.811 INFO kablam! | Sep 01 04:05:31.812 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.812 INFO kablam! | ----^^^^ Sep 01 04:05:31.812 INFO kablam! | | Sep 01 04:05:31.812 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.812 INFO kablam! ... Sep 01 04:05:31.812 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 01 04:05:31.812 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.812 INFO kablam! Sep 01 04:05:31.815 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.815 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.815 INFO kablam! | Sep 01 04:05:31.815 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.815 INFO kablam! | ----^^^^ Sep 01 04:05:31.815 INFO kablam! | | Sep 01 04:05:31.815 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.816 INFO kablam! ... Sep 01 04:05:31.816 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 01 04:05:31.816 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.816 INFO kablam! Sep 01 04:05:31.819 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.819 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.819 INFO kablam! | Sep 01 04:05:31.819 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.819 INFO kablam! | ----^^^^ Sep 01 04:05:31.819 INFO kablam! | | Sep 01 04:05:31.819 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.819 INFO kablam! ... Sep 01 04:05:31.819 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 01 04:05:31.819 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.819 INFO kablam! Sep 01 04:05:31.822 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.823 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.823 INFO kablam! | Sep 01 04:05:31.823 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.823 INFO kablam! | ----^^^^ Sep 01 04:05:31.823 INFO kablam! | | Sep 01 04:05:31.823 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.823 INFO kablam! ... Sep 01 04:05:31.823 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 01 04:05:31.823 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:31.823 INFO kablam! Sep 01 04:05:31.826 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.826 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.827 INFO kablam! | Sep 01 04:05:31.827 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.827 INFO kablam! | ----^^^^ Sep 01 04:05:31.827 INFO kablam! | | Sep 01 04:05:31.827 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.827 INFO kablam! ... Sep 01 04:05:31.827 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 01 04:05:31.827 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.827 INFO kablam! Sep 01 04:05:31.830 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.830 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.830 INFO kablam! | Sep 01 04:05:31.830 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.830 INFO kablam! | ----^^^^ Sep 01 04:05:31.830 INFO kablam! | | Sep 01 04:05:31.830 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.830 INFO kablam! ... Sep 01 04:05:31.830 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 01 04:05:31.830 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.830 INFO kablam! Sep 01 04:05:31.834 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.834 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.834 INFO kablam! | Sep 01 04:05:31.834 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.834 INFO kablam! | ----^^^^ Sep 01 04:05:31.834 INFO kablam! | | Sep 01 04:05:31.834 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.834 INFO kablam! ... Sep 01 04:05:31.834 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 01 04:05:31.834 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.834 INFO kablam! Sep 01 04:05:31.837 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.837 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.837 INFO kablam! | Sep 01 04:05:31.838 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.838 INFO kablam! | ----^^^^ Sep 01 04:05:31.838 INFO kablam! | | Sep 01 04:05:31.838 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.838 INFO kablam! ... Sep 01 04:05:31.838 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 01 04:05:31.838 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.838 INFO kablam! Sep 01 04:05:31.841 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.841 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.841 INFO kablam! | Sep 01 04:05:31.841 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.841 INFO kablam! | ----^^^^ Sep 01 04:05:31.841 INFO kablam! | | Sep 01 04:05:31.841 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.841 INFO kablam! ... Sep 01 04:05:31.841 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 01 04:05:31.841 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.842 INFO kablam! Sep 01 04:05:31.845 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.845 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.845 INFO kablam! | Sep 01 04:05:31.845 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.845 INFO kablam! | ----^^^^ Sep 01 04:05:31.845 INFO kablam! | | Sep 01 04:05:31.845 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.845 INFO kablam! ... Sep 01 04:05:31.845 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 01 04:05:31.845 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.845 INFO kablam! Sep 01 04:05:31.848 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.848 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.848 INFO kablam! | Sep 01 04:05:31.848 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.848 INFO kablam! | ----^^^^ Sep 01 04:05:31.848 INFO kablam! | | Sep 01 04:05:31.849 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.849 INFO kablam! ... Sep 01 04:05:31.849 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 01 04:05:31.849 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.849 INFO kablam! Sep 01 04:05:31.852 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.852 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.852 INFO kablam! | Sep 01 04:05:31.852 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.852 INFO kablam! | ----^^^^ Sep 01 04:05:31.852 INFO kablam! | | Sep 01 04:05:31.852 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.852 INFO kablam! ... Sep 01 04:05:31.852 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 01 04:05:31.852 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.852 INFO kablam! Sep 01 04:05:31.856 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.856 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.856 INFO kablam! | Sep 01 04:05:31.856 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.856 INFO kablam! | ----^^^^ Sep 01 04:05:31.856 INFO kablam! | | Sep 01 04:05:31.856 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.856 INFO kablam! ... Sep 01 04:05:31.856 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 01 04:05:31.856 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.856 INFO kablam! Sep 01 04:05:31.859 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.859 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.859 INFO kablam! | Sep 01 04:05:31.859 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.859 INFO kablam! | ----^^^^ Sep 01 04:05:31.859 INFO kablam! | | Sep 01 04:05:31.859 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.859 INFO kablam! ... Sep 01 04:05:31.860 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 01 04:05:31.860 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.860 INFO kablam! Sep 01 04:05:31.863 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.863 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.863 INFO kablam! | Sep 01 04:05:31.863 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.863 INFO kablam! | ----^^^^ Sep 01 04:05:31.863 INFO kablam! | | Sep 01 04:05:31.863 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.863 INFO kablam! ... Sep 01 04:05:31.863 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 01 04:05:31.863 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.863 INFO kablam! Sep 01 04:05:31.866 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.867 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.867 INFO kablam! | Sep 01 04:05:31.867 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.867 INFO kablam! | ----^^^^ Sep 01 04:05:31.867 INFO kablam! | | Sep 01 04:05:31.867 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.867 INFO kablam! ... Sep 01 04:05:31.867 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 01 04:05:31.867 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.867 INFO kablam! Sep 01 04:05:31.870 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.870 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.870 INFO kablam! | Sep 01 04:05:31.870 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.870 INFO kablam! | ----^^^^ Sep 01 04:05:31.870 INFO kablam! | | Sep 01 04:05:31.870 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.870 INFO kablam! ... Sep 01 04:05:31.870 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 01 04:05:31.871 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.871 INFO kablam! Sep 01 04:05:31.874 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.874 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.874 INFO kablam! | Sep 01 04:05:31.874 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.874 INFO kablam! | ----^^^^ Sep 01 04:05:31.874 INFO kablam! | | Sep 01 04:05:31.874 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.874 INFO kablam! ... Sep 01 04:05:31.874 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 01 04:05:31.874 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.874 INFO kablam! Sep 01 04:05:31.877 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.878 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.878 INFO kablam! | Sep 01 04:05:31.878 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.878 INFO kablam! | ----^^^^ Sep 01 04:05:31.878 INFO kablam! | | Sep 01 04:05:31.878 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.878 INFO kablam! ... Sep 01 04:05:31.878 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 01 04:05:31.878 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.878 INFO kablam! Sep 01 04:05:31.881 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.881 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.881 INFO kablam! | Sep 01 04:05:31.881 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.881 INFO kablam! | ----^^^^ Sep 01 04:05:31.881 INFO kablam! | | Sep 01 04:05:31.881 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.881 INFO kablam! ... Sep 01 04:05:31.881 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 01 04:05:31.881 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.882 INFO kablam! Sep 01 04:05:31.885 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.885 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.885 INFO kablam! | Sep 01 04:05:31.885 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.885 INFO kablam! | ----^^^^ Sep 01 04:05:31.885 INFO kablam! | | Sep 01 04:05:31.885 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.885 INFO kablam! ... Sep 01 04:05:31.885 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 01 04:05:31.885 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.885 INFO kablam! Sep 01 04:05:31.888 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.889 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.889 INFO kablam! | Sep 01 04:05:31.889 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.889 INFO kablam! | ----^^^^ Sep 01 04:05:31.889 INFO kablam! | | Sep 01 04:05:31.889 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.889 INFO kablam! ... Sep 01 04:05:31.889 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 01 04:05:31.889 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.889 INFO kablam! Sep 01 04:05:31.892 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.892 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.892 INFO kablam! | Sep 01 04:05:31.892 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.892 INFO kablam! | ----^^^^ Sep 01 04:05:31.892 INFO kablam! | | Sep 01 04:05:31.893 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.893 INFO kablam! ... Sep 01 04:05:31.893 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 01 04:05:31.893 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.893 INFO kablam! Sep 01 04:05:31.896 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.896 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.896 INFO kablam! | Sep 01 04:05:31.896 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.896 INFO kablam! | ----^^^^ Sep 01 04:05:31.896 INFO kablam! | | Sep 01 04:05:31.896 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.896 INFO kablam! ... Sep 01 04:05:31.896 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 01 04:05:31.896 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.896 INFO kablam! Sep 01 04:05:31.900 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.900 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.900 INFO kablam! | Sep 01 04:05:31.900 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.900 INFO kablam! | ----^^^^ Sep 01 04:05:31.900 INFO kablam! | | Sep 01 04:05:31.900 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.900 INFO kablam! ... Sep 01 04:05:31.900 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 01 04:05:31.900 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.900 INFO kablam! Sep 01 04:05:31.903 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.903 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.903 INFO kablam! | Sep 01 04:05:31.903 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.903 INFO kablam! | ----^^^^ Sep 01 04:05:31.904 INFO kablam! | | Sep 01 04:05:31.904 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.904 INFO kablam! ... Sep 01 04:05:31.904 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 01 04:05:31.904 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.904 INFO kablam! Sep 01 04:05:31.907 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.907 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:31.907 INFO kablam! | Sep 01 04:05:31.907 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.907 INFO kablam! | ----^^^^ Sep 01 04:05:31.907 INFO kablam! | | Sep 01 04:05:31.907 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.907 INFO kablam! ... Sep 01 04:05:31.907 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 01 04:05:31.907 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:31.907 INFO kablam! Sep 01 04:05:31.915 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.915 INFO kablam! --> src/de.rs:960:17 Sep 01 04:05:31.915 INFO kablam! | Sep 01 04:05:31.915 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:31.915 INFO kablam! | ----^^^^ Sep 01 04:05:31.915 INFO kablam! | | Sep 01 04:05:31.915 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.915 INFO kablam! Sep 01 04:05:31.919 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:31.919 INFO kablam! --> src/de.rs:971:13 Sep 01 04:05:31.919 INFO kablam! | Sep 01 04:05:31.919 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 01 04:05:31.919 INFO kablam! | ----^^^^ Sep 01 04:05:31.919 INFO kablam! | | Sep 01 04:05:31.919 INFO kablam! | help: remove this `mut` Sep 01 04:05:31.919 INFO kablam! Sep 01 04:05:38.319 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.319 INFO kablam! --> src/stream.rs:1263:24 Sep 01 04:05:38.319 INFO kablam! | Sep 01 04:05:38.319 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 01 04:05:38.319 INFO kablam! | ----^^^ Sep 01 04:05:38.319 INFO kablam! | | Sep 01 04:05:38.319 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.319 INFO kablam! | Sep 01 04:05:38.319 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 04:05:38.319 INFO kablam! Sep 01 04:05:38.858 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.858 INFO kablam! --> src/de.rs:793:13 Sep 01 04:05:38.858 INFO kablam! | Sep 01 04:05:38.858 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.858 INFO kablam! | ----^^^^ Sep 01 04:05:38.858 INFO kablam! | | Sep 01 04:05:38.858 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.858 INFO kablam! Sep 01 04:05:38.919 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.919 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.919 INFO kablam! | Sep 01 04:05:38.919 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.919 INFO kablam! | ----^^^^ Sep 01 04:05:38.919 INFO kablam! | | Sep 01 04:05:38.919 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.919 INFO kablam! ... Sep 01 04:05:38.919 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 01 04:05:38.919 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.919 INFO kablam! Sep 01 04:05:38.921 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.921 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.921 INFO kablam! | Sep 01 04:05:38.921 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.922 INFO kablam! | ----^^^^ Sep 01 04:05:38.922 INFO kablam! | | Sep 01 04:05:38.922 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.922 INFO kablam! ... Sep 01 04:05:38.922 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 01 04:05:38.922 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.922 INFO kablam! Sep 01 04:05:38.924 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.924 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.924 INFO kablam! | Sep 01 04:05:38.924 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.924 INFO kablam! | ----^^^^ Sep 01 04:05:38.924 INFO kablam! | | Sep 01 04:05:38.924 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.924 INFO kablam! ... Sep 01 04:05:38.925 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 01 04:05:38.925 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.925 INFO kablam! Sep 01 04:05:38.927 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.927 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.927 INFO kablam! | Sep 01 04:05:38.927 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.927 INFO kablam! | ----^^^^ Sep 01 04:05:38.927 INFO kablam! | | Sep 01 04:05:38.927 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.927 INFO kablam! ... Sep 01 04:05:38.927 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 01 04:05:38.927 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.927 INFO kablam! Sep 01 04:05:38.930 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.930 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.930 INFO kablam! | Sep 01 04:05:38.930 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.930 INFO kablam! | ----^^^^ Sep 01 04:05:38.930 INFO kablam! | | Sep 01 04:05:38.930 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.930 INFO kablam! ... Sep 01 04:05:38.930 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 01 04:05:38.930 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.930 INFO kablam! Sep 01 04:05:38.932 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.933 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.933 INFO kablam! | Sep 01 04:05:38.933 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.933 INFO kablam! | ----^^^^ Sep 01 04:05:38.933 INFO kablam! | | Sep 01 04:05:38.933 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.933 INFO kablam! ... Sep 01 04:05:38.933 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 01 04:05:38.933 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.933 INFO kablam! Sep 01 04:05:38.935 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.935 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.935 INFO kablam! | Sep 01 04:05:38.935 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.936 INFO kablam! | ----^^^^ Sep 01 04:05:38.936 INFO kablam! | | Sep 01 04:05:38.936 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.936 INFO kablam! ... Sep 01 04:05:38.936 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 01 04:05:38.936 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.936 INFO kablam! Sep 01 04:05:38.938 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.938 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.938 INFO kablam! | Sep 01 04:05:38.938 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.938 INFO kablam! | ----^^^^ Sep 01 04:05:38.938 INFO kablam! | | Sep 01 04:05:38.938 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.939 INFO kablam! ... Sep 01 04:05:38.939 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 01 04:05:38.939 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.939 INFO kablam! Sep 01 04:05:38.941 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.941 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.941 INFO kablam! | Sep 01 04:05:38.941 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.941 INFO kablam! | ----^^^^ Sep 01 04:05:38.941 INFO kablam! | | Sep 01 04:05:38.941 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.941 INFO kablam! ... Sep 01 04:05:38.941 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 01 04:05:38.941 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.941 INFO kablam! Sep 01 04:05:38.944 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.944 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.944 INFO kablam! | Sep 01 04:05:38.944 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.944 INFO kablam! | ----^^^^ Sep 01 04:05:38.944 INFO kablam! | | Sep 01 04:05:38.944 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.944 INFO kablam! ... Sep 01 04:05:38.944 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 01 04:05:38.944 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 01 04:05:38.944 INFO kablam! Sep 01 04:05:38.947 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.947 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.947 INFO kablam! | Sep 01 04:05:38.947 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.947 INFO kablam! | ----^^^^ Sep 01 04:05:38.947 INFO kablam! | | Sep 01 04:05:38.947 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.947 INFO kablam! ... Sep 01 04:05:38.947 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 01 04:05:38.947 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.947 INFO kablam! Sep 01 04:05:38.949 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.949 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.949 INFO kablam! | Sep 01 04:05:38.950 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.950 INFO kablam! | ----^^^^ Sep 01 04:05:38.950 INFO kablam! | | Sep 01 04:05:38.950 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.950 INFO kablam! ... Sep 01 04:05:38.950 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 01 04:05:38.950 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.950 INFO kablam! Sep 01 04:05:38.952 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.952 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.952 INFO kablam! | Sep 01 04:05:38.952 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.952 INFO kablam! | ----^^^^ Sep 01 04:05:38.953 INFO kablam! | | Sep 01 04:05:38.953 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.953 INFO kablam! ... Sep 01 04:05:38.953 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 01 04:05:38.953 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.953 INFO kablam! Sep 01 04:05:38.955 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.955 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.955 INFO kablam! | Sep 01 04:05:38.955 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.955 INFO kablam! | ----^^^^ Sep 01 04:05:38.955 INFO kablam! | | Sep 01 04:05:38.955 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.955 INFO kablam! ... Sep 01 04:05:38.956 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 01 04:05:38.956 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.956 INFO kablam! Sep 01 04:05:38.958 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.958 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.958 INFO kablam! | Sep 01 04:05:38.958 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.958 INFO kablam! | ----^^^^ Sep 01 04:05:38.958 INFO kablam! | | Sep 01 04:05:38.958 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.958 INFO kablam! ... Sep 01 04:05:38.958 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 01 04:05:38.958 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.958 INFO kablam! Sep 01 04:05:38.961 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.961 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.961 INFO kablam! | Sep 01 04:05:38.961 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.961 INFO kablam! | ----^^^^ Sep 01 04:05:38.961 INFO kablam! | | Sep 01 04:05:38.961 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.961 INFO kablam! ... Sep 01 04:05:38.961 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 01 04:05:38.961 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.961 INFO kablam! Sep 01 04:05:38.964 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.964 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.964 INFO kablam! | Sep 01 04:05:38.964 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.964 INFO kablam! | ----^^^^ Sep 01 04:05:38.964 INFO kablam! | | Sep 01 04:05:38.964 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.964 INFO kablam! ... Sep 01 04:05:38.964 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 01 04:05:38.964 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.964 INFO kablam! Sep 01 04:05:38.966 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.966 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.967 INFO kablam! | Sep 01 04:05:38.967 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.967 INFO kablam! | ----^^^^ Sep 01 04:05:38.967 INFO kablam! | | Sep 01 04:05:38.967 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.967 INFO kablam! ... Sep 01 04:05:38.967 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 01 04:05:38.967 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.967 INFO kablam! Sep 01 04:05:38.969 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.969 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.969 INFO kablam! | Sep 01 04:05:38.969 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.969 INFO kablam! | ----^^^^ Sep 01 04:05:38.969 INFO kablam! | | Sep 01 04:05:38.970 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.970 INFO kablam! ... Sep 01 04:05:38.970 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 01 04:05:38.970 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.970 INFO kablam! Sep 01 04:05:38.972 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.972 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.972 INFO kablam! | Sep 01 04:05:38.972 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.972 INFO kablam! | ----^^^^ Sep 01 04:05:38.972 INFO kablam! | | Sep 01 04:05:38.972 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.973 INFO kablam! ... Sep 01 04:05:38.973 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 01 04:05:38.973 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.973 INFO kablam! Sep 01 04:05:38.975 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.975 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.975 INFO kablam! | Sep 01 04:05:38.975 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.975 INFO kablam! | ----^^^^ Sep 01 04:05:38.975 INFO kablam! | | Sep 01 04:05:38.975 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.975 INFO kablam! ... Sep 01 04:05:38.975 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 01 04:05:38.975 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.975 INFO kablam! Sep 01 04:05:38.977 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.978 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.978 INFO kablam! | Sep 01 04:05:38.978 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.978 INFO kablam! | ----^^^^ Sep 01 04:05:38.978 INFO kablam! | | Sep 01 04:05:38.978 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.978 INFO kablam! ... Sep 01 04:05:38.978 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 01 04:05:38.978 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.978 INFO kablam! Sep 01 04:05:38.980 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.980 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.980 INFO kablam! | Sep 01 04:05:38.980 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.981 INFO kablam! | ----^^^^ Sep 01 04:05:38.981 INFO kablam! | | Sep 01 04:05:38.981 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.981 INFO kablam! ... Sep 01 04:05:38.981 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 01 04:05:38.981 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.981 INFO kablam! Sep 01 04:05:38.983 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.983 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.983 INFO kablam! | Sep 01 04:05:38.983 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.984 INFO kablam! | ----^^^^ Sep 01 04:05:38.984 INFO kablam! | | Sep 01 04:05:38.984 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.984 INFO kablam! ... Sep 01 04:05:38.984 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 01 04:05:38.984 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.984 INFO kablam! Sep 01 04:05:38.986 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.986 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.986 INFO kablam! | Sep 01 04:05:38.986 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.986 INFO kablam! | ----^^^^ Sep 01 04:05:38.986 INFO kablam! | | Sep 01 04:05:38.986 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.986 INFO kablam! ... Sep 01 04:05:38.987 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 01 04:05:38.987 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.987 INFO kablam! Sep 01 04:05:38.989 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.989 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.989 INFO kablam! | Sep 01 04:05:38.989 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.989 INFO kablam! | ----^^^^ Sep 01 04:05:38.989 INFO kablam! | | Sep 01 04:05:38.989 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.989 INFO kablam! ... Sep 01 04:05:38.989 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 01 04:05:38.989 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.989 INFO kablam! Sep 01 04:05:38.992 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.992 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.992 INFO kablam! | Sep 01 04:05:38.992 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.992 INFO kablam! | ----^^^^ Sep 01 04:05:38.992 INFO kablam! | | Sep 01 04:05:38.992 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.992 INFO kablam! ... Sep 01 04:05:38.992 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 01 04:05:38.992 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.992 INFO kablam! Sep 01 04:05:38.994 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.995 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.995 INFO kablam! | Sep 01 04:05:38.995 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.995 INFO kablam! | ----^^^^ Sep 01 04:05:38.995 INFO kablam! | | Sep 01 04:05:38.995 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.995 INFO kablam! ... Sep 01 04:05:38.995 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 01 04:05:38.995 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.995 INFO kablam! Sep 01 04:05:38.997 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:38.997 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:38.997 INFO kablam! | Sep 01 04:05:38.997 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:38.997 INFO kablam! | ----^^^^ Sep 01 04:05:38.997 INFO kablam! | | Sep 01 04:05:38.997 INFO kablam! | help: remove this `mut` Sep 01 04:05:38.997 INFO kablam! ... Sep 01 04:05:38.997 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 01 04:05:38.997 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:38.998 INFO kablam! Sep 01 04:05:39.000 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.000 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:39.000 INFO kablam! | Sep 01 04:05:39.000 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:39.000 INFO kablam! | ----^^^^ Sep 01 04:05:39.000 INFO kablam! | | Sep 01 04:05:39.000 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.000 INFO kablam! ... Sep 01 04:05:39.000 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 01 04:05:39.000 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:39.000 INFO kablam! Sep 01 04:05:39.003 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.003 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:39.003 INFO kablam! | Sep 01 04:05:39.003 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:39.003 INFO kablam! | ----^^^^ Sep 01 04:05:39.003 INFO kablam! | | Sep 01 04:05:39.003 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.003 INFO kablam! ... Sep 01 04:05:39.003 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 01 04:05:39.003 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:39.003 INFO kablam! Sep 01 04:05:39.005 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.005 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:39.005 INFO kablam! | Sep 01 04:05:39.005 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:39.006 INFO kablam! | ----^^^^ Sep 01 04:05:39.006 INFO kablam! | | Sep 01 04:05:39.006 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.006 INFO kablam! ... Sep 01 04:05:39.006 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 01 04:05:39.006 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:39.006 INFO kablam! Sep 01 04:05:39.008 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.008 INFO kablam! --> src/de.rs:913:21 Sep 01 04:05:39.008 INFO kablam! | Sep 01 04:05:39.008 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:39.008 INFO kablam! | ----^^^^ Sep 01 04:05:39.008 INFO kablam! | | Sep 01 04:05:39.009 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.009 INFO kablam! ... Sep 01 04:05:39.009 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 01 04:05:39.009 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 01 04:05:39.009 INFO kablam! Sep 01 04:05:39.014 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.014 INFO kablam! --> src/de.rs:960:17 Sep 01 04:05:39.014 INFO kablam! | Sep 01 04:05:39.014 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 01 04:05:39.014 INFO kablam! | ----^^^^ Sep 01 04:05:39.014 INFO kablam! | | Sep 01 04:05:39.014 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.014 INFO kablam! Sep 01 04:05:39.017 INFO kablam! warning: variable does not need to be mutable Sep 01 04:05:39.017 INFO kablam! --> src/de.rs:971:13 Sep 01 04:05:39.017 INFO kablam! | Sep 01 04:05:39.017 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 01 04:05:39.017 INFO kablam! | ----^^^^ Sep 01 04:05:39.017 INFO kablam! | | Sep 01 04:05:39.017 INFO kablam! | help: remove this `mut` Sep 01 04:05:39.017 INFO kablam! Sep 01 04:05:41.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.49s Sep 01 04:05:41.318 INFO kablam! su: No module specific data is present Sep 01 04:05:41.760 INFO running `"docker" "rm" "-f" "a8abec67e955d26877527c262869a2c2176132b719e097137b3dd95931d6ad75"` Sep 01 04:05:41.895 INFO blam! a8abec67e955d26877527c262869a2c2176132b719e097137b3dd95931d6ad75