Oct 13 15:10:35.933 INFO checking fourleaf-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:10:35.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 15:10:36.111 INFO blam! fcc0dd7bcd0f75345fac91c39cfb63427ba84c249960e92e559085ad7d54c0a8 Oct 13 15:10:36.113 INFO running `"docker" "start" "-a" "fcc0dd7bcd0f75345fac91c39cfb63427ba84c249960e92e559085ad7d54c0a8"` Oct 13 15:10:36.548 INFO kablam! usermod: no changes Oct 13 15:10:36.579 INFO kablam! Checking fourleaf v0.1.1 (/source) Oct 13 15:10:38.608 INFO kablam! warning: unused import: `self` Oct 13 15:10:38.609 INFO kablam! --> src/ser_des_builtin_tests.rs:18:14 Oct 13 15:10:38.609 INFO kablam! | Oct 13 15:10:38.609 INFO kablam! 18 | use stream::{self, Stream}; Oct 13 15:10:38.610 INFO kablam! | ^^^^ Oct 13 15:10:38.610 INFO kablam! | Oct 13 15:10:38.610 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:10:38.610 INFO kablam! Oct 13 15:10:42.861 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:42.862 INFO kablam! --> src/stream.rs:1263:24 Oct 13 15:10:42.862 INFO kablam! | Oct 13 15:10:42.863 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 13 15:10:42.864 INFO kablam! | ----^^^ Oct 13 15:10:42.864 INFO kablam! | | Oct 13 15:10:42.865 INFO kablam! | help: remove this `mut` Oct 13 15:10:42.865 INFO kablam! | Oct 13 15:10:42.866 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:10:42.867 INFO kablam! Oct 13 15:10:43.280 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.280 INFO kablam! --> src/de.rs:793:13 Oct 13 15:10:43.280 INFO kablam! | Oct 13 15:10:43.280 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.280 INFO kablam! | ----^^^^ Oct 13 15:10:43.280 INFO kablam! | | Oct 13 15:10:43.280 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.280 INFO kablam! Oct 13 15:10:43.372 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.372 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.372 INFO kablam! | Oct 13 15:10:43.372 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.372 INFO kablam! | ----^^^^ Oct 13 15:10:43.372 INFO kablam! | | Oct 13 15:10:43.372 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.372 INFO kablam! ... Oct 13 15:10:43.372 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 13 15:10:43.372 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.372 INFO kablam! Oct 13 15:10:43.372 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.372 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.372 INFO kablam! | Oct 13 15:10:43.373 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.373 INFO kablam! | ----^^^^ Oct 13 15:10:43.373 INFO kablam! | | Oct 13 15:10:43.373 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.373 INFO kablam! ... Oct 13 15:10:43.373 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 13 15:10:43.373 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.373 INFO kablam! Oct 13 15:10:43.373 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.373 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.373 INFO kablam! | Oct 13 15:10:43.373 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.373 INFO kablam! | ----^^^^ Oct 13 15:10:43.373 INFO kablam! | | Oct 13 15:10:43.373 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.373 INFO kablam! ... Oct 13 15:10:43.373 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 13 15:10:43.373 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.373 INFO kablam! Oct 13 15:10:43.373 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.373 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.373 INFO kablam! | Oct 13 15:10:43.373 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.373 INFO kablam! | ----^^^^ Oct 13 15:10:43.373 INFO kablam! | | Oct 13 15:10:43.373 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.373 INFO kablam! ... Oct 13 15:10:43.373 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 13 15:10:43.373 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.373 INFO kablam! Oct 13 15:10:43.380 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.380 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.380 INFO kablam! | Oct 13 15:10:43.380 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.380 INFO kablam! | ----^^^^ Oct 13 15:10:43.380 INFO kablam! | | Oct 13 15:10:43.380 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.380 INFO kablam! ... Oct 13 15:10:43.380 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 13 15:10:43.380 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.380 INFO kablam! Oct 13 15:10:43.380 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.380 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.380 INFO kablam! | Oct 13 15:10:43.380 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.380 INFO kablam! | ----^^^^ Oct 13 15:10:43.380 INFO kablam! | | Oct 13 15:10:43.380 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.380 INFO kablam! ... Oct 13 15:10:43.380 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 13 15:10:43.380 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.381 INFO kablam! Oct 13 15:10:43.381 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.381 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.381 INFO kablam! | Oct 13 15:10:43.381 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.381 INFO kablam! | ----^^^^ Oct 13 15:10:43.381 INFO kablam! | | Oct 13 15:10:43.381 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.381 INFO kablam! ... Oct 13 15:10:43.381 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 13 15:10:43.381 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.381 INFO kablam! Oct 13 15:10:43.386 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.386 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.386 INFO kablam! | Oct 13 15:10:43.386 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.386 INFO kablam! | ----^^^^ Oct 13 15:10:43.386 INFO kablam! | | Oct 13 15:10:43.386 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.386 INFO kablam! ... Oct 13 15:10:43.386 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 13 15:10:43.386 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.386 INFO kablam! Oct 13 15:10:43.400 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.400 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.400 INFO kablam! | Oct 13 15:10:43.400 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.400 INFO kablam! | ----^^^^ Oct 13 15:10:43.400 INFO kablam! | | Oct 13 15:10:43.400 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.400 INFO kablam! ... Oct 13 15:10:43.400 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 13 15:10:43.400 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.400 INFO kablam! Oct 13 15:10:43.400 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.400 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.400 INFO kablam! | Oct 13 15:10:43.400 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.400 INFO kablam! | ----^^^^ Oct 13 15:10:43.400 INFO kablam! | | Oct 13 15:10:43.400 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.400 INFO kablam! ... Oct 13 15:10:43.400 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 13 15:10:43.400 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:43.400 INFO kablam! Oct 13 15:10:43.404 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.404 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.404 INFO kablam! | Oct 13 15:10:43.404 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.404 INFO kablam! | ----^^^^ Oct 13 15:10:43.404 INFO kablam! | | Oct 13 15:10:43.404 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.404 INFO kablam! ... Oct 13 15:10:43.404 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 13 15:10:43.404 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.404 INFO kablam! Oct 13 15:10:43.404 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.404 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.404 INFO kablam! | Oct 13 15:10:43.404 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.404 INFO kablam! | ----^^^^ Oct 13 15:10:43.404 INFO kablam! | | Oct 13 15:10:43.404 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.404 INFO kablam! ... Oct 13 15:10:43.404 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 13 15:10:43.404 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.404 INFO kablam! Oct 13 15:10:43.408 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.408 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.408 INFO kablam! | Oct 13 15:10:43.408 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.408 INFO kablam! | ----^^^^ Oct 13 15:10:43.408 INFO kablam! | | Oct 13 15:10:43.408 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.408 INFO kablam! ... Oct 13 15:10:43.408 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 13 15:10:43.408 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.408 INFO kablam! Oct 13 15:10:43.408 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.408 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.408 INFO kablam! | Oct 13 15:10:43.408 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.408 INFO kablam! | ----^^^^ Oct 13 15:10:43.408 INFO kablam! | | Oct 13 15:10:43.408 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.408 INFO kablam! ... Oct 13 15:10:43.408 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 13 15:10:43.408 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.408 INFO kablam! Oct 13 15:10:43.424 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.424 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.424 INFO kablam! | Oct 13 15:10:43.424 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.424 INFO kablam! | ----^^^^ Oct 13 15:10:43.424 INFO kablam! | | Oct 13 15:10:43.424 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.424 INFO kablam! ... Oct 13 15:10:43.424 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 13 15:10:43.424 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.424 INFO kablam! Oct 13 15:10:43.428 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.428 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.428 INFO kablam! | Oct 13 15:10:43.428 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.428 INFO kablam! | ----^^^^ Oct 13 15:10:43.428 INFO kablam! | | Oct 13 15:10:43.428 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.428 INFO kablam! ... Oct 13 15:10:43.428 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 13 15:10:43.428 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.428 INFO kablam! Oct 13 15:10:43.428 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.428 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.428 INFO kablam! | Oct 13 15:10:43.428 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.428 INFO kablam! | ----^^^^ Oct 13 15:10:43.428 INFO kablam! | | Oct 13 15:10:43.428 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.428 INFO kablam! ... Oct 13 15:10:43.428 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 13 15:10:43.428 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.428 INFO kablam! Oct 13 15:10:43.436 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.436 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.436 INFO kablam! | Oct 13 15:10:43.436 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.436 INFO kablam! | ----^^^^ Oct 13 15:10:43.436 INFO kablam! | | Oct 13 15:10:43.436 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.436 INFO kablam! ... Oct 13 15:10:43.436 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 13 15:10:43.436 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.436 INFO kablam! Oct 13 15:10:43.436 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.436 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.436 INFO kablam! | Oct 13 15:10:43.436 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.436 INFO kablam! | ----^^^^ Oct 13 15:10:43.436 INFO kablam! | | Oct 13 15:10:43.436 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.436 INFO kablam! ... Oct 13 15:10:43.436 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 13 15:10:43.436 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.436 INFO kablam! Oct 13 15:10:43.448 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.448 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.448 INFO kablam! | Oct 13 15:10:43.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.448 INFO kablam! | ----^^^^ Oct 13 15:10:43.448 INFO kablam! | | Oct 13 15:10:43.448 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.448 INFO kablam! ... Oct 13 15:10:43.448 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 13 15:10:43.448 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.448 INFO kablam! Oct 13 15:10:43.448 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.448 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.448 INFO kablam! | Oct 13 15:10:43.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.448 INFO kablam! | ----^^^^ Oct 13 15:10:43.448 INFO kablam! | | Oct 13 15:10:43.448 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.448 INFO kablam! ... Oct 13 15:10:43.448 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 13 15:10:43.448 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.448 INFO kablam! Oct 13 15:10:43.460 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.460 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.460 INFO kablam! | Oct 13 15:10:43.460 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.460 INFO kablam! | ----^^^^ Oct 13 15:10:43.460 INFO kablam! | | Oct 13 15:10:43.460 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.460 INFO kablam! ... Oct 13 15:10:43.460 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 13 15:10:43.460 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.460 INFO kablam! Oct 13 15:10:43.460 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.460 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.460 INFO kablam! | Oct 13 15:10:43.460 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.460 INFO kablam! | ----^^^^ Oct 13 15:10:43.460 INFO kablam! | | Oct 13 15:10:43.460 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.460 INFO kablam! ... Oct 13 15:10:43.460 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 13 15:10:43.461 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.461 INFO kablam! Oct 13 15:10:43.461 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.461 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.461 INFO kablam! | Oct 13 15:10:43.461 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.461 INFO kablam! | ----^^^^ Oct 13 15:10:43.461 INFO kablam! | | Oct 13 15:10:43.461 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.461 INFO kablam! ... Oct 13 15:10:43.461 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 13 15:10:43.461 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.461 INFO kablam! Oct 13 15:10:43.472 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.472 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.472 INFO kablam! | Oct 13 15:10:43.472 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.472 INFO kablam! | ----^^^^ Oct 13 15:10:43.472 INFO kablam! | | Oct 13 15:10:43.472 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.472 INFO kablam! ... Oct 13 15:10:43.472 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 13 15:10:43.472 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.472 INFO kablam! Oct 13 15:10:43.472 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.472 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.472 INFO kablam! | Oct 13 15:10:43.472 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.472 INFO kablam! | ----^^^^ Oct 13 15:10:43.472 INFO kablam! | | Oct 13 15:10:43.472 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.472 INFO kablam! ... Oct 13 15:10:43.472 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 13 15:10:43.472 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.472 INFO kablam! Oct 13 15:10:43.480 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.480 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.480 INFO kablam! | Oct 13 15:10:43.480 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.480 INFO kablam! | ----^^^^ Oct 13 15:10:43.480 INFO kablam! | | Oct 13 15:10:43.480 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.480 INFO kablam! ... Oct 13 15:10:43.480 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 13 15:10:43.480 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.480 INFO kablam! Oct 13 15:10:43.492 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.492 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.492 INFO kablam! | Oct 13 15:10:43.492 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.492 INFO kablam! | ----^^^^ Oct 13 15:10:43.492 INFO kablam! | | Oct 13 15:10:43.492 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.492 INFO kablam! ... Oct 13 15:10:43.492 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 13 15:10:43.492 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.492 INFO kablam! Oct 13 15:10:43.492 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.492 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.492 INFO kablam! | Oct 13 15:10:43.492 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.492 INFO kablam! | ----^^^^ Oct 13 15:10:43.492 INFO kablam! | | Oct 13 15:10:43.492 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.492 INFO kablam! ... Oct 13 15:10:43.492 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 13 15:10:43.492 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.493 INFO kablam! Oct 13 15:10:43.504 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.504 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.504 INFO kablam! | Oct 13 15:10:43.504 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.504 INFO kablam! | ----^^^^ Oct 13 15:10:43.504 INFO kablam! | | Oct 13 15:10:43.504 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.504 INFO kablam! ... Oct 13 15:10:43.504 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 13 15:10:43.504 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.504 INFO kablam! Oct 13 15:10:43.504 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.504 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.504 INFO kablam! | Oct 13 15:10:43.504 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.504 INFO kablam! | ----^^^^ Oct 13 15:10:43.504 INFO kablam! | | Oct 13 15:10:43.504 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.504 INFO kablam! ... Oct 13 15:10:43.504 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 13 15:10:43.504 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.505 INFO kablam! Oct 13 15:10:43.505 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.505 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.505 INFO kablam! | Oct 13 15:10:43.505 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.505 INFO kablam! | ----^^^^ Oct 13 15:10:43.505 INFO kablam! | | Oct 13 15:10:43.505 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.505 INFO kablam! ... Oct 13 15:10:43.505 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 13 15:10:43.505 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.505 INFO kablam! Oct 13 15:10:43.510 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.510 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:43.510 INFO kablam! | Oct 13 15:10:43.510 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.510 INFO kablam! | ----^^^^ Oct 13 15:10:43.510 INFO kablam! | | Oct 13 15:10:43.510 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.510 INFO kablam! ... Oct 13 15:10:43.510 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 13 15:10:43.511 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:43.511 INFO kablam! Oct 13 15:10:43.512 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.512 INFO kablam! --> src/de.rs:960:17 Oct 13 15:10:43.512 INFO kablam! | Oct 13 15:10:43.512 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:43.512 INFO kablam! | ----^^^^ Oct 13 15:10:43.512 INFO kablam! | | Oct 13 15:10:43.512 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.512 INFO kablam! Oct 13 15:10:43.524 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:43.524 INFO kablam! --> src/de.rs:971:13 Oct 13 15:10:43.524 INFO kablam! | Oct 13 15:10:43.524 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 13 15:10:43.524 INFO kablam! | ----^^^^ Oct 13 15:10:43.524 INFO kablam! | | Oct 13 15:10:43.524 INFO kablam! | help: remove this `mut` Oct 13 15:10:43.524 INFO kablam! Oct 13 15:10:46.944 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:46.944 INFO kablam! --> src/stream.rs:1263:24 Oct 13 15:10:46.944 INFO kablam! | Oct 13 15:10:46.944 INFO kablam! 1263 | fn read(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 13 15:10:46.944 INFO kablam! | ----^^^ Oct 13 15:10:46.944 INFO kablam! | | Oct 13 15:10:46.944 INFO kablam! | help: remove this `mut` Oct 13 15:10:46.944 INFO kablam! | Oct 13 15:10:46.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:10:46.944 INFO kablam! Oct 13 15:10:47.371 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.371 INFO kablam! --> src/de.rs:793:13 Oct 13 15:10:47.371 INFO kablam! | Oct 13 15:10:47.371 INFO kablam! 793 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.371 INFO kablam! | ----^^^^ Oct 13 15:10:47.371 INFO kablam! | | Oct 13 15:10:47.371 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.371 INFO kablam! Oct 13 15:10:47.408 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.408 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.408 INFO kablam! | Oct 13 15:10:47.408 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.408 INFO kablam! | ----^^^^ Oct 13 15:10:47.408 INFO kablam! | | Oct 13 15:10:47.408 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.408 INFO kablam! ... Oct 13 15:10:47.408 INFO kablam! 987 | deser_bytes_as_array!(deserialize_array_0, 0); Oct 13 15:10:47.408 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.408 INFO kablam! Oct 13 15:10:47.410 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.410 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.410 INFO kablam! | Oct 13 15:10:47.410 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.410 INFO kablam! | ----^^^^ Oct 13 15:10:47.410 INFO kablam! | | Oct 13 15:10:47.410 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.410 INFO kablam! ... Oct 13 15:10:47.410 INFO kablam! 988 | deser_bytes_as_array!(deserialize_array_1, 1); Oct 13 15:10:47.410 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.410 INFO kablam! Oct 13 15:10:47.416 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.416 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.416 INFO kablam! | Oct 13 15:10:47.416 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.416 INFO kablam! | ----^^^^ Oct 13 15:10:47.416 INFO kablam! | | Oct 13 15:10:47.416 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.416 INFO kablam! ... Oct 13 15:10:47.416 INFO kablam! 989 | deser_bytes_as_array!(deserialize_array_2, 2); Oct 13 15:10:47.416 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.416 INFO kablam! Oct 13 15:10:47.416 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.416 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.416 INFO kablam! | Oct 13 15:10:47.416 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.416 INFO kablam! | ----^^^^ Oct 13 15:10:47.416 INFO kablam! | | Oct 13 15:10:47.416 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.416 INFO kablam! ... Oct 13 15:10:47.416 INFO kablam! 990 | deser_bytes_as_array!(deserialize_array_3, 3); Oct 13 15:10:47.416 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.416 INFO kablam! Oct 13 15:10:47.416 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.416 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.416 INFO kablam! | Oct 13 15:10:47.416 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.417 INFO kablam! | ----^^^^ Oct 13 15:10:47.417 INFO kablam! | | Oct 13 15:10:47.417 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.417 INFO kablam! ... Oct 13 15:10:47.417 INFO kablam! 991 | deser_bytes_as_array!(deserialize_array_4, 4); Oct 13 15:10:47.417 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.417 INFO kablam! Oct 13 15:10:47.420 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.420 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.420 INFO kablam! | Oct 13 15:10:47.420 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.420 INFO kablam! | ----^^^^ Oct 13 15:10:47.420 INFO kablam! | | Oct 13 15:10:47.420 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.420 INFO kablam! ... Oct 13 15:10:47.420 INFO kablam! 992 | deser_bytes_as_array!(deserialize_array_5, 5); Oct 13 15:10:47.420 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.420 INFO kablam! Oct 13 15:10:47.420 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.420 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.420 INFO kablam! | Oct 13 15:10:47.420 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.420 INFO kablam! | ----^^^^ Oct 13 15:10:47.420 INFO kablam! | | Oct 13 15:10:47.420 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.420 INFO kablam! ... Oct 13 15:10:47.420 INFO kablam! 993 | deser_bytes_as_array!(deserialize_array_6, 6); Oct 13 15:10:47.420 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.420 INFO kablam! Oct 13 15:10:47.424 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.424 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.424 INFO kablam! | Oct 13 15:10:47.424 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.424 INFO kablam! | ----^^^^ Oct 13 15:10:47.424 INFO kablam! | | Oct 13 15:10:47.424 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.424 INFO kablam! ... Oct 13 15:10:47.424 INFO kablam! 994 | deser_bytes_as_array!(deserialize_array_7, 7); Oct 13 15:10:47.424 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.424 INFO kablam! Oct 13 15:10:47.424 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.424 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.424 INFO kablam! | Oct 13 15:10:47.424 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.424 INFO kablam! | ----^^^^ Oct 13 15:10:47.424 INFO kablam! | | Oct 13 15:10:47.424 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.424 INFO kablam! ... Oct 13 15:10:47.424 INFO kablam! 995 | deser_bytes_as_array!(deserialize_array_8, 8); Oct 13 15:10:47.424 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.424 INFO kablam! Oct 13 15:10:47.428 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.428 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.428 INFO kablam! | Oct 13 15:10:47.428 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.428 INFO kablam! | ----^^^^ Oct 13 15:10:47.428 INFO kablam! | | Oct 13 15:10:47.428 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.428 INFO kablam! ... Oct 13 15:10:47.428 INFO kablam! 996 | deser_bytes_as_array!(deserialize_array_9, 9); Oct 13 15:10:47.428 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 15:10:47.428 INFO kablam! Oct 13 15:10:47.428 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.428 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.428 INFO kablam! | Oct 13 15:10:47.428 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.428 INFO kablam! | ----^^^^ Oct 13 15:10:47.428 INFO kablam! | | Oct 13 15:10:47.428 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.428 INFO kablam! ... Oct 13 15:10:47.428 INFO kablam! 997 | deser_bytes_as_array!(deserialize_array_10, 10); Oct 13 15:10:47.428 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.428 INFO kablam! Oct 13 15:10:47.432 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.432 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.432 INFO kablam! | Oct 13 15:10:47.432 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.432 INFO kablam! | ----^^^^ Oct 13 15:10:47.432 INFO kablam! | | Oct 13 15:10:47.432 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.432 INFO kablam! ... Oct 13 15:10:47.432 INFO kablam! 998 | deser_bytes_as_array!(deserialize_array_11, 11); Oct 13 15:10:47.432 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.432 INFO kablam! Oct 13 15:10:47.432 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.432 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.432 INFO kablam! | Oct 13 15:10:47.432 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.432 INFO kablam! | ----^^^^ Oct 13 15:10:47.432 INFO kablam! | | Oct 13 15:10:47.432 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.432 INFO kablam! ... Oct 13 15:10:47.432 INFO kablam! 999 | deser_bytes_as_array!(deserialize_array_12, 12); Oct 13 15:10:47.432 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.432 INFO kablam! Oct 13 15:10:47.436 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.436 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.436 INFO kablam! | Oct 13 15:10:47.436 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.436 INFO kablam! | ----^^^^ Oct 13 15:10:47.436 INFO kablam! | | Oct 13 15:10:47.436 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.436 INFO kablam! ... Oct 13 15:10:47.436 INFO kablam! 1000 | deser_bytes_as_array!(deserialize_array_13, 13); Oct 13 15:10:47.436 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.436 INFO kablam! Oct 13 15:10:47.436 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.436 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.436 INFO kablam! | Oct 13 15:10:47.436 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.436 INFO kablam! | ----^^^^ Oct 13 15:10:47.436 INFO kablam! | | Oct 13 15:10:47.436 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.436 INFO kablam! ... Oct 13 15:10:47.436 INFO kablam! 1001 | deser_bytes_as_array!(deserialize_array_14, 14); Oct 13 15:10:47.436 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.436 INFO kablam! Oct 13 15:10:47.436 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.436 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.436 INFO kablam! | Oct 13 15:10:47.436 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.436 INFO kablam! | ----^^^^ Oct 13 15:10:47.436 INFO kablam! | | Oct 13 15:10:47.436 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.436 INFO kablam! ... Oct 13 15:10:47.436 INFO kablam! 1002 | deser_bytes_as_array!(deserialize_array_15, 15); Oct 13 15:10:47.436 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.436 INFO kablam! Oct 13 15:10:47.440 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.440 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.440 INFO kablam! | Oct 13 15:10:47.440 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.440 INFO kablam! | ----^^^^ Oct 13 15:10:47.440 INFO kablam! | | Oct 13 15:10:47.440 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.440 INFO kablam! ... Oct 13 15:10:47.440 INFO kablam! 1003 | deser_bytes_as_array!(deserialize_array_16, 16); Oct 13 15:10:47.440 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.440 INFO kablam! Oct 13 15:10:47.444 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.444 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.444 INFO kablam! | Oct 13 15:10:47.444 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.444 INFO kablam! | ----^^^^ Oct 13 15:10:47.444 INFO kablam! | | Oct 13 15:10:47.444 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.444 INFO kablam! ... Oct 13 15:10:47.444 INFO kablam! 1004 | deser_bytes_as_array!(deserialize_array_17, 17); Oct 13 15:10:47.444 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.444 INFO kablam! Oct 13 15:10:47.444 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.444 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.444 INFO kablam! | Oct 13 15:10:47.444 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.444 INFO kablam! | ----^^^^ Oct 13 15:10:47.444 INFO kablam! | | Oct 13 15:10:47.444 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.444 INFO kablam! ... Oct 13 15:10:47.444 INFO kablam! 1005 | deser_bytes_as_array!(deserialize_array_18, 18); Oct 13 15:10:47.444 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.444 INFO kablam! Oct 13 15:10:47.444 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.444 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.444 INFO kablam! | Oct 13 15:10:47.444 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.444 INFO kablam! | ----^^^^ Oct 13 15:10:47.444 INFO kablam! | | Oct 13 15:10:47.444 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.444 INFO kablam! ... Oct 13 15:10:47.444 INFO kablam! 1006 | deser_bytes_as_array!(deserialize_array_19, 19); Oct 13 15:10:47.444 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.444 INFO kablam! Oct 13 15:10:47.448 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.448 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.448 INFO kablam! | Oct 13 15:10:47.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.448 INFO kablam! | ----^^^^ Oct 13 15:10:47.448 INFO kablam! | | Oct 13 15:10:47.448 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.448 INFO kablam! ... Oct 13 15:10:47.448 INFO kablam! 1007 | deser_bytes_as_array!(deserialize_array_20, 20); Oct 13 15:10:47.448 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.448 INFO kablam! Oct 13 15:10:47.448 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.448 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.448 INFO kablam! | Oct 13 15:10:47.448 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.448 INFO kablam! | ----^^^^ Oct 13 15:10:47.448 INFO kablam! | | Oct 13 15:10:47.448 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.448 INFO kablam! ... Oct 13 15:10:47.448 INFO kablam! 1008 | deser_bytes_as_array!(deserialize_array_21, 21); Oct 13 15:10:47.448 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.448 INFO kablam! Oct 13 15:10:47.452 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.452 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.452 INFO kablam! | Oct 13 15:10:47.452 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.452 INFO kablam! | ----^^^^ Oct 13 15:10:47.452 INFO kablam! | | Oct 13 15:10:47.452 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.452 INFO kablam! ... Oct 13 15:10:47.452 INFO kablam! 1009 | deser_bytes_as_array!(deserialize_array_22, 22); Oct 13 15:10:47.452 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.452 INFO kablam! Oct 13 15:10:47.452 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.452 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.452 INFO kablam! | Oct 13 15:10:47.452 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.452 INFO kablam! | ----^^^^ Oct 13 15:10:47.452 INFO kablam! | | Oct 13 15:10:47.452 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.452 INFO kablam! ... Oct 13 15:10:47.452 INFO kablam! 1010 | deser_bytes_as_array!(deserialize_array_23, 23); Oct 13 15:10:47.452 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.452 INFO kablam! Oct 13 15:10:47.456 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.456 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.456 INFO kablam! | Oct 13 15:10:47.456 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.456 INFO kablam! | ----^^^^ Oct 13 15:10:47.456 INFO kablam! | | Oct 13 15:10:47.456 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.456 INFO kablam! ... Oct 13 15:10:47.456 INFO kablam! 1011 | deser_bytes_as_array!(deserialize_array_24, 24); Oct 13 15:10:47.456 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.456 INFO kablam! Oct 13 15:10:47.456 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.456 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.456 INFO kablam! | Oct 13 15:10:47.456 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.456 INFO kablam! | ----^^^^ Oct 13 15:10:47.456 INFO kablam! | | Oct 13 15:10:47.456 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.456 INFO kablam! ... Oct 13 15:10:47.456 INFO kablam! 1012 | deser_bytes_as_array!(deserialize_array_25, 25); Oct 13 15:10:47.456 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.456 INFO kablam! Oct 13 15:10:47.460 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.460 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.460 INFO kablam! | Oct 13 15:10:47.460 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.460 INFO kablam! | ----^^^^ Oct 13 15:10:47.460 INFO kablam! | | Oct 13 15:10:47.460 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.460 INFO kablam! ... Oct 13 15:10:47.460 INFO kablam! 1013 | deser_bytes_as_array!(deserialize_array_26, 26); Oct 13 15:10:47.460 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.460 INFO kablam! Oct 13 15:10:47.460 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.460 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.460 INFO kablam! | Oct 13 15:10:47.460 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.460 INFO kablam! | ----^^^^ Oct 13 15:10:47.460 INFO kablam! | | Oct 13 15:10:47.460 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.460 INFO kablam! ... Oct 13 15:10:47.460 INFO kablam! 1014 | deser_bytes_as_array!(deserialize_array_27, 27); Oct 13 15:10:47.460 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.460 INFO kablam! Oct 13 15:10:47.464 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.464 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.464 INFO kablam! | Oct 13 15:10:47.464 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.464 INFO kablam! | ----^^^^ Oct 13 15:10:47.464 INFO kablam! | | Oct 13 15:10:47.464 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.464 INFO kablam! ... Oct 13 15:10:47.464 INFO kablam! 1015 | deser_bytes_as_array!(deserialize_array_28, 28); Oct 13 15:10:47.464 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.464 INFO kablam! Oct 13 15:10:47.464 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.464 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.464 INFO kablam! | Oct 13 15:10:47.464 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.464 INFO kablam! | ----^^^^ Oct 13 15:10:47.464 INFO kablam! | | Oct 13 15:10:47.464 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.464 INFO kablam! ... Oct 13 15:10:47.464 INFO kablam! 1016 | deser_bytes_as_array!(deserialize_array_29, 29); Oct 13 15:10:47.464 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.464 INFO kablam! Oct 13 15:10:47.468 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.468 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.468 INFO kablam! | Oct 13 15:10:47.468 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.468 INFO kablam! | ----^^^^ Oct 13 15:10:47.468 INFO kablam! | | Oct 13 15:10:47.468 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.468 INFO kablam! ... Oct 13 15:10:47.468 INFO kablam! 1017 | deser_bytes_as_array!(deserialize_array_30, 30); Oct 13 15:10:47.468 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.468 INFO kablam! Oct 13 15:10:47.468 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.468 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.468 INFO kablam! | Oct 13 15:10:47.468 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.468 INFO kablam! | ----^^^^ Oct 13 15:10:47.468 INFO kablam! | | Oct 13 15:10:47.468 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.468 INFO kablam! ... Oct 13 15:10:47.468 INFO kablam! 1018 | deser_bytes_as_array!(deserialize_array_31, 31); Oct 13 15:10:47.468 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.468 INFO kablam! Oct 13 15:10:47.469 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.469 INFO kablam! --> src/de.rs:913:21 Oct 13 15:10:47.469 INFO kablam! | Oct 13 15:10:47.469 INFO kablam! 913 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.469 INFO kablam! | ----^^^^ Oct 13 15:10:47.469 INFO kablam! | | Oct 13 15:10:47.469 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.469 INFO kablam! ... Oct 13 15:10:47.469 INFO kablam! 1019 | deser_bytes_as_array!(deserialize_array_32, 32); Oct 13 15:10:47.469 INFO kablam! | ------------------------------------------------ in this macro invocation Oct 13 15:10:47.469 INFO kablam! Oct 13 15:10:47.476 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.476 INFO kablam! --> src/de.rs:960:17 Oct 13 15:10:47.476 INFO kablam! | Oct 13 15:10:47.476 INFO kablam! 960 | let mut blob = field.value.to_blob().context(context)?; Oct 13 15:10:47.476 INFO kablam! | ----^^^^ Oct 13 15:10:47.476 INFO kablam! | | Oct 13 15:10:47.476 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.476 INFO kablam! Oct 13 15:10:47.476 INFO kablam! warning: variable does not need to be mutable Oct 13 15:10:47.476 INFO kablam! --> src/de.rs:971:13 Oct 13 15:10:47.476 INFO kablam! | Oct 13 15:10:47.476 INFO kablam! 971 | let mut blob = match field.value.to_blob().context(context) { Oct 13 15:10:47.476 INFO kablam! | ----^^^^ Oct 13 15:10:47.476 INFO kablam! | | Oct 13 15:10:47.476 INFO kablam! | help: remove this `mut` Oct 13 15:10:47.476 INFO kablam! Oct 13 15:10:49.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.81s Oct 13 15:10:49.396 INFO kablam! su: No module specific data is present Oct 13 15:10:50.165 INFO running `"docker" "rm" "-f" "fcc0dd7bcd0f75345fac91c39cfb63427ba84c249960e92e559085ad7d54c0a8"` Oct 13 15:10:50.576 INFO blam! fcc0dd7bcd0f75345fac91c39cfb63427ba84c249960e92e559085ad7d54c0a8