Oct 11 04:44:12.553 INFO testing RubenTipparach/rustysponge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:44:12.553 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:44:12.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:44:12.994 INFO blam! 29b2499bd4edd95a77e9e8b95f414f6aa6e9fb137fc2c31f65b70bbe74bbc32e Oct 11 04:44:13.000 INFO running `"docker" "start" "-a" "29b2499bd4edd95a77e9e8b95f414f6aa6e9fb137fc2c31f65b70bbe74bbc32e"` Oct 11 04:44:13.940 INFO kablam! usermod: no changes Oct 11 04:44:14.456 INFO kablam! Compiling png v0.6.2 Oct 11 04:44:14.456 INFO kablam! Compiling glutin v0.7.4 Oct 11 04:44:14.456 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 11 04:44:14.456 INFO kablam! Compiling gfx_device_gl v0.12.0 Oct 11 04:44:14.456 INFO kablam! Compiling piston2d-opengl_graphics v0.44.0 Oct 11 04:44:14.468 INFO kablam! Compiling wayland-sys v0.7.8 Oct 11 04:44:14.476 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 11 04:44:20.273 INFO kablam! Compiling piston v0.27.0 Oct 11 04:44:26.497 INFO kablam! Compiling wayland-client v0.7.8 Oct 11 04:44:26.552 INFO kablam! Compiling image v0.12.4 Oct 11 04:44:37.689 INFO kablam! Compiling wayland-window v0.4.4 Oct 11 04:44:37.689 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 11 04:44:41.808 INFO kablam! Compiling winit v0.5.11 Oct 11 04:44:52.626 INFO kablam! Compiling piston-gfx_texture v0.20.0 Oct 11 04:44:55.840 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 11 04:44:57.872 INFO kablam! Compiling piston2d-gfx_graphics v0.35.0 Oct 11 04:45:05.844 INFO kablam! Compiling piston_window v0.61.0 Oct 11 04:45:11.248 INFO kablam! Compiling pong v0.1.0 (/source) Oct 11 04:45:16.416 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:16.416 INFO kablam! --> src/main.rs:105:12 Oct 11 04:45:16.416 INFO kablam! | Oct 11 04:45:16.416 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 11 04:45:16.416 INFO kablam! | ____________^ Oct 11 04:45:16.417 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 11 04:45:16.417 INFO kablam! 107 | | ) Oct 11 04:45:16.417 INFO kablam! | |_________^ Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:45:16.417 INFO kablam! help: remove these parentheses Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 11 04:45:16.417 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! Oct 11 04:45:16.417 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:16.417 INFO kablam! --> src/main.rs:115:12 Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 11 04:45:16.417 INFO kablam! | ____________^ Oct 11 04:45:16.417 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 11 04:45:16.417 INFO kablam! | |__________________________________________________________________^ Oct 11 04:45:16.417 INFO kablam! help: remove these parentheses Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 11 04:45:16.417 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! Oct 11 04:45:16.417 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:16.417 INFO kablam! --> src/main.rs:124:11 Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 11 04:45:16.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:45:16.417 INFO kablam! Oct 11 04:45:16.417 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:16.417 INFO kablam! --> src/main.rs:135:11 Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 11 04:45:16.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:16.417 INFO kablam! help: remove these parentheses Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 11 04:45:16.417 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 11 04:45:16.417 INFO kablam! | Oct 11 04:45:16.417 INFO kablam! Oct 11 04:45:16.532 INFO kablam! warning: unused variable: `args` Oct 11 04:45:16.532 INFO kablam! --> src/main.rs:97:26 Oct 11 04:45:16.532 INFO kablam! | Oct 11 04:45:16.532 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 11 04:45:16.532 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 04:45:16.532 INFO kablam! | Oct 11 04:45:16.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:45:16.532 INFO kablam! Oct 11 04:45:16.576 INFO kablam! warning: method is never used: `move_x` Oct 11 04:45:16.576 INFO kablam! --> src/main.rs:146:5 Oct 11 04:45:16.576 INFO kablam! | Oct 11 04:45:16.576 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 11 04:45:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:16.576 INFO kablam! | Oct 11 04:45:16.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:45:16.576 INFO kablam! Oct 11 04:45:16.576 INFO kablam! warning: method is never used: `move_ex` Oct 11 04:45:16.576 INFO kablam! --> src/main.rs:156:5 Oct 11 04:45:16.576 INFO kablam! | Oct 11 04:45:16.576 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 11 04:45:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:16.576 INFO kablam! Oct 11 04:45:16.580 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 11 04:45:16.580 INFO kablam! --> src/main.rs:53:13 Oct 11 04:45:16.580 INFO kablam! | Oct 11 04:45:16.580 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 11 04:45:16.580 INFO kablam! | ^^^^^^^^ Oct 11 04:45:16.580 INFO kablam! | Oct 11 04:45:16.580 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:45:16.580 INFO kablam! Oct 11 04:45:16.580 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 11 04:45:16.580 INFO kablam! --> src/main.rs:72:17 Oct 11 04:45:16.580 INFO kablam! | Oct 11 04:45:16.580 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 11 04:45:16.580 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:45:16.580 INFO kablam! Oct 11 04:45:16.580 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 11 04:45:16.580 INFO kablam! --> src/main.rs:79:17 Oct 11 04:45:16.580 INFO kablam! | Oct 11 04:45:16.580 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 11 04:45:16.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:45:16.580 INFO kablam! Oct 11 04:45:16.580 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 11 04:45:16.580 INFO kablam! --> src/main.rs:87:16 Oct 11 04:45:16.581 INFO kablam! | Oct 11 04:45:16.581 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 11 04:45:16.581 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:45:16.581 INFO kablam! Oct 11 04:45:20.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 11 04:45:20.656 INFO kablam! su: No module specific data is present Oct 11 04:45:21.295 INFO running `"docker" "rm" "-f" "29b2499bd4edd95a77e9e8b95f414f6aa6e9fb137fc2c31f65b70bbe74bbc32e"` Oct 11 04:45:21.646 INFO blam! 29b2499bd4edd95a77e9e8b95f414f6aa6e9fb137fc2c31f65b70bbe74bbc32e Oct 11 04:45:21.660 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:45:21.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:45:22.068 INFO blam! 8c9bf27a4f54eaaea59de79c2e8ea5b570e14b3d0ee4595b388439c6818b6606 Oct 11 04:45:22.076 INFO running `"docker" "start" "-a" "8c9bf27a4f54eaaea59de79c2e8ea5b570e14b3d0ee4595b388439c6818b6606"` Oct 11 04:45:23.352 INFO kablam! usermod: no changes Oct 11 04:45:23.613 INFO kablam! Compiling pong v0.1.0 (/source) Oct 11 04:45:28.808 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:28.808 INFO kablam! --> src/main.rs:105:12 Oct 11 04:45:28.808 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 11 04:45:28.809 INFO kablam! | ____________^ Oct 11 04:45:28.809 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 11 04:45:28.809 INFO kablam! 107 | | ) Oct 11 04:45:28.809 INFO kablam! | |_________^ Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:45:28.809 INFO kablam! help: remove these parentheses Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 11 04:45:28.809 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! Oct 11 04:45:28.809 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:28.809 INFO kablam! --> src/main.rs:115:12 Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 11 04:45:28.809 INFO kablam! | ____________^ Oct 11 04:45:28.809 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 11 04:45:28.809 INFO kablam! | |__________________________________________________________________^ Oct 11 04:45:28.809 INFO kablam! help: remove these parentheses Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 11 04:45:28.809 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! Oct 11 04:45:28.809 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:28.809 INFO kablam! --> src/main.rs:124:11 Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 11 04:45:28.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:45:28.809 INFO kablam! Oct 11 04:45:28.809 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:45:28.809 INFO kablam! --> src/main.rs:135:11 Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 11 04:45:28.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:28.809 INFO kablam! help: remove these parentheses Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 11 04:45:28.809 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 11 04:45:28.809 INFO kablam! | Oct 11 04:45:28.809 INFO kablam! Oct 11 04:45:28.892 INFO kablam! warning: unused variable: `args` Oct 11 04:45:28.892 INFO kablam! --> src/main.rs:97:26 Oct 11 04:45:28.892 INFO kablam! | Oct 11 04:45:28.892 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 11 04:45:28.892 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 04:45:28.892 INFO kablam! | Oct 11 04:45:28.892 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:45:28.892 INFO kablam! Oct 11 04:45:28.916 INFO kablam! warning: method is never used: `move_x` Oct 11 04:45:28.916 INFO kablam! --> src/main.rs:146:5 Oct 11 04:45:28.916 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:28.917 INFO kablam! warning: method is never used: `move_ex` Oct 11 04:45:28.917 INFO kablam! --> src/main.rs:156:5 Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:28.917 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 11 04:45:28.917 INFO kablam! --> src/main.rs:53:13 Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:28.917 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 11 04:45:28.917 INFO kablam! --> src/main.rs:72:17 Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:28.917 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 11 04:45:28.917 INFO kablam! --> src/main.rs:79:17 Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:28.917 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 11 04:45:28.917 INFO kablam! --> src/main.rs:87:16 Oct 11 04:45:28.917 INFO kablam! | Oct 11 04:45:28.917 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 11 04:45:28.917 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:45:28.917 INFO kablam! Oct 11 04:45:29.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.06s Oct 11 04:45:29.470 INFO kablam! su: No module specific data is present Oct 11 04:45:30.052 INFO running `"docker" "rm" "-f" "8c9bf27a4f54eaaea59de79c2e8ea5b570e14b3d0ee4595b388439c6818b6606"` Oct 11 04:45:30.344 INFO blam! 8c9bf27a4f54eaaea59de79c2e8ea5b570e14b3d0ee4595b388439c6818b6606 Oct 11 04:45:30.348 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:45:30.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:45:30.655 INFO blam! 9582679c5498aed56bf76137055d44a26d7a69cb9c4ed224c51f03739114224d Oct 11 04:45:30.668 INFO running `"docker" "start" "-a" "9582679c5498aed56bf76137055d44a26d7a69cb9c4ed224c51f03739114224d"` Oct 11 04:45:31.603 INFO kablam! usermod: no changes Oct 11 04:45:31.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 04:45:31.842 INFO kablam! Running /target/debug/deps/pong-3593e7dc54745451 Oct 11 04:45:31.849 INFO blam! Oct 11 04:45:31.849 INFO blam! running 0 tests Oct 11 04:45:31.849 INFO blam! Oct 11 04:45:31.849 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:45:31.850 INFO blam! Oct 11 04:45:31.852 INFO kablam! su: No module specific data is present Oct 11 04:45:32.475 INFO running `"docker" "rm" "-f" "9582679c5498aed56bf76137055d44a26d7a69cb9c4ed224c51f03739114224d"` Oct 11 04:45:32.744 INFO blam! 9582679c5498aed56bf76137055d44a26d7a69cb9c4ed224c51f03739114224d