Oct 13 05:43:03.136 INFO checking Aehmlo/advent-of-code against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:43:03.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 05:43:03.669 INFO blam! ed2becc9ff20f1de9cc812c7d3f751368adeba5d9b9612e15852fe5cd50c6663 Oct 13 05:43:03.674 INFO running `"docker" "start" "-a" "ed2becc9ff20f1de9cc812c7d3f751368adeba5d9b9612e15852fe5cd50c6663"` Oct 13 05:43:05.180 INFO kablam! usermod: no changes Oct 13 05:43:05.331 INFO kablam! Checking primal-check v0.2.2 Oct 13 05:43:06.532 INFO kablam! Checking primal v0.2.3 Oct 13 05:43:07.740 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 13 05:43:10.508 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:10.508 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 13 05:43:10.508 INFO kablam! | Oct 13 05:43:10.508 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 13 05:43:10.508 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:10.508 INFO kablam! | | Oct 13 05:43:10.508 INFO kablam! | help: remove this `mut` Oct 13 05:43:10.508 INFO kablam! | Oct 13 05:43:10.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:43:10.508 INFO kablam! Oct 13 05:43:10.544 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:10.544 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 13 05:43:10.544 INFO kablam! | Oct 13 05:43:10.544 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 13 05:43:10.544 INFO kablam! | ----^ Oct 13 05:43:10.544 INFO kablam! | | Oct 13 05:43:10.544 INFO kablam! | help: remove this `mut` Oct 13 05:43:10.544 INFO kablam! Oct 13 05:43:10.816 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:10.816 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 13 05:43:10.816 INFO kablam! | Oct 13 05:43:10.816 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 13 05:43:10.816 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:10.816 INFO kablam! | | Oct 13 05:43:10.816 INFO kablam! | help: remove this `mut` Oct 13 05:43:10.816 INFO kablam! Oct 13 05:43:10.828 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:10.828 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 13 05:43:10.828 INFO kablam! | Oct 13 05:43:10.828 INFO kablam! 50 | let mut data = &mut self.data; Oct 13 05:43:10.828 INFO kablam! | ----^^^^ Oct 13 05:43:10.828 INFO kablam! | | Oct 13 05:43:10.828 INFO kablam! | help: remove this `mut` Oct 13 05:43:10.828 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/six.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 53 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 5 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 6 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 13 05:43:10.921 INFO kablam! | Oct 13 05:43:10.921 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:10.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.921 INFO kablam! Oct 13 05:43:10.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.921 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 13 05:43:10.922 INFO kablam! | Oct 13 05:43:10.922 INFO kablam! 12 | pub struct Solution { } Oct 13 05:43:10.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.922 INFO kablam! Oct 13 05:43:10.922 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.922 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 13 05:43:10.922 INFO kablam! | Oct 13 05:43:10.922 INFO kablam! 6 | pub struct Solution { } Oct 13 05:43:10.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.922 INFO kablam! Oct 13 05:43:10.922 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.922 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 13 05:43:10.922 INFO kablam! | Oct 13 05:43:10.922 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:10.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.922 INFO kablam! Oct 13 05:43:10.922 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:10.922 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 13 05:43:10.922 INFO kablam! | Oct 13 05:43:10.922 INFO kablam! 161 | pub struct Solution { } Oct 13 05:43:10.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:10.922 INFO kablam! Oct 13 05:43:11.332 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:11.332 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 13 05:43:11.332 INFO kablam! | Oct 13 05:43:11.332 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 13 05:43:11.332 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:11.332 INFO kablam! | | Oct 13 05:43:11.332 INFO kablam! | help: remove this `mut` Oct 13 05:43:11.332 INFO kablam! | Oct 13 05:43:11.332 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:43:11.332 INFO kablam! Oct 13 05:43:11.348 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:11.348 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 13 05:43:11.348 INFO kablam! | Oct 13 05:43:11.348 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 13 05:43:11.348 INFO kablam! | ----^ Oct 13 05:43:11.348 INFO kablam! | | Oct 13 05:43:11.348 INFO kablam! | help: remove this `mut` Oct 13 05:43:11.348 INFO kablam! Oct 13 05:43:11.464 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:11.464 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 13 05:43:11.465 INFO kablam! | Oct 13 05:43:11.465 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 13 05:43:11.465 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:11.465 INFO kablam! | | Oct 13 05:43:11.465 INFO kablam! | help: remove this `mut` Oct 13 05:43:11.465 INFO kablam! Oct 13 05:43:11.480 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:11.480 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 13 05:43:11.481 INFO kablam! | Oct 13 05:43:11.481 INFO kablam! 50 | let mut data = &mut self.data; Oct 13 05:43:11.481 INFO kablam! | ----^^^^ Oct 13 05:43:11.481 INFO kablam! | | Oct 13 05:43:11.481 INFO kablam! | help: remove this `mut` Oct 13 05:43:11.481 INFO kablam! Oct 13 05:43:11.559 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.559 INFO kablam! --> src/solutions/six.rs:4:1 Oct 13 05:43:11.559 INFO kablam! | Oct 13 05:43:11.559 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.559 INFO kablam! | Oct 13 05:43:11.559 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:43:11.559 INFO kablam! Oct 13 05:43:11.561 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.561 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 13 05:43:11.561 INFO kablam! | Oct 13 05:43:11.561 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.561 INFO kablam! Oct 13 05:43:11.561 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.561 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 13 05:43:11.561 INFO kablam! | Oct 13 05:43:11.561 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 53 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 5 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 6 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 3 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 12 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 6 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 4 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.562 INFO kablam! Oct 13 05:43:11.562 INFO kablam! warning: struct is never constructed: `Solution` Oct 13 05:43:11.562 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 13 05:43:11.562 INFO kablam! | Oct 13 05:43:11.562 INFO kablam! 161 | pub struct Solution { } Oct 13 05:43:11.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:11.563 INFO kablam! Oct 13 05:43:11.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Oct 13 05:43:11.627 INFO kablam! su: No module specific data is present Oct 13 05:43:12.717 INFO running `"docker" "rm" "-f" "ed2becc9ff20f1de9cc812c7d3f751368adeba5d9b9612e15852fe5cd50c6663"` Oct 13 05:43:12.948 INFO blam! ed2becc9ff20f1de9cc812c7d3f751368adeba5d9b9612e15852fe5cd50c6663