Oct 11 00:27:48.572 INFO testing ddholmes/enniesse against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:27:48.572 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:27:48.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:27:48.918 INFO blam! a3a640d3f2131587805bf0ac20f09f1e95a993717e650aeb221b97adc50a6c1b Oct 11 00:27:48.925 INFO running `"docker" "start" "-a" "a3a640d3f2131587805bf0ac20f09f1e95a993717e650aeb221b97adc50a6c1b"` Oct 11 00:27:49.808 INFO kablam! usermod: no changes Oct 11 00:27:49.873 INFO kablam! Compiling libc v0.1.12 Oct 11 00:27:49.874 INFO kablam! Compiling enniesse-core v0.1.0 (/source/enniesse-core) Oct 11 00:27:49.875 INFO kablam! Compiling dylib v0.0.1 Oct 11 00:27:49.875 INFO kablam! Compiling time v0.1.37 Oct 11 00:27:49.875 INFO kablam! Compiling minifb v0.9.1 Oct 11 00:27:50.832 INFO kablam! Compiling x11-dl v2.2.1 Oct 11 00:27:51.065 INFO kablam! warning: variable does not need to be mutable Oct 11 00:27:51.065 INFO kablam! --> enniesse-core/src/apu.rs:370:13 Oct 11 00:27:51.065 INFO kablam! | Oct 11 00:27:51.066 INFO kablam! 370 | let mut change = self.timer.period >> self.sweep_shift; Oct 11 00:27:51.066 INFO kablam! | ----^^^^^^ Oct 11 00:27:51.066 INFO kablam! | | Oct 11 00:27:51.066 INFO kablam! | help: remove this `mut` Oct 11 00:27:51.067 INFO kablam! | Oct 11 00:27:51.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:27:51.067 INFO kablam! Oct 11 00:27:51.132 INFO kablam! warning: constant item is never used: `PULSE_SEQUENCE` Oct 11 00:27:51.132 INFO kablam! --> enniesse-core/src/apu.rs:19:1 Oct 11 00:27:51.132 INFO kablam! | Oct 11 00:27:51.132 INFO kablam! 19 | / const PULSE_SEQUENCE: [[u8; 8]; 4] = [ Oct 11 00:27:51.132 INFO kablam! 20 | | [0, 1, 0, 0, 0, 0, 0, 0], Oct 11 00:27:51.132 INFO kablam! 21 | | [0, 1, 1, 0, 0, 0, 0, 0], Oct 11 00:27:51.132 INFO kablam! 22 | | [0, 1, 1, 1, 1, 0, 0, 0], Oct 11 00:27:51.132 INFO kablam! 23 | | [1, 0, 0, 1, 1, 1, 1, 1], Oct 11 00:27:51.132 INFO kablam! 24 | | ]; Oct 11 00:27:51.132 INFO kablam! | |__^ Oct 11 00:27:51.135 INFO kablam! | Oct 11 00:27:51.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:27:51.135 INFO kablam! Oct 11 00:27:51.136 INFO kablam! warning: constant item is never used: `TRIANGLE_SEQUENCE` Oct 11 00:27:51.136 INFO kablam! --> enniesse-core/src/apu.rs:31:1 Oct 11 00:27:51.136 INFO kablam! | Oct 11 00:27:51.137 INFO kablam! 31 | / const TRIANGLE_SEQUENCE: [u8; 32] = [ Oct 11 00:27:51.137 INFO kablam! 32 | | 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, Oct 11 00:27:51.137 INFO kablam! 33 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Oct 11 00:27:51.137 INFO kablam! 34 | | ]; Oct 11 00:27:51.138 INFO kablam! | |__^ Oct 11 00:27:51.138 INFO kablam! Oct 11 00:27:51.138 INFO kablam! warning: field is never used: `mapper` Oct 11 00:27:51.138 INFO kablam! --> enniesse-core/src/apu.rs:60:5 Oct 11 00:27:51.139 INFO kablam! | Oct 11 00:27:51.139 INFO kablam! 60 | mapper: Rc>>, Oct 11 00:27:51.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.140 INFO kablam! Oct 11 00:27:51.140 INFO kablam! warning: method is never used: `step_pulse` Oct 11 00:27:51.140 INFO kablam! --> enniesse-core/src/apu.rs:149:5 Oct 11 00:27:51.140 INFO kablam! | Oct 11 00:27:51.141 INFO kablam! 149 | fn step_pulse(&mut self) { Oct 11 00:27:51.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.141 INFO kablam! Oct 11 00:27:51.142 INFO kablam! warning: method is never used: `step_triangle` Oct 11 00:27:51.142 INFO kablam! --> enniesse-core/src/apu.rs:165:5 Oct 11 00:27:51.142 INFO kablam! | Oct 11 00:27:51.143 INFO kablam! 165 | fn step_triangle(&mut self) { Oct 11 00:27:51.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.143 INFO kablam! Oct 11 00:27:51.143 INFO kablam! warning: method is never used: `step_noise` Oct 11 00:27:51.144 INFO kablam! --> enniesse-core/src/apu.rs:175:5 Oct 11 00:27:51.144 INFO kablam! | Oct 11 00:27:51.144 INFO kablam! 175 | fn step_noise(&mut self) { Oct 11 00:27:51.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.145 INFO kablam! Oct 11 00:27:51.145 INFO kablam! warning: method is never used: `step_dmc` Oct 11 00:27:51.145 INFO kablam! --> enniesse-core/src/apu.rs:195:5 Oct 11 00:27:51.146 INFO kablam! | Oct 11 00:27:51.146 INFO kablam! 195 | fn step_dmc(&mut self) { Oct 11 00:27:51.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.146 INFO kablam! Oct 11 00:27:51.146 INFO kablam! warning: method is never used: `step_dmc_memory_reader` Oct 11 00:27:51.147 INFO kablam! --> enniesse-core/src/apu.rs:204:5 Oct 11 00:27:51.147 INFO kablam! | Oct 11 00:27:51.147 INFO kablam! 204 | fn step_dmc_memory_reader(&mut self) { Oct 11 00:27:51.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.148 INFO kablam! Oct 11 00:27:51.154 INFO kablam! warning: method is never used: `step_dmc_output` Oct 11 00:27:51.154 INFO kablam! --> enniesse-core/src/apu.rs:229:5 Oct 11 00:27:51.154 INFO kablam! | Oct 11 00:27:51.154 INFO kablam! 229 | fn step_dmc_output(&mut self) { Oct 11 00:27:51.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.154 INFO kablam! Oct 11 00:27:51.154 INFO kablam! warning: field is never used: `channel` Oct 11 00:27:51.154 INFO kablam! --> enniesse-core/src/apu.rs:283:5 Oct 11 00:27:51.154 INFO kablam! | Oct 11 00:27:51.154 INFO kablam! 283 | channel: u8, Oct 11 00:27:51.154 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:27:51.154 INFO kablam! Oct 11 00:27:51.154 INFO kablam! warning: field is never used: `sweep_reload` Oct 11 00:27:51.154 INFO kablam! --> enniesse-core/src/apu.rs:292:5 Oct 11 00:27:51.154 INFO kablam! | Oct 11 00:27:51.154 INFO kablam! 292 | sweep_reload: bool, Oct 11 00:27:51.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.154 INFO kablam! Oct 11 00:27:51.155 INFO kablam! warning: field is never used: `sweep_counter` Oct 11 00:27:51.155 INFO kablam! --> enniesse-core/src/apu.rs:293:5 Oct 11 00:27:51.155 INFO kablam! | Oct 11 00:27:51.155 INFO kablam! 293 | sweep_counter: u8, Oct 11 00:27:51.155 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.155 INFO kablam! Oct 11 00:27:51.155 INFO kablam! warning: method is never used: `clock_sweep` Oct 11 00:27:51.155 INFO kablam! --> enniesse-core/src/apu.rs:353:5 Oct 11 00:27:51.155 INFO kablam! | Oct 11 00:27:51.155 INFO kablam! 353 | fn clock_sweep(&mut self) { Oct 11 00:27:51.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.155 INFO kablam! Oct 11 00:27:51.155 INFO kablam! warning: method is never used: `sweep_timer` Oct 11 00:27:51.155 INFO kablam! --> enniesse-core/src/apu.rs:369:5 Oct 11 00:27:51.155 INFO kablam! | Oct 11 00:27:51.155 INFO kablam! 369 | fn sweep_timer(&mut self) { Oct 11 00:27:51.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.155 INFO kablam! Oct 11 00:27:51.155 INFO kablam! warning: method is never used: `output` Oct 11 00:27:51.155 INFO kablam! --> enniesse-core/src/apu.rs:383:5 Oct 11 00:27:51.155 INFO kablam! | Oct 11 00:27:51.155 INFO kablam! 383 | fn output(&self) -> u8 { Oct 11 00:27:51.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.155 INFO kablam! Oct 11 00:27:51.156 INFO kablam! warning: field is never used: `linear_counter` Oct 11 00:27:51.156 INFO kablam! --> enniesse-core/src/apu.rs:399:5 Oct 11 00:27:51.156 INFO kablam! | Oct 11 00:27:51.156 INFO kablam! 399 | linear_counter: u8, Oct 11 00:27:51.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.156 INFO kablam! Oct 11 00:27:51.156 INFO kablam! warning: field is never used: `sequence_index` Oct 11 00:27:51.156 INFO kablam! --> enniesse-core/src/apu.rs:404:5 Oct 11 00:27:51.156 INFO kablam! | Oct 11 00:27:51.156 INFO kablam! 404 | sequence_index: u8, Oct 11 00:27:51.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.156 INFO kablam! Oct 11 00:27:51.156 INFO kablam! warning: method is never used: `step_linear_counter` Oct 11 00:27:51.156 INFO kablam! --> enniesse-core/src/apu.rs:435:5 Oct 11 00:27:51.156 INFO kablam! | Oct 11 00:27:51.156 INFO kablam! 435 | fn step_linear_counter(&mut self) { Oct 11 00:27:51.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.156 INFO kablam! Oct 11 00:27:51.156 INFO kablam! warning: method is never used: `output` Oct 11 00:27:51.156 INFO kablam! --> enniesse-core/src/apu.rs:447:5 Oct 11 00:27:51.156 INFO kablam! | Oct 11 00:27:51.156 INFO kablam! 447 | fn output(&self) -> u8 { Oct 11 00:27:51.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.156 INFO kablam! Oct 11 00:27:51.156 INFO kablam! warning: field is never used: `shift_register` Oct 11 00:27:51.156 INFO kablam! --> enniesse-core/src/apu.rs:462:5 Oct 11 00:27:51.156 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 462 | shift_register: u16, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `output` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:503:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 503 | fn output(&self) -> u8 { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: field is never used: `sample_buffer` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:521:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 521 | sample_buffer: u8, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: field is never used: `output_shift_register` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:525:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 525 | output_shift_register: u8, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: field is never used: `output_bits_remaining` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:526:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 526 | output_bits_remaining: u8, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `output` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:562:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 562 | fn output(&self) -> u8 { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: field is never used: `divider_counter` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:572:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 572 | divider_counter: u8, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: field is never used: `decay_level` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:574:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 574 | decay_level: u8, Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `clock` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:584:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 584 | fn clock(&mut self) { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `volume` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:602:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 602 | fn volume(&self) -> u8 { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `clock` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:618:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 618 | fn clock(&mut self) { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:51.157 INFO kablam! warning: method is never used: `tick` Oct 11 00:27:51.157 INFO kablam! --> enniesse-core/src/apu.rs:637:5 Oct 11 00:27:51.157 INFO kablam! | Oct 11 00:27:51.157 INFO kablam! 637 | fn tick(&mut self) -> bool { Oct 11 00:27:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:27:51.157 INFO kablam! Oct 11 00:27:58.124 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 11 00:27:58.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.06s Oct 11 00:27:58.893 INFO kablam! su: No module specific data is present Oct 11 00:27:59.236 INFO running `"docker" "rm" "-f" "a3a640d3f2131587805bf0ac20f09f1e95a993717e650aeb221b97adc50a6c1b"` Oct 11 00:27:59.312 INFO blam! a3a640d3f2131587805bf0ac20f09f1e95a993717e650aeb221b97adc50a6c1b Oct 11 00:27:59.314 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:27:59.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:27:59.508 INFO blam! d7702148796b8ded8f00f82a7b9e75123cfb40ca0c7f67def6edab6c5c7787eb Oct 11 00:27:59.508 INFO running `"docker" "start" "-a" "d7702148796b8ded8f00f82a7b9e75123cfb40ca0c7f67def6edab6c5c7787eb"` Oct 11 00:28:00.068 INFO kablam! usermod: no changes Oct 11 00:28:00.104 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 11 00:28:00.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 11 00:28:00.950 INFO kablam! su: No module specific data is present Oct 11 00:28:01.218 INFO running `"docker" "rm" "-f" "d7702148796b8ded8f00f82a7b9e75123cfb40ca0c7f67def6edab6c5c7787eb"` Oct 11 00:28:01.298 INFO blam! d7702148796b8ded8f00f82a7b9e75123cfb40ca0c7f67def6edab6c5c7787eb Oct 11 00:28:01.300 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:28:01.300 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:28:01.512 INFO blam! 9596ef9b9af5f4d67f877a70a3df23e70d8c689bcec44f3dee43abe081154c27 Oct 11 00:28:01.514 INFO running `"docker" "start" "-a" "9596ef9b9af5f4d67f877a70a3df23e70d8c689bcec44f3dee43abe081154c27"` Oct 11 00:28:01.924 INFO kablam! usermod: no changes Oct 11 00:28:01.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 00:28:01.972 INFO kablam! Running /target/debug/deps/enniesse-f3cb5c505fab4b4d Oct 11 00:28:01.976 INFO kablam! su: No module specific data is present Oct 11 00:28:01.976 INFO blam! Oct 11 00:28:01.976 INFO blam! running 0 tests Oct 11 00:28:01.976 INFO blam! Oct 11 00:28:01.976 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:28:01.976 INFO blam! Oct 11 00:28:02.193 INFO running `"docker" "rm" "-f" "9596ef9b9af5f4d67f877a70a3df23e70d8c689bcec44f3dee43abe081154c27"` Oct 11 00:28:02.284 INFO blam! 9596ef9b9af5f4d67f877a70a3df23e70d8c689bcec44f3dee43abe081154c27