Sep 20 03:24:09.155 INFO checking fourleaf-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:24:09.155 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:24:09.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:24:09.433 INFO blam! b1871ebd74becdea88e6bea6b2820768ee97b60b9777b58965a7867c47017ede Sep 20 03:24:09.435 INFO running `"docker" "start" "-a" "b1871ebd74becdea88e6bea6b2820768ee97b60b9777b58965a7867c47017ede"` Sep 20 03:24:11.110 INFO kablam! usermod: no changes Sep 20 03:24:11.182 INFO kablam! Checking fourleaf v0.1.1 (/source) Sep 20 03:24:14.070 INFO kablam! warning: unused import: `self` Sep 20 03:24:14.070 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Sep 20 03:24:14.070 INFO kablam! | Sep 20 03:24:14.070 INFO kablam! 18 | use stream::{self, Stream}; Sep 20 03:24:14.070 INFO kablam! | ^^^^ Sep 20 03:24:14.070 INFO kablam! | Sep 20 03:24:14.070 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:24:14.070 INFO kablam! Sep 20 03:24:18.938 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:18.938 INFO kablam! --> src/stream.rs:1263:24 Sep 20 03:24:18.938 INFO kablam! | Sep 20 03:24:18.938 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 20 03:24:18.938 INFO kablam! | ----^^^ Sep 20 03:24:18.938 INFO kablam! | | Sep 20 03:24:18.938 INFO kablam! | help: remove this `mut` Sep 20 03:24:18.938 INFO kablam! | Sep 20 03:24:18.938 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:24:18.938 INFO kablam! Sep 20 03:24:19.202 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.202 INFO kablam! --> src/de.rs:793:13 Sep 20 03:24:19.202 INFO kablam! | Sep 20 03:24:19.202 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.202 INFO kablam! | ----^^^^ Sep 20 03:24:19.202 INFO kablam! | | Sep 20 03:24:19.202 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.202 INFO kablam! Sep 20 03:24:19.270 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.270 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.270 INFO kablam! | Sep 20 03:24:19.270 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.270 INFO kablam! | ----^^^^ Sep 20 03:24:19.270 INFO kablam! | | Sep 20 03:24:19.270 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.270 INFO kablam! ... Sep 20 03:24:19.270 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 20 03:24:19.270 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.270 INFO kablam! Sep 20 03:24:19.270 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.270 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.270 INFO kablam! | Sep 20 03:24:19.270 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.270 INFO kablam! | ----^^^^ Sep 20 03:24:19.270 INFO kablam! | | Sep 20 03:24:19.270 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.270 INFO kablam! ... Sep 20 03:24:19.270 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 20 03:24:19.270 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.270 INFO kablam! Sep 20 03:24:19.272 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.272 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.272 INFO kablam! | Sep 20 03:24:19.272 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.272 INFO kablam! | ----^^^^ Sep 20 03:24:19.272 INFO kablam! | | Sep 20 03:24:19.272 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.272 INFO kablam! ... Sep 20 03:24:19.272 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 20 03:24:19.272 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.272 INFO kablam! Sep 20 03:24:19.273 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.273 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.273 INFO kablam! | Sep 20 03:24:19.273 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.273 INFO kablam! | ----^^^^ Sep 20 03:24:19.273 INFO kablam! | | Sep 20 03:24:19.274 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.274 INFO kablam! ... Sep 20 03:24:19.274 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 20 03:24:19.274 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.274 INFO kablam! Sep 20 03:24:19.274 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.274 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.274 INFO kablam! | Sep 20 03:24:19.274 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.274 INFO kablam! | ----^^^^ Sep 20 03:24:19.274 INFO kablam! | | Sep 20 03:24:19.274 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.274 INFO kablam! ... Sep 20 03:24:19.274 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 20 03:24:19.274 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.274 INFO kablam! Sep 20 03:24:19.282 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.282 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.282 INFO kablam! | Sep 20 03:24:19.282 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.282 INFO kablam! | ----^^^^ Sep 20 03:24:19.282 INFO kablam! | | Sep 20 03:24:19.282 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.282 INFO kablam! ... Sep 20 03:24:19.282 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 20 03:24:19.282 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.282 INFO kablam! Sep 20 03:24:19.282 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.282 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.282 INFO kablam! | Sep 20 03:24:19.282 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.282 INFO kablam! | ----^^^^ Sep 20 03:24:19.282 INFO kablam! | | Sep 20 03:24:19.282 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.282 INFO kablam! ... Sep 20 03:24:19.282 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 20 03:24:19.282 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.282 INFO kablam! Sep 20 03:24:19.290 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.290 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.290 INFO kablam! | Sep 20 03:24:19.290 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.290 INFO kablam! | ----^^^^ Sep 20 03:24:19.291 INFO kablam! | | Sep 20 03:24:19.291 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.291 INFO kablam! ... Sep 20 03:24:19.291 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 20 03:24:19.291 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.291 INFO kablam! Sep 20 03:24:19.291 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.291 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.291 INFO kablam! | Sep 20 03:24:19.291 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.291 INFO kablam! | ----^^^^ Sep 20 03:24:19.291 INFO kablam! | | Sep 20 03:24:19.291 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.291 INFO kablam! ... Sep 20 03:24:19.291 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 20 03:24:19.291 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.291 INFO kablam! Sep 20 03:24:19.306 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.306 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.306 INFO kablam! | Sep 20 03:24:19.306 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.306 INFO kablam! | ----^^^^ Sep 20 03:24:19.306 INFO kablam! | | Sep 20 03:24:19.306 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.306 INFO kablam! ... Sep 20 03:24:19.306 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 20 03:24:19.306 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:19.306 INFO kablam! Sep 20 03:24:19.306 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.306 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.306 INFO kablam! | Sep 20 03:24:19.306 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.306 INFO kablam! | ----^^^^ Sep 20 03:24:19.306 INFO kablam! | | Sep 20 03:24:19.306 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.306 INFO kablam! ... Sep 20 03:24:19.306 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 20 03:24:19.306 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.306 INFO kablam! Sep 20 03:24:19.306 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.306 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.306 INFO kablam! | Sep 20 03:24:19.306 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.306 INFO kablam! | ----^^^^ Sep 20 03:24:19.306 INFO kablam! | | Sep 20 03:24:19.306 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.306 INFO kablam! ... Sep 20 03:24:19.306 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 20 03:24:19.306 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.306 INFO kablam! Sep 20 03:24:19.314 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.314 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.314 INFO kablam! | Sep 20 03:24:19.314 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.314 INFO kablam! | ----^^^^ Sep 20 03:24:19.314 INFO kablam! | | Sep 20 03:24:19.314 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.314 INFO kablam! ... Sep 20 03:24:19.314 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 20 03:24:19.314 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.314 INFO kablam! Sep 20 03:24:19.314 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.314 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.314 INFO kablam! | Sep 20 03:24:19.314 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.314 INFO kablam! | ----^^^^ Sep 20 03:24:19.314 INFO kablam! | | Sep 20 03:24:19.314 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.314 INFO kablam! ... Sep 20 03:24:19.314 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 20 03:24:19.314 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.314 INFO kablam! Sep 20 03:24:19.318 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.318 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.318 INFO kablam! | Sep 20 03:24:19.318 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.318 INFO kablam! | ----^^^^ Sep 20 03:24:19.318 INFO kablam! | | Sep 20 03:24:19.318 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.318 INFO kablam! ... Sep 20 03:24:19.318 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 20 03:24:19.318 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.318 INFO kablam! Sep 20 03:24:19.318 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.318 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.318 INFO kablam! | Sep 20 03:24:19.318 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.318 INFO kablam! | ----^^^^ Sep 20 03:24:19.318 INFO kablam! | | Sep 20 03:24:19.318 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.318 INFO kablam! ... Sep 20 03:24:19.318 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 20 03:24:19.318 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.318 INFO kablam! Sep 20 03:24:19.337 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.337 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.337 INFO kablam! | Sep 20 03:24:19.337 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.337 INFO kablam! | ----^^^^ Sep 20 03:24:19.337 INFO kablam! | | Sep 20 03:24:19.337 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.337 INFO kablam! ... Sep 20 03:24:19.337 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 20 03:24:19.337 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.337 INFO kablam! Sep 20 03:24:19.337 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.337 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.337 INFO kablam! | Sep 20 03:24:19.338 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.338 INFO kablam! | ----^^^^ Sep 20 03:24:19.338 INFO kablam! | | Sep 20 03:24:19.338 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.338 INFO kablam! ... Sep 20 03:24:19.338 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 20 03:24:19.338 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.338 INFO kablam! Sep 20 03:24:19.338 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.338 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.338 INFO kablam! | Sep 20 03:24:19.338 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.338 INFO kablam! | ----^^^^ Sep 20 03:24:19.338 INFO kablam! | | Sep 20 03:24:19.338 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.338 INFO kablam! ... Sep 20 03:24:19.338 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 20 03:24:19.338 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.338 INFO kablam! Sep 20 03:24:19.338 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.338 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.338 INFO kablam! | Sep 20 03:24:19.338 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.338 INFO kablam! | ----^^^^ Sep 20 03:24:19.338 INFO kablam! | | Sep 20 03:24:19.338 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.338 INFO kablam! ... Sep 20 03:24:19.338 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 20 03:24:19.338 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.338 INFO kablam! Sep 20 03:24:19.350 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.350 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.350 INFO kablam! | Sep 20 03:24:19.350 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.350 INFO kablam! | ----^^^^ Sep 20 03:24:19.350 INFO kablam! | | Sep 20 03:24:19.350 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.350 INFO kablam! ... Sep 20 03:24:19.350 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 20 03:24:19.350 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.350 INFO kablam! Sep 20 03:24:19.350 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.350 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.350 INFO kablam! | Sep 20 03:24:19.350 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.350 INFO kablam! | ----^^^^ Sep 20 03:24:19.350 INFO kablam! | | Sep 20 03:24:19.350 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.350 INFO kablam! ... Sep 20 03:24:19.350 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 20 03:24:19.350 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.350 INFO kablam! Sep 20 03:24:19.350 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.350 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.350 INFO kablam! | Sep 20 03:24:19.350 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.350 INFO kablam! | ----^^^^ Sep 20 03:24:19.350 INFO kablam! | | Sep 20 03:24:19.350 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.350 INFO kablam! ... Sep 20 03:24:19.350 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 20 03:24:19.350 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.350 INFO kablam! Sep 20 03:24:19.359 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.359 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.359 INFO kablam! | Sep 20 03:24:19.359 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.359 INFO kablam! | ----^^^^ Sep 20 03:24:19.359 INFO kablam! | | Sep 20 03:24:19.359 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.359 INFO kablam! ... Sep 20 03:24:19.359 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 20 03:24:19.359 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.359 INFO kablam! Sep 20 03:24:19.359 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.359 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.359 INFO kablam! | Sep 20 03:24:19.359 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.359 INFO kablam! | ----^^^^ Sep 20 03:24:19.359 INFO kablam! | | Sep 20 03:24:19.359 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.359 INFO kablam! ... Sep 20 03:24:19.359 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 20 03:24:19.359 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.359 INFO kablam! Sep 20 03:24:19.366 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.366 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.366 INFO kablam! | Sep 20 03:24:19.366 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.366 INFO kablam! | ----^^^^ Sep 20 03:24:19.366 INFO kablam! | | Sep 20 03:24:19.366 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.366 INFO kablam! ... Sep 20 03:24:19.366 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 20 03:24:19.366 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.366 INFO kablam! Sep 20 03:24:19.366 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.366 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.366 INFO kablam! | Sep 20 03:24:19.366 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.366 INFO kablam! | ----^^^^ Sep 20 03:24:19.366 INFO kablam! | | Sep 20 03:24:19.366 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.366 INFO kablam! ... Sep 20 03:24:19.366 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 20 03:24:19.366 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.366 INFO kablam! Sep 20 03:24:19.371 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.371 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.371 INFO kablam! | Sep 20 03:24:19.371 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.371 INFO kablam! | ----^^^^ Sep 20 03:24:19.371 INFO kablam! | | Sep 20 03:24:19.371 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.371 INFO kablam! ... Sep 20 03:24:19.371 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 20 03:24:19.371 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.371 INFO kablam! Sep 20 03:24:19.371 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.371 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.371 INFO kablam! | Sep 20 03:24:19.371 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.371 INFO kablam! | ----^^^^ Sep 20 03:24:19.371 INFO kablam! | | Sep 20 03:24:19.371 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.371 INFO kablam! ... Sep 20 03:24:19.371 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 20 03:24:19.371 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.371 INFO kablam! Sep 20 03:24:19.380 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.380 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.380 INFO kablam! | Sep 20 03:24:19.381 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.381 INFO kablam! | ----^^^^ Sep 20 03:24:19.381 INFO kablam! | | Sep 20 03:24:19.381 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.381 INFO kablam! ... Sep 20 03:24:19.381 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 20 03:24:19.381 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.381 INFO kablam! Sep 20 03:24:19.381 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.381 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.381 INFO kablam! | Sep 20 03:24:19.381 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.381 INFO kablam! | ----^^^^ Sep 20 03:24:19.381 INFO kablam! | | Sep 20 03:24:19.381 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.381 INFO kablam! ... Sep 20 03:24:19.381 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 20 03:24:19.381 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.381 INFO kablam! Sep 20 03:24:19.390 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.390 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.390 INFO kablam! | Sep 20 03:24:19.390 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.390 INFO kablam! | ----^^^^ Sep 20 03:24:19.390 INFO kablam! | | Sep 20 03:24:19.390 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.390 INFO kablam! ... Sep 20 03:24:19.390 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 20 03:24:19.390 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.390 INFO kablam! Sep 20 03:24:19.394 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.394 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:19.394 INFO kablam! | Sep 20 03:24:19.394 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.394 INFO kablam! | ----^^^^ Sep 20 03:24:19.394 INFO kablam! | | Sep 20 03:24:19.394 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.394 INFO kablam! ... Sep 20 03:24:19.394 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 20 03:24:19.394 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:19.394 INFO kablam! Sep 20 03:24:19.430 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.430 INFO kablam! --> src/de.rs:960:17 Sep 20 03:24:19.430 INFO kablam! | Sep 20 03:24:19.430 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:19.430 INFO kablam! | ----^^^^ Sep 20 03:24:19.430 INFO kablam! | | Sep 20 03:24:19.430 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.430 INFO kablam! Sep 20 03:24:19.430 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:19.430 INFO kablam! --> src/de.rs:971:13 Sep 20 03:24:19.430 INFO kablam! | Sep 20 03:24:19.430 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 20 03:24:19.430 INFO kablam! | ----^^^^ Sep 20 03:24:19.430 INFO kablam! | | Sep 20 03:24:19.430 INFO kablam! | help: remove this `mut` Sep 20 03:24:19.430 INFO kablam! Sep 20 03:24:23.650 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:23.650 INFO kablam! --> src/stream.rs:1263:24 Sep 20 03:24:23.650 INFO kablam! | Sep 20 03:24:23.651 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 20 03:24:23.651 INFO kablam! | ----^^^ Sep 20 03:24:23.651 INFO kablam! | | Sep 20 03:24:23.652 INFO kablam! | help: remove this `mut` Sep 20 03:24:23.652 INFO kablam! | Sep 20 03:24:23.652 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:24:23.653 INFO kablam! Sep 20 03:24:24.058 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.058 INFO kablam! --> src/de.rs:793:13 Sep 20 03:24:24.058 INFO kablam! | Sep 20 03:24:24.058 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.058 INFO kablam! | ----^^^^ Sep 20 03:24:24.058 INFO kablam! | | Sep 20 03:24:24.058 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.058 INFO kablam! Sep 20 03:24:24.097 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.097 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.097 INFO kablam! | Sep 20 03:24:24.097 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.097 INFO kablam! | ----^^^^ Sep 20 03:24:24.097 INFO kablam! | | Sep 20 03:24:24.097 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.097 INFO kablam! ... Sep 20 03:24:24.097 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 20 03:24:24.097 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.097 INFO kablam! Sep 20 03:24:24.099 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.099 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.099 INFO kablam! | Sep 20 03:24:24.099 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.099 INFO kablam! | ----^^^^ Sep 20 03:24:24.099 INFO kablam! | | Sep 20 03:24:24.099 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.099 INFO kablam! ... Sep 20 03:24:24.099 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 20 03:24:24.100 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.100 INFO kablam! Sep 20 03:24:24.102 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.102 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.102 INFO kablam! | Sep 20 03:24:24.102 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.102 INFO kablam! | ----^^^^ Sep 20 03:24:24.102 INFO kablam! | | Sep 20 03:24:24.102 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.102 INFO kablam! ... Sep 20 03:24:24.102 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 20 03:24:24.102 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.102 INFO kablam! Sep 20 03:24:24.104 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.104 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.104 INFO kablam! | Sep 20 03:24:24.104 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.104 INFO kablam! | ----^^^^ Sep 20 03:24:24.105 INFO kablam! | | Sep 20 03:24:24.105 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.105 INFO kablam! ... Sep 20 03:24:24.105 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 20 03:24:24.105 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.105 INFO kablam! Sep 20 03:24:24.107 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.108 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.108 INFO kablam! | Sep 20 03:24:24.108 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.108 INFO kablam! | ----^^^^ Sep 20 03:24:24.108 INFO kablam! | | Sep 20 03:24:24.108 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.108 INFO kablam! ... Sep 20 03:24:24.108 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 20 03:24:24.108 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.108 INFO kablam! Sep 20 03:24:24.110 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.110 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.110 INFO kablam! | Sep 20 03:24:24.110 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.110 INFO kablam! | ----^^^^ Sep 20 03:24:24.110 INFO kablam! | | Sep 20 03:24:24.110 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.110 INFO kablam! ... Sep 20 03:24:24.110 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 20 03:24:24.110 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.110 INFO kablam! Sep 20 03:24:24.112 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.112 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.112 INFO kablam! | Sep 20 03:24:24.112 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.112 INFO kablam! | ----^^^^ Sep 20 03:24:24.112 INFO kablam! | | Sep 20 03:24:24.112 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.112 INFO kablam! ... Sep 20 03:24:24.112 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 20 03:24:24.112 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.112 INFO kablam! Sep 20 03:24:24.114 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.114 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.114 INFO kablam! | Sep 20 03:24:24.114 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.114 INFO kablam! | ----^^^^ Sep 20 03:24:24.115 INFO kablam! | | Sep 20 03:24:24.115 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.115 INFO kablam! ... Sep 20 03:24:24.115 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 20 03:24:24.115 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.115 INFO kablam! Sep 20 03:24:24.117 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.117 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.117 INFO kablam! | Sep 20 03:24:24.117 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.118 INFO kablam! | ----^^^^ Sep 20 03:24:24.118 INFO kablam! | | Sep 20 03:24:24.118 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.118 INFO kablam! ... Sep 20 03:24:24.118 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 20 03:24:24.118 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.118 INFO kablam! Sep 20 03:24:24.120 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.121 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.121 INFO kablam! | Sep 20 03:24:24.121 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.121 INFO kablam! | ----^^^^ Sep 20 03:24:24.121 INFO kablam! | | Sep 20 03:24:24.121 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.121 INFO kablam! ... Sep 20 03:24:24.122 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 20 03:24:24.122 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 20 03:24:24.122 INFO kablam! Sep 20 03:24:24.124 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.124 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.124 INFO kablam! | Sep 20 03:24:24.124 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.124 INFO kablam! | ----^^^^ Sep 20 03:24:24.125 INFO kablam! | | Sep 20 03:24:24.125 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.125 INFO kablam! ... Sep 20 03:24:24.125 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 20 03:24:24.125 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.125 INFO kablam! Sep 20 03:24:24.127 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.128 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.128 INFO kablam! | Sep 20 03:24:24.128 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.128 INFO kablam! | ----^^^^ Sep 20 03:24:24.128 INFO kablam! | | Sep 20 03:24:24.128 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.128 INFO kablam! ... Sep 20 03:24:24.128 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 20 03:24:24.128 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.129 INFO kablam! Sep 20 03:24:24.131 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.131 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.131 INFO kablam! | Sep 20 03:24:24.131 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.131 INFO kablam! | ----^^^^ Sep 20 03:24:24.131 INFO kablam! | | Sep 20 03:24:24.131 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.132 INFO kablam! ... Sep 20 03:24:24.132 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 20 03:24:24.132 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.132 INFO kablam! Sep 20 03:24:24.134 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.134 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.134 INFO kablam! | Sep 20 03:24:24.134 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.134 INFO kablam! | ----^^^^ Sep 20 03:24:24.135 INFO kablam! | | Sep 20 03:24:24.135 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.135 INFO kablam! ... Sep 20 03:24:24.135 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 20 03:24:24.135 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.135 INFO kablam! Sep 20 03:24:24.137 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.137 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.138 INFO kablam! | Sep 20 03:24:24.138 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.138 INFO kablam! | ----^^^^ Sep 20 03:24:24.138 INFO kablam! | | Sep 20 03:24:24.138 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.138 INFO kablam! ... Sep 20 03:24:24.138 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 20 03:24:24.139 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.139 INFO kablam! Sep 20 03:24:24.141 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.141 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.141 INFO kablam! | Sep 20 03:24:24.141 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.141 INFO kablam! | ----^^^^ Sep 20 03:24:24.141 INFO kablam! | | Sep 20 03:24:24.142 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.142 INFO kablam! ... Sep 20 03:24:24.142 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 20 03:24:24.142 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.142 INFO kablam! Sep 20 03:24:24.144 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.144 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.144 INFO kablam! | Sep 20 03:24:24.144 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.145 INFO kablam! | ----^^^^ Sep 20 03:24:24.145 INFO kablam! | | Sep 20 03:24:24.145 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.145 INFO kablam! ... Sep 20 03:24:24.145 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 20 03:24:24.145 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.145 INFO kablam! Sep 20 03:24:24.147 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.148 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.148 INFO kablam! | Sep 20 03:24:24.148 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.148 INFO kablam! | ----^^^^ Sep 20 03:24:24.148 INFO kablam! | | Sep 20 03:24:24.148 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.148 INFO kablam! ... Sep 20 03:24:24.148 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 20 03:24:24.149 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.149 INFO kablam! Sep 20 03:24:24.151 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.151 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.151 INFO kablam! | Sep 20 03:24:24.151 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.151 INFO kablam! | ----^^^^ Sep 20 03:24:24.152 INFO kablam! | | Sep 20 03:24:24.152 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.152 INFO kablam! ... Sep 20 03:24:24.152 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 20 03:24:24.152 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.152 INFO kablam! Sep 20 03:24:24.155 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.155 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.155 INFO kablam! | Sep 20 03:24:24.155 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.155 INFO kablam! | ----^^^^ Sep 20 03:24:24.155 INFO kablam! | | Sep 20 03:24:24.155 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.156 INFO kablam! ... Sep 20 03:24:24.156 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 20 03:24:24.156 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.156 INFO kablam! Sep 20 03:24:24.158 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.158 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.159 INFO kablam! | Sep 20 03:24:24.159 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.159 INFO kablam! | ----^^^^ Sep 20 03:24:24.159 INFO kablam! | | Sep 20 03:24:24.159 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.159 INFO kablam! ... Sep 20 03:24:24.159 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 20 03:24:24.160 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.160 INFO kablam! Sep 20 03:24:24.162 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.162 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.162 INFO kablam! | Sep 20 03:24:24.162 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.162 INFO kablam! | ----^^^^ Sep 20 03:24:24.163 INFO kablam! | | Sep 20 03:24:24.163 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.163 INFO kablam! ... Sep 20 03:24:24.163 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 20 03:24:24.163 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.163 INFO kablam! Sep 20 03:24:24.165 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.166 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.166 INFO kablam! | Sep 20 03:24:24.166 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.166 INFO kablam! | ----^^^^ Sep 20 03:24:24.166 INFO kablam! | | Sep 20 03:24:24.166 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.167 INFO kablam! ... Sep 20 03:24:24.167 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 20 03:24:24.167 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.167 INFO kablam! Sep 20 03:24:24.169 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.169 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.170 INFO kablam! | Sep 20 03:24:24.170 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.170 INFO kablam! | ----^^^^ Sep 20 03:24:24.170 INFO kablam! | | Sep 20 03:24:24.170 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.170 INFO kablam! ... Sep 20 03:24:24.170 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 20 03:24:24.171 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.171 INFO kablam! Sep 20 03:24:24.173 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.173 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.173 INFO kablam! | Sep 20 03:24:24.173 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.174 INFO kablam! | ----^^^^ Sep 20 03:24:24.174 INFO kablam! | | Sep 20 03:24:24.174 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.174 INFO kablam! ... Sep 20 03:24:24.174 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 20 03:24:24.174 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.174 INFO kablam! Sep 20 03:24:24.177 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.177 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.177 INFO kablam! | Sep 20 03:24:24.177 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.177 INFO kablam! | ----^^^^ Sep 20 03:24:24.177 INFO kablam! | | Sep 20 03:24:24.178 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.178 INFO kablam! ... Sep 20 03:24:24.178 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 20 03:24:24.178 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.178 INFO kablam! Sep 20 03:24:24.180 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.180 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.181 INFO kablam! | Sep 20 03:24:24.181 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.181 INFO kablam! | ----^^^^ Sep 20 03:24:24.181 INFO kablam! | | Sep 20 03:24:24.181 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.181 INFO kablam! ... Sep 20 03:24:24.182 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 20 03:24:24.182 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.182 INFO kablam! Sep 20 03:24:24.184 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.184 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.184 INFO kablam! | Sep 20 03:24:24.185 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.185 INFO kablam! | ----^^^^ Sep 20 03:24:24.185 INFO kablam! | | Sep 20 03:24:24.185 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.185 INFO kablam! ... Sep 20 03:24:24.185 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 20 03:24:24.185 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.186 INFO kablam! Sep 20 03:24:24.188 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.188 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.188 INFO kablam! | Sep 20 03:24:24.188 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.188 INFO kablam! | ----^^^^ Sep 20 03:24:24.189 INFO kablam! | | Sep 20 03:24:24.189 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.189 INFO kablam! ... Sep 20 03:24:24.189 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 20 03:24:24.189 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.189 INFO kablam! Sep 20 03:24:24.192 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.192 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.192 INFO kablam! | Sep 20 03:24:24.192 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.192 INFO kablam! | ----^^^^ Sep 20 03:24:24.192 INFO kablam! | | Sep 20 03:24:24.193 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.193 INFO kablam! ... Sep 20 03:24:24.193 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 20 03:24:24.193 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.193 INFO kablam! Sep 20 03:24:24.195 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.196 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.196 INFO kablam! | Sep 20 03:24:24.196 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.196 INFO kablam! | ----^^^^ Sep 20 03:24:24.196 INFO kablam! | | Sep 20 03:24:24.196 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.196 INFO kablam! ... Sep 20 03:24:24.197 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 20 03:24:24.197 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.197 INFO kablam! Sep 20 03:24:24.199 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.199 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.199 INFO kablam! | Sep 20 03:24:24.200 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.200 INFO kablam! | ----^^^^ Sep 20 03:24:24.200 INFO kablam! | | Sep 20 03:24:24.200 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.200 INFO kablam! ... Sep 20 03:24:24.200 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 20 03:24:24.200 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.201 INFO kablam! Sep 20 03:24:24.203 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.203 INFO kablam! --> src/de.rs:913:21 Sep 20 03:24:24.203 INFO kablam! | Sep 20 03:24:24.203 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.203 INFO kablam! | ----^^^^ Sep 20 03:24:24.204 INFO kablam! | | Sep 20 03:24:24.204 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.204 INFO kablam! ... Sep 20 03:24:24.204 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 20 03:24:24.204 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 20 03:24:24.204 INFO kablam! Sep 20 03:24:24.208 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.209 INFO kablam! --> src/de.rs:960:17 Sep 20 03:24:24.209 INFO kablam! | Sep 20 03:24:24.209 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 20 03:24:24.209 INFO kablam! | ----^^^^ Sep 20 03:24:24.209 INFO kablam! | | Sep 20 03:24:24.209 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.209 INFO kablam! Sep 20 03:24:24.211 INFO kablam! warning: variable does not need to be mutable Sep 20 03:24:24.212 INFO kablam! --> src/de.rs:971:13 Sep 20 03:24:24.212 INFO kablam! | Sep 20 03:24:24.212 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 20 03:24:24.212 INFO kablam! | ----^^^^ Sep 20 03:24:24.212 INFO kablam! | | Sep 20 03:24:24.212 INFO kablam! | help: remove this `mut` Sep 20 03:24:24.212 INFO kablam! Sep 20 03:24:26.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.03s Sep 20 03:24:26.172 INFO kablam! su: No module specific data is present Sep 20 03:24:26.875 INFO running `"docker" "rm" "-f" "b1871ebd74becdea88e6bea6b2820768ee97b60b9777b58965a7867c47017ede"` Sep 20 03:24:27.059 INFO blam! b1871ebd74becdea88e6bea6b2820768ee97b60b9777b58965a7867c47017ede