Oct 27 12:52:16.359 INFO checking Aehmlo/advent-of-code against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:52:16.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:52:16.949 INFO blam! 6e540ba595dc17788f20eb2eefa0d54e84341fdfa287fba10887960c50e774b8 Oct 27 12:52:16.952 INFO running `"docker" "start" "-a" "6e540ba595dc17788f20eb2eefa0d54e84341fdfa287fba10887960c50e774b8"` Oct 27 12:52:18.439 INFO kablam! usermod: no changes Oct 27 12:52:18.578 INFO kablam! Checking primal-check v0.2.2 Oct 27 12:52:20.017 INFO kablam! Checking primal v0.2.3 Oct 27 12:52:21.303 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 27 12:52:24.039 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.040 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 27 12:52:24.040 INFO kablam! | Oct 27 12:52:24.040 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 27 12:52:24.041 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:24.041 INFO kablam! | | Oct 27 12:52:24.041 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.042 INFO kablam! | Oct 27 12:52:24.042 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:24.042 INFO kablam! Oct 27 12:52:24.047 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.047 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 27 12:52:24.047 INFO kablam! | Oct 27 12:52:24.047 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 27 12:52:24.047 INFO kablam! | ----^ Oct 27 12:52:24.047 INFO kablam! | | Oct 27 12:52:24.047 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.047 INFO kablam! Oct 27 12:52:24.171 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.171 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 27 12:52:24.171 INFO kablam! | Oct 27 12:52:24.171 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 27 12:52:24.171 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:24.171 INFO kablam! | | Oct 27 12:52:24.171 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.171 INFO kablam! Oct 27 12:52:24.171 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.171 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 27 12:52:24.171 INFO kablam! | Oct 27 12:52:24.171 INFO kablam! 50 | let mut data = &mut self.data; Oct 27 12:52:24.171 INFO kablam! | ----^^^^ Oct 27 12:52:24.171 INFO kablam! | | Oct 27 12:52:24.171 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.171 INFO kablam! Oct 27 12:52:24.275 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.275 INFO kablam! --> src/solutions/six.rs:4:1 Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:52:24.275 INFO kablam! Oct 27 12:52:24.275 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.275 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.275 INFO kablam! Oct 27 12:52:24.275 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.275 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.275 INFO kablam! Oct 27 12:52:24.275 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.275 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! 53 | pub struct Solution { } Oct 27 12:52:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.275 INFO kablam! Oct 27 12:52:24.275 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.275 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 27 12:52:24.275 INFO kablam! | Oct 27 12:52:24.275 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 5 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 12 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.276 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.276 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 27 12:52:24.276 INFO kablam! | Oct 27 12:52:24.276 INFO kablam! 161 | pub struct Solution { } Oct 27 12:52:24.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.276 INFO kablam! Oct 27 12:52:24.547 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.547 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 27 12:52:24.547 INFO kablam! | Oct 27 12:52:24.547 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 27 12:52:24.547 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:24.547 INFO kablam! | | Oct 27 12:52:24.547 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.547 INFO kablam! | Oct 27 12:52:24.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:24.547 INFO kablam! Oct 27 12:52:24.567 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.567 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 27 12:52:24.567 INFO kablam! | Oct 27 12:52:24.567 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 27 12:52:24.567 INFO kablam! | ----^ Oct 27 12:52:24.567 INFO kablam! | | Oct 27 12:52:24.567 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.567 INFO kablam! Oct 27 12:52:24.707 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.707 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 27 12:52:24.707 INFO kablam! | Oct 27 12:52:24.707 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 27 12:52:24.707 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:24.707 INFO kablam! | | Oct 27 12:52:24.707 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.707 INFO kablam! Oct 27 12:52:24.720 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:24.720 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 27 12:52:24.720 INFO kablam! | Oct 27 12:52:24.721 INFO kablam! 50 | let mut data = &mut self.data; Oct 27 12:52:24.721 INFO kablam! | ----^^^^ Oct 27 12:52:24.721 INFO kablam! | | Oct 27 12:52:24.722 INFO kablam! | help: remove this `mut` Oct 27 12:52:24.722 INFO kablam! Oct 27 12:52:24.795 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.795 INFO kablam! --> src/solutions/six.rs:4:1 Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:52:24.795 INFO kablam! Oct 27 12:52:24.795 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.795 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.795 INFO kablam! Oct 27 12:52:24.795 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.795 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.795 INFO kablam! Oct 27 12:52:24.795 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.795 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! 53 | pub struct Solution { } Oct 27 12:52:24.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.795 INFO kablam! Oct 27 12:52:24.795 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.795 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 27 12:52:24.795 INFO kablam! | Oct 27 12:52:24.795 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 5 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 12 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.796 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:24.796 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 27 12:52:24.796 INFO kablam! | Oct 27 12:52:24.796 INFO kablam! 161 | pub struct Solution { } Oct 27 12:52:24.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:24.796 INFO kablam! Oct 27 12:52:24.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.43s Oct 27 12:52:24.915 INFO kablam! su: No module specific data is present Oct 27 12:52:25.810 INFO running `"docker" "rm" "-f" "6e540ba595dc17788f20eb2eefa0d54e84341fdfa287fba10887960c50e774b8"` Oct 27 12:52:26.034 INFO blam! 6e540ba595dc17788f20eb2eefa0d54e84341fdfa287fba10887960c50e774b8