Oct 14 20:17:09.050 INFO testing fsommar/rustboi against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:17:09.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 20:17:09.567 INFO blam! 2dae9cbb0c98441148d9f49e5ee4fab6bb9a5df1174ed98e9b49b3ffd6c40963 Oct 14 20:17:09.575 INFO running `"docker" "start" "-a" "2dae9cbb0c98441148d9f49e5ee4fab6bb9a5df1174ed98e9b49b3ffd6c40963"` Oct 14 20:17:10.689 INFO kablam! usermod: no changes Oct 14 20:17:10.722 INFO kablam! Compiling rustboi v0.1.0 (/source) Oct 14 20:17:10.905 INFO kablam! warning: unused import: `super::flag` Oct 14 20:17:10.905 INFO kablam! --> src/gameboy/cpu/register.rs:3:5 Oct 14 20:17:10.905 INFO kablam! | Oct 14 20:17:10.905 INFO kablam! 3 | use super::flag; Oct 14 20:17:10.905 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:17:10.905 INFO kablam! | Oct 14 20:17:10.905 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:17:10.905 INFO kablam! Oct 14 20:17:11.083 INFO kablam! warning: method is never used: `a` Oct 14 20:17:11.083 INFO kablam! --> src/gameboy/cpu/register.rs:56:5 Oct 14 20:17:11.083 INFO kablam! | Oct 14 20:17:11.083 INFO kablam! 56 | pub fn a(&mut self) -> &mut u8 { Oct 14 20:17:11.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `f` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:60:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 60 | pub fn f(&mut self) -> &mut RegisterF { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `af` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:64:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 64 | pub fn af(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `b` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:68:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 68 | pub fn b(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `c` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:72:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 72 | pub fn c(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `bc` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:76:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 76 | pub fn bc(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `d` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:80:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 80 | pub fn d(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `e` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:84:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 84 | pub fn e(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `de` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:88:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 88 | pub fn de(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `h` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:92:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 92 | pub fn h(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `l` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:96:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 96 | pub fn l(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `hl` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:100:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 100 | pub fn hl(&mut self) -> &mut RegisterPair { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `lo` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:106:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 106 | fn lo(&self) -> u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.087 INFO kablam! Oct 14 20:17:11.087 INFO kablam! warning: method is never used: `lo_mut` Oct 14 20:17:11.087 INFO kablam! --> src/gameboy/cpu/register.rs:110:5 Oct 14 20:17:11.087 INFO kablam! | Oct 14 20:17:11.087 INFO kablam! 110 | fn lo_mut(&mut self) -> &mut u8 { Oct 14 20:17:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.088 INFO kablam! Oct 14 20:17:11.088 INFO kablam! warning: method is never used: `hi_mut` Oct 14 20:17:11.088 INFO kablam! --> src/gameboy/cpu/register.rs:114:5 Oct 14 20:17:11.088 INFO kablam! | Oct 14 20:17:11.088 INFO kablam! 114 | fn hi_mut(&mut self) -> &mut u8 { Oct 14 20:17:11.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.088 INFO kablam! Oct 14 20:17:11.088 INFO kablam! warning: method is never used: `hi` Oct 14 20:17:11.088 INFO kablam! --> src/gameboy/cpu/register.rs:118:5 Oct 14 20:17:11.088 INFO kablam! | Oct 14 20:17:11.088 INFO kablam! 118 | fn hi(&self) -> u8 { Oct 14 20:17:11.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:11.088 INFO kablam! Oct 14 20:17:11.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 14 20:17:11.338 INFO kablam! su: No module specific data is present Oct 14 20:17:11.719 INFO running `"docker" "rm" "-f" "2dae9cbb0c98441148d9f49e5ee4fab6bb9a5df1174ed98e9b49b3ffd6c40963"` Oct 14 20:17:11.849 INFO blam! 2dae9cbb0c98441148d9f49e5ee4fab6bb9a5df1174ed98e9b49b3ffd6c40963 Oct 14 20:17:11.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 20:17:12.109 INFO blam! 402bd6f4ef6a5d3e53468bd8b40470fd4c1ce1f8ce81b05c439690cb2327961a Oct 14 20:17:12.110 INFO running `"docker" "start" "-a" "402bd6f4ef6a5d3e53468bd8b40470fd4c1ce1f8ce81b05c439690cb2327961a"` Oct 14 20:17:12.915 INFO kablam! usermod: no changes Oct 14 20:17:12.963 INFO kablam! Compiling rustboi v0.1.0 (/source) Oct 14 20:17:13.565 INFO kablam! warning: method is never used: `a` Oct 14 20:17:13.565 INFO kablam! --> src/gameboy/cpu/register.rs:56:5 Oct 14 20:17:13.565 INFO kablam! | Oct 14 20:17:13.565 INFO kablam! 56 | pub fn a(&mut self) -> &mut u8 { Oct 14 20:17:13.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.565 INFO kablam! | Oct 14 20:17:13.565 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:17:13.565 INFO kablam! Oct 14 20:17:13.565 INFO kablam! warning: method is never used: `af` Oct 14 20:17:13.565 INFO kablam! --> src/gameboy/cpu/register.rs:64:5 Oct 14 20:17:13.565 INFO kablam! | Oct 14 20:17:13.565 INFO kablam! 64 | pub fn af(&mut self) -> &mut RegisterPair { Oct 14 20:17:13.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.566 INFO kablam! Oct 14 20:17:13.566 INFO kablam! warning: method is never used: `b` Oct 14 20:17:13.566 INFO kablam! --> src/gameboy/cpu/register.rs:68:5 Oct 14 20:17:13.566 INFO kablam! | Oct 14 20:17:13.566 INFO kablam! 68 | pub fn b(&mut self) -> &mut u8 { Oct 14 20:17:13.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.566 INFO kablam! Oct 14 20:17:13.570 INFO kablam! warning: method is never used: `c` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:72:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 72 | pub fn c(&mut self) -> &mut u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `bc` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:76:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 76 | pub fn bc(&mut self) -> &mut RegisterPair { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `d` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:80:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 80 | pub fn d(&mut self) -> &mut u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `e` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:84:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 84 | pub fn e(&mut self) -> &mut u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `de` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:88:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 88 | pub fn de(&mut self) -> &mut RegisterPair { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `h` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:92:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 92 | pub fn h(&mut self) -> &mut u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `l` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:96:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 96 | pub fn l(&mut self) -> &mut u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `hl` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:100:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 100 | pub fn hl(&mut self) -> &mut RegisterPair { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `lo` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:106:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 106 | fn lo(&self) -> u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:13.571 INFO kablam! warning: method is never used: `hi` Oct 14 20:17:13.571 INFO kablam! --> src/gameboy/cpu/register.rs:118:5 Oct 14 20:17:13.571 INFO kablam! | Oct 14 20:17:13.571 INFO kablam! 118 | fn hi(&self) -> u8 { Oct 14 20:17:13.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:17:13.571 INFO kablam! Oct 14 20:17:14.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 14 20:17:14.073 INFO kablam! su: No module specific data is present Oct 14 20:17:14.679 INFO running `"docker" "rm" "-f" "402bd6f4ef6a5d3e53468bd8b40470fd4c1ce1f8ce81b05c439690cb2327961a"` Oct 14 20:17:14.833 INFO blam! 402bd6f4ef6a5d3e53468bd8b40470fd4c1ce1f8ce81b05c439690cb2327961a Oct 14 20:17:14.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 20:17:15.099 INFO blam! 1f1d7643443d1ca91145c8610e4b8f6251a3cc16edcde0149fc5982b825ab0a1 Oct 14 20:17:15.107 INFO running `"docker" "start" "-a" "1f1d7643443d1ca91145c8610e4b8f6251a3cc16edcde0149fc5982b825ab0a1"` Oct 14 20:17:15.786 INFO kablam! usermod: no changes Oct 14 20:17:15.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 20:17:15.835 INFO blam! Oct 14 20:17:15.835 INFO kablam! Running /target/debug/deps/rustboi-c4fc1949633a3f84 Oct 14 20:17:15.835 INFO blam! running 11 tests Oct 14 20:17:15.835 INFO blam! test gameboy::cpu::flag::test_as_bool ... ok Oct 14 20:17:15.835 INFO blam! test gameboy::cpu::flag::test_flag_offsets ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::flag::test_set_reset ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::flag::test_set_bool ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::flag::test_toggle ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::register::test_as_u16 ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::flag::test_sizes ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::register::test_as_u16_mut ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::register::test_struct_sizes ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::register::test_get_f_register ... ok Oct 14 20:17:15.839 INFO blam! test gameboy::cpu::register::test_lo_hi_mut ... ok Oct 14 20:17:15.839 INFO blam! Oct 14 20:17:15.839 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:17:15.839 INFO blam! Oct 14 20:17:15.844 INFO kablam! su: No module specific data is present Oct 14 20:17:16.273 INFO running `"docker" "rm" "-f" "1f1d7643443d1ca91145c8610e4b8f6251a3cc16edcde0149fc5982b825ab0a1"` Oct 14 20:17:16.610 INFO blam! 1f1d7643443d1ca91145c8610e4b8f6251a3cc16edcde0149fc5982b825ab0a1