Oct 12 04:41:54.154 INFO testing box2d-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:41:54.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:41:54.622 INFO blam! eab16faa42b83268075719241d3b282bd4ee106d6bcf972761ad227620b562c4 Oct 12 04:41:54.625 INFO running `"docker" "start" "-a" "eab16faa42b83268075719241d3b282bd4ee106d6bcf972761ad227620b562c4"` Oct 12 04:41:55.324 INFO kablam! usermod: no changes Oct 12 04:41:55.344 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 12 04:41:55.473 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:55.473 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 12 04:41:55.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:41:55.473 INFO kablam! Oct 12 04:41:55.473 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:55.473 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 12 04:41:55.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:55.473 INFO kablam! Oct 12 04:41:55.473 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 12 04:41:55.473 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! 3 | use super::super::math::Vec2; Oct 12 04:41:55.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:41:55.473 INFO kablam! Oct 12 04:41:55.473 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 12 04:41:55.473 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 12 04:41:55.473 INFO kablam! | Oct 12 04:41:55.473 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 12 04:41:55.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:55.473 INFO kablam! Oct 12 04:41:55.557 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:55.557 INFO kablam! --> src/world.rs:96:25 Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:55.557 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:41:55.557 INFO kablam! Oct 12 04:41:55.557 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:55.557 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:55.557 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:55.557 INFO kablam! Oct 12 04:41:55.557 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:55.557 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:55.557 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:55.557 INFO kablam! Oct 12 04:41:55.557 INFO kablam! warning: unused variable: `points_a` Oct 12 04:41:55.557 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:55.557 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:41:55.557 INFO kablam! Oct 12 04:41:55.557 INFO kablam! warning: unused variable: `points_b` Oct 12 04:41:55.557 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 12 04:41:55.557 INFO kablam! | Oct 12 04:41:55.557 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:55.557 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 12 04:41:55.557 INFO kablam! Oct 12 04:41:55.558 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:55.558 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 12 04:41:55.558 INFO kablam! | Oct 12 04:41:55.558 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:55.558 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:55.558 INFO kablam! Oct 12 04:41:55.580 INFO kablam! warning: field is never used: `gravity` Oct 12 04:41:55.580 INFO kablam! --> src/world.rs:12:2 Oct 12 04:41:55.580 INFO kablam! | Oct 12 04:41:55.580 INFO kablam! 12 | gravity: Vec2, Oct 12 04:41:55.580 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:55.580 INFO kablam! | Oct 12 04:41:55.580 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:41:55.580 INFO kablam! Oct 12 04:41:55.580 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 12 04:41:55.580 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 12 04:41:55.580 INFO kablam! | Oct 12 04:41:55.580 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 12 04:41:55.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:55.580 INFO kablam! Oct 12 04:41:55.580 INFO kablam! warning: method is never used: `new` Oct 12 04:41:55.580 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 12 04:41:55.580 INFO kablam! | Oct 12 04:41:55.580 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 12 04:41:55.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:55.580 INFO kablam! Oct 12 04:41:55.588 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:55.588 INFO kablam! --> src/world.rs:36:25 Oct 12 04:41:55.588 INFO kablam! | Oct 12 04:41:55.588 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 12 04:41:55.588 INFO kablam! | ^^^^^^^^ Oct 12 04:41:55.588 INFO kablam! | Oct 12 04:41:55.588 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 04:41:55.588 INFO kablam! Oct 12 04:41:55.589 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:55.589 INFO kablam! --> src/body.rs:38:30 Oct 12 04:41:55.589 INFO kablam! | Oct 12 04:41:55.589 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 12 04:41:55.589 INFO kablam! | ^^^^^^^^ Oct 12 04:41:55.589 INFO kablam! Oct 12 04:41:56.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 12 04:41:56.033 INFO kablam! su: No module specific data is present Oct 12 04:41:56.578 INFO running `"docker" "rm" "-f" "eab16faa42b83268075719241d3b282bd4ee106d6bcf972761ad227620b562c4"` Oct 12 04:41:56.768 INFO blam! eab16faa42b83268075719241d3b282bd4ee106d6bcf972761ad227620b562c4 Oct 12 04:41:56.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:41:57.108 INFO blam! 20964ed39bd4e664f085b7f0235aee9193deb512c8104ed2496d0fcea14f9947 Oct 12 04:41:57.113 INFO running `"docker" "start" "-a" "20964ed39bd4e664f085b7f0235aee9193deb512c8104ed2496d0fcea14f9947"` Oct 12 04:41:57.988 INFO kablam! usermod: no changes Oct 12 04:41:58.028 INFO kablam! Compiling box2d v0.0.2 (/source) Oct 12 04:41:58.212 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:58.212 INFO kablam! --> src/collision/circle_line_collider.rs:49:68 Oct 12 04:41:58.212 INFO kablam! | Oct 12 04:41:58.212 INFO kablam! 49 | let offset = distance_vector.normal().multiply((radius - distance_vector.length())); Oct 12 04:41:58.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:58.212 INFO kablam! | Oct 12 04:41:58.212 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:41:58.212 INFO kablam! Oct 12 04:41:58.212 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:41:58.212 INFO kablam! --> src/collision/circle_chain_line_collider.rs:57:74 Oct 12 04:41:58.212 INFO kablam! | Oct 12 04:41:58.212 INFO kablam! 57 | let offset = closest_line_distance.normal().multiply((radius - closest_line_distance.length())); Oct 12 04:41:58.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:41:58.213 INFO kablam! Oct 12 04:41:58.213 INFO kablam! warning: unused import: `super::super::math::Vec2` Oct 12 04:41:58.213 INFO kablam! --> src/collision/polygon_polygon_collider.rs:3:5 Oct 12 04:41:58.213 INFO kablam! | Oct 12 04:41:58.213 INFO kablam! 3 | use super::super::math::Vec2; Oct 12 04:41:58.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:58.213 INFO kablam! | Oct 12 04:41:58.213 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:41:58.213 INFO kablam! Oct 12 04:41:58.213 INFO kablam! warning: unused import: `super::super::manifold::Manifold` Oct 12 04:41:58.213 INFO kablam! --> src/collision/polygon_polygon_collider.rs:4:5 Oct 12 04:41:58.213 INFO kablam! | Oct 12 04:41:58.213 INFO kablam! 4 | use super::super::manifold::Manifold; Oct 12 04:41:58.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:58.213 INFO kablam! Oct 12 04:41:58.311 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:58.311 INFO kablam! --> src/world.rs:96:25 Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! 96 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:58.311 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:41:58.311 INFO kablam! Oct 12 04:41:58.311 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:58.311 INFO kablam! --> src/collision/circle_line_collider.rs:36:25 Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! 36 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:58.311 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:58.311 INFO kablam! Oct 12 04:41:58.311 INFO kablam! warning: value assigned to `closest_point` is never read Oct 12 04:41:58.311 INFO kablam! --> src/collision/circle_chain_line_collider.rs:39:29 Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! 39 | let mut closest_point = Vec2::new(0.0, 0.0); Oct 12 04:41:58.311 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:58.311 INFO kablam! Oct 12 04:41:58.311 INFO kablam! warning: unused variable: `points_a` Oct 12 04:41:58.311 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:35 Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:58.311 INFO kablam! | ^^^^^^^^ help: consider using `_points_a` instead Oct 12 04:41:58.311 INFO kablam! | Oct 12 04:41:58.311 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:41:58.311 INFO kablam! Oct 12 04:41:58.311 INFO kablam! warning: unused variable: `points_b` Oct 12 04:41:58.311 INFO kablam! --> src/collision/polygon_polygon_collider.rs:26:67 Oct 12 04:41:58.312 INFO kablam! | Oct 12 04:41:58.312 INFO kablam! 26 | (PolygonShape{points: points_a}, PolygonShape{points: points_b}) => { Oct 12 04:41:58.312 INFO kablam! | ^^^^^^^^ help: consider using `_points_b` instead Oct 12 04:41:58.312 INFO kablam! Oct 12 04:41:58.320 INFO kablam! warning: value assigned to `correction` is never read Oct 12 04:41:58.320 INFO kablam! --> src/default_collision_resolution.rs:42:25 Oct 12 04:41:58.320 INFO kablam! | Oct 12 04:41:58.320 INFO kablam! 42 | let mut correction = Vec2::new(0.0, 0.0); Oct 12 04:41:58.320 INFO kablam! | ^^^^^^^^^^ Oct 12 04:41:58.320 INFO kablam! Oct 12 04:41:58.357 INFO kablam! warning: field is never used: `gravity` Oct 12 04:41:58.357 INFO kablam! --> src/world.rs:12:2 Oct 12 04:41:58.357 INFO kablam! | Oct 12 04:41:58.357 INFO kablam! 12 | gravity: Vec2, Oct 12 04:41:58.357 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:41:58.357 INFO kablam! | Oct 12 04:41:58.357 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:41:58.357 INFO kablam! Oct 12 04:41:58.357 INFO kablam! warning: struct is never constructed: `DefaultCollisionResolution` Oct 12 04:41:58.357 INFO kablam! --> src/default_collision_resolution.rs:5:1 Oct 12 04:41:58.357 INFO kablam! | Oct 12 04:41:58.357 INFO kablam! 5 | pub struct DefaultCollisionResolution; Oct 12 04:41:58.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:58.357 INFO kablam! Oct 12 04:41:58.357 INFO kablam! warning: method is never used: `new` Oct 12 04:41:58.357 INFO kablam! --> src/default_collision_resolution.rs:64:5 Oct 12 04:41:58.357 INFO kablam! | Oct 12 04:41:58.357 INFO kablam! 64 | pub fn new() -> DefaultCollisionResolution { Oct 12 04:41:58.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:41:58.357 INFO kablam! Oct 12 04:41:58.373 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:58.373 INFO kablam! --> src/world.rs:36:25 Oct 12 04:41:58.373 INFO kablam! | Oct 12 04:41:58.373 INFO kablam! 36 | pub fn step(&mut self, timeStep: f32) { Oct 12 04:41:58.373 INFO kablam! | ^^^^^^^^ Oct 12 04:41:58.373 INFO kablam! | Oct 12 04:41:58.373 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 04:41:58.373 INFO kablam! Oct 12 04:41:58.373 INFO kablam! warning: variable `timeStep` should have a snake case name such as `time_step` Oct 12 04:41:58.373 INFO kablam! --> src/body.rs:38:30 Oct 12 04:41:58.373 INFO kablam! | Oct 12 04:41:58.373 INFO kablam! 38 | pub fn integrate(&mut self, timeStep: f32) { Oct 12 04:41:58.373 INFO kablam! | ^^^^^^^^ Oct 12 04:41:58.373 INFO kablam! Oct 12 04:41:58.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 12 04:41:58.939 INFO kablam! su: No module specific data is present Oct 12 04:41:59.701 INFO running `"docker" "rm" "-f" "20964ed39bd4e664f085b7f0235aee9193deb512c8104ed2496d0fcea14f9947"` Oct 12 04:41:59.976 INFO blam! 20964ed39bd4e664f085b7f0235aee9193deb512c8104ed2496d0fcea14f9947 Oct 12 04:41:59.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 04:42:00.588 INFO blam! 7651ca2cc666361197c8be5676ec78e67b45284bb72614e1fec1a24082785d77 Oct 12 04:42:00.594 INFO running `"docker" "start" "-a" "7651ca2cc666361197c8be5676ec78e67b45284bb72614e1fec1a24082785d77"` Oct 12 04:42:01.612 INFO kablam! usermod: no changes Oct 12 04:42:01.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 04:42:01.656 INFO kablam! Running /target/debug/deps/box2d-a991b226ef777bd1 Oct 12 04:42:01.658 INFO blam! Oct 12 04:42:01.658 INFO blam! running 0 tests Oct 12 04:42:01.660 INFO blam! Oct 12 04:42:01.660 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:42:01.660 INFO blam! Oct 12 04:42:01.661 INFO kablam! Doc-tests box2d Oct 12 04:42:01.956 INFO blam! Oct 12 04:42:01.956 INFO blam! running 0 tests Oct 12 04:42:01.956 INFO blam! Oct 12 04:42:01.956 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:42:01.956 INFO blam! Oct 12 04:42:01.964 INFO kablam! su: No module specific data is present Oct 12 04:42:02.928 INFO running `"docker" "rm" "-f" "7651ca2cc666361197c8be5676ec78e67b45284bb72614e1fec1a24082785d77"` Oct 12 04:42:03.160 INFO blam! 7651ca2cc666361197c8be5676ec78e67b45284bb72614e1fec1a24082785d77