Oct 12 04:41:57.383 INFO testing box2d-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:41:57.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 04:41:57.744 INFO blam! 1ad37b3d389542580998bb1793ce08f5d37fbe5d0ddac88997a96e3bc0301319 Oct 12 04:41:57.746 INFO running `"docker" "start" "-a" "1ad37b3d389542580998bb1793ce08f5d37fbe5d0ddac88997a96e3bc0301319"` Oct 12 04:41:58.412 INFO kablam! usermod: no changes Oct 12 04:41:58.452 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 12 04:41:59.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:59.296 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 12 04:41:59.296 INFO kablam! | Oct 12 04:41:59.296 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 12 04:41:59.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:59.297 INFO kablam! | Oct 12 04:41:59.297 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:41:59.297 INFO kablam! Oct 12 04:41:59.298 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:59.298 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 12 04:41:59.298 INFO kablam! | Oct 12 04:41:59.299 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 12 04:41:59.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:59.299 INFO kablam! Oct 12 04:41:59.299 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 12 04:41:59.300 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 12 04:41:59.300 INFO kablam! | Oct 12 04:41:59.300 INFO kablam! 3 | use super::super::math::Vec2; Oct 12 04:41:59.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:59.301 INFO kablam! | Oct 12 04:41:59.301 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:41:59.301 INFO kablam! Oct 12 04:41:59.302 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 12 04:41:59.302 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 12 04:41:59.302 INFO kablam! | Oct 12 04:41:59.303 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 12 04:41:59.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:59.303 INFO kablam! Oct 12 04:41:59.391 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:59.392 INFO kablam! --> src/world.rs:96:25 Oct 12 04:41:59.392 INFO kablam! | Oct 12 04:41:59.393 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:59.393 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:59.393 INFO kablam! | Oct 12 04:41:59.393 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:41:59.394 INFO kablam! Oct 12 04:41:59.394 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:59.395 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 12 04:41:59.395 INFO kablam! | Oct 12 04:41:59.395 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:59.396 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:59.396 INFO kablam! Oct 12 04:41:59.397 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:59.397 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 12 04:41:59.397 INFO kablam! | Oct 12 04:41:59.398 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:59.398 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:59.398 INFO kablam! Oct 12 04:41:59.398 INFO kablam! warning: unused variable: `points_a` Oct 12 04:41:59.399 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 12 04:41:59.399 INFO kablam! | Oct 12 04:41:59.399 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:59.400 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 12 04:41:59.400 INFO kablam! | Oct 12 04:41:59.400 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:41:59.401 INFO kablam! Oct 12 04:41:59.401 INFO kablam! warning: unused variable: `points_b` Oct 12 04:41:59.401 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 12 04:41:59.402 INFO kablam! | Oct 12 04:41:59.402 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:59.402 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 12 04:41:59.403 INFO kablam! Oct 12 04:41:59.403 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:59.403 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 12 04:41:59.403 INFO kablam! | Oct 12 04:41:59.404 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:59.408 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:59.408 INFO kablam! Oct 12 04:41:59.429 INFO kablam! warning: field is never used: `gravity` Oct 12 04:41:59.429 INFO kablam! --> src/world.rs:12:2 Oct 12 04:41:59.430 INFO kablam! | Oct 12 04:41:59.430 INFO kablam! 12 | gravity: Vec2, Oct 12 04:41:59.430 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:59.431 INFO kablam! | Oct 12 04:41:59.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:41:59.431 INFO kablam! Oct 12 04:41:59.432 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 12 04:41:59.432 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 12 04:41:59.432 INFO kablam! | Oct 12 04:41:59.433 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 12 04:41:59.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:59.433 INFO kablam! Oct 12 04:41:59.433 INFO kablam! warning: method is never used: `new` Oct 12 04:41:59.434 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 12 04:41:59.434 INFO kablam! | Oct 12 04:41:59.434 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 12 04:41:59.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:59.435 INFO kablam! Oct 12 04:41:59.435 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:59.436 INFO kablam! --> src/world.rs:36:25 Oct 12 04:41:59.436 INFO kablam! | Oct 12 04:41:59.436 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 12 04:41:59.437 INFO kablam! | ^^^^^^^^ Oct 12 04:41:59.437 INFO kablam! | Oct 12 04:41:59.437 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 04:41:59.437 INFO kablam! Oct 12 04:41:59.444 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:59.444 INFO kablam! --> src/body.rs:38:30 Oct 12 04:41:59.444 INFO kablam! | Oct 12 04:41:59.444 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 12 04:41:59.444 INFO kablam! | ^^^^^^^^ Oct 12 04:41:59.444 INFO kablam! Oct 12 04:41:59.901 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 12 04:41:59.908 INFO kablam! su: No module specific data is present Oct 12 04:42:00.470 INFO running `"docker" "rm" "-f" "1ad37b3d389542580998bb1793ce08f5d37fbe5d0ddac88997a96e3bc0301319"` Oct 12 04:42:00.620 INFO blam! 1ad37b3d389542580998bb1793ce08f5d37fbe5d0ddac88997a96e3bc0301319 Oct 12 04:42:00.621 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 04:42:00.990 INFO blam! 50f458f3ede2f71580c03c968d6b23c07136a6f0fc064cd710d14013f66fa7b4 Oct 12 04:42:00.992 INFO running `"docker" "start" "-a" "50f458f3ede2f71580c03c968d6b23c07136a6f0fc064cd710d14013f66fa7b4"` Oct 12 04:42:01.967 INFO kablam! usermod: no changes Oct 12 04:42:02.012 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 12 04:42:03.086 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:42:03.086 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 12 04:42:03.086 INFO kablam! | Oct 12 04:42:03.087 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 12 04:42:03.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:42:03.087 INFO kablam! | Oct 12 04:42:03.088 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:42:03.088 INFO kablam! Oct 12 04:42:03.088 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:42:03.089 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 12 04:42:03.089 INFO kablam! | Oct 12 04:42:03.089 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 12 04:42:03.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:42:03.090 INFO kablam! Oct 12 04:42:03.100 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 12 04:42:03.100 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 12 04:42:03.101 INFO kablam! | Oct 12 04:42:03.101 INFO kablam! 3 | use super::super::math::Vec2; Oct 12 04:42:03.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:03.101 INFO kablam! | Oct 12 04:42:03.102 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:42:03.102 INFO kablam! Oct 12 04:42:03.102 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 12 04:42:03.102 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 12 04:42:03.103 INFO kablam! | Oct 12 04:42:03.103 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 12 04:42:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:03.103 INFO kablam! Oct 12 04:42:03.169 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:42:03.169 INFO kablam! --> src/world.rs:96:25 Oct 12 04:42:03.169 INFO kablam! | Oct 12 04:42:03.169 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:42:03.169 INFO kablam! | ^^^^^^^^^^ Oct 12 04:42:03.169 INFO kablam! | Oct 12 04:42:03.169 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:42:03.169 INFO kablam! Oct 12 04:42:03.169 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:42:03.169 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 12 04:42:03.169 INFO kablam! | Oct 12 04:42:03.169 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:42:03.169 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:42:03.169 INFO kablam! Oct 12 04:42:03.169 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:42:03.169 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 12 04:42:03.169 INFO kablam! | Oct 12 04:42:03.169 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:42:03.169 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:42:03.173 INFO kablam! Oct 12 04:42:03.173 INFO kablam! warning: unused variable: `points_a` Oct 12 04:42:03.173 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 12 04:42:03.173 INFO kablam! | Oct 12 04:42:03.173 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:42:03.173 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 12 04:42:03.173 INFO kablam! | Oct 12 04:42:03.173 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:42:03.173 INFO kablam! Oct 12 04:42:03.173 INFO kablam! warning: unused variable: `points_b` Oct 12 04:42:03.173 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 12 04:42:03.173 INFO kablam! | Oct 12 04:42:03.173 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:42:03.173 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 12 04:42:03.173 INFO kablam! Oct 12 04:42:03.173 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:42:03.173 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 12 04:42:03.173 INFO kablam! | Oct 12 04:42:03.173 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:42:03.173 INFO kablam! | ^^^^^^^^^^ Oct 12 04:42:03.173 INFO kablam! Oct 12 04:42:03.197 INFO kablam! warning: field is never used: `gravity` Oct 12 04:42:03.197 INFO kablam! --> src/world.rs:12:2 Oct 12 04:42:03.197 INFO kablam! | Oct 12 04:42:03.197 INFO kablam! 12 | gravity: Vec2, Oct 12 04:42:03.197 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:42:03.197 INFO kablam! | Oct 12 04:42:03.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:42:03.197 INFO kablam! Oct 12 04:42:03.197 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 12 04:42:03.197 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 12 04:42:03.197 INFO kablam! | Oct 12 04:42:03.197 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 12 04:42:03.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:03.197 INFO kablam! Oct 12 04:42:03.197 INFO kablam! warning: method is never used: `new` Oct 12 04:42:03.197 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 12 04:42:03.197 INFO kablam! | Oct 12 04:42:03.197 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 12 04:42:03.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:03.197 INFO kablam! Oct 12 04:42:03.206 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:42:03.206 INFO kablam! --> src/world.rs:36:25 Oct 12 04:42:03.206 INFO kablam! | Oct 12 04:42:03.206 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 12 04:42:03.206 INFO kablam! | ^^^^^^^^ Oct 12 04:42:03.206 INFO kablam! | Oct 12 04:42:03.206 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 04:42:03.206 INFO kablam! Oct 12 04:42:03.208 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:42:03.208 INFO kablam! --> src/body.rs:38:30 Oct 12 04:42:03.208 INFO kablam! | Oct 12 04:42:03.208 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 12 04:42:03.208 INFO kablam! | ^^^^^^^^ Oct 12 04:42:03.208 INFO kablam! Oct 12 04:42:03.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 12 04:42:03.552 INFO kablam! su: No module specific data is present Oct 12 04:42:04.041 INFO running `"docker" "rm" "-f" "50f458f3ede2f71580c03c968d6b23c07136a6f0fc064cd710d14013f66fa7b4"` Oct 12 04:42:04.291 INFO blam! 50f458f3ede2f71580c03c968d6b23c07136a6f0fc064cd710d14013f66fa7b4 Oct 12 04:42:04.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 04:42:04.702 INFO blam! 4d408f9983d01d614ddeb46115a7542b133c6198b47b95b4503876552001ee5e Oct 12 04:42:04.706 INFO running `"docker" "start" "-a" "4d408f9983d01d614ddeb46115a7542b133c6198b47b95b4503876552001ee5e"` Oct 12 04:42:05.811 INFO kablam! usermod: no changes Oct 12 04:42:05.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 04:42:05.880 INFO kablam! Running /target/debug/deps/box2d-9cd1870526a6e203 Oct 12 04:42:05.884 INFO blam! Oct 12 04:42:05.884 INFO blam! running 0 tests Oct 12 04:42:05.884 INFO blam! Oct 12 04:42:05.884 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:42:05.884 INFO blam! Oct 12 04:42:05.885 INFO kablam! Doc-tests box2d Oct 12 04:42:07.240 INFO blam! Oct 12 04:42:07.240 INFO blam! running 0 tests Oct 12 04:42:07.240 INFO blam! Oct 12 04:42:07.240 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:42:07.240 INFO blam! Oct 12 04:42:07.248 INFO kablam! su: No module specific data is present Oct 12 04:42:07.536 INFO running `"docker" "rm" "-f" "4d408f9983d01d614ddeb46115a7542b133c6198b47b95b4503876552001ee5e"` Oct 12 04:42:07.668 INFO blam! 4d408f9983d01d614ddeb46115a7542b133c6198b47b95b4503876552001ee5e