Oct 16 17:37:21.698 INFO testing astro-2.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:37:21.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:37:22.380 INFO blam! becef05092f2630394c2f639c080161ae41d36ee476747f6c22d7232c7093286 Oct 16 17:37:22.382 INFO running `"docker" "start" "-a" "becef05092f2630394c2f639c080161ae41d36ee476747f6c22d7232c7093286"` Oct 16 17:37:24.478 INFO kablam! usermod: no changes Oct 16 17:37:24.579 INFO kablam! Compiling astro v2.0.0 (/source) Oct 16 17:37:28.312 INFO kablam! warning: unused arithmetic operation which must be used Oct 16 17:37:28.313 INFO kablam! --> src/lunar.rs:1117:11 Oct 16 17:37:28.314 INFO kablam! | Oct 16 17:37:28.314 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 16 17:37:28.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:37:28.315 INFO kablam! | Oct 16 17:37:28.316 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 17:37:28.316 INFO kablam! Oct 16 17:37:38.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.34s Oct 16 17:37:38.863 INFO kablam! su: No module specific data is present Oct 16 17:37:40.021 INFO running `"docker" "rm" "-f" "becef05092f2630394c2f639c080161ae41d36ee476747f6c22d7232c7093286"` Oct 16 17:37:40.291 INFO blam! becef05092f2630394c2f639c080161ae41d36ee476747f6c22d7232c7093286 Oct 16 17:37:40.300 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:37:40.692 INFO blam! adc266ba985906fbe56d5109608d8fb99a0300b15c016c1ba192586497a4e8c5 Oct 16 17:37:40.695 INFO running `"docker" "start" "-a" "adc266ba985906fbe56d5109608d8fb99a0300b15c016c1ba192586497a4e8c5"` Oct 16 17:37:42.938 INFO kablam! usermod: no changes Oct 16 17:37:43.039 INFO kablam! Compiling astro v2.0.0 (/source) Oct 16 17:37:48.291 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:37:48.292 INFO kablam! --> tests/parabolic.rs:70:40 Oct 16 17:37:48.293 INFO kablam! | Oct 16 17:37:48.294 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 16 17:37:48.294 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 16 17:37:48.311 INFO kablam! | Oct 16 17:37:48.312 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:37:48.319 INFO kablam! Oct 16 17:37:48.320 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:37:48.321 INFO kablam! --> tests/parabolic.rs:76:40 Oct 16 17:37:48.321 INFO kablam! | Oct 16 17:37:48.322 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 16 17:37:48.323 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 16 17:37:48.323 INFO kablam! Oct 16 17:37:48.341 INFO kablam! warning: unused `#[macro_use]` import Oct 16 17:37:48.342 INFO kablam! --> tests/planet.rs:25:1 Oct 16 17:37:48.343 INFO kablam! | Oct 16 17:37:48.344 INFO kablam! 25 | #[macro_use] Oct 16 17:37:48.344 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:37:48.345 INFO kablam! | Oct 16 17:37:48.346 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:37:48.346 INFO kablam! Oct 16 17:38:05.655 INFO kablam! warning: unused `#[macro_use]` import Oct 16 17:38:05.655 INFO kablam! --> tests/time.rs:25:1 Oct 16 17:38:05.655 INFO kablam! | Oct 16 17:38:05.655 INFO kablam! 25 | #[macro_use] Oct 16 17:38:05.655 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:38:05.655 INFO kablam! | Oct 16 17:38:05.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:38:05.655 INFO kablam! Oct 16 17:38:05.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:05.823 INFO kablam! --> tests/elliptic.rs:70:40 Oct 16 17:38:05.823 INFO kablam! | Oct 16 17:38:05.823 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 16 17:38:05.823 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:05.823 INFO kablam! | Oct 16 17:38:05.823 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:38:05.823 INFO kablam! Oct 16 17:38:05.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:05.823 INFO kablam! --> tests/elliptic.rs:76:40 Oct 16 17:38:05.823 INFO kablam! | Oct 16 17:38:05.823 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 16 17:38:05.823 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:05.823 INFO kablam! Oct 16 17:38:08.528 INFO kablam! warning: unused arithmetic operation which must be used Oct 16 17:38:08.528 INFO kablam! --> src/lunar.rs:1117:11 Oct 16 17:38:08.528 INFO kablam! | Oct 16 17:38:08.528 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 16 17:38:08.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:38:08.528 INFO kablam! | Oct 16 17:38:08.528 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 17:38:08.528 INFO kablam! Oct 16 17:38:09.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.22s Oct 16 17:38:09.199 INFO kablam! su: No module specific data is present Oct 16 17:38:10.204 INFO running `"docker" "rm" "-f" "adc266ba985906fbe56d5109608d8fb99a0300b15c016c1ba192586497a4e8c5"` Oct 16 17:38:10.394 INFO blam! adc266ba985906fbe56d5109608d8fb99a0300b15c016c1ba192586497a4e8c5 Oct 16 17:38:10.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:38:10.827 INFO blam! 7332d4cdeb0d874501a8734955bf3e3380dd4d07d0c4c4dc725b57c6f9944c9c Oct 16 17:38:10.830 INFO running `"docker" "start" "-a" "7332d4cdeb0d874501a8734955bf3e3380dd4d07d0c4c4dc725b57c6f9944c9c"` Oct 16 17:38:12.411 INFO kablam! usermod: no changes Oct 16 17:38:12.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 17:38:12.507 INFO kablam! Running /target/debug/deps/astro-38baa0e50f8081d7 Oct 16 17:38:12.511 INFO kablam! Running /target/debug/deps/aberr-92e7e171affcaa32 Oct 16 17:38:12.511 INFO blam! Oct 16 17:38:12.512 INFO blam! running 0 tests Oct 16 17:38:12.512 INFO blam! Oct 16 17:38:12.512 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.513 INFO blam! Oct 16 17:38:12.513 INFO blam! Oct 16 17:38:12.513 INFO blam! running 1 test Oct 16 17:38:12.519 INFO blam! test stell_aberr_in_eq_coords ... ok Oct 16 17:38:12.520 INFO kablam! Running /target/debug/deps/earth-f8d392d170719eeb Oct 16 17:38:12.520 INFO blam! Oct 16 17:38:12.520 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.520 INFO blam! Oct 16 17:38:12.521 INFO blam! Oct 16 17:38:12.521 INFO blam! running 3 tests Oct 16 17:38:12.521 INFO blam! test radii ... ok Oct 16 17:38:12.522 INFO blam! test geodesic_dist ... ok Oct 16 17:38:12.527 INFO blam! test rho_sin_cos_phi ... ok Oct 16 17:38:12.527 INFO kablam! Running /target/debug/deps/ecliptic-e31b61ddbd330ffc Oct 16 17:38:12.528 INFO blam! Oct 16 17:38:12.528 INFO kablam! Running /target/debug/deps/elliptic-43ee49b8164ca0de Oct 16 17:38:12.528 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.529 INFO blam! Oct 16 17:38:12.529 INFO blam! Oct 16 17:38:12.529 INFO blam! running 1 test Oct 16 17:38:12.530 INFO blam! test mn_oblq_Laskar ... ok Oct 16 17:38:12.530 INFO blam! Oct 16 17:38:12.530 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.531 INFO blam! Oct 16 17:38:12.531 INFO blam! Oct 16 17:38:12.531 INFO blam! running 3 tests Oct 16 17:38:12.532 INFO blam! test vel ... ok Oct 16 17:38:12.532 INFO blam! test passage_through_nodes ... ok Oct 16 17:38:12.539 INFO blam! test ecc_anom ... ok Oct 16 17:38:12.539 INFO kablam! Running /target/debug/deps/interpol-7481d1812fc7551a Oct 16 17:38:12.540 INFO blam! Oct 16 17:38:12.540 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.541 INFO kablam! Running /target/debug/deps/jupiter-507f76561e001709 Oct 16 17:38:12.541 INFO blam! Oct 16 17:38:12.541 INFO blam! Oct 16 17:38:12.542 INFO blam! running 2 tests Oct 16 17:38:12.542 INFO blam! test five_values ... ok Oct 16 17:38:12.542 INFO blam! test three_values ... ok Oct 16 17:38:12.543 INFO blam! Oct 16 17:38:12.543 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.543 INFO blam! Oct 16 17:38:12.551 INFO blam! Oct 16 17:38:12.551 INFO blam! running 2 tests Oct 16 17:38:12.552 INFO blam! test moons ... ok Oct 16 17:38:12.559 INFO blam! test ephemeris ... ok Oct 16 17:38:12.559 INFO kablam! Running /target/debug/deps/lunar-6dc10340b291f0d2 Oct 16 17:38:12.560 INFO blam! Oct 16 17:38:12.560 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.560 INFO blam! Oct 16 17:38:12.567 INFO blam! Oct 16 17:38:12.567 INFO blam! running 4 tests Oct 16 17:38:12.568 INFO blam! test time_of_passage_through_nodes ... ok Oct 16 17:38:12.568 INFO blam! test geocent_ecl_pos ... ok Oct 16 17:38:12.568 INFO blam! test phases ... ok Oct 16 17:38:12.569 INFO blam! test liberations ... ok Oct 16 17:38:12.569 INFO blam! Oct 16 17:38:12.569 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.570 INFO blam! Oct 16 17:38:12.575 INFO blam! Oct 16 17:38:12.575 INFO kablam! Running /target/debug/deps/mars-9d0b7894305ccfb8 Oct 16 17:38:12.576 INFO blam! running 1 test Oct 16 17:38:12.576 INFO kablam! Running /target/debug/deps/near_parabolic-aa06030adffb2b96 Oct 16 17:38:12.576 INFO blam! test ephemeris ... ok Oct 16 17:38:12.577 INFO blam! Oct 16 17:38:12.577 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.577 INFO blam! Oct 16 17:38:12.584 INFO blam! Oct 16 17:38:12.584 INFO kablam! Running /target/debug/deps/nutation-a41195bec76cdd04 Oct 16 17:38:12.585 INFO blam! running 1 test Oct 16 17:38:12.585 INFO kablam! Running /target/debug/deps/parabolic-d8d0cc53bab08c08 Oct 16 17:38:12.585 INFO blam! test true_anom_and_rad_vec ... ok Oct 16 17:38:12.586 INFO blam! Oct 16 17:38:12.586 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.586 INFO blam! Oct 16 17:38:12.587 INFO blam! Oct 16 17:38:12.587 INFO kablam! Running /target/debug/deps/parallax-d48e4c65e3d47c07 Oct 16 17:38:12.587 INFO blam! running 2 tests Oct 16 17:38:12.588 INFO blam! test nutation ... ok Oct 16 17:38:12.588 INFO blam! test nutation_in_eq_coords ... ok Oct 16 17:38:12.588 INFO blam! Oct 16 17:38:12.589 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.589 INFO blam! Oct 16 17:38:12.589 INFO blam! Oct 16 17:38:12.590 INFO blam! running 2 tests Oct 16 17:38:12.590 INFO blam! test passage_through_nodes ... ok Oct 16 17:38:12.590 INFO blam! test true_anom_and_rad_vec ... ok Oct 16 17:38:12.595 INFO blam! Oct 16 17:38:12.595 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.595 INFO blam! Oct 16 17:38:12.595 INFO kablam! Running /target/debug/deps/planet-54d806597c8a7575 Oct 16 17:38:12.595 INFO blam! Oct 16 17:38:12.595 INFO blam! running 1 test Oct 16 17:38:12.595 INFO blam! test topocent_eq_coords ... ok Oct 16 17:38:12.595 INFO blam! Oct 16 17:38:12.595 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.595 INFO blam! Oct 16 17:38:12.600 INFO blam! Oct 16 17:38:12.600 INFO blam! running 4 tests Oct 16 17:38:12.600 INFO blam! test heliocent_coords ... ok Oct 16 17:38:12.600 INFO blam! test geocent_geomet_ecl_coords ... ok Oct 16 17:38:12.603 INFO blam! test geocent_apprnt_ecl_coords ... ok Oct 16 17:38:12.603 INFO blam! test ecl_coords_to_FK5 ... ok Oct 16 17:38:12.603 INFO blam! Oct 16 17:38:12.603 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.603 INFO blam! Oct 16 17:38:12.604 INFO kablam! Running /target/debug/deps/precess-3662bb200004bf76 Oct 16 17:38:12.608 INFO blam! Oct 16 17:38:12.608 INFO blam! running 4 tests Oct 16 17:38:12.615 INFO blam! test precess_ecl_coords ... ok Oct 16 17:38:12.615 INFO blam! test annual_precess ... ok Oct 16 17:38:12.615 INFO blam! test precess_eq_coords ... ok Oct 16 17:38:12.615 INFO blam! test precess_orb_elements ... ok Oct 16 17:38:12.615 INFO blam! Oct 16 17:38:12.615 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.615 INFO blam! Oct 16 17:38:12.617 INFO blam! Oct 16 17:38:12.617 INFO kablam! Running /target/debug/deps/saturn-14dea37eacee82a1 Oct 16 17:38:12.617 INFO blam! running 2 tests Oct 16 17:38:12.635 INFO blam! test ring_elements ... ok Oct 16 17:38:12.648 INFO blam! test moons ... ok Oct 16 17:38:12.648 INFO blam! Oct 16 17:38:12.648 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.648 INFO blam! Oct 16 17:38:12.655 INFO kablam! Running /target/debug/deps/star-75f45c3af23fea6d Oct 16 17:38:12.659 INFO blam! Oct 16 17:38:12.659 INFO blam! running 1 test Oct 16 17:38:12.659 INFO blam! test eq_coords_frm_motion ... ok Oct 16 17:38:12.659 INFO blam! Oct 16 17:38:12.659 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.659 INFO blam! Oct 16 17:38:12.667 INFO kablam! Running /target/debug/deps/sun-f12f413102ffb659 Oct 16 17:38:12.671 INFO blam! Oct 16 17:38:12.671 INFO blam! running 4 tests Oct 16 17:38:12.672 INFO blam! test ephemeris ... ok Oct 16 17:38:12.672 INFO kablam! Running /target/debug/deps/time-aea72475c82e35ef Oct 16 17:38:12.672 INFO blam! test ecl_coords_to_FK5 ... ok Oct 16 17:38:12.672 INFO blam! test approx_synd_rot ... ok Oct 16 17:38:12.672 INFO blam! test geocent_ecl_coords ... ok Oct 16 17:38:12.672 INFO blam! Oct 16 17:38:12.672 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.672 INFO blam! Oct 16 17:38:12.679 INFO blam! Oct 16 17:38:12.679 INFO blam! running 3 tests Oct 16 17:38:12.680 INFO blam! test julian_day ... ok Oct 16 17:38:12.680 INFO kablam! Running /target/debug/deps/transit-c0fc148b6721487a Oct 16 17:38:12.680 INFO blam! test date_frm_julian_day ... ok Oct 16 17:38:12.680 INFO blam! test sidreal_time ... ok Oct 16 17:38:12.680 INFO blam! Oct 16 17:38:12.680 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.680 INFO blam! Oct 16 17:38:12.682 INFO blam! Oct 16 17:38:12.682 INFO kablam! Doc-tests astro Oct 16 17:38:12.682 INFO blam! running 1 test Oct 16 17:38:12.682 INFO blam! test time ... ok Oct 16 17:38:12.682 INFO blam! Oct 16 17:38:12.682 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:12.682 INFO blam! Oct 16 17:38:14.947 INFO blam! Oct 16 17:38:14.947 INFO blam! running 0 tests Oct 16 17:38:14.947 INFO blam! Oct 16 17:38:14.947 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:14.947 INFO blam! Oct 16 17:38:14.953 INFO kablam! su: No module specific data is present Oct 16 17:38:16.211 INFO running `"docker" "rm" "-f" "7332d4cdeb0d874501a8734955bf3e3380dd4d07d0c4c4dc725b57c6f9944c9c"` Oct 16 17:38:16.527 INFO blam! 7332d4cdeb0d874501a8734955bf3e3380dd4d07d0c4c4dc725b57c6f9944c9c