Oct 10 13:17:53.500 INFO testing tomc1998/rust-2d-game-engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:17:53.500 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:17:53.502 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:17:54.036 INFO blam! cd449b6032db188abd976a71bd42c2d3adaaeeb287af35f65f44094a3e1c55cd Oct 10 13:17:54.044 INFO running `"docker" "start" "-a" "cd449b6032db188abd976a71bd42c2d3adaaeeb287af35f65f44094a3e1c55cd"` Oct 10 13:17:55.360 INFO kablam! usermod: no changes Oct 10 13:17:55.622 INFO kablam! Compiling serde v0.8.19 Oct 10 13:17:55.630 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 10 13:17:55.631 INFO kablam! Compiling memmap v0.2.3 Oct 10 13:17:56.802 INFO kablam! Compiling backtrace v0.2.3 Oct 10 13:18:04.057 INFO kablam! Compiling serde_json v0.8.4 Oct 10 13:18:07.629 INFO kablam! Compiling target_build_utils v0.1.2 Oct 10 13:18:09.436 INFO kablam! Compiling libloading v0.3.1 Oct 10 13:18:13.152 INFO kablam! Compiling dlib v0.3.1 Oct 10 13:18:13.684 INFO kablam! Compiling wayland-sys v0.5.11 Oct 10 13:18:15.616 INFO kablam! Compiling wayland-client v0.5.12 Oct 10 13:18:18.720 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 10 13:18:18.721 INFO kablam! Compiling wayland-window v0.2.3 Oct 10 13:18:21.552 INFO kablam! Compiling glutin v0.6.2 Oct 10 13:18:28.372 INFO kablam! Compiling glium v0.15.0 Oct 10 13:18:53.760 INFO kablam! Compiling game_engine_1 v0.1.0 (/source) Oct 10 13:18:55.382 INFO kablam! warning: unused import: `std::marker::Copy` Oct 10 13:18:55.382 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 10 13:18:55.382 INFO kablam! | Oct 10 13:18:55.382 INFO kablam! 7 | use std::marker::Copy; Oct 10 13:18:55.382 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.382 INFO kablam! | Oct 10 13:18:55.382 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:18:55.382 INFO kablam! Oct 10 13:18:55.460 INFO kablam! warning: unused variable: `engine` Oct 10 13:18:55.460 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 10 13:18:55.460 INFO kablam! | Oct 10 13:18:55.460 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 10 13:18:55.460 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:18:55.460 INFO kablam! | Oct 10 13:18:55.460 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:18:55.460 INFO kablam! Oct 10 13:18:55.460 INFO kablam! warning: unused variable: `engine` Oct 10 13:18:55.460 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 10 13:18:55.460 INFO kablam! | Oct 10 13:18:55.460 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 10 13:18:55.460 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:18:55.460 INFO kablam! Oct 10 13:18:55.460 INFO kablam! warning: unused variable: `engine` Oct 10 13:18:55.460 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 10 13:18:55.460 INFO kablam! | Oct 10 13:18:55.460 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 10 13:18:55.460 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:18:55.460 INFO kablam! Oct 10 13:18:55.476 INFO kablam! warning: method is never used: `render` Oct 10 13:18:55.476 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 10 13:18:55.476 INFO kablam! | Oct 10 13:18:55.476 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 10 13:18:55.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.476 INFO kablam! | Oct 10 13:18:55.476 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:18:55.476 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 10 13:18:55.477 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 3 | pub struct SpriteAnimation { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: field is never used: `r` Oct 10 13:18:55.477 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 2 | r: f32, Oct 10 13:18:55.477 INFO kablam! | ^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: field is never used: `g` Oct 10 13:18:55.477 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 3 | g: f32, Oct 10 13:18:55.477 INFO kablam! | ^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: field is never used: `b` Oct 10 13:18:55.477 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 4 | b: f32, Oct 10 13:18:55.477 INFO kablam! | ^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 10 13:18:55.477 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 17 | pub struct RGBAf32 { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 10 13:18:55.477 INFO kablam! --> src/engine/mod.rs:45:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: method is never used: `get_curr_state` Oct 10 13:18:55.477 INFO kablam! --> src/engine/mod.rs:56:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: method is never used: `push_screen` Oct 10 13:18:55.477 INFO kablam! --> src/engine/mod.rs:74:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: method is never used: `pop_screen` Oct 10 13:18:55.477 INFO kablam! --> src/engine/mod.rs:80:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:55.477 INFO kablam! warning: method is never used: `pop_state` Oct 10 13:18:55.477 INFO kablam! --> src/engine/mod.rs:97:3 Oct 10 13:18:55.477 INFO kablam! | Oct 10 13:18:55.477 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 10 13:18:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:18:55.477 INFO kablam! Oct 10 13:18:56.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 10 13:18:56.252 INFO kablam! su: No module specific data is present Oct 10 13:18:57.300 INFO running `"docker" "rm" "-f" "cd449b6032db188abd976a71bd42c2d3adaaeeb287af35f65f44094a3e1c55cd"` Oct 10 13:18:57.530 INFO blam! cd449b6032db188abd976a71bd42c2d3adaaeeb287af35f65f44094a3e1c55cd Oct 10 13:18:57.541 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:18:57.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:18:57.916 INFO blam! 121040f7c25dddf616e60efbb59a69acc449901cf2cd2b75a52e949d5fdc36cf Oct 10 13:18:57.928 INFO running `"docker" "start" "-a" "121040f7c25dddf616e60efbb59a69acc449901cf2cd2b75a52e949d5fdc36cf"` Oct 10 13:18:59.400 INFO kablam! usermod: no changes Oct 10 13:18:59.580 INFO kablam! Compiling game_engine_1 v0.1.0 (/source) Oct 10 13:19:01.276 INFO kablam! warning: unused import: `std::marker::Copy` Oct 10 13:19:01.276 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 10 13:19:01.276 INFO kablam! | Oct 10 13:19:01.276 INFO kablam! 7 | use std::marker::Copy; Oct 10 13:19:01.276 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.276 INFO kablam! | Oct 10 13:19:01.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:19:01.276 INFO kablam! Oct 10 13:19:01.328 INFO kablam! warning: unused variable: `engine` Oct 10 13:19:01.328 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 10 13:19:01.328 INFO kablam! | Oct 10 13:19:01.328 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 10 13:19:01.328 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:19:01.328 INFO kablam! | Oct 10 13:19:01.328 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:19:01.328 INFO kablam! Oct 10 13:19:01.328 INFO kablam! warning: unused variable: `engine` Oct 10 13:19:01.328 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 10 13:19:01.328 INFO kablam! | Oct 10 13:19:01.328 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 10 13:19:01.328 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:19:01.328 INFO kablam! Oct 10 13:19:01.328 INFO kablam! warning: unused variable: `engine` Oct 10 13:19:01.328 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 10 13:19:01.328 INFO kablam! | Oct 10 13:19:01.328 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 10 13:19:01.328 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 10 13:19:01.328 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `render` Oct 10 13:19:01.333 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 10 13:19:01.333 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 3 | pub struct SpriteAnimation { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: field is never used: `r` Oct 10 13:19:01.333 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 2 | r: f32, Oct 10 13:19:01.333 INFO kablam! | ^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: field is never used: `g` Oct 10 13:19:01.333 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 3 | g: f32, Oct 10 13:19:01.333 INFO kablam! | ^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: field is never used: `b` Oct 10 13:19:01.333 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 4 | b: f32, Oct 10 13:19:01.333 INFO kablam! | ^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 10 13:19:01.333 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 17 | pub struct RGBAf32 { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 10 13:19:01.333 INFO kablam! --> src/engine/mod.rs:45:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `get_curr_state` Oct 10 13:19:01.333 INFO kablam! --> src/engine/mod.rs:56:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `push_screen` Oct 10 13:19:01.333 INFO kablam! --> src/engine/mod.rs:74:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `pop_screen` Oct 10 13:19:01.333 INFO kablam! --> src/engine/mod.rs:80:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 10 13:19:01.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.333 INFO kablam! Oct 10 13:19:01.333 INFO kablam! warning: method is never used: `pop_state` Oct 10 13:19:01.333 INFO kablam! --> src/engine/mod.rs:97:3 Oct 10 13:19:01.333 INFO kablam! | Oct 10 13:19:01.333 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 10 13:19:01.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:19:01.334 INFO kablam! Oct 10 13:19:01.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 10 13:19:01.998 INFO kablam! su: No module specific data is present Oct 10 13:19:02.792 INFO running `"docker" "rm" "-f" "121040f7c25dddf616e60efbb59a69acc449901cf2cd2b75a52e949d5fdc36cf"` Oct 10 13:19:03.069 INFO blam! 121040f7c25dddf616e60efbb59a69acc449901cf2cd2b75a52e949d5fdc36cf Oct 10 13:19:03.081 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:19:03.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 13:19:03.435 INFO blam! b0f84fd366ad24f8b69160793ecfe210959c2fa7a9ae6038252d70d6c1fe0f73 Oct 10 13:19:03.436 INFO running `"docker" "start" "-a" "b0f84fd366ad24f8b69160793ecfe210959c2fa7a9ae6038252d70d6c1fe0f73"` Oct 10 13:19:04.371 INFO kablam! usermod: no changes Oct 10 13:19:04.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 13:19:04.524 INFO kablam! Running /target/debug/deps/game_engine_1-4041d637d604ac1c Oct 10 13:19:04.528 INFO blam! Oct 10 13:19:04.528 INFO blam! running 0 tests Oct 10 13:19:04.528 INFO blam! Oct 10 13:19:04.528 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:19:04.528 INFO blam! Oct 10 13:19:04.530 INFO kablam! su: No module specific data is present Oct 10 13:19:05.567 INFO running `"docker" "rm" "-f" "b0f84fd366ad24f8b69160793ecfe210959c2fa7a9ae6038252d70d6c1fe0f73"` Oct 10 13:19:05.889 INFO blam! b0f84fd366ad24f8b69160793ecfe210959c2fa7a9ae6038252d70d6c1fe0f73