Oct 10 14:34:06.001 INFO testing solarsail/learnopengl-gfxrs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:34:06.001 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:34:06.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 14:34:06.490 INFO blam! 04ea2f13ae96b49cf9169fac7b770a6fea06c0527cc1cb2931ce96f653b23af4 Oct 10 14:34:06.504 INFO running `"docker" "start" "-a" "04ea2f13ae96b49cf9169fac7b770a6fea06c0527cc1cb2931ce96f653b23af4"` Oct 10 14:34:07.808 INFO kablam! usermod: no changes Oct 10 14:34:08.188 INFO kablam! Compiling spin_sleep v0.3.1 Oct 10 14:34:08.188 INFO kablam! Compiling atty v0.2.3 Oct 10 14:34:08.201 INFO kablam! Compiling textwrap v0.8.0 Oct 10 14:34:08.201 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 14:34:08.201 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 14:34:08.201 INFO kablam! Compiling x11-dl v2.15.0 Oct 10 14:34:08.201 INFO kablam! Compiling structopt-derive v0.1.1 Oct 10 14:34:08.201 INFO kablam! Compiling gfx_core v0.7.1 Oct 10 14:34:11.852 INFO kablam! Compiling clap v2.26.2 Oct 10 14:34:11.864 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 14:34:16.030 INFO kablam! Compiling rayon v0.8.2 Oct 10 14:34:21.980 INFO kablam! Compiling libloading v0.3.4 Oct 10 14:34:29.536 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 14:34:38.050 INFO kablam! Compiling dlib v0.3.1 Oct 10 14:34:39.273 INFO kablam! Compiling image v0.15.0 Oct 10 14:34:39.876 INFO kablam! Compiling wayland-sys v0.9.9 Oct 10 14:34:43.432 INFO kablam! Compiling wayland-client v0.9.9 Oct 10 14:34:50.876 INFO kablam! Compiling wayland-window v0.6.1 Oct 10 14:34:50.876 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 10 14:34:56.755 INFO kablam! Compiling winit v0.7.5 Oct 10 14:35:28.450 INFO kablam! Compiling glutin v0.9.2 Oct 10 14:35:29.829 INFO kablam! Compiling structopt v0.1.1 Oct 10 14:35:41.825 INFO kablam! Compiling gfx_device_gl v0.14.2 Oct 10 14:35:41.828 INFO kablam! Compiling gfx v0.16.1 Oct 10 14:35:48.141 INFO kablam! Compiling gfx_window_glutin v0.17.0 Oct 10 14:35:53.604 INFO kablam! Compiling learnopengl-gfxrs v0.1.0 (/source) Oct 10 14:36:33.876 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:36:33.876 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 10 14:36:33.876 INFO kablam! | Oct 10 14:36:33.876 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 10 14:36:33.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:36:33.876 INFO kablam! | Oct 10 14:36:33.876 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:36:33.876 INFO kablam! Oct 10 14:36:33.876 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:36:33.876 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 10 14:36:33.876 INFO kablam! | Oct 10 14:36:33.876 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 10 14:36:33.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:36:33.876 INFO kablam! Oct 10 14:36:39.871 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 10 14:36:39.872 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 10 14:36:39.872 INFO kablam! | Oct 10 14:36:39.872 INFO kablam! 138 | let mut current_fps = None; Oct 10 14:36:39.872 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:36:39.873 INFO kablam! | Oct 10 14:36:39.873 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:36:39.873 INFO kablam! = note: consider using `_current_fps` instead Oct 10 14:36:39.874 INFO kablam! Oct 10 14:36:39.874 INFO kablam! warning: value assigned to `current_fps` is never read Oct 10 14:36:39.874 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 10 14:36:39.874 INFO kablam! | Oct 10 14:36:39.875 INFO kablam! 164 | current_fps = Some(fps); Oct 10 14:36:39.875 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:36:39.875 INFO kablam! | Oct 10 14:36:39.876 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:36:39.876 INFO kablam! Oct 10 14:36:40.241 INFO kablam! warning: method is never used: `projection_matrix` Oct 10 14:36:40.241 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 10 14:36:40.241 INFO kablam! | Oct 10 14:36:40.241 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 10 14:36:40.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:36:40.241 INFO kablam! | Oct 10 14:36:40.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:36:40.241 INFO kablam! Oct 10 14:36:40.241 INFO kablam! warning: method is never used: `view_matrix` Oct 10 14:36:40.241 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 10 14:36:40.241 INFO kablam! | Oct 10 14:36:40.241 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 10 14:36:40.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:36:40.241 INFO kablam! Oct 10 14:36:40.241 INFO kablam! warning: field is never used: `spot` Oct 10 14:36:40.241 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 10 14:36:40.241 INFO kablam! | Oct 10 14:36:40.241 INFO kablam! 45 | spot: Option, Oct 10 14:36:40.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:36:40.241 INFO kablam! Oct 10 14:36:46.780 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 38s Oct 10 14:36:46.788 INFO kablam! su: No module specific data is present Oct 10 14:36:47.118 INFO running `"docker" "rm" "-f" "04ea2f13ae96b49cf9169fac7b770a6fea06c0527cc1cb2931ce96f653b23af4"` Oct 10 14:36:47.313 INFO blam! 04ea2f13ae96b49cf9169fac7b770a6fea06c0527cc1cb2931ce96f653b23af4 Oct 10 14:36:47.321 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:36:47.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 14:36:47.593 INFO blam! 7a1f8ac13463fa7ccfa70b9ecdeb2cfedbb346ed7f31607a23d16f63c974ef6f Oct 10 14:36:47.601 INFO running `"docker" "start" "-a" "7a1f8ac13463fa7ccfa70b9ecdeb2cfedbb346ed7f31607a23d16f63c974ef6f"` Oct 10 14:36:48.508 INFO kablam! usermod: no changes Oct 10 14:36:48.816 INFO kablam! Compiling learnopengl-gfxrs v0.1.0 (/source) Oct 10 14:37:04.128 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:37:04.128 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 10 14:37:04.128 INFO kablam! | Oct 10 14:37:04.128 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 10 14:37:04.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:37:04.128 INFO kablam! | Oct 10 14:37:04.128 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:37:04.128 INFO kablam! Oct 10 14:37:04.128 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:37:04.128 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 10 14:37:04.128 INFO kablam! | Oct 10 14:37:04.128 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 10 14:37:04.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:37:04.128 INFO kablam! Oct 10 14:37:13.848 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 10 14:37:13.848 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 10 14:37:13.848 INFO kablam! | Oct 10 14:37:13.848 INFO kablam! 138 | let mut current_fps = None; Oct 10 14:37:13.848 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:37:13.848 INFO kablam! | Oct 10 14:37:13.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:37:13.848 INFO kablam! = note: consider using `_current_fps` instead Oct 10 14:37:13.848 INFO kablam! Oct 10 14:37:13.848 INFO kablam! warning: value assigned to `current_fps` is never read Oct 10 14:37:13.848 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 10 14:37:13.848 INFO kablam! | Oct 10 14:37:13.848 INFO kablam! 164 | current_fps = Some(fps); Oct 10 14:37:13.848 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:37:13.848 INFO kablam! | Oct 10 14:37:13.848 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:37:13.848 INFO kablam! Oct 10 14:37:15.364 INFO kablam! warning: method is never used: `projection_matrix` Oct 10 14:37:15.364 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 10 14:37:15.364 INFO kablam! | Oct 10 14:37:15.364 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 10 14:37:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:37:15.364 INFO kablam! | Oct 10 14:37:15.364 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:37:15.364 INFO kablam! Oct 10 14:37:15.364 INFO kablam! warning: method is never used: `view_matrix` Oct 10 14:37:15.364 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 10 14:37:15.364 INFO kablam! | Oct 10 14:37:15.364 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 10 14:37:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:37:15.364 INFO kablam! Oct 10 14:37:15.364 INFO kablam! warning: field is never used: `spot` Oct 10 14:37:15.364 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 10 14:37:15.364 INFO kablam! | Oct 10 14:37:15.364 INFO kablam! 45 | spot: Option, Oct 10 14:37:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:37:15.364 INFO kablam! Oct 10 14:37:24.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.90s Oct 10 14:37:24.517 INFO kablam! su: No module specific data is present Oct 10 14:37:25.792 INFO running `"docker" "rm" "-f" "7a1f8ac13463fa7ccfa70b9ecdeb2cfedbb346ed7f31607a23d16f63c974ef6f"` Oct 10 14:37:26.152 INFO blam! 7a1f8ac13463fa7ccfa70b9ecdeb2cfedbb346ed7f31607a23d16f63c974ef6f Oct 10 14:37:26.156 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:37:26.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 14:37:26.652 INFO blam! dc37c1b324300ebf5e6aaeeb22c2453516e2c7c41f6bd3480b7197a441e93ec7 Oct 10 14:37:26.654 INFO running `"docker" "start" "-a" "dc37c1b324300ebf5e6aaeeb22c2453516e2c7c41f6bd3480b7197a441e93ec7"` Oct 10 14:37:28.764 INFO kablam! usermod: no changes Oct 10 14:37:29.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 10 14:37:29.095 INFO kablam! Running /target/debug/deps/basic_lighting-39d2cd65ed0544f0 Oct 10 14:37:29.102 INFO blam! Oct 10 14:37:29.102 INFO blam! running 0 tests Oct 10 14:37:29.102 INFO blam! Oct 10 14:37:29.102 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.102 INFO blam! Oct 10 14:37:29.112 INFO kablam! Running /target/debug/deps/basic_lighting_revised-ec0e031fdd2b3bc0 Oct 10 14:37:29.122 INFO blam! Oct 10 14:37:29.122 INFO blam! running 0 tests Oct 10 14:37:29.122 INFO blam! Oct 10 14:37:29.122 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.122 INFO blam! Oct 10 14:37:29.122 INFO kablam! Running /target/debug/deps/basic_lighting_view-9221a295e7662ddc Oct 10 14:37:29.126 INFO blam! Oct 10 14:37:29.126 INFO blam! running 0 tests Oct 10 14:37:29.126 INFO blam! Oct 10 14:37:29.126 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.126 INFO blam! Oct 10 14:37:29.128 INFO kablam! Running /target/debug/deps/camera-3c65707f099c5b5f Oct 10 14:37:29.130 INFO blam! Oct 10 14:37:29.130 INFO blam! running 0 tests Oct 10 14:37:29.130 INFO blam! Oct 10 14:37:29.130 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.130 INFO blam! Oct 10 14:37:29.130 INFO kablam! Running /target/debug/deps/colors-d8bc1f4f3aeba0bb Oct 10 14:37:29.132 INFO blam! Oct 10 14:37:29.132 INFO blam! running 0 tests Oct 10 14:37:29.132 INFO blam! Oct 10 14:37:29.132 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.132 INFO blam! Oct 10 14:37:29.132 INFO kablam! Running /target/debug/deps/coordinate-c73526539cbc305d Oct 10 14:37:29.150 INFO blam! Oct 10 14:37:29.150 INFO blam! running 0 tests Oct 10 14:37:29.150 INFO blam! Oct 10 14:37:29.150 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.150 INFO blam! Oct 10 14:37:29.150 INFO kablam! Running /target/debug/deps/hello_triangle-d547cafc826f926b Oct 10 14:37:29.154 INFO blam! Oct 10 14:37:29.154 INFO blam! running 0 tests Oct 10 14:37:29.154 INFO blam! Oct 10 14:37:29.154 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.154 INFO blam! Oct 10 14:37:29.154 INFO kablam! Running /target/debug/deps/hello_triangle_revised-5c1589f623c5b149 Oct 10 14:37:29.158 INFO blam! Oct 10 14:37:29.158 INFO blam! running 0 tests Oct 10 14:37:29.158 INFO blam! Oct 10 14:37:29.158 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.158 INFO blam! Oct 10 14:37:29.162 INFO kablam! Running /target/debug/deps/hello_window-f31198a6898bfda6 Oct 10 14:37:29.164 INFO kablam! Running /target/debug/deps/lighting_maps-f111ba2f00bfff1d Oct 10 14:37:29.164 INFO blam! Oct 10 14:37:29.164 INFO blam! running 0 tests Oct 10 14:37:29.164 INFO blam! Oct 10 14:37:29.164 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.164 INFO blam! Oct 10 14:37:29.172 INFO blam! Oct 10 14:37:29.172 INFO blam! running 0 tests Oct 10 14:37:29.172 INFO blam! Oct 10 14:37:29.172 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.172 INFO blam! Oct 10 14:37:29.173 INFO kablam! Running /target/debug/deps/materials-7ae9a054924f5089 Oct 10 14:37:29.180 INFO blam! Oct 10 14:37:29.180 INFO blam! running 0 tests Oct 10 14:37:29.180 INFO blam! Oct 10 14:37:29.180 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.180 INFO blam! Oct 10 14:37:29.181 INFO kablam! Running /target/debug/deps/multiple_lights-bdee7ded2e132b80 Oct 10 14:37:29.186 INFO blam! Oct 10 14:37:29.186 INFO blam! running 0 tests Oct 10 14:37:29.187 INFO blam! Oct 10 14:37:29.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.187 INFO blam! Oct 10 14:37:29.192 INFO kablam! Running /target/debug/deps/shaders-cc587fea46c74ecf Oct 10 14:37:29.192 INFO kablam! Running /target/debug/deps/textures-134e733e1934be2b Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.192 INFO blam! running 0 tests Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.192 INFO blam! running 0 tests Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.192 INFO blam! Oct 10 14:37:29.193 INFO kablam! Running /target/debug/deps/transformations-e580ab1d4370ae68 Oct 10 14:37:29.200 INFO blam! Oct 10 14:37:29.200 INFO blam! running 0 tests Oct 10 14:37:29.200 INFO blam! Oct 10 14:37:29.200 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:37:29.200 INFO blam! Oct 10 14:37:29.204 INFO kablam! su: No module specific data is present Oct 10 14:37:29.932 INFO running `"docker" "rm" "-f" "dc37c1b324300ebf5e6aaeeb22c2453516e2c7c41f6bd3480b7197a441e93ec7"` Oct 10 14:37:30.232 INFO blam! dc37c1b324300ebf5e6aaeeb22c2453516e2c7c41f6bd3480b7197a441e93ec7