Oct 16 17:37:39.330 INFO testing astro-2.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:37:39.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:39.799 INFO blam! e8d1626d3f6afde4cba480f7251832028ba51d50d6b1602d735cec0a3b7bce7a Oct 16 17:37:39.802 INFO running `"docker" "start" "-a" "e8d1626d3f6afde4cba480f7251832028ba51d50d6b1602d735cec0a3b7bce7a"` Oct 16 17:37:41.550 INFO kablam! usermod: no changes Oct 16 17:37:41.591 INFO kablam! Compiling astro v2.0.0 (/source) Oct 16 17:37:45.822 INFO kablam! warning: unused arithmetic operation which must be used Oct 16 17:37:45.823 INFO kablam! --> src/lunar.rs:1117:11 Oct 16 17:37:45.824 INFO kablam! | Oct 16 17:37:45.824 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 16 17:37:45.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:37:45.825 INFO kablam! | Oct 16 17:37:45.826 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 17:37:45.827 INFO kablam! Oct 16 17:37:55.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.18s Oct 16 17:37:55.768 INFO kablam! su: No module specific data is present Oct 16 17:37:57.236 INFO running `"docker" "rm" "-f" "e8d1626d3f6afde4cba480f7251832028ba51d50d6b1602d735cec0a3b7bce7a"` Oct 16 17:37:57.612 INFO blam! e8d1626d3f6afde4cba480f7251832028ba51d50d6b1602d735cec0a3b7bce7a Oct 16 17:37:57.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.098 INFO blam! 0a4b7eb4590c796ef367396defbb4b657b8be52134e434990a5b00db4447ee86 Oct 16 17:37:58.100 INFO running `"docker" "start" "-a" "0a4b7eb4590c796ef367396defbb4b657b8be52134e434990a5b00db4447ee86"` Oct 16 17:38:00.206 INFO kablam! usermod: no changes Oct 16 17:38:00.271 INFO kablam! Compiling astro v2.0.0 (/source) Oct 16 17:38:05.614 INFO kablam! warning: unused `#[macro_use]` import Oct 16 17:38:05.615 INFO kablam! --> tests/planet.rs:25:1 Oct 16 17:38:05.615 INFO kablam! | Oct 16 17:38:05.615 INFO kablam! 25 | #[macro_use] Oct 16 17:38:05.615 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:38:05.615 INFO kablam! | Oct 16 17:38:05.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:38:05.615 INFO kablam! Oct 16 17:38:13.079 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:13.079 INFO kablam! --> tests/parabolic.rs:70:40 Oct 16 17:38:13.079 INFO kablam! | Oct 16 17:38:13.079 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 16 17:38:13.079 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:13.095 INFO kablam! | Oct 16 17:38:13.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:38:13.095 INFO kablam! Oct 16 17:38:13.095 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:13.095 INFO kablam! --> tests/parabolic.rs:76:40 Oct 16 17:38:13.095 INFO kablam! | Oct 16 17:38:13.095 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 16 17:38:13.095 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:13.095 INFO kablam! Oct 16 17:38:21.743 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:21.743 INFO kablam! --> tests/elliptic.rs:70:40 Oct 16 17:38:21.743 INFO kablam! | Oct 16 17:38:21.743 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 16 17:38:21.743 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:21.745 INFO kablam! | Oct 16 17:38:21.745 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:38:21.745 INFO kablam! Oct 16 17:38:21.745 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 17:38:21.745 INFO kablam! --> tests/elliptic.rs:76:40 Oct 16 17:38:21.745 INFO kablam! | Oct 16 17:38:21.745 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 16 17:38:21.745 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 16 17:38:21.745 INFO kablam! Oct 16 17:38:22.347 INFO kablam! warning: unused `#[macro_use]` import Oct 16 17:38:22.349 INFO kablam! --> tests/time.rs:25:1 Oct 16 17:38:22.349 INFO kablam! | Oct 16 17:38:22.350 INFO kablam! 25 | #[macro_use] Oct 16 17:38:22.351 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:38:22.351 INFO kablam! | Oct 16 17:38:22.352 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:38:22.352 INFO kablam! Oct 16 17:38:25.259 INFO kablam! warning: unused arithmetic operation which must be used Oct 16 17:38:25.260 INFO kablam! --> src/lunar.rs:1117:11 Oct 16 17:38:25.260 INFO kablam! | Oct 16 17:38:25.261 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 16 17:38:25.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:38:25.262 INFO kablam! | Oct 16 17:38:25.263 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 17:38:25.263 INFO kablam! Oct 16 17:38:26.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.78s Oct 16 17:38:26.055 INFO kablam! su: No module specific data is present Oct 16 17:38:27.691 INFO running `"docker" "rm" "-f" "0a4b7eb4590c796ef367396defbb4b657b8be52134e434990a5b00db4447ee86"` Oct 16 17:38:28.009 INFO blam! 0a4b7eb4590c796ef367396defbb4b657b8be52134e434990a5b00db4447ee86 Oct 16 17:38:28.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:28.325 INFO blam! cba8f30f9589f462dfac408de1aca7f9ed652578234d6348089d4843cb0f52bb Oct 16 17:38:28.331 INFO running `"docker" "start" "-a" "cba8f30f9589f462dfac408de1aca7f9ed652578234d6348089d4843cb0f52bb"` Oct 16 17:38:30.318 INFO kablam! usermod: no changes Oct 16 17:38:30.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 17:38:30.463 INFO blam! Oct 16 17:38:30.463 INFO blam! running 0 tests Oct 16 17:38:30.463 INFO blam! Oct 16 17:38:30.463 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.463 INFO blam! Oct 16 17:38:30.464 INFO kablam! Running /target/debug/deps/astro-15d338f4fe4490f3 Oct 16 17:38:30.464 INFO kablam! Running /target/debug/deps/aberr-b69f596c4aea9b97 Oct 16 17:38:30.466 INFO blam! Oct 16 17:38:30.466 INFO blam! running 1 test Oct 16 17:38:30.468 INFO blam! test stell_aberr_in_eq_coords ... ok Oct 16 17:38:30.468 INFO blam! Oct 16 17:38:30.468 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.468 INFO blam! Oct 16 17:38:30.468 INFO kablam! Running /target/debug/deps/earth-4855c9aff867a343 Oct 16 17:38:30.483 INFO blam! Oct 16 17:38:30.483 INFO blam! running 3 tests Oct 16 17:38:30.484 INFO blam! test geodesic_dist ... ok Oct 16 17:38:30.484 INFO blam! test rho_sin_cos_phi ... ok Oct 16 17:38:30.484 INFO blam! test radii ... ok Oct 16 17:38:30.484 INFO blam! Oct 16 17:38:30.484 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.484 INFO blam! Oct 16 17:38:30.484 INFO kablam! Running /target/debug/deps/ecliptic-dcf3e188ccbd83e5 Oct 16 17:38:30.490 INFO blam! Oct 16 17:38:30.490 INFO blam! running 1 test Oct 16 17:38:30.491 INFO blam! test mn_oblq_Laskar ... ok Oct 16 17:38:30.491 INFO blam! Oct 16 17:38:30.491 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.491 INFO blam! Oct 16 17:38:30.492 INFO kablam! Running /target/debug/deps/elliptic-049df9a4ea3b6a67 Oct 16 17:38:30.507 INFO blam! Oct 16 17:38:30.507 INFO blam! running 3 tests Oct 16 17:38:30.507 INFO blam! test passage_through_nodes ... ok Oct 16 17:38:30.507 INFO blam! test ecc_anom ... ok Oct 16 17:38:30.511 INFO blam! test vel ... ok Oct 16 17:38:30.511 INFO blam! Oct 16 17:38:30.511 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.511 INFO blam! Oct 16 17:38:30.511 INFO kablam! Running /target/debug/deps/interpol-065ea888dc5fd816 Oct 16 17:38:30.513 INFO blam! Oct 16 17:38:30.513 INFO blam! running 2 tests Oct 16 17:38:30.513 INFO blam! test three_values ... ok Oct 16 17:38:30.513 INFO blam! test five_values ... ok Oct 16 17:38:30.513 INFO blam! Oct 16 17:38:30.513 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.513 INFO blam! Oct 16 17:38:30.513 INFO kablam! Running /target/debug/deps/jupiter-5bb9185501f53714 Oct 16 17:38:30.515 INFO blam! Oct 16 17:38:30.515 INFO blam! running 2 tests Oct 16 17:38:30.515 INFO blam! test moons ... ok Oct 16 17:38:30.516 INFO blam! test ephemeris ... ok Oct 16 17:38:30.516 INFO blam! Oct 16 17:38:30.516 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.516 INFO blam! Oct 16 17:38:30.517 INFO kablam! Running /target/debug/deps/lunar-0f3325b8e6476960 Oct 16 17:38:30.518 INFO blam! Oct 16 17:38:30.518 INFO blam! running 4 tests Oct 16 17:38:30.518 INFO blam! test time_of_passage_through_nodes ... ok Oct 16 17:38:30.518 INFO blam! test phases ... ok Oct 16 17:38:30.519 INFO blam! test liberations ... ok Oct 16 17:38:30.519 INFO blam! test geocent_ecl_pos ... ok Oct 16 17:38:30.519 INFO blam! Oct 16 17:38:30.519 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.519 INFO blam! Oct 16 17:38:30.523 INFO blam! Oct 16 17:38:30.523 INFO kablam! Running /target/debug/deps/mars-afd4ad74783bf4ba Oct 16 17:38:30.523 INFO blam! running 1 test Oct 16 17:38:30.523 INFO blam! test ephemeris ... ok Oct 16 17:38:30.523 INFO blam! Oct 16 17:38:30.523 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.523 INFO blam! Oct 16 17:38:30.523 INFO kablam! Running /target/debug/deps/near_parabolic-6a77add43e694e21 Oct 16 17:38:30.531 INFO blam! Oct 16 17:38:30.531 INFO blam! running 1 test Oct 16 17:38:30.531 INFO blam! test true_anom_and_rad_vec ... ok Oct 16 17:38:30.531 INFO blam! Oct 16 17:38:30.531 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.531 INFO blam! Oct 16 17:38:30.535 INFO kablam! Running /target/debug/deps/nutation-3c4625bb5dd6ae14 Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO blam! running 2 tests Oct 16 17:38:30.539 INFO blam! test nutation ... ok Oct 16 17:38:30.539 INFO blam! test nutation_in_eq_coords ... ok Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO blam! running 2 tests Oct 16 17:38:30.539 INFO blam! test passage_through_nodes ... ok Oct 16 17:38:30.539 INFO blam! test true_anom_and_rad_vec ... ok Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.539 INFO blam! Oct 16 17:38:30.539 INFO kablam! Running /target/debug/deps/parabolic-9a0afff43ccb61c9 Oct 16 17:38:30.567 INFO kablam! Running /target/debug/deps/parallax-03bee1a2095c7e0e Oct 16 17:38:30.572 INFO blam! Oct 16 17:38:30.572 INFO blam! running 1 test Oct 16 17:38:30.579 INFO blam! test topocent_eq_coords ... ok Oct 16 17:38:30.579 INFO blam! Oct 16 17:38:30.580 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.580 INFO blam! Oct 16 17:38:30.581 INFO kablam! Running /target/debug/deps/planet-8f8b310b4e3adbf1 Oct 16 17:38:30.583 INFO blam! Oct 16 17:38:30.583 INFO blam! running 4 tests Oct 16 17:38:30.588 INFO blam! test geocent_geomet_ecl_coords ... ok Oct 16 17:38:30.588 INFO blam! test geocent_apprnt_ecl_coords ... ok Oct 16 17:38:30.588 INFO blam! test ecl_coords_to_FK5 ... ok Oct 16 17:38:30.595 INFO blam! test heliocent_coords ... ok Oct 16 17:38:30.595 INFO blam! Oct 16 17:38:30.595 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.595 INFO blam! Oct 16 17:38:30.603 INFO kablam! Running /target/debug/deps/precess-3cb74f30ddb7e0c2 Oct 16 17:38:30.612 INFO blam! Oct 16 17:38:30.612 INFO blam! running 4 tests Oct 16 17:38:30.627 INFO blam! test precess_ecl_coords ... ok Oct 16 17:38:30.627 INFO blam! test annual_precess ... ok Oct 16 17:38:30.635 INFO blam! test precess_eq_coords ... ok Oct 16 17:38:30.635 INFO blam! test precess_orb_elements ... ok Oct 16 17:38:30.635 INFO blam! Oct 16 17:38:30.635 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.635 INFO blam! Oct 16 17:38:30.635 INFO kablam! Running /target/debug/deps/saturn-68d8ddadac50b051 Oct 16 17:38:30.637 INFO blam! Oct 16 17:38:30.637 INFO blam! running 2 tests Oct 16 17:38:30.640 INFO blam! test ring_elements ... ok Oct 16 17:38:30.664 INFO blam! test moons ... ok Oct 16 17:38:30.664 INFO blam! Oct 16 17:38:30.664 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.664 INFO blam! Oct 16 17:38:30.665 INFO kablam! Running /target/debug/deps/star-5791f00e1e95199b Oct 16 17:38:30.672 INFO blam! Oct 16 17:38:30.672 INFO blam! running 1 test Oct 16 17:38:30.675 INFO blam! test eq_coords_frm_motion ... ok Oct 16 17:38:30.675 INFO blam! Oct 16 17:38:30.675 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.675 INFO blam! Oct 16 17:38:30.675 INFO kablam! Running /target/debug/deps/sun-eb3b4e894ad4de6d Oct 16 17:38:30.677 INFO blam! Oct 16 17:38:30.677 INFO blam! running 4 tests Oct 16 17:38:30.699 INFO blam! test ephemeris ... ok Oct 16 17:38:30.699 INFO blam! test approx_synd_rot ... ok Oct 16 17:38:30.707 INFO blam! test geocent_ecl_coords ... ok Oct 16 17:38:30.707 INFO kablam! Running /target/debug/deps/time-3d70c3265df0fcad Oct 16 17:38:30.707 INFO blam! test ecl_coords_to_FK5 ... ok Oct 16 17:38:30.707 INFO blam! Oct 16 17:38:30.707 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.707 INFO blam! Oct 16 17:38:30.707 INFO blam! Oct 16 17:38:30.707 INFO blam! running 3 tests Oct 16 17:38:30.715 INFO blam! test julian_day ... ok Oct 16 17:38:30.715 INFO blam! test date_frm_julian_day ... ok Oct 16 17:38:30.723 INFO blam! test sidreal_time ... ok Oct 16 17:38:30.723 INFO kablam! Running /target/debug/deps/transit-66c6f67b5de2e0fe Oct 16 17:38:30.723 INFO blam! Oct 16 17:38:30.723 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.723 INFO blam! Oct 16 17:38:30.731 INFO blam! Oct 16 17:38:30.731 INFO blam! running 1 test Oct 16 17:38:30.731 INFO blam! test time ... ok Oct 16 17:38:30.731 INFO blam! Oct 16 17:38:30.731 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:30.731 INFO blam! Oct 16 17:38:30.739 INFO kablam! Doc-tests astro Oct 16 17:38:32.967 INFO blam! Oct 16 17:38:32.967 INFO blam! running 0 tests Oct 16 17:38:32.967 INFO blam! Oct 16 17:38:32.967 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:38:32.967 INFO blam! Oct 16 17:38:32.976 INFO kablam! su: No module specific data is present Oct 16 17:38:33.831 INFO running `"docker" "rm" "-f" "cba8f30f9589f462dfac408de1aca7f9ed652578234d6348089d4843cb0f52bb"` Oct 16 17:38:34.111 INFO blam! cba8f30f9589f462dfac408de1aca7f9ed652578234d6348089d4843cb0f52bb