Oct 10 17:39:38.426 INFO testing neosam/textgame against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:39:38.426 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:39:38.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:39:39.246 INFO blam! 77f2ce706f3a535bfe2b1eb4f23bcbe27f0e61b258dadae228ace90be0126642 Oct 10 17:39:39.250 INFO running `"docker" "start" "-a" "77f2ce706f3a535bfe2b1eb4f23bcbe27f0e61b258dadae228ace90be0126642"` Oct 10 17:39:39.733 INFO kablam! usermod: no changes Oct 10 17:39:39.791 INFO kablam! Compiling serde_json v0.8.4 Oct 10 17:39:41.979 INFO kablam! Compiling textgametest v0.1.0 (/source) Oct 10 17:39:42.605 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:39:42.605 INFO kablam! --> src/terminal.rs:59:23 Oct 10 17:39:42.605 INFO kablam! | Oct 10 17:39:42.605 INFO kablam! 59 | return Ok((false)) Oct 10 17:39:42.606 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 10 17:39:42.606 INFO kablam! | Oct 10 17:39:42.606 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:39:42.606 INFO kablam! Oct 10 17:39:43.009 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.009 INFO kablam! --> src/main.rs:30:13 Oct 10 17:39:43.009 INFO kablam! | Oct 10 17:39:43.009 INFO kablam! 30 | let mut game_room = game.room_mut(room_ref); Oct 10 17:39:43.009 INFO kablam! | ----^^^^^^^^^ Oct 10 17:39:43.009 INFO kablam! | | Oct 10 17:39:43.009 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.009 INFO kablam! | Oct 10 17:39:43.009 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:39:43.009 INFO kablam! Oct 10 17:39:43.152 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.152 INFO kablam! --> src/game.rs:54:13 Oct 10 17:39:43.152 INFO kablam! | Oct 10 17:39:43.152 INFO kablam! 54 | let mut to_room = self.room_mut(to_room_key); Oct 10 17:39:43.152 INFO kablam! | ----^^^^^^^ Oct 10 17:39:43.152 INFO kablam! | | Oct 10 17:39:43.152 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.152 INFO kablam! Oct 10 17:39:43.163 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.163 INFO kablam! --> src/terminal.rs:114:15 Oct 10 17:39:43.163 INFO kablam! | Oct 10 17:39:43.163 INFO kablam! 114 | Box::new(|mut game| { Oct 10 17:39:43.163 INFO kablam! | ----^^^^ Oct 10 17:39:43.163 INFO kablam! | | Oct 10 17:39:43.163 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.163 INFO kablam! Oct 10 17:39:43.164 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.164 INFO kablam! --> src/terminal.rs:126:15 Oct 10 17:39:43.164 INFO kablam! | Oct 10 17:39:43.164 INFO kablam! 126 | Box::new(|mut game| { Oct 10 17:39:43.164 INFO kablam! | ----^^^^ Oct 10 17:39:43.164 INFO kablam! | | Oct 10 17:39:43.164 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.164 INFO kablam! Oct 10 17:39:43.166 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.166 INFO kablam! --> src/terminal.rs:134:15 Oct 10 17:39:43.166 INFO kablam! | Oct 10 17:39:43.166 INFO kablam! 134 | Box::new(|mut game| { Oct 10 17:39:43.166 INFO kablam! | ----^^^^ Oct 10 17:39:43.166 INFO kablam! | | Oct 10 17:39:43.166 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.166 INFO kablam! Oct 10 17:39:43.167 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.167 INFO kablam! --> src/terminal.rs:150:15 Oct 10 17:39:43.167 INFO kablam! | Oct 10 17:39:43.167 INFO kablam! 150 | Box::new(|mut game| { Oct 10 17:39:43.167 INFO kablam! | ----^^^^ Oct 10 17:39:43.168 INFO kablam! | | Oct 10 17:39:43.168 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.168 INFO kablam! Oct 10 17:39:43.170 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.170 INFO kablam! --> src/terminal.rs:161:15 Oct 10 17:39:43.170 INFO kablam! | Oct 10 17:39:43.170 INFO kablam! 161 | Box::new(|mut game| { Oct 10 17:39:43.170 INFO kablam! | ----^^^^ Oct 10 17:39:43.170 INFO kablam! | | Oct 10 17:39:43.170 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.170 INFO kablam! Oct 10 17:39:43.174 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.174 INFO kablam! --> src/terminal.rs:173:15 Oct 10 17:39:43.174 INFO kablam! | Oct 10 17:39:43.174 INFO kablam! 173 | Box::new(|mut game| { Oct 10 17:39:43.174 INFO kablam! | ----^^^^ Oct 10 17:39:43.174 INFO kablam! | | Oct 10 17:39:43.174 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.174 INFO kablam! Oct 10 17:39:43.174 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.174 INFO kablam! --> src/terminal.rs:176:13 Oct 10 17:39:43.174 INFO kablam! | Oct 10 17:39:43.174 INFO kablam! 176 | let mut room = game.player_room_mut(); Oct 10 17:39:43.174 INFO kablam! | ----^^^^ Oct 10 17:39:43.174 INFO kablam! | | Oct 10 17:39:43.174 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.174 INFO kablam! Oct 10 17:39:43.174 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.174 INFO kablam! --> src/terminal.rs:190:15 Oct 10 17:39:43.174 INFO kablam! | Oct 10 17:39:43.174 INFO kablam! 190 | Box::new(|mut game| { Oct 10 17:39:43.174 INFO kablam! | ----^^^^ Oct 10 17:39:43.174 INFO kablam! | | Oct 10 17:39:43.174 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.174 INFO kablam! Oct 10 17:39:43.174 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:43.174 INFO kablam! --> src/terminal.rs:196:13 Oct 10 17:39:43.174 INFO kablam! | Oct 10 17:39:43.174 INFO kablam! 196 | let mut room = game.player_room_mut(); Oct 10 17:39:43.175 INFO kablam! | ----^^^^ Oct 10 17:39:43.175 INFO kablam! | | Oct 10 17:39:43.175 INFO kablam! | help: remove this `mut` Oct 10 17:39:43.175 INFO kablam! Oct 10 17:39:43.186 INFO kablam! warning: type alias is never used: `GameResult` Oct 10 17:39:43.186 INFO kablam! --> src/gameerror.rs:25:1 Oct 10 17:39:43.186 INFO kablam! | Oct 10 17:39:43.186 INFO kablam! 25 | type GameResult = result::Result; Oct 10 17:39:43.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:43.186 INFO kablam! | Oct 10 17:39:43.186 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:39:43.186 INFO kablam! Oct 10 17:39:43.187 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:39:43.187 INFO kablam! --> src/main.rs:1:12 Oct 10 17:39:43.187 INFO kablam! | Oct 10 17:39:43.187 INFO kablam! 1 | #![feature(proc_macro)] Oct 10 17:39:43.187 INFO kablam! | ^^^^^^^^^^ Oct 10 17:39:43.187 INFO kablam! | Oct 10 17:39:43.187 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:39:43.187 INFO kablam! Oct 10 17:39:43.187 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:39:43.187 INFO kablam! --> src/main.rs:2:12 Oct 10 17:39:43.187 INFO kablam! | Oct 10 17:39:43.187 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 17:39:43.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:43.187 INFO kablam! Oct 10 17:39:47.094 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.34s Oct 10 17:39:47.100 INFO kablam! su: No module specific data is present Oct 10 17:39:47.560 INFO running `"docker" "rm" "-f" "77f2ce706f3a535bfe2b1eb4f23bcbe27f0e61b258dadae228ace90be0126642"` Oct 10 17:39:47.764 INFO blam! 77f2ce706f3a535bfe2b1eb4f23bcbe27f0e61b258dadae228ace90be0126642 Oct 10 17:39:47.764 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:39:47.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:39:48.083 INFO blam! 74d9491b8c0edb2c62ed299dcd85ddbcbe663793bdab929c734563e878519410 Oct 10 17:39:48.089 INFO running `"docker" "start" "-a" "74d9491b8c0edb2c62ed299dcd85ddbcbe663793bdab929c734563e878519410"` Oct 10 17:39:49.252 INFO kablam! usermod: no changes Oct 10 17:39:49.388 INFO kablam! Compiling textgametest v0.1.0 (/source) Oct 10 17:39:50.423 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:39:50.423 INFO kablam! --> src/terminal.rs:59:23 Oct 10 17:39:50.423 INFO kablam! | Oct 10 17:39:50.423 INFO kablam! 59 | return Ok((false)) Oct 10 17:39:50.423 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 10 17:39:50.423 INFO kablam! | Oct 10 17:39:50.423 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:39:50.423 INFO kablam! Oct 10 17:39:50.997 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:50.997 INFO kablam! --> src/main.rs:30:13 Oct 10 17:39:50.998 INFO kablam! | Oct 10 17:39:50.998 INFO kablam! 30 | let mut game_room = game.room_mut(room_ref); Oct 10 17:39:50.998 INFO kablam! | ----^^^^^^^^^ Oct 10 17:39:50.999 INFO kablam! | | Oct 10 17:39:50.999 INFO kablam! | help: remove this `mut` Oct 10 17:39:50.999 INFO kablam! | Oct 10 17:39:50.999 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:39:51.000 INFO kablam! Oct 10 17:39:51.156 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.156 INFO kablam! --> src/game.rs:54:13 Oct 10 17:39:51.156 INFO kablam! | Oct 10 17:39:51.156 INFO kablam! 54 | let mut to_room = self.room_mut(to_room_key); Oct 10 17:39:51.156 INFO kablam! | ----^^^^^^^ Oct 10 17:39:51.156 INFO kablam! | | Oct 10 17:39:51.156 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.156 INFO kablam! Oct 10 17:39:51.182 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.183 INFO kablam! --> src/terminal.rs:114:15 Oct 10 17:39:51.183 INFO kablam! | Oct 10 17:39:51.184 INFO kablam! 114 | Box::new(|mut game| { Oct 10 17:39:51.184 INFO kablam! | ----^^^^ Oct 10 17:39:51.186 INFO kablam! | | Oct 10 17:39:51.186 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.187 INFO kablam! Oct 10 17:39:51.187 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.187 INFO kablam! --> src/terminal.rs:126:15 Oct 10 17:39:51.187 INFO kablam! | Oct 10 17:39:51.188 INFO kablam! 126 | Box::new(|mut game| { Oct 10 17:39:51.188 INFO kablam! | ----^^^^ Oct 10 17:39:51.188 INFO kablam! | | Oct 10 17:39:51.189 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.189 INFO kablam! Oct 10 17:39:51.189 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.190 INFO kablam! --> src/terminal.rs:134:15 Oct 10 17:39:51.190 INFO kablam! | Oct 10 17:39:51.190 INFO kablam! 134 | Box::new(|mut game| { Oct 10 17:39:51.191 INFO kablam! | ----^^^^ Oct 10 17:39:51.191 INFO kablam! | | Oct 10 17:39:51.191 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.192 INFO kablam! Oct 10 17:39:51.192 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.192 INFO kablam! --> src/terminal.rs:150:15 Oct 10 17:39:51.193 INFO kablam! | Oct 10 17:39:51.193 INFO kablam! 150 | Box::new(|mut game| { Oct 10 17:39:51.193 INFO kablam! | ----^^^^ Oct 10 17:39:51.194 INFO kablam! | | Oct 10 17:39:51.194 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.194 INFO kablam! Oct 10 17:39:51.194 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.195 INFO kablam! --> src/terminal.rs:161:15 Oct 10 17:39:51.195 INFO kablam! | Oct 10 17:39:51.195 INFO kablam! 161 | Box::new(|mut game| { Oct 10 17:39:51.196 INFO kablam! | ----^^^^ Oct 10 17:39:51.196 INFO kablam! | | Oct 10 17:39:51.196 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.197 INFO kablam! Oct 10 17:39:51.197 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.197 INFO kablam! --> src/terminal.rs:173:15 Oct 10 17:39:51.198 INFO kablam! | Oct 10 17:39:51.198 INFO kablam! 173 | Box::new(|mut game| { Oct 10 17:39:51.198 INFO kablam! | ----^^^^ Oct 10 17:39:51.199 INFO kablam! | | Oct 10 17:39:51.199 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.199 INFO kablam! Oct 10 17:39:51.199 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.200 INFO kablam! --> src/terminal.rs:176:13 Oct 10 17:39:51.204 INFO kablam! | Oct 10 17:39:51.205 INFO kablam! 176 | let mut room = game.player_room_mut(); Oct 10 17:39:51.205 INFO kablam! | ----^^^^ Oct 10 17:39:51.205 INFO kablam! | | Oct 10 17:39:51.205 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.206 INFO kablam! Oct 10 17:39:51.206 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.207 INFO kablam! --> src/terminal.rs:190:15 Oct 10 17:39:51.207 INFO kablam! | Oct 10 17:39:51.207 INFO kablam! 190 | Box::new(|mut game| { Oct 10 17:39:51.208 INFO kablam! | ----^^^^ Oct 10 17:39:51.208 INFO kablam! | | Oct 10 17:39:51.208 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.208 INFO kablam! Oct 10 17:39:51.209 INFO kablam! warning: variable does not need to be mutable Oct 10 17:39:51.209 INFO kablam! --> src/terminal.rs:196:13 Oct 10 17:39:51.209 INFO kablam! | Oct 10 17:39:51.210 INFO kablam! 196 | let mut room = game.player_room_mut(); Oct 10 17:39:51.210 INFO kablam! | ----^^^^ Oct 10 17:39:51.210 INFO kablam! | | Oct 10 17:39:51.211 INFO kablam! | help: remove this `mut` Oct 10 17:39:51.211 INFO kablam! Oct 10 17:39:51.211 INFO kablam! warning: type alias is never used: `GameResult` Oct 10 17:39:51.211 INFO kablam! --> src/gameerror.rs:25:1 Oct 10 17:39:51.212 INFO kablam! | Oct 10 17:39:51.212 INFO kablam! 25 | type GameResult = result::Result; Oct 10 17:39:51.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:51.213 INFO kablam! | Oct 10 17:39:51.213 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:39:51.213 INFO kablam! Oct 10 17:39:51.214 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:39:51.214 INFO kablam! --> src/main.rs:1:12 Oct 10 17:39:51.214 INFO kablam! | Oct 10 17:39:51.214 INFO kablam! 1 | #![feature(proc_macro)] Oct 10 17:39:51.215 INFO kablam! | ^^^^^^^^^^ Oct 10 17:39:51.215 INFO kablam! | Oct 10 17:39:51.215 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:39:51.215 INFO kablam! Oct 10 17:39:51.215 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:39:51.215 INFO kablam! --> src/main.rs:2:12 Oct 10 17:39:51.215 INFO kablam! | Oct 10 17:39:51.215 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 17:39:51.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:51.216 INFO kablam! Oct 10 17:39:51.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 10 17:39:51.890 INFO kablam! su: No module specific data is present Oct 10 17:39:52.353 INFO running `"docker" "rm" "-f" "74d9491b8c0edb2c62ed299dcd85ddbcbe663793bdab929c734563e878519410"` Oct 10 17:39:52.630 INFO blam! 74d9491b8c0edb2c62ed299dcd85ddbcbe663793bdab929c734563e878519410 Oct 10 17:39:52.636 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:39:52.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 17:39:53.046 INFO blam! 6873c2a9714cedf1343c8801a9d695ab758dfdc513cc93cc739e47a68a18bc4f Oct 10 17:39:53.048 INFO running `"docker" "start" "-a" "6873c2a9714cedf1343c8801a9d695ab758dfdc513cc93cc739e47a68a18bc4f"` Oct 10 17:39:54.052 INFO kablam! usermod: no changes Oct 10 17:39:54.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 17:39:54.156 INFO kablam! Running /target/debug/deps/textgametest-04c0d89f6bd7ed01 Oct 10 17:39:54.161 INFO kablam! su: No module specific data is present Oct 10 17:39:54.161 INFO blam! Oct 10 17:39:54.161 INFO blam! running 0 tests Oct 10 17:39:54.161 INFO blam! Oct 10 17:39:54.161 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:54.161 INFO blam! Oct 10 17:39:54.705 INFO running `"docker" "rm" "-f" "6873c2a9714cedf1343c8801a9d695ab758dfdc513cc93cc739e47a68a18bc4f"` Oct 10 17:39:54.896 INFO blam! 6873c2a9714cedf1343c8801a9d695ab758dfdc513cc93cc739e47a68a18bc4f