Sep 21 11:19:18.719 INFO checking direct2d-0.1.3 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:19:18.719 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:19:18.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:19:18.966 INFO blam! 28fc7275fe414b121e6050d867c5ff15dea20bb6b95b94bdd47231101b73864d Sep 21 11:19:18.969 INFO running `"docker" "start" "-a" "28fc7275fe414b121e6050d867c5ff15dea20bb6b95b94bdd47231101b73864d"` Sep 21 11:19:20.342 INFO kablam! usermod: no changes Sep 21 11:19:20.466 INFO kablam! Checking direct2d v0.1.3 (/source) Sep 21 11:19:21.870 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 21 11:19:21.870 INFO kablam! --> tests/dxgi_textures.rs:2:1 Sep 21 11:19:21.870 INFO kablam! | Sep 21 11:19:21.870 INFO kablam! 2 | extern crate direct3d11; Sep 21 11:19:21.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 11:19:21.870 INFO kablam! Sep 21 11:19:21.870 INFO kablam! error: aborting due to previous error Sep 21 11:19:21.870 INFO kablam! Sep 21 11:19:21.870 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 11:19:21.898 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:21.898 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:21.918 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 21 11:19:21.918 INFO kablam! --> tests/brush.rs:2:1 Sep 21 11:19:21.918 INFO kablam! | Sep 21 11:19:21.918 INFO kablam! 2 | extern crate direct3d11; Sep 21 11:19:21.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 11:19:21.918 INFO kablam! Sep 21 11:19:21.918 INFO kablam! error: aborting due to previous error Sep 21 11:19:21.918 INFO kablam! Sep 21 11:19:21.918 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 11:19:21.918 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:21.918 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:21.995 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 21 11:19:21.995 INFO kablam! --> examples/render_to_texture.rs:2:1 Sep 21 11:19:21.996 INFO kablam! | Sep 21 11:19:21.996 INFO kablam! 2 | extern crate direct3d11; Sep 21 11:19:21.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 11:19:21.996 INFO kablam! Sep 21 11:19:21.996 INFO kablam! error: aborting due to previous error Sep 21 11:19:21.996 INFO kablam! Sep 21 11:19:21.996 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 11:19:22.009 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:22.009 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:22.110 INFO kablam! error[E0432]: unresolved import `direct2d::enums` Sep 21 11:19:22.110 INFO kablam! --> tests/geometry.rs:3:15 Sep 21 11:19:22.110 INFO kablam! | Sep 21 11:19:22.110 INFO kablam! 3 | use direct2d::enums::{FigureBegin, FigureEnd, FillMode}; Sep 21 11:19:22.110 INFO kablam! | ^^^^^ Could not find `enums` in `direct2d` Sep 21 11:19:22.110 INFO kablam! Sep 21 11:19:22.111 INFO kablam! error[E0432]: unresolved import `direct2d::geometry` Sep 21 11:19:22.111 INFO kablam! --> tests/geometry.rs:4:15 Sep 21 11:19:22.112 INFO kablam! | Sep 21 11:19:22.113 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 21 11:19:22.113 INFO kablam! | ^^^^^^^^ Could not find `geometry` in `direct2d` Sep 21 11:19:22.113 INFO kablam! Sep 21 11:19:22.113 INFO kablam! error[E0432]: unresolved import `direct2d::math` Sep 21 11:19:22.113 INFO kablam! --> tests/geometry.rs:5:15 Sep 21 11:19:22.113 INFO kablam! | Sep 21 11:19:22.113 INFO kablam! 5 | use direct2d::math::*; Sep 21 11:19:22.113 INFO kablam! | ^^^^ Could not find `math` in `direct2d` Sep 21 11:19:22.113 INFO kablam! Sep 21 11:19:22.113 INFO kablam! error[E0432]: unresolved import `direct2d::Factory` Sep 21 11:19:22.113 INFO kablam! --> tests/geometry.rs:6:5 Sep 21 11:19:22.113 INFO kablam! | Sep 21 11:19:22.114 INFO kablam! 6 | use direct2d::Factory; Sep 21 11:19:22.114 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Factory` in the root Sep 21 11:19:22.114 INFO kablam! Sep 21 11:19:22.114 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! --> tests/geometry.rs:14:16 Sep 21 11:19:22.114 INFO kablam! | Sep 21 11:19:22.114 INFO kablam! 14 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 21 11:19:22.114 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! Sep 21 11:19:22.114 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! --> tests/geometry.rs:25:16 Sep 21 11:19:22.114 INFO kablam! | Sep 21 11:19:22.114 INFO kablam! 25 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 21 11:19:22.114 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! Sep 21 11:19:22.114 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! --> tests/geometry.rs:36:17 Sep 21 11:19:22.114 INFO kablam! | Sep 21 11:19:22.114 INFO kablam! 36 | let rect1 = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 21 11:19:22.114 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! Sep 21 11:19:22.114 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.114 INFO kablam! --> tests/geometry.rs:39:17 Sep 21 11:19:22.114 INFO kablam! | Sep 21 11:19:22.114 INFO kablam! 39 | let rect2 = RectF::new(0.0, 1.0, 1.0, 2.0); Sep 21 11:19:22.115 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:52:16 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 52 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 21 11:19:22.115 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Matrix3x2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:63:33 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 63 | let transform = Matrix3x2F::new([ Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Matrix3x2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:106:22 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 106 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:108:27 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 108 | .add_line(Point2F::new(1.0, 0.0)) Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:109:27 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 109 | .add_line(Point2F::new(1.0, 1.0)) Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:110:27 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 110 | .add_line(Point2F::new(0.5, 1.5)) Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:111:27 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 111 | .add_line(Point2F::new(0.0, 1.0)) Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! Sep 21 11:19:22.115 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.115 INFO kablam! --> tests/geometry.rs:112:27 Sep 21 11:19:22.115 INFO kablam! | Sep 21 11:19:22.115 INFO kablam! 112 | .add_line(Point2F::new(0.0, 0.0)) Sep 21 11:19:22.115 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:115:22 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 115 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:117:27 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 117 | .add_line(Point2F::new(0.5, -0.5)) Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:118:27 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 118 | .add_line(Point2F::new(1.0, 0.0)) Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:122:22 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 122 | .with_figure(Point2F::new(0.25, 0.25), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:124:27 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 124 | .add_line(Point2F::new(0.75, 0.25)) Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:125:27 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 125 | .add_line(Point2F::new(0.75, 0.75)) Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:126:27 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 126 | .add_line(Point2F::new(0.25, 0.75)) Sep 21 11:19:22.116 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.116 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 21 11:19:22.116 INFO kablam! --> tests/geometry.rs:142:16 Sep 21 11:19:22.116 INFO kablam! | Sep 21 11:19:22.116 INFO kablam! 142 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 21 11:19:22.116 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 21 11:19:22.116 INFO kablam! Sep 21 11:19:22.119 INFO kablam! warning: unused import: `Geometry` Sep 21 11:19:22.119 INFO kablam! --> tests/geometry.rs:4:26 Sep 21 11:19:22.119 INFO kablam! | Sep 21 11:19:22.119 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 21 11:19:22.119 INFO kablam! | ^^^^^^^^ Sep 21 11:19:22.119 INFO kablam! | Sep 21 11:19:22.119 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:19:22.119 INFO kablam! Sep 21 11:19:22.119 INFO kablam! warning: unused import: `direct2d::math::*` Sep 21 11:19:22.119 INFO kablam! --> tests/geometry.rs:5:5 Sep 21 11:19:22.119 INFO kablam! | Sep 21 11:19:22.119 INFO kablam! 5 | use direct2d::math::*; Sep 21 11:19:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 11:19:22.119 INFO kablam! Sep 21 11:19:22.192 INFO kablam! error[E0464]: multiple matching crates for `lazy_static` Sep 21 11:19:22.192 INFO kablam! --> tests/window_test.rs:2:1 Sep 21 11:19:22.192 INFO kablam! | Sep 21 11:19:22.192 INFO kablam! 2 | extern crate lazy_static; Sep 21 11:19:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:19:22.192 INFO kablam! | Sep 21 11:19:22.192 INFO kablam! = note: candidates: Sep 21 11:19:22.193 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/f7f4c500b46603386e940f116b469c7adc043a6d-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-235e7e0a448f12ba.rlib Sep 21 11:19:22.193 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/f7f4c500b46603386e940f116b469c7adc043a6d-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-1c2388f1fc625df5.rlib Sep 21 11:19:22.193 INFO kablam! Sep 21 11:19:22.193 INFO kablam! error[E0463]: can't find crate for `lazy_static` Sep 21 11:19:22.193 INFO kablam! --> tests/window_test.rs:2:1 Sep 21 11:19:22.193 INFO kablam! | Sep 21 11:19:22.193 INFO kablam! 2 | extern crate lazy_static; Sep 21 11:19:22.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 11:19:22.193 INFO kablam! Sep 21 11:19:22.194 INFO kablam! error: aborting due to 2 previous errors Sep 21 11:19:22.194 INFO kablam! Sep 21 11:19:22.194 INFO kablam! Some errors occurred: E0463, E0464. Sep 21 11:19:22.194 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 21 11:19:22.199 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:22.199 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:22.231 INFO kablam! error[E0464]: multiple matching crates for `rand` Sep 21 11:19:22.231 INFO kablam! --> tests/bad_hwnd_test.rs:2:1 Sep 21 11:19:22.231 INFO kablam! | Sep 21 11:19:22.231 INFO kablam! 2 | extern crate rand; Sep 21 11:19:22.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 11:19:22.238 INFO kablam! | Sep 21 11:19:22.238 INFO kablam! = note: candidates: Sep 21 11:19:22.238 INFO kablam! crate `rand`: /rustup-home/toolchains/f7f4c500b46603386e940f116b469c7adc043a6d-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-16f3c6c435ff637b.rlib Sep 21 11:19:22.238 INFO kablam! crate `rand`: /rustup-home/toolchains/f7f4c500b46603386e940f116b469c7adc043a6d-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-1abefe9dc15c2d37.rlib Sep 21 11:19:22.238 INFO kablam! Sep 21 11:19:22.238 INFO kablam! error[E0463]: can't find crate for `rand` Sep 21 11:19:22.238 INFO kablam! --> tests/bad_hwnd_test.rs:2:1 Sep 21 11:19:22.238 INFO kablam! | Sep 21 11:19:22.238 INFO kablam! 2 | extern crate rand; Sep 21 11:19:22.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 11:19:22.238 INFO kablam! Sep 21 11:19:22.238 INFO kablam! error: aborting due to 2 previous errors Sep 21 11:19:22.238 INFO kablam! Sep 21 11:19:22.238 INFO kablam! Some errors occurred: E0463, E0464. Sep 21 11:19:22.238 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 21 11:19:22.241 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:22.241 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:22.254 INFO kablam! error: aborting due to 24 previous errors Sep 21 11:19:22.254 INFO kablam! Sep 21 11:19:22.254 INFO kablam! Some errors occurred: E0432, E0433. Sep 21 11:19:22.254 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 11:19:22.262 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:22.262 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:19:22.315 INFO kablam! error[E0433]: failed to resolve. Could not find `Factory` in `direct2d` Sep 21 11:19:22.315 INFO kablam! --> tests/factory_test.rs:5:23 Sep 21 11:19:22.315 INFO kablam! | Sep 21 11:19:22.315 INFO kablam! 5 | assert!(direct2d::Factory::new().is_ok()); Sep 21 11:19:22.315 INFO kablam! | ^^^^^^^ Could not find `Factory` in `direct2d` Sep 21 11:19:22.315 INFO kablam! Sep 21 11:19:22.340 INFO kablam! error: aborting due to previous error Sep 21 11:19:22.341 INFO kablam! Sep 21 11:19:22.341 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 21 11:19:22.353 INFO kablam! error: Could not compile `direct2d`. Sep 21 11:19:22.353 INFO kablam! Sep 21 11:19:22.353 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:19:22.354 INFO kablam! su: No module specific data is present Sep 21 11:19:23.269 INFO running `"docker" "rm" "-f" "28fc7275fe414b121e6050d867c5ff15dea20bb6b95b94bdd47231101b73864d"` Sep 21 11:19:23.381 INFO blam! 28fc7275fe414b121e6050d867c5ff15dea20bb6b95b94bdd47231101b73864d