Oct 21 19:47:39.577 INFO checking ammongit/markov-music against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:47:39.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 19:47:39.876 INFO blam! 4f8367daa5b278222befedc183b97a2c6f5519921ba7db47cf38fac7c64f07a7 Oct 21 19:47:39.884 INFO running `"docker" "start" "-a" "4f8367daa5b278222befedc183b97a2c6f5519921ba7db47cf38fac7c64f07a7"` Oct 21 19:47:40.797 INFO kablam! usermod: no changes Oct 21 19:47:40.903 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 21 19:47:40.904 INFO kablam! Checking term_size v0.3.0 Oct 21 19:47:40.905 INFO kablam! Checking thread-id v3.2.0 Oct 21 19:47:40.905 INFO kablam! Checking atty v0.2.2 Oct 21 19:47:40.905 INFO kablam! Compiling syn v0.11.11 Oct 21 19:47:40.905 INFO kablam! Checking mpd v0.0.12 Oct 21 19:47:41.780 INFO kablam! Checking simple-logging v2.0.1 Oct 21 19:47:42.500 INFO kablam! Checking textwrap v0.7.0 Oct 21 19:47:43.797 INFO kablam! Checking clap v2.26.0 Oct 21 19:47:48.344 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 21 19:47:48.345 INFO kablam! Compiling diesel_derives v1.1.0 Oct 21 19:47:51.776 INFO kablam! Compiling serde_derive v1.0.27 Oct 21 19:47:55.564 INFO kablam! Checking diesel v1.1.1 Oct 21 19:48:01.254 INFO kablam! Checking serde v1.0.11 Oct 21 19:48:10.264 INFO kablam! Checking toml v0.4.4 Oct 21 19:48:13.675 INFO kablam! Checking markov-music v0.1.0 (/source) Oct 21 19:48:15.358 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 19:48:15.358 INFO kablam! --> src/utils.rs:25:40 Oct 21 19:48:15.358 INFO kablam! | Oct 21 19:48:15.358 INFO kablam! 25 | pub static ref HOME_DIR: PathBuf = env::home_dir().expect("Unable to get home directory"); Oct 21 19:48:15.358 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 19:48:15.358 INFO kablam! | Oct 21 19:48:15.358 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 19:48:15.358 INFO kablam! Oct 21 19:48:15.403 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 19:48:15.403 INFO kablam! --> src/utils.rs:25:40 Oct 21 19:48:15.404 INFO kablam! | Oct 21 19:48:15.404 INFO kablam! 25 | pub static ref HOME_DIR: PathBuf = env::home_dir().expect("Unable to get home directory"); Oct 21 19:48:15.404 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 19:48:15.404 INFO kablam! | Oct 21 19:48:15.404 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 19:48:15.404 INFO kablam! Oct 21 19:48:15.824 INFO kablam! warning: function is never used: `random_key` Oct 21 19:48:15.825 INFO kablam! --> src/choose.rs:29:1 Oct 21 19:48:15.825 INFO kablam! | Oct 21 19:48:15.825 INFO kablam! 29 | pub fn random_key<'a, K: Eq + Hash, V>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 21 19:48:15.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.825 INFO kablam! | Oct 21 19:48:15.826 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:48:15.826 INFO kablam! Oct 21 19:48:15.826 INFO kablam! warning: function is never used: `roulette_wheel` Oct 21 19:48:15.826 INFO kablam! --> src/choose.rs:34:1 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 34 | pub fn roulette_wheel<'a, K: Eq + Hash>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 21 19:48:15.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.832 INFO kablam! warning: method is never used: `modify_weight` Oct 21 19:48:15.832 INFO kablam! --> src/markov.rs:47:5 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 47 | pub fn modify_weight(&mut self, prev: T, next: T, diff: f32) { Oct 21 19:48:15.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.832 INFO kablam! warning: method is never used: `clear` Oct 21 19:48:15.832 INFO kablam! --> src/markov.rs:55:5 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 55 | / pub fn clear(&mut self, item: &U) Oct 21 19:48:15.832 INFO kablam! 56 | | where U: Borrow, Oct 21 19:48:15.832 INFO kablam! 57 | | U: ?Sized, Oct 21 19:48:15.832 INFO kablam! 58 | | { Oct 21 19:48:15.832 INFO kablam! ... | Oct 21 19:48:15.832 INFO kablam! 61 | | } Oct 21 19:48:15.832 INFO kablam! 62 | | } Oct 21 19:48:15.832 INFO kablam! | |_____^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.832 INFO kablam! warning: method is never used: `start` Oct 21 19:48:15.832 INFO kablam! --> src/markov.rs:64:5 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 64 | pub fn start(&self, rng: &mut Rng) -> Option<&T> { Oct 21 19:48:15.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.832 INFO kablam! warning: method is never used: `next` Oct 21 19:48:15.832 INFO kablam! --> src/markov.rs:68:5 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 68 | / pub fn next(&self, current: &U, rng: &mut Rng) -> Option<&T> Oct 21 19:48:15.832 INFO kablam! 69 | | where U: Borrow, Oct 21 19:48:15.832 INFO kablam! 70 | | U: ?Sized, Oct 21 19:48:15.832 INFO kablam! 71 | | { Oct 21 19:48:15.832 INFO kablam! ... | Oct 21 19:48:15.832 INFO kablam! 75 | | } Oct 21 19:48:15.832 INFO kablam! 76 | | } Oct 21 19:48:15.832 INFO kablam! | |_____^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.832 INFO kablam! warning: method is never used: `possible_next` Oct 21 19:48:15.832 INFO kablam! --> src/markov.rs:78:5 Oct 21 19:48:15.832 INFO kablam! | Oct 21 19:48:15.832 INFO kablam! 78 | / pub fn possible_next(&self, current: &U) -> Option<&HashMap> Oct 21 19:48:15.832 INFO kablam! 79 | | where U: Borrow, Oct 21 19:48:15.832 INFO kablam! 80 | | U: ?Sized, Oct 21 19:48:15.832 INFO kablam! 81 | | { Oct 21 19:48:15.832 INFO kablam! 82 | | self.assocs.get(current.borrow()) Oct 21 19:48:15.832 INFO kablam! 83 | | } Oct 21 19:48:15.832 INFO kablam! | |_____^ Oct 21 19:48:15.832 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: function is never used: `split_cmd` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:28:1 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 28 | fn split_cmd(command: &mut str) -> (&mut str, &mut str) { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: struct is never constructed: `SocketServer` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:36:1 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 36 | pub struct SocketServer { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: method is never used: `bind` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:41:5 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 41 | pub fn bind(config: &DaemonConfig) -> Result { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: method is never used: `wait` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:47:5 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 47 | pub fn wait(&self) -> Result<()> { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: method is never used: `respond` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:58:5 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 58 | fn respond(&self, command: &mut str) -> Result<&'static str> { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: method is never used: `set_recommend` Oct 21 19:48:15.833 INFO kablam! --> src/socket.rs:72:5 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 72 | fn set_recommend(&self, arg: &mut str) -> &'static str { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: function is never used: `empty_mut_str` Oct 21 19:48:15.833 INFO kablam! --> src/utils.rs:29:1 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 29 | pub fn empty_mut_str() -> &'static mut str { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.833 INFO kablam! warning: function is never used: `sigmoid` Oct 21 19:48:15.833 INFO kablam! --> src/utils.rs:34:1 Oct 21 19:48:15.833 INFO kablam! | Oct 21 19:48:15.833 INFO kablam! 34 | pub fn sigmoid(n: f32) -> f32 { Oct 21 19:48:15.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.833 INFO kablam! Oct 21 19:48:15.876 INFO kablam! warning: function is never used: `random_key` Oct 21 19:48:15.876 INFO kablam! --> src/choose.rs:29:1 Oct 21 19:48:15.876 INFO kablam! | Oct 21 19:48:15.876 INFO kablam! 29 | pub fn random_key<'a, K: Eq + Hash, V>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 21 19:48:15.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.876 INFO kablam! | Oct 21 19:48:15.876 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:48:15.876 INFO kablam! Oct 21 19:48:15.876 INFO kablam! warning: function is never used: `roulette_wheel` Oct 21 19:48:15.876 INFO kablam! --> src/choose.rs:34:1 Oct 21 19:48:15.876 INFO kablam! | Oct 21 19:48:15.876 INFO kablam! 34 | pub fn roulette_wheel<'a, K: Eq + Hash>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 21 19:48:15.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.876 INFO kablam! Oct 21 19:48:15.876 INFO kablam! warning: method is never used: `modify_weight` Oct 21 19:48:15.876 INFO kablam! --> src/markov.rs:47:5 Oct 21 19:48:15.876 INFO kablam! | Oct 21 19:48:15.876 INFO kablam! 47 | pub fn modify_weight(&mut self, prev: T, next: T, diff: f32) { Oct 21 19:48:15.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.876 INFO kablam! Oct 21 19:48:15.876 INFO kablam! warning: method is never used: `clear` Oct 21 19:48:15.876 INFO kablam! --> src/markov.rs:55:5 Oct 21 19:48:15.876 INFO kablam! | Oct 21 19:48:15.876 INFO kablam! 55 | / pub fn clear(&mut self, item: &U) Oct 21 19:48:15.876 INFO kablam! 56 | | where U: Borrow, Oct 21 19:48:15.876 INFO kablam! 57 | | U: ?Sized, Oct 21 19:48:15.876 INFO kablam! 58 | | { Oct 21 19:48:15.876 INFO kablam! ... | Oct 21 19:48:15.876 INFO kablam! 61 | | } Oct 21 19:48:15.876 INFO kablam! 62 | | } Oct 21 19:48:15.876 INFO kablam! | |_____^ Oct 21 19:48:15.876 INFO kablam! Oct 21 19:48:15.876 INFO kablam! warning: method is never used: `start` Oct 21 19:48:15.876 INFO kablam! --> src/markov.rs:64:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 64 | pub fn start(&self, rng: &mut Rng) -> Option<&T> { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `next` Oct 21 19:48:15.877 INFO kablam! --> src/markov.rs:68:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 68 | / pub fn next(&self, current: &U, rng: &mut Rng) -> Option<&T> Oct 21 19:48:15.877 INFO kablam! 69 | | where U: Borrow, Oct 21 19:48:15.877 INFO kablam! 70 | | U: ?Sized, Oct 21 19:48:15.877 INFO kablam! 71 | | { Oct 21 19:48:15.877 INFO kablam! ... | Oct 21 19:48:15.877 INFO kablam! 75 | | } Oct 21 19:48:15.877 INFO kablam! 76 | | } Oct 21 19:48:15.877 INFO kablam! | |_____^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `possible_next` Oct 21 19:48:15.877 INFO kablam! --> src/markov.rs:78:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 78 | / pub fn possible_next(&self, current: &U) -> Option<&HashMap> Oct 21 19:48:15.877 INFO kablam! 79 | | where U: Borrow, Oct 21 19:48:15.877 INFO kablam! 80 | | U: ?Sized, Oct 21 19:48:15.877 INFO kablam! 81 | | { Oct 21 19:48:15.877 INFO kablam! 82 | | self.assocs.get(current.borrow()) Oct 21 19:48:15.877 INFO kablam! 83 | | } Oct 21 19:48:15.877 INFO kablam! | |_____^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: function is never used: `split_cmd` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:28:1 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 28 | fn split_cmd(command: &mut str) -> (&mut str, &mut str) { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: struct is never constructed: `SocketServer` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:36:1 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 36 | pub struct SocketServer { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `bind` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:41:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 41 | pub fn bind(config: &DaemonConfig) -> Result { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `wait` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:47:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 47 | pub fn wait(&self) -> Result<()> { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `respond` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:58:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 58 | fn respond(&self, command: &mut str) -> Result<&'static str> { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: method is never used: `set_recommend` Oct 21 19:48:15.877 INFO kablam! --> src/socket.rs:72:5 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 72 | fn set_recommend(&self, arg: &mut str) -> &'static str { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: function is never used: `empty_mut_str` Oct 21 19:48:15.877 INFO kablam! --> src/utils.rs:29:1 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 29 | pub fn empty_mut_str() -> &'static mut str { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.877 INFO kablam! warning: function is never used: `sigmoid` Oct 21 19:48:15.877 INFO kablam! --> src/utils.rs:34:1 Oct 21 19:48:15.877 INFO kablam! | Oct 21 19:48:15.877 INFO kablam! 34 | pub fn sigmoid(n: f32) -> f32 { Oct 21 19:48:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:48:15.877 INFO kablam! Oct 21 19:48:15.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.09s Oct 21 19:48:15.910 INFO kablam! su: No module specific data is present Oct 21 19:48:16.180 INFO running `"docker" "rm" "-f" "4f8367daa5b278222befedc183b97a2c6f5519921ba7db47cf38fac7c64f07a7"` Oct 21 19:48:16.264 INFO blam! 4f8367daa5b278222befedc183b97a2c6f5519921ba7db47cf38fac7c64f07a7