Sep 04 17:28:56.831 INFO checking fourleaf-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:28:56.831 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:28:56.831 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:28:57.074 INFO blam! 1369a30e8c289f836e457c31ea3198bc38b215cfffe0480c607a79f42c686221 Sep 04 17:28:57.076 INFO running `"docker" "start" "-a" "1369a30e8c289f836e457c31ea3198bc38b215cfffe0480c607a79f42c686221"` Sep 04 17:28:57.987 INFO kablam! Checking fourleaf v0.1.1 (file:///source) Sep 04 17:29:00.806 INFO kablam! warning: unused import: `self` Sep 04 17:29:00.806 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Sep 04 17:29:00.806 INFO kablam! | Sep 04 17:29:00.806 INFO kablam! 18 | use stream::{self, Stream}; Sep 04 17:29:00.806 INFO kablam! | ^^^^ Sep 04 17:29:00.807 INFO kablam! | Sep 04 17:29:00.807 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 17:29:00.807 INFO kablam! Sep 04 17:29:07.185 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.185 INFO kablam! --> src/stream.rs:1263:24 Sep 04 17:29:07.185 INFO kablam! | Sep 04 17:29:07.185 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 04 17:29:07.185 INFO kablam! | ----^^^ Sep 04 17:29:07.185 INFO kablam! | | Sep 04 17:29:07.185 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.185 INFO kablam! | Sep 04 17:29:07.185 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 17:29:07.185 INFO kablam! Sep 04 17:29:07.571 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.571 INFO kablam! --> src/de.rs:793:13 Sep 04 17:29:07.571 INFO kablam! | Sep 04 17:29:07.571 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.571 INFO kablam! | ----^^^^ Sep 04 17:29:07.571 INFO kablam! | | Sep 04 17:29:07.571 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.571 INFO kablam! Sep 04 17:29:07.659 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.660 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.660 INFO kablam! | Sep 04 17:29:07.660 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.660 INFO kablam! | ----^^^^ Sep 04 17:29:07.660 INFO kablam! | | Sep 04 17:29:07.660 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.660 INFO kablam! ... Sep 04 17:29:07.660 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 04 17:29:07.660 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.660 INFO kablam! Sep 04 17:29:07.662 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.662 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.663 INFO kablam! | Sep 04 17:29:07.663 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.663 INFO kablam! | ----^^^^ Sep 04 17:29:07.663 INFO kablam! | | Sep 04 17:29:07.663 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.663 INFO kablam! ... Sep 04 17:29:07.663 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 04 17:29:07.663 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.663 INFO kablam! Sep 04 17:29:07.666 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.666 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.666 INFO kablam! | Sep 04 17:29:07.666 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.666 INFO kablam! | ----^^^^ Sep 04 17:29:07.666 INFO kablam! | | Sep 04 17:29:07.666 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.666 INFO kablam! ... Sep 04 17:29:07.666 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 04 17:29:07.666 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.666 INFO kablam! Sep 04 17:29:07.669 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.669 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.669 INFO kablam! | Sep 04 17:29:07.669 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.669 INFO kablam! | ----^^^^ Sep 04 17:29:07.669 INFO kablam! | | Sep 04 17:29:07.670 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.670 INFO kablam! ... Sep 04 17:29:07.670 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 04 17:29:07.670 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.670 INFO kablam! Sep 04 17:29:07.673 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.673 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.673 INFO kablam! | Sep 04 17:29:07.673 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.673 INFO kablam! | ----^^^^ Sep 04 17:29:07.673 INFO kablam! | | Sep 04 17:29:07.673 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.673 INFO kablam! ... Sep 04 17:29:07.673 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 04 17:29:07.673 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.673 INFO kablam! Sep 04 17:29:07.676 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.676 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.676 INFO kablam! | Sep 04 17:29:07.676 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.676 INFO kablam! | ----^^^^ Sep 04 17:29:07.676 INFO kablam! | | Sep 04 17:29:07.677 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.677 INFO kablam! ... Sep 04 17:29:07.677 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 04 17:29:07.677 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.677 INFO kablam! Sep 04 17:29:07.680 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.680 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.680 INFO kablam! | Sep 04 17:29:07.680 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.680 INFO kablam! | ----^^^^ Sep 04 17:29:07.680 INFO kablam! | | Sep 04 17:29:07.680 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.680 INFO kablam! ... Sep 04 17:29:07.680 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 04 17:29:07.680 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.680 INFO kablam! Sep 04 17:29:07.683 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.683 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.683 INFO kablam! | Sep 04 17:29:07.683 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.683 INFO kablam! | ----^^^^ Sep 04 17:29:07.683 INFO kablam! | | Sep 04 17:29:07.683 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.683 INFO kablam! ... Sep 04 17:29:07.683 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 04 17:29:07.683 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.683 INFO kablam! Sep 04 17:29:07.686 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.686 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.687 INFO kablam! | Sep 04 17:29:07.687 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.687 INFO kablam! | ----^^^^ Sep 04 17:29:07.687 INFO kablam! | | Sep 04 17:29:07.687 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.687 INFO kablam! ... Sep 04 17:29:07.687 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 04 17:29:07.687 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.687 INFO kablam! Sep 04 17:29:07.690 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.690 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.690 INFO kablam! | Sep 04 17:29:07.690 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.690 INFO kablam! | ----^^^^ Sep 04 17:29:07.690 INFO kablam! | | Sep 04 17:29:07.690 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.690 INFO kablam! ... Sep 04 17:29:07.690 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 04 17:29:07.690 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:07.690 INFO kablam! Sep 04 17:29:07.694 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.694 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.694 INFO kablam! | Sep 04 17:29:07.694 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.694 INFO kablam! | ----^^^^ Sep 04 17:29:07.694 INFO kablam! | | Sep 04 17:29:07.694 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.694 INFO kablam! ... Sep 04 17:29:07.694 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 04 17:29:07.694 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.694 INFO kablam! Sep 04 17:29:07.697 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.697 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.697 INFO kablam! | Sep 04 17:29:07.697 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.697 INFO kablam! | ----^^^^ Sep 04 17:29:07.697 INFO kablam! | | Sep 04 17:29:07.697 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.697 INFO kablam! ... Sep 04 17:29:07.697 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 04 17:29:07.697 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.697 INFO kablam! Sep 04 17:29:07.701 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.701 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.701 INFO kablam! | Sep 04 17:29:07.701 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.701 INFO kablam! | ----^^^^ Sep 04 17:29:07.701 INFO kablam! | | Sep 04 17:29:07.701 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.701 INFO kablam! ... Sep 04 17:29:07.701 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 04 17:29:07.701 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.701 INFO kablam! Sep 04 17:29:07.704 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.704 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.704 INFO kablam! | Sep 04 17:29:07.704 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.704 INFO kablam! | ----^^^^ Sep 04 17:29:07.704 INFO kablam! | | Sep 04 17:29:07.704 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.704 INFO kablam! ... Sep 04 17:29:07.704 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 04 17:29:07.704 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.704 INFO kablam! Sep 04 17:29:07.707 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.707 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.707 INFO kablam! | Sep 04 17:29:07.707 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.707 INFO kablam! | ----^^^^ Sep 04 17:29:07.707 INFO kablam! | | Sep 04 17:29:07.707 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.708 INFO kablam! ... Sep 04 17:29:07.708 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 04 17:29:07.708 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.708 INFO kablam! Sep 04 17:29:07.711 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.711 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.711 INFO kablam! | Sep 04 17:29:07.711 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.711 INFO kablam! | ----^^^^ Sep 04 17:29:07.711 INFO kablam! | | Sep 04 17:29:07.711 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.711 INFO kablam! ... Sep 04 17:29:07.711 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 04 17:29:07.711 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.711 INFO kablam! Sep 04 17:29:07.714 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.714 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.714 INFO kablam! | Sep 04 17:29:07.714 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.714 INFO kablam! | ----^^^^ Sep 04 17:29:07.714 INFO kablam! | | Sep 04 17:29:07.714 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.714 INFO kablam! ... Sep 04 17:29:07.714 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 04 17:29:07.714 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.714 INFO kablam! Sep 04 17:29:07.717 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.717 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.717 INFO kablam! | Sep 04 17:29:07.717 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.717 INFO kablam! | ----^^^^ Sep 04 17:29:07.718 INFO kablam! | | Sep 04 17:29:07.718 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.718 INFO kablam! ... Sep 04 17:29:07.718 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 04 17:29:07.718 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.718 INFO kablam! Sep 04 17:29:07.721 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.721 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.721 INFO kablam! | Sep 04 17:29:07.721 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.721 INFO kablam! | ----^^^^ Sep 04 17:29:07.721 INFO kablam! | | Sep 04 17:29:07.721 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.721 INFO kablam! ... Sep 04 17:29:07.721 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 04 17:29:07.721 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.721 INFO kablam! Sep 04 17:29:07.724 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.724 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.724 INFO kablam! | Sep 04 17:29:07.724 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.724 INFO kablam! | ----^^^^ Sep 04 17:29:07.724 INFO kablam! | | Sep 04 17:29:07.724 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.724 INFO kablam! ... Sep 04 17:29:07.725 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 04 17:29:07.725 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.725 INFO kablam! Sep 04 17:29:07.728 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.728 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.728 INFO kablam! | Sep 04 17:29:07.728 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.728 INFO kablam! | ----^^^^ Sep 04 17:29:07.728 INFO kablam! | | Sep 04 17:29:07.728 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.728 INFO kablam! ... Sep 04 17:29:07.728 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 04 17:29:07.728 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.728 INFO kablam! Sep 04 17:29:07.731 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.731 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.731 INFO kablam! | Sep 04 17:29:07.731 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.731 INFO kablam! | ----^^^^ Sep 04 17:29:07.731 INFO kablam! | | Sep 04 17:29:07.732 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.732 INFO kablam! ... Sep 04 17:29:07.732 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 04 17:29:07.732 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.732 INFO kablam! Sep 04 17:29:07.735 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.735 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.735 INFO kablam! | Sep 04 17:29:07.735 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.735 INFO kablam! | ----^^^^ Sep 04 17:29:07.735 INFO kablam! | | Sep 04 17:29:07.735 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.735 INFO kablam! ... Sep 04 17:29:07.735 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 04 17:29:07.735 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.735 INFO kablam! Sep 04 17:29:07.738 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.738 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.738 INFO kablam! | Sep 04 17:29:07.738 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.738 INFO kablam! | ----^^^^ Sep 04 17:29:07.739 INFO kablam! | | Sep 04 17:29:07.739 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.739 INFO kablam! ... Sep 04 17:29:07.739 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 04 17:29:07.739 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.739 INFO kablam! Sep 04 17:29:07.742 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.742 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.742 INFO kablam! | Sep 04 17:29:07.742 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.742 INFO kablam! | ----^^^^ Sep 04 17:29:07.742 INFO kablam! | | Sep 04 17:29:07.742 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.742 INFO kablam! ... Sep 04 17:29:07.742 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 04 17:29:07.742 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.742 INFO kablam! Sep 04 17:29:07.745 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.745 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.745 INFO kablam! | Sep 04 17:29:07.746 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.746 INFO kablam! | ----^^^^ Sep 04 17:29:07.746 INFO kablam! | | Sep 04 17:29:07.746 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.746 INFO kablam! ... Sep 04 17:29:07.746 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 04 17:29:07.746 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.746 INFO kablam! Sep 04 17:29:07.749 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.749 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.749 INFO kablam! | Sep 04 17:29:07.749 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.749 INFO kablam! | ----^^^^ Sep 04 17:29:07.749 INFO kablam! | | Sep 04 17:29:07.749 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.749 INFO kablam! ... Sep 04 17:29:07.749 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 04 17:29:07.749 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.749 INFO kablam! Sep 04 17:29:07.752 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.752 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.752 INFO kablam! | Sep 04 17:29:07.752 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.752 INFO kablam! | ----^^^^ Sep 04 17:29:07.753 INFO kablam! | | Sep 04 17:29:07.753 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.753 INFO kablam! ... Sep 04 17:29:07.753 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 04 17:29:07.753 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.753 INFO kablam! Sep 04 17:29:07.756 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.756 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.756 INFO kablam! | Sep 04 17:29:07.756 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.756 INFO kablam! | ----^^^^ Sep 04 17:29:07.756 INFO kablam! | | Sep 04 17:29:07.756 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.756 INFO kablam! ... Sep 04 17:29:07.756 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 04 17:29:07.756 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.756 INFO kablam! Sep 04 17:29:07.759 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.760 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.760 INFO kablam! | Sep 04 17:29:07.760 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.760 INFO kablam! | ----^^^^ Sep 04 17:29:07.760 INFO kablam! | | Sep 04 17:29:07.760 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.760 INFO kablam! ... Sep 04 17:29:07.760 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 04 17:29:07.760 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.760 INFO kablam! Sep 04 17:29:07.763 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.763 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.763 INFO kablam! | Sep 04 17:29:07.763 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.763 INFO kablam! | ----^^^^ Sep 04 17:29:07.763 INFO kablam! | | Sep 04 17:29:07.763 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.763 INFO kablam! ... Sep 04 17:29:07.763 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 04 17:29:07.763 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.763 INFO kablam! Sep 04 17:29:07.767 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.767 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.767 INFO kablam! | Sep 04 17:29:07.767 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.767 INFO kablam! | ----^^^^ Sep 04 17:29:07.767 INFO kablam! | | Sep 04 17:29:07.767 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.767 INFO kablam! ... Sep 04 17:29:07.767 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 04 17:29:07.767 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.767 INFO kablam! Sep 04 17:29:07.770 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.770 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:07.770 INFO kablam! | Sep 04 17:29:07.770 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.770 INFO kablam! | ----^^^^ Sep 04 17:29:07.770 INFO kablam! | | Sep 04 17:29:07.770 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.770 INFO kablam! ... Sep 04 17:29:07.770 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 04 17:29:07.770 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:07.770 INFO kablam! Sep 04 17:29:07.778 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.778 INFO kablam! --> src/de.rs:960:17 Sep 04 17:29:07.778 INFO kablam! | Sep 04 17:29:07.778 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:07.778 INFO kablam! | ----^^^^ Sep 04 17:29:07.778 INFO kablam! | | Sep 04 17:29:07.778 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.778 INFO kablam! Sep 04 17:29:07.782 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:07.782 INFO kablam! --> src/de.rs:971:13 Sep 04 17:29:07.782 INFO kablam! | Sep 04 17:29:07.782 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 04 17:29:07.782 INFO kablam! | ----^^^^ Sep 04 17:29:07.782 INFO kablam! | | Sep 04 17:29:07.782 INFO kablam! | help: remove this `mut` Sep 04 17:29:07.782 INFO kablam! Sep 04 17:29:13.292 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:13.292 INFO kablam! --> src/stream.rs:1263:24 Sep 04 17:29:13.292 INFO kablam! | Sep 04 17:29:13.292 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 04 17:29:13.292 INFO kablam! | ----^^^ Sep 04 17:29:13.292 INFO kablam! | | Sep 04 17:29:13.292 INFO kablam! | help: remove this `mut` Sep 04 17:29:13.292 INFO kablam! | Sep 04 17:29:13.292 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 17:29:13.292 INFO kablam! Sep 04 17:29:14.134 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.134 INFO kablam! --> src/de.rs:793:13 Sep 04 17:29:14.134 INFO kablam! | Sep 04 17:29:14.134 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.134 INFO kablam! | ----^^^^ Sep 04 17:29:14.134 INFO kablam! | | Sep 04 17:29:14.134 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.134 INFO kablam! Sep 04 17:29:14.228 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.228 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.228 INFO kablam! | Sep 04 17:29:14.228 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.228 INFO kablam! | ----^^^^ Sep 04 17:29:14.228 INFO kablam! | | Sep 04 17:29:14.228 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.228 INFO kablam! ... Sep 04 17:29:14.228 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 04 17:29:14.228 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.228 INFO kablam! Sep 04 17:29:14.231 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.231 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.231 INFO kablam! | Sep 04 17:29:14.231 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.232 INFO kablam! | ----^^^^ Sep 04 17:29:14.232 INFO kablam! | | Sep 04 17:29:14.232 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.232 INFO kablam! ... Sep 04 17:29:14.232 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 04 17:29:14.232 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.232 INFO kablam! Sep 04 17:29:14.235 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.235 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.235 INFO kablam! | Sep 04 17:29:14.235 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.236 INFO kablam! | ----^^^^ Sep 04 17:29:14.236 INFO kablam! | | Sep 04 17:29:14.236 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.236 INFO kablam! ... Sep 04 17:29:14.236 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 04 17:29:14.236 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.236 INFO kablam! Sep 04 17:29:14.239 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.239 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.239 INFO kablam! | Sep 04 17:29:14.239 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.240 INFO kablam! | ----^^^^ Sep 04 17:29:14.240 INFO kablam! | | Sep 04 17:29:14.240 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.240 INFO kablam! ... Sep 04 17:29:14.240 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 04 17:29:14.240 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.240 INFO kablam! Sep 04 17:29:14.243 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.243 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.243 INFO kablam! | Sep 04 17:29:14.243 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.243 INFO kablam! | ----^^^^ Sep 04 17:29:14.243 INFO kablam! | | Sep 04 17:29:14.244 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.244 INFO kablam! ... Sep 04 17:29:14.244 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 04 17:29:14.244 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.244 INFO kablam! Sep 04 17:29:14.247 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.247 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.247 INFO kablam! | Sep 04 17:29:14.247 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.247 INFO kablam! | ----^^^^ Sep 04 17:29:14.247 INFO kablam! | | Sep 04 17:29:14.247 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.247 INFO kablam! ... Sep 04 17:29:14.247 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 04 17:29:14.247 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.247 INFO kablam! Sep 04 17:29:14.250 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.250 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.250 INFO kablam! | Sep 04 17:29:14.250 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.250 INFO kablam! | ----^^^^ Sep 04 17:29:14.250 INFO kablam! | | Sep 04 17:29:14.250 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.250 INFO kablam! ... Sep 04 17:29:14.250 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 04 17:29:14.250 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.250 INFO kablam! Sep 04 17:29:14.253 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.253 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.253 INFO kablam! | Sep 04 17:29:14.253 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.253 INFO kablam! | ----^^^^ Sep 04 17:29:14.253 INFO kablam! | | Sep 04 17:29:14.253 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.254 INFO kablam! ... Sep 04 17:29:14.254 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 04 17:29:14.254 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.254 INFO kablam! Sep 04 17:29:14.257 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.257 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.257 INFO kablam! | Sep 04 17:29:14.257 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.257 INFO kablam! | ----^^^^ Sep 04 17:29:14.257 INFO kablam! | | Sep 04 17:29:14.257 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.257 INFO kablam! ... Sep 04 17:29:14.257 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 04 17:29:14.257 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.257 INFO kablam! Sep 04 17:29:14.260 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.260 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.260 INFO kablam! | Sep 04 17:29:14.260 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.260 INFO kablam! | ----^^^^ Sep 04 17:29:14.260 INFO kablam! | | Sep 04 17:29:14.261 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.261 INFO kablam! ... Sep 04 17:29:14.261 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 04 17:29:14.261 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 04 17:29:14.261 INFO kablam! Sep 04 17:29:14.264 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.264 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.264 INFO kablam! | Sep 04 17:29:14.264 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.264 INFO kablam! | ----^^^^ Sep 04 17:29:14.264 INFO kablam! | | Sep 04 17:29:14.265 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.265 INFO kablam! ... Sep 04 17:29:14.265 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 04 17:29:14.265 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.265 INFO kablam! Sep 04 17:29:14.268 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.268 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.268 INFO kablam! | Sep 04 17:29:14.268 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.268 INFO kablam! | ----^^^^ Sep 04 17:29:14.269 INFO kablam! | | Sep 04 17:29:14.269 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.269 INFO kablam! ... Sep 04 17:29:14.269 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 04 17:29:14.269 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.269 INFO kablam! Sep 04 17:29:14.272 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.272 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.272 INFO kablam! | Sep 04 17:29:14.273 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.273 INFO kablam! | ----^^^^ Sep 04 17:29:14.273 INFO kablam! | | Sep 04 17:29:14.273 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.273 INFO kablam! ... Sep 04 17:29:14.273 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 04 17:29:14.273 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.273 INFO kablam! Sep 04 17:29:14.276 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.277 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.277 INFO kablam! | Sep 04 17:29:14.277 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.277 INFO kablam! | ----^^^^ Sep 04 17:29:14.277 INFO kablam! | | Sep 04 17:29:14.277 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.277 INFO kablam! ... Sep 04 17:29:14.277 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 04 17:29:14.277 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.277 INFO kablam! Sep 04 17:29:14.281 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.281 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.281 INFO kablam! | Sep 04 17:29:14.281 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.281 INFO kablam! | ----^^^^ Sep 04 17:29:14.281 INFO kablam! | | Sep 04 17:29:14.281 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.281 INFO kablam! ... Sep 04 17:29:14.281 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 04 17:29:14.281 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.281 INFO kablam! Sep 04 17:29:14.284 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.284 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.284 INFO kablam! | Sep 04 17:29:14.284 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.284 INFO kablam! | ----^^^^ Sep 04 17:29:14.284 INFO kablam! | | Sep 04 17:29:14.284 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.285 INFO kablam! ... Sep 04 17:29:14.285 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 04 17:29:14.285 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.285 INFO kablam! Sep 04 17:29:14.288 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.288 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.288 INFO kablam! | Sep 04 17:29:14.288 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.288 INFO kablam! | ----^^^^ Sep 04 17:29:14.288 INFO kablam! | | Sep 04 17:29:14.288 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.288 INFO kablam! ... Sep 04 17:29:14.288 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 04 17:29:14.288 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.288 INFO kablam! Sep 04 17:29:14.291 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.291 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.291 INFO kablam! | Sep 04 17:29:14.291 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.291 INFO kablam! | ----^^^^ Sep 04 17:29:14.291 INFO kablam! | | Sep 04 17:29:14.291 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.291 INFO kablam! ... Sep 04 17:29:14.291 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 04 17:29:14.291 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.292 INFO kablam! Sep 04 17:29:14.295 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.295 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.295 INFO kablam! | Sep 04 17:29:14.295 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.295 INFO kablam! | ----^^^^ Sep 04 17:29:14.295 INFO kablam! | | Sep 04 17:29:14.295 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.295 INFO kablam! ... Sep 04 17:29:14.295 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 04 17:29:14.295 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.295 INFO kablam! Sep 04 17:29:14.298 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.298 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.298 INFO kablam! | Sep 04 17:29:14.298 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.298 INFO kablam! | ----^^^^ Sep 04 17:29:14.298 INFO kablam! | | Sep 04 17:29:14.298 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.298 INFO kablam! ... Sep 04 17:29:14.298 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 04 17:29:14.299 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.299 INFO kablam! Sep 04 17:29:14.302 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.302 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.302 INFO kablam! | Sep 04 17:29:14.302 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.302 INFO kablam! | ----^^^^ Sep 04 17:29:14.302 INFO kablam! | | Sep 04 17:29:14.302 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.302 INFO kablam! ... Sep 04 17:29:14.302 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 04 17:29:14.302 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.303 INFO kablam! Sep 04 17:29:14.306 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.306 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.306 INFO kablam! | Sep 04 17:29:14.306 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.306 INFO kablam! | ----^^^^ Sep 04 17:29:14.306 INFO kablam! | | Sep 04 17:29:14.306 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.306 INFO kablam! ... Sep 04 17:29:14.306 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 04 17:29:14.306 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.307 INFO kablam! Sep 04 17:29:14.310 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.310 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.310 INFO kablam! | Sep 04 17:29:14.310 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.310 INFO kablam! | ----^^^^ Sep 04 17:29:14.310 INFO kablam! | | Sep 04 17:29:14.310 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.310 INFO kablam! ... Sep 04 17:29:14.311 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 04 17:29:14.311 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.311 INFO kablam! Sep 04 17:29:14.314 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.314 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.314 INFO kablam! | Sep 04 17:29:14.314 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.315 INFO kablam! | ----^^^^ Sep 04 17:29:14.315 INFO kablam! | | Sep 04 17:29:14.315 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.315 INFO kablam! ... Sep 04 17:29:14.315 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 04 17:29:14.315 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.315 INFO kablam! Sep 04 17:29:14.318 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.318 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.318 INFO kablam! | Sep 04 17:29:14.318 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.318 INFO kablam! | ----^^^^ Sep 04 17:29:14.318 INFO kablam! | | Sep 04 17:29:14.318 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.318 INFO kablam! ... Sep 04 17:29:14.318 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 04 17:29:14.318 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.318 INFO kablam! Sep 04 17:29:14.321 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.321 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.321 INFO kablam! | Sep 04 17:29:14.321 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.322 INFO kablam! | ----^^^^ Sep 04 17:29:14.322 INFO kablam! | | Sep 04 17:29:14.322 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.322 INFO kablam! ... Sep 04 17:29:14.322 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 04 17:29:14.322 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.322 INFO kablam! Sep 04 17:29:14.325 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.325 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.325 INFO kablam! | Sep 04 17:29:14.325 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.325 INFO kablam! | ----^^^^ Sep 04 17:29:14.325 INFO kablam! | | Sep 04 17:29:14.325 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.325 INFO kablam! ... Sep 04 17:29:14.325 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 04 17:29:14.325 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.325 INFO kablam! Sep 04 17:29:14.328 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.328 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.329 INFO kablam! | Sep 04 17:29:14.329 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.329 INFO kablam! | ----^^^^ Sep 04 17:29:14.329 INFO kablam! | | Sep 04 17:29:14.329 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.329 INFO kablam! ... Sep 04 17:29:14.329 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 04 17:29:14.329 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.329 INFO kablam! Sep 04 17:29:14.332 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.332 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.332 INFO kablam! | Sep 04 17:29:14.332 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.332 INFO kablam! | ----^^^^ Sep 04 17:29:14.332 INFO kablam! | | Sep 04 17:29:14.332 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.332 INFO kablam! ... Sep 04 17:29:14.332 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 04 17:29:14.332 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.332 INFO kablam! Sep 04 17:29:14.336 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.336 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.336 INFO kablam! | Sep 04 17:29:14.336 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.336 INFO kablam! | ----^^^^ Sep 04 17:29:14.336 INFO kablam! | | Sep 04 17:29:14.336 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.336 INFO kablam! ... Sep 04 17:29:14.336 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 04 17:29:14.336 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.336 INFO kablam! Sep 04 17:29:14.340 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.340 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.340 INFO kablam! | Sep 04 17:29:14.340 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.340 INFO kablam! | ----^^^^ Sep 04 17:29:14.340 INFO kablam! | | Sep 04 17:29:14.340 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.340 INFO kablam! ... Sep 04 17:29:14.340 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 04 17:29:14.340 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.340 INFO kablam! Sep 04 17:29:14.344 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.344 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.344 INFO kablam! | Sep 04 17:29:14.344 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.344 INFO kablam! | ----^^^^ Sep 04 17:29:14.344 INFO kablam! | | Sep 04 17:29:14.344 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.344 INFO kablam! ... Sep 04 17:29:14.344 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 04 17:29:14.344 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.344 INFO kablam! Sep 04 17:29:14.348 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.348 INFO kablam! --> src/de.rs:913:21 Sep 04 17:29:14.348 INFO kablam! | Sep 04 17:29:14.348 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.348 INFO kablam! | ----^^^^ Sep 04 17:29:14.348 INFO kablam! | | Sep 04 17:29:14.348 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.348 INFO kablam! ... Sep 04 17:29:14.348 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 04 17:29:14.348 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 04 17:29:14.348 INFO kablam! Sep 04 17:29:14.356 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.356 INFO kablam! --> src/de.rs:960:17 Sep 04 17:29:14.357 INFO kablam! | Sep 04 17:29:14.357 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 04 17:29:14.357 INFO kablam! | ----^^^^ Sep 04 17:29:14.357 INFO kablam! | | Sep 04 17:29:14.357 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.357 INFO kablam! Sep 04 17:29:14.360 INFO kablam! warning: variable does not need to be mutable Sep 04 17:29:14.360 INFO kablam! --> src/de.rs:971:13 Sep 04 17:29:14.360 INFO kablam! | Sep 04 17:29:14.360 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 04 17:29:14.360 INFO kablam! | ----^^^^ Sep 04 17:29:14.361 INFO kablam! | | Sep 04 17:29:14.361 INFO kablam! | help: remove this `mut` Sep 04 17:29:14.361 INFO kablam! Sep 04 17:29:17.749 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.80s Sep 04 17:29:17.752 INFO kablam! su: No module specific data is present Sep 04 17:29:18.166 INFO running `"docker" "rm" "-f" "1369a30e8c289f836e457c31ea3198bc38b215cfffe0480c607a79f42c686221"` Sep 04 17:29:18.264 INFO blam! 1369a30e8c289f836e457c31ea3198bc38b215cfffe0480c607a79f42c686221