Oct 27 12:52:21.942 INFO checking Aehmlo/advent-of-code against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:52:21.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:22.331 INFO blam! 8cc96e0d15cab0bed9dc9202dc327cd69b6b15c77198c541617de88eedfb0b89 Oct 27 12:52:22.340 INFO running `"docker" "start" "-a" "8cc96e0d15cab0bed9dc9202dc327cd69b6b15c77198c541617de88eedfb0b89"` Oct 27 12:52:23.826 INFO kablam! usermod: no changes Oct 27 12:52:23.931 INFO kablam! Checking primal-check v0.2.2 Oct 27 12:52:25.267 INFO kablam! Checking primal v0.2.3 Oct 27 12:52:26.627 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 27 12:52:29.031 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.031 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 27 12:52:29.031 INFO kablam! | Oct 27 12:52:29.031 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 27 12:52:29.031 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:29.031 INFO kablam! | | Oct 27 12:52:29.031 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.031 INFO kablam! | Oct 27 12:52:29.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:29.031 INFO kablam! Oct 27 12:52:29.035 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.035 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 27 12:52:29.035 INFO kablam! | Oct 27 12:52:29.035 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 27 12:52:29.035 INFO kablam! | ----^ Oct 27 12:52:29.035 INFO kablam! | | Oct 27 12:52:29.035 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.035 INFO kablam! Oct 27 12:52:29.139 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.139 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 27 12:52:29.139 INFO kablam! | Oct 27 12:52:29.139 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 27 12:52:29.139 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:29.139 INFO kablam! | | Oct 27 12:52:29.139 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.139 INFO kablam! Oct 27 12:52:29.145 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.145 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 27 12:52:29.145 INFO kablam! | Oct 27 12:52:29.145 INFO kablam! 50 | let mut data = &mut self.data; Oct 27 12:52:29.145 INFO kablam! | ----^^^^ Oct 27 12:52:29.145 INFO kablam! | | Oct 27 12:52:29.145 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.145 INFO kablam! Oct 27 12:52:29.215 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.215 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 27 12:52:29.215 INFO kablam! | Oct 27 12:52:29.215 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 27 12:52:29.215 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:29.215 INFO kablam! | | Oct 27 12:52:29.215 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.215 INFO kablam! | Oct 27 12:52:29.215 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:29.215 INFO kablam! Oct 27 12:52:29.219 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.219 INFO kablam! --> src/solutions/six.rs:4:1 Oct 27 12:52:29.219 INFO kablam! | Oct 27 12:52:29.219 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.219 INFO kablam! | Oct 27 12:52:29.219 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:52:29.219 INFO kablam! Oct 27 12:52:29.219 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.219 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 27 12:52:29.219 INFO kablam! | Oct 27 12:52:29.219 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.219 INFO kablam! Oct 27 12:52:29.220 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.220 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 27 12:52:29.220 INFO kablam! | Oct 27 12:52:29.220 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.220 INFO kablam! Oct 27 12:52:29.220 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.220 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 27 12:52:29.220 INFO kablam! | Oct 27 12:52:29.220 INFO kablam! 53 | pub struct Solution { } Oct 27 12:52:29.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.221 INFO kablam! Oct 27 12:52:29.221 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.221 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 27 12:52:29.221 INFO kablam! | Oct 27 12:52:29.221 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.221 INFO kablam! Oct 27 12:52:29.222 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.222 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 27 12:52:29.222 INFO kablam! | Oct 27 12:52:29.222 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.222 INFO kablam! Oct 27 12:52:29.223 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.223 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 27 12:52:29.223 INFO kablam! | Oct 27 12:52:29.223 INFO kablam! 5 | pub struct Solution { } Oct 27 12:52:29.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.223 INFO kablam! Oct 27 12:52:29.223 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.223 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 27 12:52:29.223 INFO kablam! | Oct 27 12:52:29.223 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.224 INFO kablam! Oct 27 12:52:29.224 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.224 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 27 12:52:29.224 INFO kablam! | Oct 27 12:52:29.224 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.224 INFO kablam! Oct 27 12:52:29.225 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.225 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 27 12:52:29.225 INFO kablam! | Oct 27 12:52:29.225 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.225 INFO kablam! Oct 27 12:52:29.225 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.225 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 27 12:52:29.225 INFO kablam! | Oct 27 12:52:29.225 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 27 12:52:29.225 INFO kablam! | ----^ Oct 27 12:52:29.225 INFO kablam! | | Oct 27 12:52:29.225 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.225 INFO kablam! Oct 27 12:52:29.225 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.225 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 27 12:52:29.225 INFO kablam! | Oct 27 12:52:29.226 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.226 INFO kablam! Oct 27 12:52:29.226 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.226 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 27 12:52:29.226 INFO kablam! | Oct 27 12:52:29.226 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.226 INFO kablam! Oct 27 12:52:29.226 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.226 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 27 12:52:29.226 INFO kablam! | Oct 27 12:52:29.226 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:29.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.226 INFO kablam! Oct 27 12:52:29.227 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.227 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 27 12:52:29.227 INFO kablam! | Oct 27 12:52:29.227 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.227 INFO kablam! Oct 27 12:52:29.227 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.228 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 27 12:52:29.228 INFO kablam! | Oct 27 12:52:29.228 INFO kablam! 12 | pub struct Solution { } Oct 27 12:52:29.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.229 INFO kablam! Oct 27 12:52:29.229 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.229 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 27 12:52:29.230 INFO kablam! | Oct 27 12:52:29.230 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:29.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.230 INFO kablam! Oct 27 12:52:29.231 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.231 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 27 12:52:29.231 INFO kablam! | Oct 27 12:52:29.231 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.232 INFO kablam! Oct 27 12:52:29.232 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.233 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 27 12:52:29.233 INFO kablam! | Oct 27 12:52:29.233 INFO kablam! 161 | pub struct Solution { } Oct 27 12:52:29.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.233 INFO kablam! Oct 27 12:52:29.335 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.335 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 27 12:52:29.335 INFO kablam! | Oct 27 12:52:29.335 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 27 12:52:29.336 INFO kablam! | ----^^^^^^^^^ Oct 27 12:52:29.336 INFO kablam! | | Oct 27 12:52:29.336 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.337 INFO kablam! Oct 27 12:52:29.345 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:29.345 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 27 12:52:29.346 INFO kablam! | Oct 27 12:52:29.346 INFO kablam! 50 | let mut data = &mut self.data; Oct 27 12:52:29.346 INFO kablam! | ----^^^^ Oct 27 12:52:29.347 INFO kablam! | | Oct 27 12:52:29.347 INFO kablam! | help: remove this `mut` Oct 27 12:52:29.347 INFO kablam! Oct 27 12:52:29.423 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.423 INFO kablam! --> src/solutions/six.rs:4:1 Oct 27 12:52:29.423 INFO kablam! | Oct 27 12:52:29.424 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.424 INFO kablam! | Oct 27 12:52:29.425 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:52:29.425 INFO kablam! Oct 27 12:52:29.425 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.426 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 27 12:52:29.426 INFO kablam! | Oct 27 12:52:29.426 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.427 INFO kablam! Oct 27 12:52:29.427 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.427 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 27 12:52:29.428 INFO kablam! | Oct 27 12:52:29.428 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.428 INFO kablam! Oct 27 12:52:29.429 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.429 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 27 12:52:29.429 INFO kablam! | Oct 27 12:52:29.430 INFO kablam! 53 | pub struct Solution { } Oct 27 12:52:29.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.430 INFO kablam! Oct 27 12:52:29.431 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.431 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 27 12:52:29.431 INFO kablam! | Oct 27 12:52:29.431 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.431 INFO kablam! Oct 27 12:52:29.431 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.431 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 27 12:52:29.431 INFO kablam! | Oct 27 12:52:29.431 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.431 INFO kablam! Oct 27 12:52:29.431 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.431 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 27 12:52:29.431 INFO kablam! | Oct 27 12:52:29.431 INFO kablam! 5 | pub struct Solution { } Oct 27 12:52:29.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.431 INFO kablam! Oct 27 12:52:29.431 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.431 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 27 12:52:29.431 INFO kablam! | Oct 27 12:52:29.431 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.431 INFO kablam! Oct 27 12:52:29.431 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.431 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 27 12:52:29.431 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 3 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.432 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 27 12:52:29.432 INFO kablam! | Oct 27 12:52:29.432 INFO kablam! 12 | pub struct Solution { } Oct 27 12:52:29.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.432 INFO kablam! Oct 27 12:52:29.432 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.435 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 27 12:52:29.435 INFO kablam! | Oct 27 12:52:29.435 INFO kablam! 6 | pub struct Solution { } Oct 27 12:52:29.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.435 INFO kablam! Oct 27 12:52:29.435 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.435 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 27 12:52:29.435 INFO kablam! | Oct 27 12:52:29.435 INFO kablam! 4 | pub struct Solution { } Oct 27 12:52:29.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.435 INFO kablam! Oct 27 12:52:29.435 INFO kablam! warning: struct is never constructed: `Solution` Oct 27 12:52:29.435 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 27 12:52:29.435 INFO kablam! | Oct 27 12:52:29.435 INFO kablam! 161 | pub struct Solution { } Oct 27 12:52:29.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 12:52:29.435 INFO kablam! Oct 27 12:52:29.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.65s Oct 27 12:52:29.516 INFO kablam! su: No module specific data is present Oct 27 12:52:30.659 INFO running `"docker" "rm" "-f" "8cc96e0d15cab0bed9dc9202dc327cd69b6b15c77198c541617de88eedfb0b89"` Oct 27 12:52:30.943 INFO blam! 8cc96e0d15cab0bed9dc9202dc327cd69b6b15c77198c541617de88eedfb0b89