Sep 21 10:17:15.447 INFO checking fourleaf-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:17:15.447 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:17:15.447 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:17:15.644 INFO blam! 3f107fb94bd0077c98206414e5100d44549487682bcb7ea8081431117112e52c Sep 21 10:17:15.646 INFO running `"docker" "start" "-a" "3f107fb94bd0077c98206414e5100d44549487682bcb7ea8081431117112e52c"` Sep 21 10:17:16.522 INFO kablam! usermod: no changes Sep 21 10:17:16.586 INFO kablam! Checking fourleaf v0.1.1 (/source) Sep 21 10:17:19.158 INFO kablam! warning: unused import: `self` Sep 21 10:17:19.158 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Sep 21 10:17:19.158 INFO kablam! | Sep 21 10:17:19.158 INFO kablam! 18 | use stream::{self, Stream}; Sep 21 10:17:19.158 INFO kablam! | ^^^^ Sep 21 10:17:19.158 INFO kablam! | Sep 21 10:17:19.158 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:17:19.158 INFO kablam! Sep 21 10:17:23.162 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.162 INFO kablam! --> src/stream.rs:1263:24 Sep 21 10:17:23.163 INFO kablam! | Sep 21 10:17:23.163 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 21 10:17:23.164 INFO kablam! | ----^^^ Sep 21 10:17:23.164 INFO kablam! | | Sep 21 10:17:23.164 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.165 INFO kablam! | Sep 21 10:17:23.165 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:17:23.165 INFO kablam! Sep 21 10:17:23.418 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.418 INFO kablam! --> src/de.rs:793:13 Sep 21 10:17:23.419 INFO kablam! | Sep 21 10:17:23.419 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.419 INFO kablam! | ----^^^^ Sep 21 10:17:23.420 INFO kablam! | | Sep 21 10:17:23.420 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.420 INFO kablam! Sep 21 10:17:23.454 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.455 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.455 INFO kablam! | Sep 21 10:17:23.455 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.456 INFO kablam! | ----^^^^ Sep 21 10:17:23.456 INFO kablam! | | Sep 21 10:17:23.457 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.457 INFO kablam! ... Sep 21 10:17:23.457 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 21 10:17:23.458 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.458 INFO kablam! Sep 21 10:17:23.458 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.459 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.459 INFO kablam! | Sep 21 10:17:23.459 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.460 INFO kablam! | ----^^^^ Sep 21 10:17:23.460 INFO kablam! | | Sep 21 10:17:23.460 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.460 INFO kablam! ... Sep 21 10:17:23.461 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 21 10:17:23.461 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.461 INFO kablam! Sep 21 10:17:23.462 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.462 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.462 INFO kablam! | Sep 21 10:17:23.463 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.463 INFO kablam! | ----^^^^ Sep 21 10:17:23.464 INFO kablam! | | Sep 21 10:17:23.464 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.464 INFO kablam! ... Sep 21 10:17:23.465 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 21 10:17:23.465 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.465 INFO kablam! Sep 21 10:17:23.466 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.466 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.467 INFO kablam! | Sep 21 10:17:23.467 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.467 INFO kablam! | ----^^^^ Sep 21 10:17:23.468 INFO kablam! | | Sep 21 10:17:23.468 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.468 INFO kablam! ... Sep 21 10:17:23.469 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 21 10:17:23.469 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.469 INFO kablam! Sep 21 10:17:23.470 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.470 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.471 INFO kablam! | Sep 21 10:17:23.471 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.471 INFO kablam! | ----^^^^ Sep 21 10:17:23.472 INFO kablam! | | Sep 21 10:17:23.472 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.472 INFO kablam! ... Sep 21 10:17:23.473 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 21 10:17:23.473 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.474 INFO kablam! Sep 21 10:17:23.474 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.474 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.475 INFO kablam! | Sep 21 10:17:23.475 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.475 INFO kablam! | ----^^^^ Sep 21 10:17:23.475 INFO kablam! | | Sep 21 10:17:23.476 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.476 INFO kablam! ... Sep 21 10:17:23.476 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 21 10:17:23.477 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.477 INFO kablam! Sep 21 10:17:23.477 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.477 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.478 INFO kablam! | Sep 21 10:17:23.478 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.479 INFO kablam! | ----^^^^ Sep 21 10:17:23.479 INFO kablam! | | Sep 21 10:17:23.479 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.480 INFO kablam! ... Sep 21 10:17:23.480 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 21 10:17:23.481 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.481 INFO kablam! Sep 21 10:17:23.481 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.482 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.482 INFO kablam! | Sep 21 10:17:23.482 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.483 INFO kablam! | ----^^^^ Sep 21 10:17:23.483 INFO kablam! | | Sep 21 10:17:23.483 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.484 INFO kablam! ... Sep 21 10:17:23.484 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 21 10:17:23.485 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.485 INFO kablam! Sep 21 10:17:23.485 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.486 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.486 INFO kablam! | Sep 21 10:17:23.486 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.487 INFO kablam! | ----^^^^ Sep 21 10:17:23.487 INFO kablam! | | Sep 21 10:17:23.488 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.488 INFO kablam! ... Sep 21 10:17:23.488 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 21 10:17:23.489 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.489 INFO kablam! Sep 21 10:17:23.489 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.490 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.490 INFO kablam! | Sep 21 10:17:23.491 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.491 INFO kablam! | ----^^^^ Sep 21 10:17:23.491 INFO kablam! | | Sep 21 10:17:23.492 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.492 INFO kablam! ... Sep 21 10:17:23.492 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 21 10:17:23.493 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:23.493 INFO kablam! Sep 21 10:17:23.494 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.494 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.494 INFO kablam! | Sep 21 10:17:23.494 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.495 INFO kablam! | ----^^^^ Sep 21 10:17:23.495 INFO kablam! | | Sep 21 10:17:23.495 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.496 INFO kablam! ... Sep 21 10:17:23.496 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 21 10:17:23.496 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.497 INFO kablam! Sep 21 10:17:23.497 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.497 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.498 INFO kablam! | Sep 21 10:17:23.498 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.498 INFO kablam! | ----^^^^ Sep 21 10:17:23.499 INFO kablam! | | Sep 21 10:17:23.499 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.499 INFO kablam! ... Sep 21 10:17:23.499 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 21 10:17:23.500 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.500 INFO kablam! Sep 21 10:17:23.500 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.501 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.501 INFO kablam! | Sep 21 10:17:23.501 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.502 INFO kablam! | ----^^^^ Sep 21 10:17:23.502 INFO kablam! | | Sep 21 10:17:23.502 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.503 INFO kablam! ... Sep 21 10:17:23.503 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 21 10:17:23.504 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.504 INFO kablam! Sep 21 10:17:23.504 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.505 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.505 INFO kablam! | Sep 21 10:17:23.505 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.506 INFO kablam! | ----^^^^ Sep 21 10:17:23.506 INFO kablam! | | Sep 21 10:17:23.506 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.507 INFO kablam! ... Sep 21 10:17:23.507 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 21 10:17:23.508 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.508 INFO kablam! Sep 21 10:17:23.508 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.509 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.509 INFO kablam! | Sep 21 10:17:23.509 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.510 INFO kablam! | ----^^^^ Sep 21 10:17:23.510 INFO kablam! | | Sep 21 10:17:23.511 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.511 INFO kablam! ... Sep 21 10:17:23.511 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 21 10:17:23.512 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.512 INFO kablam! Sep 21 10:17:23.513 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.513 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.513 INFO kablam! | Sep 21 10:17:23.514 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.514 INFO kablam! | ----^^^^ Sep 21 10:17:23.514 INFO kablam! | | Sep 21 10:17:23.515 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.515 INFO kablam! ... Sep 21 10:17:23.516 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 21 10:17:23.516 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.516 INFO kablam! Sep 21 10:17:23.517 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.517 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.517 INFO kablam! | Sep 21 10:17:23.518 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.518 INFO kablam! | ----^^^^ Sep 21 10:17:23.518 INFO kablam! | | Sep 21 10:17:23.519 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.519 INFO kablam! ... Sep 21 10:17:23.520 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 21 10:17:23.520 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.520 INFO kablam! Sep 21 10:17:23.521 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.521 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.522 INFO kablam! | Sep 21 10:17:23.522 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.522 INFO kablam! | ----^^^^ Sep 21 10:17:23.523 INFO kablam! | | Sep 21 10:17:23.523 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.523 INFO kablam! ... Sep 21 10:17:23.523 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 21 10:17:23.524 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.524 INFO kablam! Sep 21 10:17:23.524 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.525 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.525 INFO kablam! | Sep 21 10:17:23.525 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.525 INFO kablam! | ----^^^^ Sep 21 10:17:23.526 INFO kablam! | | Sep 21 10:17:23.526 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.527 INFO kablam! ... Sep 21 10:17:23.527 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 21 10:17:23.527 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.528 INFO kablam! Sep 21 10:17:23.528 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.528 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.529 INFO kablam! | Sep 21 10:17:23.529 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.529 INFO kablam! | ----^^^^ Sep 21 10:17:23.530 INFO kablam! | | Sep 21 10:17:23.530 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.531 INFO kablam! ... Sep 21 10:17:23.531 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 21 10:17:23.531 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.532 INFO kablam! Sep 21 10:17:23.532 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.532 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.533 INFO kablam! | Sep 21 10:17:23.533 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.533 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.538 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.538 INFO kablam! ... Sep 21 10:17:23.538 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 21 10:17:23.538 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.538 INFO kablam! Sep 21 10:17:23.538 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.538 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.538 INFO kablam! | Sep 21 10:17:23.538 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.538 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.538 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.538 INFO kablam! ... Sep 21 10:17:23.538 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 21 10:17:23.538 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.538 INFO kablam! Sep 21 10:17:23.538 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.538 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.538 INFO kablam! | Sep 21 10:17:23.538 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.538 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.538 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.538 INFO kablam! ... Sep 21 10:17:23.538 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 21 10:17:23.538 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.538 INFO kablam! Sep 21 10:17:23.538 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.538 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.538 INFO kablam! | Sep 21 10:17:23.538 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.538 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.538 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.538 INFO kablam! ... Sep 21 10:17:23.538 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 21 10:17:23.538 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.538 INFO kablam! Sep 21 10:17:23.538 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.538 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.538 INFO kablam! | Sep 21 10:17:23.538 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.538 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.538 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.538 INFO kablam! ... Sep 21 10:17:23.538 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 21 10:17:23.538 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.538 INFO kablam! Sep 21 10:17:23.538 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.538 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.538 INFO kablam! | Sep 21 10:17:23.538 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.538 INFO kablam! | ----^^^^ Sep 21 10:17:23.538 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.539 INFO kablam! | | Sep 21 10:17:23.539 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.539 INFO kablam! ... Sep 21 10:17:23.539 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 21 10:17:23.539 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.539 INFO kablam! Sep 21 10:17:23.539 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.539 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:23.539 INFO kablam! | Sep 21 10:17:23.539 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.539 INFO kablam! | ----^^^^ Sep 21 10:17:23.542 INFO kablam! | | Sep 21 10:17:23.542 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.542 INFO kablam! ... Sep 21 10:17:23.542 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 21 10:17:23.542 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:23.542 INFO kablam! Sep 21 10:17:23.542 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.542 INFO kablam! --> src/de.rs:960:17 Sep 21 10:17:23.543 INFO kablam! | Sep 21 10:17:23.543 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:23.543 INFO kablam! | ----^^^^ Sep 21 10:17:23.544 INFO kablam! | | Sep 21 10:17:23.544 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.544 INFO kablam! Sep 21 10:17:23.545 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:23.546 INFO kablam! --> src/de.rs:971:13 Sep 21 10:17:23.546 INFO kablam! | Sep 21 10:17:23.546 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 21 10:17:23.546 INFO kablam! | ----^^^^ Sep 21 10:17:23.547 INFO kablam! | | Sep 21 10:17:23.547 INFO kablam! | help: remove this `mut` Sep 21 10:17:23.547 INFO kablam! Sep 21 10:17:27.454 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.454 INFO kablam! --> src/stream.rs:1263:24 Sep 21 10:17:27.454 INFO kablam! | Sep 21 10:17:27.454 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Sep 21 10:17:27.454 INFO kablam! | ----^^^ Sep 21 10:17:27.454 INFO kablam! | | Sep 21 10:17:27.454 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.454 INFO kablam! | Sep 21 10:17:27.458 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:17:27.458 INFO kablam! Sep 21 10:17:27.882 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.882 INFO kablam! --> src/de.rs:793:13 Sep 21 10:17:27.882 INFO kablam! | Sep 21 10:17:27.882 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.882 INFO kablam! | ----^^^^ Sep 21 10:17:27.882 INFO kablam! | | Sep 21 10:17:27.882 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.882 INFO kablam! Sep 21 10:17:27.922 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.922 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.922 INFO kablam! | Sep 21 10:17:27.922 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.922 INFO kablam! | ----^^^^ Sep 21 10:17:27.922 INFO kablam! | | Sep 21 10:17:27.922 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.922 INFO kablam! ... Sep 21 10:17:27.922 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Sep 21 10:17:27.922 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.922 INFO kablam! Sep 21 10:17:27.923 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.923 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.923 INFO kablam! | Sep 21 10:17:27.923 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.923 INFO kablam! | ----^^^^ Sep 21 10:17:27.923 INFO kablam! | | Sep 21 10:17:27.923 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.923 INFO kablam! ... Sep 21 10:17:27.923 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Sep 21 10:17:27.923 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.923 INFO kablam! Sep 21 10:17:27.925 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.925 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.925 INFO kablam! | Sep 21 10:17:27.925 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.925 INFO kablam! | ----^^^^ Sep 21 10:17:27.925 INFO kablam! | | Sep 21 10:17:27.925 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.925 INFO kablam! ... Sep 21 10:17:27.925 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Sep 21 10:17:27.925 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.925 INFO kablam! Sep 21 10:17:27.927 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.927 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.927 INFO kablam! | Sep 21 10:17:27.927 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.927 INFO kablam! | ----^^^^ Sep 21 10:17:27.927 INFO kablam! | | Sep 21 10:17:27.927 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.927 INFO kablam! ... Sep 21 10:17:27.927 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Sep 21 10:17:27.927 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.927 INFO kablam! Sep 21 10:17:27.928 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.928 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.928 INFO kablam! | Sep 21 10:17:27.928 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.928 INFO kablam! | ----^^^^ Sep 21 10:17:27.929 INFO kablam! | | Sep 21 10:17:27.929 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.929 INFO kablam! ... Sep 21 10:17:27.929 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Sep 21 10:17:27.929 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.929 INFO kablam! Sep 21 10:17:27.930 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.930 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.930 INFO kablam! | Sep 21 10:17:27.930 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.930 INFO kablam! | ----^^^^ Sep 21 10:17:27.930 INFO kablam! | | Sep 21 10:17:27.930 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.930 INFO kablam! ... Sep 21 10:17:27.930 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Sep 21 10:17:27.930 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.930 INFO kablam! Sep 21 10:17:27.932 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.932 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.932 INFO kablam! | Sep 21 10:17:27.932 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.932 INFO kablam! | ----^^^^ Sep 21 10:17:27.932 INFO kablam! | | Sep 21 10:17:27.932 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.932 INFO kablam! ... Sep 21 10:17:27.932 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Sep 21 10:17:27.932 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.932 INFO kablam! Sep 21 10:17:27.933 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.933 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.933 INFO kablam! | Sep 21 10:17:27.933 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.933 INFO kablam! | ----^^^^ Sep 21 10:17:27.933 INFO kablam! | | Sep 21 10:17:27.933 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.933 INFO kablam! ... Sep 21 10:17:27.933 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Sep 21 10:17:27.934 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.934 INFO kablam! Sep 21 10:17:27.935 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.935 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.935 INFO kablam! | Sep 21 10:17:27.935 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.935 INFO kablam! | ----^^^^ Sep 21 10:17:27.935 INFO kablam! | | Sep 21 10:17:27.935 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.935 INFO kablam! ... Sep 21 10:17:27.935 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Sep 21 10:17:27.935 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.935 INFO kablam! Sep 21 10:17:27.937 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.937 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.937 INFO kablam! | Sep 21 10:17:27.937 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.937 INFO kablam! | ----^^^^ Sep 21 10:17:27.937 INFO kablam! | | Sep 21 10:17:27.937 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.937 INFO kablam! ... Sep 21 10:17:27.937 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Sep 21 10:17:27.937 INFO kablam! | ---------------------------------------------- in this macro invocation Sep 21 10:17:27.937 INFO kablam! Sep 21 10:17:27.943 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.943 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.943 INFO kablam! | Sep 21 10:17:27.943 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.943 INFO kablam! | ----^^^^ Sep 21 10:17:27.943 INFO kablam! | | Sep 21 10:17:27.943 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.943 INFO kablam! ... Sep 21 10:17:27.943 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Sep 21 10:17:27.943 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.943 INFO kablam! Sep 21 10:17:27.944 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.944 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.944 INFO kablam! | Sep 21 10:17:27.944 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.944 INFO kablam! | ----^^^^ Sep 21 10:17:27.944 INFO kablam! | | Sep 21 10:17:27.944 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.944 INFO kablam! ... Sep 21 10:17:27.944 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Sep 21 10:17:27.944 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.944 INFO kablam! Sep 21 10:17:27.946 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.946 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.946 INFO kablam! | Sep 21 10:17:27.946 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.946 INFO kablam! | ----^^^^ Sep 21 10:17:27.946 INFO kablam! | | Sep 21 10:17:27.946 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.946 INFO kablam! ... Sep 21 10:17:27.946 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Sep 21 10:17:27.946 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.946 INFO kablam! Sep 21 10:17:27.947 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.947 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.947 INFO kablam! | Sep 21 10:17:27.948 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.948 INFO kablam! | ----^^^^ Sep 21 10:17:27.948 INFO kablam! | | Sep 21 10:17:27.948 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.948 INFO kablam! ... Sep 21 10:17:27.948 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Sep 21 10:17:27.948 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.948 INFO kablam! Sep 21 10:17:27.949 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.949 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.949 INFO kablam! | Sep 21 10:17:27.949 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.949 INFO kablam! | ----^^^^ Sep 21 10:17:27.949 INFO kablam! | | Sep 21 10:17:27.949 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.949 INFO kablam! ... Sep 21 10:17:27.949 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Sep 21 10:17:27.949 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.949 INFO kablam! Sep 21 10:17:27.951 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.951 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.951 INFO kablam! | Sep 21 10:17:27.951 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.951 INFO kablam! | ----^^^^ Sep 21 10:17:27.951 INFO kablam! | | Sep 21 10:17:27.951 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.951 INFO kablam! ... Sep 21 10:17:27.951 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Sep 21 10:17:27.951 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.951 INFO kablam! Sep 21 10:17:27.952 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.952 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.952 INFO kablam! | Sep 21 10:17:27.952 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.952 INFO kablam! | ----^^^^ Sep 21 10:17:27.953 INFO kablam! | | Sep 21 10:17:27.953 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.953 INFO kablam! ... Sep 21 10:17:27.953 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Sep 21 10:17:27.953 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.953 INFO kablam! Sep 21 10:17:27.954 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.954 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.954 INFO kablam! | Sep 21 10:17:27.954 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.954 INFO kablam! | ----^^^^ Sep 21 10:17:27.954 INFO kablam! | | Sep 21 10:17:27.954 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.954 INFO kablam! ... Sep 21 10:17:27.954 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Sep 21 10:17:27.954 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.954 INFO kablam! Sep 21 10:17:27.956 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.956 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.956 INFO kablam! | Sep 21 10:17:27.956 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.956 INFO kablam! | ----^^^^ Sep 21 10:17:27.956 INFO kablam! | | Sep 21 10:17:27.956 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.956 INFO kablam! ... Sep 21 10:17:27.956 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Sep 21 10:17:27.956 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.956 INFO kablam! Sep 21 10:17:27.957 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.957 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.957 INFO kablam! | Sep 21 10:17:27.957 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.958 INFO kablam! | ----^^^^ Sep 21 10:17:27.958 INFO kablam! | | Sep 21 10:17:27.958 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.958 INFO kablam! ... Sep 21 10:17:27.958 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Sep 21 10:17:27.958 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.958 INFO kablam! Sep 21 10:17:27.959 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.959 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.959 INFO kablam! | Sep 21 10:17:27.959 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.959 INFO kablam! | ----^^^^ Sep 21 10:17:27.959 INFO kablam! | | Sep 21 10:17:27.959 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.959 INFO kablam! ... Sep 21 10:17:27.959 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Sep 21 10:17:27.959 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.959 INFO kablam! Sep 21 10:17:27.961 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.961 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.961 INFO kablam! | Sep 21 10:17:27.961 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.961 INFO kablam! | ----^^^^ Sep 21 10:17:27.961 INFO kablam! | | Sep 21 10:17:27.961 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.961 INFO kablam! ... Sep 21 10:17:27.961 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Sep 21 10:17:27.961 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.961 INFO kablam! Sep 21 10:17:27.962 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.962 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.963 INFO kablam! | Sep 21 10:17:27.963 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.963 INFO kablam! | ----^^^^ Sep 21 10:17:27.963 INFO kablam! | | Sep 21 10:17:27.963 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.963 INFO kablam! ... Sep 21 10:17:27.963 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Sep 21 10:17:27.963 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.963 INFO kablam! Sep 21 10:17:27.964 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.964 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.964 INFO kablam! | Sep 21 10:17:27.964 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.964 INFO kablam! | ----^^^^ Sep 21 10:17:27.964 INFO kablam! | | Sep 21 10:17:27.964 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.964 INFO kablam! ... Sep 21 10:17:27.964 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Sep 21 10:17:27.964 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.964 INFO kablam! Sep 21 10:17:27.966 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.966 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.966 INFO kablam! | Sep 21 10:17:27.966 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.966 INFO kablam! | ----^^^^ Sep 21 10:17:27.966 INFO kablam! | | Sep 21 10:17:27.966 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.966 INFO kablam! ... Sep 21 10:17:27.966 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Sep 21 10:17:27.966 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.966 INFO kablam! Sep 21 10:17:27.968 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.968 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.968 INFO kablam! | Sep 21 10:17:27.968 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.968 INFO kablam! | ----^^^^ Sep 21 10:17:27.968 INFO kablam! | | Sep 21 10:17:27.968 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.968 INFO kablam! ... Sep 21 10:17:27.968 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Sep 21 10:17:27.968 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.968 INFO kablam! Sep 21 10:17:27.969 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.969 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.969 INFO kablam! | Sep 21 10:17:27.969 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.969 INFO kablam! | ----^^^^ Sep 21 10:17:27.969 INFO kablam! | | Sep 21 10:17:27.969 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.969 INFO kablam! ... Sep 21 10:17:27.969 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Sep 21 10:17:27.969 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.969 INFO kablam! Sep 21 10:17:27.971 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.971 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.971 INFO kablam! | Sep 21 10:17:27.971 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.971 INFO kablam! | ----^^^^ Sep 21 10:17:27.971 INFO kablam! | | Sep 21 10:17:27.971 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.971 INFO kablam! ... Sep 21 10:17:27.971 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Sep 21 10:17:27.971 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.971 INFO kablam! Sep 21 10:17:27.973 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.973 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.973 INFO kablam! | Sep 21 10:17:27.973 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.973 INFO kablam! | ----^^^^ Sep 21 10:17:27.973 INFO kablam! | | Sep 21 10:17:27.973 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.973 INFO kablam! ... Sep 21 10:17:27.973 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Sep 21 10:17:27.973 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.973 INFO kablam! Sep 21 10:17:27.974 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.974 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.974 INFO kablam! | Sep 21 10:17:27.974 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.974 INFO kablam! | ----^^^^ Sep 21 10:17:27.974 INFO kablam! | | Sep 21 10:17:27.974 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.974 INFO kablam! ... Sep 21 10:17:27.974 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Sep 21 10:17:27.974 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.974 INFO kablam! Sep 21 10:17:27.976 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.976 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.976 INFO kablam! | Sep 21 10:17:27.976 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.976 INFO kablam! | ----^^^^ Sep 21 10:17:27.976 INFO kablam! | | Sep 21 10:17:27.976 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.976 INFO kablam! ... Sep 21 10:17:27.976 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Sep 21 10:17:27.976 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.976 INFO kablam! Sep 21 10:17:27.978 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.978 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.978 INFO kablam! | Sep 21 10:17:27.978 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.978 INFO kablam! | ----^^^^ Sep 21 10:17:27.978 INFO kablam! | | Sep 21 10:17:27.978 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.978 INFO kablam! ... Sep 21 10:17:27.978 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Sep 21 10:17:27.978 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.978 INFO kablam! Sep 21 10:17:27.979 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.979 INFO kablam! --> src/de.rs:913:21 Sep 21 10:17:27.979 INFO kablam! | Sep 21 10:17:27.979 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.979 INFO kablam! | ----^^^^ Sep 21 10:17:27.979 INFO kablam! | | Sep 21 10:17:27.979 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.979 INFO kablam! ... Sep 21 10:17:27.979 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Sep 21 10:17:27.979 INFO kablam! | ------------------------------------------------ in this macro invocation Sep 21 10:17:27.979 INFO kablam! Sep 21 10:17:27.983 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.983 INFO kablam! --> src/de.rs:960:17 Sep 21 10:17:27.983 INFO kablam! | Sep 21 10:17:27.983 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Sep 21 10:17:27.983 INFO kablam! | ----^^^^ Sep 21 10:17:27.983 INFO kablam! | | Sep 21 10:17:27.983 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.983 INFO kablam! Sep 21 10:17:27.985 INFO kablam! warning: variable does not need to be mutable Sep 21 10:17:27.985 INFO kablam! --> src/de.rs:971:13 Sep 21 10:17:27.985 INFO kablam! | Sep 21 10:17:27.985 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Sep 21 10:17:27.985 INFO kablam! | ----^^^^ Sep 21 10:17:27.985 INFO kablam! | | Sep 21 10:17:27.985 INFO kablam! | help: remove this `mut` Sep 21 10:17:27.985 INFO kablam! Sep 21 10:17:29.746 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.19s Sep 21 10:17:29.748 INFO kablam! su: No module specific data is present Sep 21 10:17:31.199 INFO running `"docker" "rm" "-f" "3f107fb94bd0077c98206414e5100d44549487682bcb7ea8081431117112e52c"` Sep 21 10:17:31.324 INFO blam! 3f107fb94bd0077c98206414e5100d44549487682bcb7ea8081431117112e52c