Oct 13 04:53:14.410 INFO testing oliverlars/rust_ray against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:53:14.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:53:14.917 INFO blam! a24d56ce3f1d2a7c4ee94470b048fbfb6ee985ef9c21235765f35dc23907a807 Oct 13 04:53:14.918 INFO running `"docker" "start" "-a" "a24d56ce3f1d2a7c4ee94470b048fbfb6ee985ef9c21235765f35dc23907a807"` Oct 13 04:53:16.471 INFO kablam! usermod: no changes Oct 13 04:53:16.619 INFO kablam! Compiling rayon-core v1.0.2 Oct 13 04:53:16.623 INFO kablam! Compiling num_cpus v1.5.0 Oct 13 04:53:16.624 INFO kablam! Compiling num-integer v0.1.34 Oct 13 04:53:16.624 INFO kablam! Compiling num-complex v0.1.37 Oct 13 04:53:18.543 INFO kablam! Compiling num-bigint v0.1.37 Oct 13 04:53:18.903 INFO kablam! Compiling num-iter v0.1.33 Oct 13 04:53:20.063 INFO kablam! Compiling png v0.7.0 Oct 13 04:53:23.667 INFO kablam! Compiling rayon v0.7.1 Oct 13 04:53:23.863 INFO kablam! Compiling num-rational v0.1.36 Oct 13 04:53:24.685 INFO kablam! Compiling num v0.1.37 Oct 13 04:53:27.764 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 13 04:53:31.255 INFO kablam! Compiling image v0.13.0 Oct 13 04:53:47.329 INFO kablam! Compiling rustray v0.1.0 (/source) Oct 13 04:53:48.219 INFO kablam! warning: unused import: `ray::Ray` Oct 13 04:53:48.219 INFO kablam! --> src/sphere.rs:2:5 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 2 | use ray::Ray; Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^ Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unused import: `std::option` Oct 13 04:53:48.219 INFO kablam! --> src/trace.rs:5:5 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 5 | use std::option; Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 04:53:48.219 INFO kablam! --> src/trace.rs:48:26 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 48 | return ks * f64::max((f64::powf(m, obj.specular as f64)), 0.0); Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unused import: `std::collections` Oct 13 04:53:48.219 INFO kablam! --> src/main.rs:13:5 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 13 | use std::collections; Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unused import: `num::iter::range` Oct 13 04:53:48.219 INFO kablam! --> src/main.rs:14:5 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 14 | use num::iter::range; Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unused import: `scene::Scene` Oct 13 04:53:48.219 INFO kablam! --> src/main.rs:15:5 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 15 | use scene::Scene; Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:53:48.219 INFO kablam! --> src/main.rs:53:21 Oct 13 04:53:48.219 INFO kablam! | Oct 13 04:53:48.219 INFO kablam! 53 | let u = (x as f32 /width as f32); Oct 13 04:53:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:48.219 INFO kablam! Oct 13 04:53:48.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:53:48.219 INFO kablam! --> src/main.rs:54:21 Oct 13 04:53:48.220 INFO kablam! | Oct 13 04:53:48.220 INFO kablam! 54 | let v = ((height - y) as f32 / height as f32); Oct 13 04:53:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:48.220 INFO kablam! Oct 13 04:53:48.347 INFO kablam! warning: unused variable: `diffuse` Oct 13 04:53:48.347 INFO kablam! --> src/trace.rs:44:10 Oct 13 04:53:48.347 INFO kablam! | Oct 13 04:53:48.347 INFO kablam! 44 | fn phong(diffuse: &Vec3, N: &Vec3, v: &Vec3, obj: &Sphere, l: &Vec3) -> Vec3 { Oct 13 04:53:48.347 INFO kablam! | ^^^^^^^ help: consider using `_diffuse` instead Oct 13 04:53:48.347 INFO kablam! | Oct 13 04:53:48.347 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:53:48.347 INFO kablam! Oct 13 04:53:48.347 INFO kablam! warning: unused variable: `ambient` Oct 13 04:53:48.347 INFO kablam! --> src/trace.rs:64:9 Oct 13 04:53:48.347 INFO kablam! | Oct 13 04:53:48.347 INFO kablam! 64 | let ambient = Vec3{x:0.2, y:0.2, z:0.2}; Oct 13 04:53:48.347 INFO kablam! | ^^^^^^^ help: consider using `_ambient` instead Oct 13 04:53:48.347 INFO kablam! Oct 13 04:53:48.347 INFO kablam! warning: unused variable: `r` Oct 13 04:53:48.347 INFO kablam! --> src/trace.rs:81:13 Oct 13 04:53:48.347 INFO kablam! | Oct 13 04:53:48.347 INFO kablam! 81 | let r = Vec3::unit(&((normal-v) * 2.0* Vec3::dot(&v, &normal))); Oct 13 04:53:48.347 INFO kablam! | ^ help: consider using `_r` instead Oct 13 04:53:48.347 INFO kablam! Oct 13 04:53:48.367 INFO kablam! warning: method is never used: `norm` Oct 13 04:53:48.367 INFO kablam! --> src/vector.rs:11:5 Oct 13 04:53:48.367 INFO kablam! | Oct 13 04:53:48.367 INFO kablam! 11 | pub fn norm(&self) -> f64{ Oct 13 04:53:48.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:48.367 INFO kablam! | Oct 13 04:53:48.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:53:48.367 INFO kablam! Oct 13 04:53:48.367 INFO kablam! warning: method is never used: `cross` Oct 13 04:53:48.367 INFO kablam! --> src/vector.rs:25:5 Oct 13 04:53:48.367 INFO kablam! | Oct 13 04:53:48.367 INFO kablam! 25 | pub fn cross(&self, other : &Vec3) -> Vec3{ Oct 13 04:53:48.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:48.367 INFO kablam! Oct 13 04:53:48.367 INFO kablam! warning: constant item is never used: `FARAWAY` Oct 13 04:53:48.367 INFO kablam! --> src/sphere.rs:5:1 Oct 13 04:53:48.367 INFO kablam! | Oct 13 04:53:48.367 INFO kablam! 5 | const FARAWAY: f64 = 1e10; Oct 13 04:53:48.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:48.367 INFO kablam! Oct 13 04:53:48.371 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 04:53:48.371 INFO kablam! --> src/trace.rs:44:26 Oct 13 04:53:48.371 INFO kablam! | Oct 13 04:53:48.371 INFO kablam! 44 | fn phong(diffuse: &Vec3, N: &Vec3, v: &Vec3, obj: &Sphere, l: &Vec3) -> Vec3 { Oct 13 04:53:48.371 INFO kablam! | ^ Oct 13 04:53:48.371 INFO kablam! | Oct 13 04:53:48.371 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:53:48.371 INFO kablam! Oct 13 04:53:50.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.02s Oct 13 04:53:50.551 INFO kablam! su: No module specific data is present Oct 13 04:53:51.599 INFO running `"docker" "rm" "-f" "a24d56ce3f1d2a7c4ee94470b048fbfb6ee985ef9c21235765f35dc23907a807"` Oct 13 04:53:52.023 INFO blam! a24d56ce3f1d2a7c4ee94470b048fbfb6ee985ef9c21235765f35dc23907a807 Oct 13 04:53:52.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:53:52.420 INFO blam! 2297362c5e5b678b9642a9899cc2d1d33896a97fe93ad1ec658411b6eebaea6b Oct 13 04:53:52.427 INFO running `"docker" "start" "-a" "2297362c5e5b678b9642a9899cc2d1d33896a97fe93ad1ec658411b6eebaea6b"` Oct 13 04:53:54.103 INFO kablam! usermod: no changes Oct 13 04:53:54.235 INFO kablam! Compiling rustray v0.1.0 (/source) Oct 13 04:53:55.092 INFO kablam! warning: unused import: `ray::Ray` Oct 13 04:53:55.092 INFO kablam! --> src/sphere.rs:2:5 Oct 13 04:53:55.093 INFO kablam! | Oct 13 04:53:55.093 INFO kablam! 2 | use ray::Ray; Oct 13 04:53:55.093 INFO kablam! | ^^^^^^^^ Oct 13 04:53:55.094 INFO kablam! | Oct 13 04:53:55.094 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:53:55.094 INFO kablam! Oct 13 04:53:55.095 INFO kablam! warning: unused import: `std::option` Oct 13 04:53:55.095 INFO kablam! --> src/trace.rs:5:5 Oct 13 04:53:55.095 INFO kablam! | Oct 13 04:53:55.095 INFO kablam! 5 | use std::option; Oct 13 04:53:55.096 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:53:55.096 INFO kablam! Oct 13 04:53:55.096 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 04:53:55.097 INFO kablam! --> src/trace.rs:48:26 Oct 13 04:53:55.097 INFO kablam! | Oct 13 04:53:55.097 INFO kablam! 48 | return ks * f64::max((f64::powf(m, obj.specular as f64)), 0.0); Oct 13 04:53:55.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:55.098 INFO kablam! | Oct 13 04:53:55.098 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:53:55.098 INFO kablam! Oct 13 04:53:55.103 INFO kablam! warning: unused import: `std::collections` Oct 13 04:53:55.103 INFO kablam! --> src/main.rs:13:5 Oct 13 04:53:55.103 INFO kablam! | Oct 13 04:53:55.104 INFO kablam! 13 | use std::collections; Oct 13 04:53:55.104 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:53:55.104 INFO kablam! Oct 13 04:53:55.104 INFO kablam! warning: unused import: `num::iter::range` Oct 13 04:53:55.105 INFO kablam! --> src/main.rs:14:5 Oct 13 04:53:55.105 INFO kablam! | Oct 13 04:53:55.105 INFO kablam! 14 | use num::iter::range; Oct 13 04:53:55.106 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:53:55.106 INFO kablam! Oct 13 04:53:55.106 INFO kablam! warning: unused import: `scene::Scene` Oct 13 04:53:55.107 INFO kablam! --> src/main.rs:15:5 Oct 13 04:53:55.107 INFO kablam! | Oct 13 04:53:55.107 INFO kablam! 15 | use scene::Scene; Oct 13 04:53:55.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:53:55.108 INFO kablam! Oct 13 04:53:55.108 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:53:55.108 INFO kablam! --> src/main.rs:53:21 Oct 13 04:53:55.108 INFO kablam! | Oct 13 04:53:55.109 INFO kablam! 53 | let u = (x as f32 /width as f32); Oct 13 04:53:55.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:55.109 INFO kablam! Oct 13 04:53:55.110 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:53:55.110 INFO kablam! --> src/main.rs:54:21 Oct 13 04:53:55.110 INFO kablam! | Oct 13 04:53:55.111 INFO kablam! 54 | let v = ((height - y) as f32 / height as f32); Oct 13 04:53:55.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:53:55.111 INFO kablam! Oct 13 04:53:55.255 INFO kablam! warning: unused variable: `diffuse` Oct 13 04:53:55.255 INFO kablam! --> src/trace.rs:44:10 Oct 13 04:53:55.256 INFO kablam! | Oct 13 04:53:55.256 INFO kablam! 44 | fn phong(diffuse: &Vec3, N: &Vec3, v: &Vec3, obj: &Sphere, l: &Vec3) -> Vec3 { Oct 13 04:53:55.256 INFO kablam! | ^^^^^^^ help: consider using `_diffuse` instead Oct 13 04:53:55.257 INFO kablam! | Oct 13 04:53:55.257 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:53:55.257 INFO kablam! Oct 13 04:53:55.258 INFO kablam! warning: unused variable: `ambient` Oct 13 04:53:55.258 INFO kablam! --> src/trace.rs:64:9 Oct 13 04:53:55.258 INFO kablam! | Oct 13 04:53:55.258 INFO kablam! 64 | let ambient = Vec3{x:0.2, y:0.2, z:0.2}; Oct 13 04:53:55.259 INFO kablam! | ^^^^^^^ help: consider using `_ambient` instead Oct 13 04:53:55.259 INFO kablam! Oct 13 04:53:55.259 INFO kablam! warning: unused variable: `r` Oct 13 04:53:55.260 INFO kablam! --> src/trace.rs:81:13 Oct 13 04:53:55.260 INFO kablam! | Oct 13 04:53:55.260 INFO kablam! 81 | let r = Vec3::unit(&((normal-v) * 2.0* Vec3::dot(&v, &normal))); Oct 13 04:53:55.261 INFO kablam! | ^ help: consider using `_r` instead Oct 13 04:53:55.261 INFO kablam! Oct 13 04:53:55.279 INFO kablam! warning: method is never used: `norm` Oct 13 04:53:55.279 INFO kablam! --> src/vector.rs:11:5 Oct 13 04:53:55.279 INFO kablam! | Oct 13 04:53:55.280 INFO kablam! 11 | pub fn norm(&self) -> f64{ Oct 13 04:53:55.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:55.280 INFO kablam! | Oct 13 04:53:55.281 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:53:55.281 INFO kablam! Oct 13 04:53:55.281 INFO kablam! warning: method is never used: `cross` Oct 13 04:53:55.282 INFO kablam! --> src/vector.rs:25:5 Oct 13 04:53:55.282 INFO kablam! | Oct 13 04:53:55.282 INFO kablam! 25 | pub fn cross(&self, other : &Vec3) -> Vec3{ Oct 13 04:53:55.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:55.283 INFO kablam! Oct 13 04:53:55.283 INFO kablam! warning: constant item is never used: `FARAWAY` Oct 13 04:53:55.283 INFO kablam! --> src/sphere.rs:5:1 Oct 13 04:53:55.283 INFO kablam! | Oct 13 04:53:55.284 INFO kablam! 5 | const FARAWAY: f64 = 1e10; Oct 13 04:53:55.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:53:55.284 INFO kablam! Oct 13 04:53:55.284 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 13 04:53:55.285 INFO kablam! --> src/trace.rs:44:26 Oct 13 04:53:55.285 INFO kablam! | Oct 13 04:53:55.285 INFO kablam! 44 | fn phong(diffuse: &Vec3, N: &Vec3, v: &Vec3, obj: &Sphere, l: &Vec3) -> Vec3 { Oct 13 04:53:55.285 INFO kablam! | ^ Oct 13 04:53:55.286 INFO kablam! | Oct 13 04:53:55.287 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:53:55.287 INFO kablam! Oct 13 04:53:55.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 13 04:53:55.935 INFO kablam! su: No module specific data is present Oct 13 04:53:57.169 INFO running `"docker" "rm" "-f" "2297362c5e5b678b9642a9899cc2d1d33896a97fe93ad1ec658411b6eebaea6b"` Oct 13 04:53:57.539 INFO blam! 2297362c5e5b678b9642a9899cc2d1d33896a97fe93ad1ec658411b6eebaea6b Oct 13 04:53:57.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:53:58.050 INFO blam! dcb1ff220f9f7f26f6026f420c3c6b50fbc3090bb0ed7f44fd2388027a3b51c4 Oct 13 04:53:58.051 INFO running `"docker" "start" "-a" "dcb1ff220f9f7f26f6026f420c3c6b50fbc3090bb0ed7f44fd2388027a3b51c4"` Oct 13 04:53:59.223 INFO kablam! usermod: no changes Oct 13 04:53:59.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 13 04:53:59.385 INFO kablam! Running /target/debug/deps/rustray-37eb7e98de18c614 Oct 13 04:53:59.401 INFO blam! Oct 13 04:53:59.401 INFO blam! running 0 tests Oct 13 04:53:59.401 INFO blam! Oct 13 04:53:59.401 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:53:59.402 INFO blam! Oct 13 04:53:59.405 INFO kablam! su: No module specific data is present Oct 13 04:54:00.593 INFO running `"docker" "rm" "-f" "dcb1ff220f9f7f26f6026f420c3c6b50fbc3090bb0ed7f44fd2388027a3b51c4"` Oct 13 04:54:00.924 INFO blam! dcb1ff220f9f7f26f6026f420c3c6b50fbc3090bb0ed7f44fd2388027a3b51c4