Oct 16 16:32:39.833 INFO testing box2d-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:32:39.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16:32:40.223 INFO blam! 57bdf167e12a4e0c5c36ff00589b8d0632956f001e38cfbed4f19243d818c670 Oct 16 16:32:40.225 INFO running `"docker" "start" "-a" "57bdf167e12a4e0c5c36ff00589b8d0632956f001e38cfbed4f19243d818c670"` Oct 16 16:32:41.323 INFO kablam! usermod: no changes Oct 16 16:32:41.363 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 16 16:32:42.019 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:32:42.019 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 16 16:32:42.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:32:42.019 INFO kablam! Oct 16 16:32:42.019 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:32:42.019 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 16 16:32:42.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:32:42.019 INFO kablam! Oct 16 16:32:42.019 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 16 16:32:42.019 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! 3 | use super::super::math::Vec2; Oct 16 16:32:42.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:32:42.019 INFO kablam! Oct 16 16:32:42.019 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 16 16:32:42.019 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 16 16:32:42.019 INFO kablam! | Oct 16 16:32:42.019 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 16 16:32:42.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:42.019 INFO kablam! Oct 16 16:32:42.104 INFO kablam! warning: value assigned to `correction` is never read Oct 16 16:32:42.104 INFO kablam! --> src/world.rs:96:25 Oct 16 16:32:42.104 INFO kablam! | Oct 16 16:32:42.104 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 16 16:32:42.104 INFO kablam! | ^^^^^^^^^^ Oct 16 16:32:42.104 INFO kablam! | Oct 16 16:32:42.104 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:32:42.104 INFO kablam! Oct 16 16:32:42.105 INFO kablam! warning: value assigned to `closest_point` is never read Oct 16 16:32:42.105 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 16 16:32:42.105 INFO kablam! | Oct 16 16:32:42.105 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 16 16:32:42.105 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:42.105 INFO kablam! Oct 16 16:32:42.105 INFO kablam! warning: value assigned to `closest_point` is never read Oct 16 16:32:42.105 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 16 16:32:42.105 INFO kablam! | Oct 16 16:32:42.105 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 16 16:32:42.105 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:42.105 INFO kablam! Oct 16 16:32:42.105 INFO kablam! warning: unused variable: `points_a` Oct 16 16:32:42.107 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 16 16:32:42.107 INFO kablam! | Oct 16 16:32:42.107 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 16 16:32:42.107 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 16 16:32:42.107 INFO kablam! | Oct 16 16:32:42.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:32:42.107 INFO kablam! Oct 16 16:32:42.107 INFO kablam! warning: unused variable: `points_b` Oct 16 16:32:42.107 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 16 16:32:42.107 INFO kablam! | Oct 16 16:32:42.107 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 16 16:32:42.107 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 16 16:32:42.107 INFO kablam! Oct 16 16:32:42.107 INFO kablam! warning: value assigned to `correction` is never read Oct 16 16:32:42.107 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 16 16:32:42.107 INFO kablam! | Oct 16 16:32:42.107 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 16 16:32:42.107 INFO kablam! | ^^^^^^^^^^ Oct 16 16:32:42.107 INFO kablam! Oct 16 16:32:42.139 INFO kablam! warning: field is never used: `gravity` Oct 16 16:32:42.139 INFO kablam! --> src/world.rs:12:2 Oct 16 16:32:42.139 INFO kablam! | Oct 16 16:32:42.139 INFO kablam! 12 | gravity: Vec2, Oct 16 16:32:42.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:42.139 INFO kablam! | Oct 16 16:32:42.139 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:32:42.139 INFO kablam! Oct 16 16:32:42.139 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 16 16:32:42.139 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 16 16:32:42.139 INFO kablam! | Oct 16 16:32:42.139 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 16 16:32:42.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:42.140 INFO kablam! Oct 16 16:32:42.140 INFO kablam! warning: method is never used: `new` Oct 16 16:32:42.140 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 16 16:32:42.140 INFO kablam! | Oct 16 16:32:42.140 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 16 16:32:42.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:42.140 INFO kablam! Oct 16 16:32:42.159 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 16 16:32:42.159 INFO kablam! --> src/world.rs:36:25 Oct 16 16:32:42.159 INFO kablam! | Oct 16 16:32:42.159 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 16 16:32:42.159 INFO kablam! | ^^^^^^^^ Oct 16 16:32:42.159 INFO kablam! | Oct 16 16:32:42.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 16:32:42.159 INFO kablam! Oct 16 16:32:42.159 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 16 16:32:42.159 INFO kablam! --> src/body.rs:38:30 Oct 16 16:32:42.159 INFO kablam! | Oct 16 16:32:42.159 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 16 16:32:42.159 INFO kablam! | ^^^^^^^^ Oct 16 16:32:42.159 INFO kablam! Oct 16 16:32:42.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 16 16:32:42.771 INFO kablam! su: No module specific data is present Oct 16 16:32:43.418 INFO running `"docker" "rm" "-f" "57bdf167e12a4e0c5c36ff00589b8d0632956f001e38cfbed4f19243d818c670"` Oct 16 16:32:43.720 INFO blam! 57bdf167e12a4e0c5c36ff00589b8d0632956f001e38cfbed4f19243d818c670 Oct 16 16:32:43.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16:32:44.156 INFO blam! 8366b51469f26d149c55e2feefdb9bf811107b95b305b54b5f2aed335b226db7 Oct 16 16:32:44.159 INFO running `"docker" "start" "-a" "8366b51469f26d149c55e2feefdb9bf811107b95b305b54b5f2aed335b226db7"` Oct 16 16:32:45.503 INFO kablam! usermod: no changes Oct 16 16:32:45.571 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 16 16:32:46.351 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:32:46.351 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 16 16:32:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:32:46.351 INFO kablam! Oct 16 16:32:46.351 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:32:46.351 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 16 16:32:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:32:46.351 INFO kablam! Oct 16 16:32:46.351 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 16 16:32:46.351 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! 3 | use super::super::math::Vec2; Oct 16 16:32:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:32:46.351 INFO kablam! Oct 16 16:32:46.351 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 16 16:32:46.351 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 16 16:32:46.351 INFO kablam! | Oct 16 16:32:46.351 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 16 16:32:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:46.351 INFO kablam! Oct 16 16:32:46.440 INFO kablam! warning: value assigned to `correction` is never read Oct 16 16:32:46.440 INFO kablam! --> src/world.rs:96:25 Oct 16 16:32:46.440 INFO kablam! | Oct 16 16:32:46.440 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 16 16:32:46.440 INFO kablam! | ^^^^^^^^^^ Oct 16 16:32:46.440 INFO kablam! | Oct 16 16:32:46.440 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.441 INFO kablam! warning: value assigned to `closest_point` is never read Oct 16 16:32:46.441 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 16 16:32:46.441 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.441 INFO kablam! warning: value assigned to `closest_point` is never read Oct 16 16:32:46.441 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 16 16:32:46.441 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.441 INFO kablam! warning: unused variable: `points_a` Oct 16 16:32:46.441 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 16 16:32:46.441 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.441 INFO kablam! warning: unused variable: `points_b` Oct 16 16:32:46.441 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 16 16:32:46.441 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.441 INFO kablam! warning: value assigned to `correction` is never read Oct 16 16:32:46.441 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 16 16:32:46.441 INFO kablam! | Oct 16 16:32:46.441 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 16 16:32:46.441 INFO kablam! | ^^^^^^^^^^ Oct 16 16:32:46.441 INFO kablam! Oct 16 16:32:46.469 INFO kablam! warning: field is never used: `gravity` Oct 16 16:32:46.469 INFO kablam! --> src/world.rs:12:2 Oct 16 16:32:46.469 INFO kablam! | Oct 16 16:32:46.470 INFO kablam! 12 | gravity: Vec2, Oct 16 16:32:46.470 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:32:46.470 INFO kablam! | Oct 16 16:32:46.470 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:32:46.470 INFO kablam! Oct 16 16:32:46.470 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 16 16:32:46.470 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 16 16:32:46.470 INFO kablam! | Oct 16 16:32:46.470 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 16 16:32:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:46.470 INFO kablam! Oct 16 16:32:46.470 INFO kablam! warning: method is never used: `new` Oct 16 16:32:46.470 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 16 16:32:46.470 INFO kablam! | Oct 16 16:32:46.470 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 16 16:32:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:32:46.470 INFO kablam! Oct 16 16:32:46.479 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 16 16:32:46.479 INFO kablam! --> src/world.rs:36:25 Oct 16 16:32:46.479 INFO kablam! | Oct 16 16:32:46.479 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 16 16:32:46.479 INFO kablam! | ^^^^^^^^ Oct 16 16:32:46.479 INFO kablam! | Oct 16 16:32:46.480 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 16:32:46.480 INFO kablam! Oct 16 16:32:46.480 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 16 16:32:46.480 INFO kablam! --> src/body.rs:38:30 Oct 16 16:32:46.480 INFO kablam! | Oct 16 16:32:46.480 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 16 16:32:46.480 INFO kablam! | ^^^^^^^^ Oct 16 16:32:46.480 INFO kablam! Oct 16 16:32:46.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 16 16:32:46.850 INFO kablam! su: No module specific data is present Oct 16 16:32:47.615 INFO running `"docker" "rm" "-f" "8366b51469f26d149c55e2feefdb9bf811107b95b305b54b5f2aed335b226db7"` Oct 16 16:32:47.827 INFO blam! 8366b51469f26d149c55e2feefdb9bf811107b95b305b54b5f2aed335b226db7 Oct 16 16:32:47.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16:32:48.226 INFO blam! 875330f26493b8dccc724ef8d44ea2bcdb662f36111870c72225ff5adbc64907 Oct 16 16:32:48.231 INFO running `"docker" "start" "-a" "875330f26493b8dccc724ef8d44ea2bcdb662f36111870c72225ff5adbc64907"` Oct 16 16:32:49.335 INFO kablam! usermod: no changes Oct 16 16:32:49.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 16:32:49.380 INFO kablam! Running /target/debug/deps/box2d-a991b226ef777bd1 Oct 16 16:32:49.381 INFO blam! Oct 16 16:32:49.381 INFO blam! running 0 tests Oct 16 16:32:49.382 INFO blam! Oct 16 16:32:49.382 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:32:49.382 INFO blam! Oct 16 16:32:49.387 INFO kablam! Doc-tests box2d Oct 16 16:32:50.272 INFO blam! Oct 16 16:32:50.272 INFO blam! running 0 tests Oct 16 16:32:50.272 INFO blam! Oct 16 16:32:50.272 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:32:50.272 INFO blam! Oct 16 16:32:50.278 INFO kablam! su: No module specific data is present Oct 16 16:32:50.539 INFO running `"docker" "rm" "-f" "875330f26493b8dccc724ef8d44ea2bcdb662f36111870c72225ff5adbc64907"` Oct 16 16:32:50.636 INFO blam! 875330f26493b8dccc724ef8d44ea2bcdb662f36111870c72225ff5adbc64907