Oct 15 04:54:35.146 INFO testing agmcleod/agile_archer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:54:35.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 04:54:35.594 INFO blam! f2e329d72b9056eb31f5a444445710ef0022111f8e3440d3f963b8af5a71cd9b Oct 15 04:54:35.595 INFO running `"docker" "start" "-a" "f2e329d72b9056eb31f5a444445710ef0022111f8e3440d3f963b8af5a71cd9b"` Oct 15 04:54:36.831 INFO kablam! usermod: no changes Oct 15 04:54:37.158 INFO kablam! Compiling smallvec v0.4.0 Oct 15 04:54:37.163 INFO kablam! Compiling base64 v0.1.1 Oct 15 04:54:37.171 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 04:54:37.184 INFO kablam! Compiling serde_json v1.0.2 Oct 15 04:54:37.185 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 15 04:54:37.185 INFO kablam! Compiling png v0.8.0 Oct 15 04:54:37.185 INFO kablam! Compiling glutin v0.9.2 Oct 15 04:54:37.186 INFO kablam! Compiling shred-derive v0.3.0 Oct 15 04:54:42.970 INFO kablam! Compiling gfx v0.16.1 Oct 15 04:54:46.924 INFO kablam! Compiling tiled v0.6.0 Oct 15 04:54:49.795 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 04:54:50.684 INFO kablam! Compiling wayland-client v0.9.9 Oct 15 04:54:53.124 INFO kablam! Compiling wayland-sys v0.9.9 Oct 15 04:55:04.500 INFO kablam! Compiling rayon v0.7.1 Oct 15 04:55:05.471 INFO kablam! Compiling rayon v0.8.1 Oct 15 04:55:14.589 INFO kablam! Compiling hibitset v0.1.3 Oct 15 04:55:14.589 INFO kablam! Compiling shred v0.4.3 Oct 15 04:55:18.051 INFO kablam! Compiling wayland-window v0.6.1 Oct 15 04:55:18.051 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 04:55:19.404 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 04:55:23.523 INFO kablam! Compiling winit v0.7.5 Oct 15 04:55:26.139 INFO kablam! Compiling specs v0.9.3 Oct 15 04:55:28.641 INFO kablam! Compiling image v0.14.0 Oct 15 04:55:42.165 INFO kablam! Compiling gfx_window_glutin v0.17.0 Oct 15 04:55:55.295 INFO kablam! Compiling agile_archer v0.1.0 (/source) Oct 15 04:55:58.337 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 04:55:58.337 INFO kablam! --> src/main.rs:14:5 Oct 15 04:55:58.337 INFO kablam! | Oct 15 04:55:58.337 INFO kablam! 14 | use std::collections::HashMap; Oct 15 04:55:58.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.337 INFO kablam! | Oct 15 04:55:58.337 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:55:58.337 INFO kablam! Oct 15 04:55:58.339 INFO kablam! warning: unused import: `Vector3` Oct 15 04:55:58.339 INFO kablam! --> src/renderer/basic.rs:7:37 Oct 15 04:55:58.339 INFO kablam! | Oct 15 04:55:58.339 INFO kablam! 7 | use cgmath::{SquareMatrix, Matrix4, Vector3}; Oct 15 04:55:58.339 INFO kablam! | ^^^^^^^ Oct 15 04:55:58.339 INFO kablam! Oct 15 04:55:58.350 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 04:55:58.350 INFO kablam! --> src/components/tile_data.rs:4:5 Oct 15 04:55:58.350 INFO kablam! | Oct 15 04:55:58.350 INFO kablam! 4 | use std::collections::HashMap; Oct 15 04:55:58.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.350 INFO kablam! Oct 15 04:55:58.350 INFO kablam! warning: unused import: `HashSet` Oct 15 04:55:58.350 INFO kablam! --> src/math/astar.rs:2:33 Oct 15 04:55:58.350 INFO kablam! | Oct 15 04:55:58.350 INFO kablam! 2 | use std::collections::{HashMap, HashSet, BinaryHeap}; Oct 15 04:55:58.350 INFO kablam! | ^^^^^^^ Oct 15 04:55:58.350 INFO kablam! Oct 15 04:55:58.355 INFO kablam! warning: unused import: `TileMapping` Oct 15 04:55:58.355 INFO kablam! --> src/systems/player_movement.rs:5:13 Oct 15 04:55:58.355 INFO kablam! | Oct 15 04:55:58.355 INFO kablam! 5 | use types::{TileMapping, Turn}; Oct 15 04:55:58.355 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:55:58.355 INFO kablam! Oct 15 04:55:58.355 INFO kablam! warning: unused import: `Deref` Oct 15 04:55:58.355 INFO kablam! --> src/systems/process_turn.rs:1:16 Oct 15 04:55:58.355 INFO kablam! | Oct 15 04:55:58.355 INFO kablam! 1 | use std::ops::{Deref, DerefMut}; Oct 15 04:55:58.355 INFO kablam! | ^^^^^ Oct 15 04:55:58.355 INFO kablam! Oct 15 04:55:58.355 INFO kablam! warning: unused import: `Fetch` Oct 15 04:55:58.355 INFO kablam! --> src/systems/process_turn.rs:2:13 Oct 15 04:55:58.355 INFO kablam! | Oct 15 04:55:58.355 INFO kablam! 2 | use specs::{Fetch, FetchMut, Join, ReadStorage, WriteStorage, System}; Oct 15 04:55:58.355 INFO kablam! | ^^^^^ Oct 15 04:55:58.355 INFO kablam! Oct 15 04:55:58.355 INFO kablam! warning: unused import: `super::*` Oct 15 04:55:58.355 INFO kablam! --> src/utils/tiled.rs:159:9 Oct 15 04:55:58.355 INFO kablam! | Oct 15 04:55:58.355 INFO kablam! 159 | use super::*; Oct 15 04:55:58.355 INFO kablam! | ^^^^^^^^ Oct 15 04:55:58.355 INFO kablam! Oct 15 04:55:58.355 INFO kablam! warning: unused imports: `Image`, `Layer`, `Map`, `Properties`, `Tile`, `Tileset` Oct 15 04:55:58.355 INFO kablam! --> src/utils/tiled.rs:160:17 Oct 15 04:55:58.355 INFO kablam! | Oct 15 04:55:58.355 INFO kablam! 160 | use tiled::{Map, Layer, Tileset, Image, Tile, Properties}; Oct 15 04:55:58.355 INFO kablam! | ^^^ ^^^^^ ^^^^^^^ ^^^^^ ^^^^ ^^^^^^^^^^ Oct 15 04:55:58.355 INFO kablam! Oct 15 04:56:00.251 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:00.251 INFO kablam! --> src/main.rs:90:9 Oct 15 04:56:00.251 INFO kablam! | Oct 15 04:56:00.251 INFO kablam! 90 | let mut tile_data = tile_data_res.deref_mut(); Oct 15 04:56:00.251 INFO kablam! | ----^^^^^^^^^ Oct 15 04:56:00.251 INFO kablam! | | Oct 15 04:56:00.251 INFO kablam! | help: remove this `mut` Oct 15 04:56:00.251 INFO kablam! | Oct 15 04:56:00.251 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:56:00.251 INFO kablam! Oct 15 04:56:00.287 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:00.287 INFO kablam! --> src/main.rs:112:55 Oct 15 04:56:00.287 INFO kablam! | Oct 15 04:56:00.287 INFO kablam! 112 | let (window, mut device, mut factory, main_color, mut main_depth) = Oct 15 04:56:00.287 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:56:00.287 INFO kablam! | | Oct 15 04:56:00.287 INFO kablam! | help: remove this `mut` Oct 15 04:56:00.287 INFO kablam! Oct 15 04:56:00.439 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:00.439 INFO kablam! --> src/utils/tiled.rs:33:13 Oct 15 04:56:00.439 INFO kablam! | Oct 15 04:56:00.439 INFO kablam! 33 | let mut ys = ground_tiles.get_mut(&x).unwrap(); Oct 15 04:56:00.439 INFO kablam! | ----^^ Oct 15 04:56:00.439 INFO kablam! | | Oct 15 04:56:00.439 INFO kablam! | help: remove this `mut` Oct 15 04:56:00.439 INFO kablam! Oct 15 04:56:00.455 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:00.455 INFO kablam! --> src/utils/tiled.rs:63:25 Oct 15 04:56:00.455 INFO kablam! | Oct 15 04:56:00.455 INFO kablam! 63 | let mut xs = unpassable_tiles.get_mut(&y).unwrap(); Oct 15 04:56:00.455 INFO kablam! | ----^^ Oct 15 04:56:00.455 INFO kablam! | | Oct 15 04:56:00.455 INFO kablam! | help: remove this `mut` Oct 15 04:56:00.455 INFO kablam! Oct 15 04:56:00.555 INFO kablam! warning: method is never used: `reset_energy` Oct 15 04:56:00.555 INFO kablam! --> src/components/player.rs:48:5 Oct 15 04:56:00.555 INFO kablam! | Oct 15 04:56:00.555 INFO kablam! 48 | pub fn reset_energy(&mut self) { Oct 15 04:56:00.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:00.555 INFO kablam! | Oct 15 04:56:00.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:56:00.555 INFO kablam! Oct 15 04:56:00.563 INFO kablam! warning: field is never used: `last_time` Oct 15 04:56:00.563 INFO kablam! --> src/systems/animation_system.rs:7:5 Oct 15 04:56:00.563 INFO kablam! | Oct 15 04:56:00.563 INFO kablam! 7 | last_time: Instant, Oct 15 04:56:00.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:56:00.563 INFO kablam! Oct 15 04:56:11.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 15 04:56:11.447 INFO kablam! su: No module specific data is present Oct 15 04:56:11.999 INFO running `"docker" "rm" "-f" "f2e329d72b9056eb31f5a444445710ef0022111f8e3440d3f963b8af5a71cd9b"` Oct 15 04:56:12.230 INFO blam! f2e329d72b9056eb31f5a444445710ef0022111f8e3440d3f963b8af5a71cd9b Oct 15 04:56:12.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 04:56:12.648 INFO blam! cb5c15c0425dada9913bed25a8457ba5537df7c2734c1b6cf81a62f7c7fb8b49 Oct 15 04:56:12.651 INFO running `"docker" "start" "-a" "cb5c15c0425dada9913bed25a8457ba5537df7c2734c1b6cf81a62f7c7fb8b49"` Oct 15 04:56:13.773 INFO kablam! usermod: no changes Oct 15 04:56:14.019 INFO kablam! Compiling agile_archer v0.1.0 (/source) Oct 15 04:56:16.751 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 04:56:16.751 INFO kablam! --> src/main.rs:14:5 Oct 15 04:56:16.751 INFO kablam! | Oct 15 04:56:16.751 INFO kablam! 14 | use std::collections::HashMap; Oct 15 04:56:16.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:16.751 INFO kablam! | Oct 15 04:56:16.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:56:16.751 INFO kablam! Oct 15 04:56:16.751 INFO kablam! warning: unused import: `Vector3` Oct 15 04:56:16.751 INFO kablam! --> src/renderer/basic.rs:7:37 Oct 15 04:56:16.751 INFO kablam! | Oct 15 04:56:16.751 INFO kablam! 7 | use cgmath::{SquareMatrix, Matrix4, Vector3}; Oct 15 04:56:16.751 INFO kablam! | ^^^^^^^ Oct 15 04:56:16.751 INFO kablam! Oct 15 04:56:16.763 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 04:56:16.763 INFO kablam! --> src/components/tile_data.rs:4:5 Oct 15 04:56:16.763 INFO kablam! | Oct 15 04:56:16.763 INFO kablam! 4 | use std::collections::HashMap; Oct 15 04:56:16.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:16.763 INFO kablam! Oct 15 04:56:16.763 INFO kablam! warning: unused import: `HashSet` Oct 15 04:56:16.763 INFO kablam! --> src/math/astar.rs:2:33 Oct 15 04:56:16.763 INFO kablam! | Oct 15 04:56:16.763 INFO kablam! 2 | use std::collections::{HashMap, HashSet, BinaryHeap}; Oct 15 04:56:16.763 INFO kablam! | ^^^^^^^ Oct 15 04:56:16.763 INFO kablam! Oct 15 04:56:16.763 INFO kablam! warning: unused import: `TileMapping` Oct 15 04:56:16.763 INFO kablam! --> src/systems/player_movement.rs:5:13 Oct 15 04:56:16.763 INFO kablam! | Oct 15 04:56:16.763 INFO kablam! 5 | use types::{TileMapping, Turn}; Oct 15 04:56:16.763 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:56:16.763 INFO kablam! Oct 15 04:56:16.763 INFO kablam! warning: unused import: `Deref` Oct 15 04:56:16.763 INFO kablam! --> src/systems/process_turn.rs:1:16 Oct 15 04:56:16.763 INFO kablam! | Oct 15 04:56:16.763 INFO kablam! 1 | use std::ops::{Deref, DerefMut}; Oct 15 04:56:16.763 INFO kablam! | ^^^^^ Oct 15 04:56:16.763 INFO kablam! Oct 15 04:56:16.763 INFO kablam! warning: unused import: `Fetch` Oct 15 04:56:16.763 INFO kablam! --> src/systems/process_turn.rs:2:13 Oct 15 04:56:16.763 INFO kablam! | Oct 15 04:56:16.763 INFO kablam! 2 | use specs::{Fetch, FetchMut, Join, ReadStorage, WriteStorage, System}; Oct 15 04:56:16.763 INFO kablam! | ^^^^^ Oct 15 04:56:16.763 INFO kablam! Oct 15 04:56:18.523 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:18.523 INFO kablam! --> src/main.rs:90:9 Oct 15 04:56:18.523 INFO kablam! | Oct 15 04:56:18.523 INFO kablam! 90 | let mut tile_data = tile_data_res.deref_mut(); Oct 15 04:56:18.523 INFO kablam! | ----^^^^^^^^^ Oct 15 04:56:18.523 INFO kablam! | | Oct 15 04:56:18.523 INFO kablam! | help: remove this `mut` Oct 15 04:56:18.523 INFO kablam! | Oct 15 04:56:18.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:56:18.523 INFO kablam! Oct 15 04:56:18.551 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:18.551 INFO kablam! --> src/main.rs:112:55 Oct 15 04:56:18.551 INFO kablam! | Oct 15 04:56:18.551 INFO kablam! 112 | let (window, mut device, mut factory, main_color, mut main_depth) = Oct 15 04:56:18.551 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:56:18.551 INFO kablam! | | Oct 15 04:56:18.551 INFO kablam! | help: remove this `mut` Oct 15 04:56:18.551 INFO kablam! Oct 15 04:56:18.711 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:18.711 INFO kablam! --> src/utils/tiled.rs:33:13 Oct 15 04:56:18.711 INFO kablam! | Oct 15 04:56:18.711 INFO kablam! 33 | let mut ys = ground_tiles.get_mut(&x).unwrap(); Oct 15 04:56:18.711 INFO kablam! | ----^^ Oct 15 04:56:18.711 INFO kablam! | | Oct 15 04:56:18.711 INFO kablam! | help: remove this `mut` Oct 15 04:56:18.711 INFO kablam! Oct 15 04:56:18.727 INFO kablam! warning: variable does not need to be mutable Oct 15 04:56:18.727 INFO kablam! --> src/utils/tiled.rs:63:25 Oct 15 04:56:18.727 INFO kablam! | Oct 15 04:56:18.727 INFO kablam! 63 | let mut xs = unpassable_tiles.get_mut(&y).unwrap(); Oct 15 04:56:18.727 INFO kablam! | ----^^ Oct 15 04:56:18.727 INFO kablam! | | Oct 15 04:56:18.727 INFO kablam! | help: remove this `mut` Oct 15 04:56:18.727 INFO kablam! Oct 15 04:56:18.855 INFO kablam! warning: method is never used: `reset_energy` Oct 15 04:56:18.855 INFO kablam! --> src/components/player.rs:48:5 Oct 15 04:56:18.856 INFO kablam! | Oct 15 04:56:18.856 INFO kablam! 48 | pub fn reset_energy(&mut self) { Oct 15 04:56:18.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:18.857 INFO kablam! | Oct 15 04:56:18.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:56:18.857 INFO kablam! Oct 15 04:56:18.858 INFO kablam! warning: field is never used: `last_time` Oct 15 04:56:18.858 INFO kablam! --> src/systems/animation_system.rs:7:5 Oct 15 04:56:18.858 INFO kablam! | Oct 15 04:56:18.858 INFO kablam! 7 | last_time: Instant, Oct 15 04:56:18.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:56:18.859 INFO kablam! Oct 15 04:56:22.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.77s Oct 15 04:56:22.599 INFO kablam! su: No module specific data is present Oct 15 04:56:23.299 INFO running `"docker" "rm" "-f" "cb5c15c0425dada9913bed25a8457ba5537df7c2734c1b6cf81a62f7c7fb8b49"` Oct 15 04:56:23.575 INFO blam! cb5c15c0425dada9913bed25a8457ba5537df7c2734c1b6cf81a62f7c7fb8b49 Oct 15 04:56:23.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 04:56:23.971 INFO blam! 67d256d5e6c484d2be25a22fd4490a451ecf284a4ece9091ad9fdf4ba18a984e Oct 15 04:56:23.979 INFO running `"docker" "start" "-a" "67d256d5e6c484d2be25a22fd4490a451ecf284a4ece9091ad9fdf4ba18a984e"` Oct 15 04:56:25.250 INFO kablam! usermod: no changes Oct 15 04:56:25.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 15 04:56:25.532 INFO kablam! Running /target/debug/deps/agile_archer-ac84903cc82f1277 Oct 15 04:56:25.534 INFO blam! Oct 15 04:56:25.534 INFO blam! running 1 test Oct 15 04:56:25.535 INFO blam! test utils::tiled::tests::test_parse_out_map_layers ... ok Oct 15 04:56:25.535 INFO blam! Oct 15 04:56:25.535 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:56:25.535 INFO blam! Oct 15 04:56:25.543 INFO kablam! su: No module specific data is present Oct 15 04:56:26.453 INFO running `"docker" "rm" "-f" "67d256d5e6c484d2be25a22fd4490a451ecf284a4ece9091ad9fdf4ba18a984e"` Oct 15 04:56:26.627 INFO blam! 67d256d5e6c484d2be25a22fd4490a451ecf284a4ece9091ad9fdf4ba18a984e