Sep 04 22:30:20.511 INFO checking direct2d-0.1.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 22:30:20.511 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 22:30:20.511 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:30:20.794 INFO blam! d5efd894c15d8e936702825c744202b51105a8beb2a816a8eaa1ce4e10f2f670 Sep 04 22:30:20.796 INFO running `"docker" "start" "-a" "d5efd894c15d8e936702825c744202b51105a8beb2a816a8eaa1ce4e10f2f670"` Sep 04 22:30:21.853 INFO kablam! Checking direct2d v0.1.2 (file:///source) Sep 04 22:30:24.290 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 04 22:30:24.290 INFO kablam! --> examples/render_to_texture.rs:2:1 Sep 04 22:30:24.290 INFO kablam! | Sep 04 22:30:24.290 INFO kablam! 2 | extern crate direct3d11; Sep 04 22:30:24.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:30:24.290 INFO kablam! Sep 04 22:30:24.291 INFO kablam! error: aborting due to previous error Sep 04 22:30:24.291 INFO kablam! Sep 04 22:30:24.292 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 22:30:24.298 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.298 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.312 INFO kablam! error[E0464]: multiple matching crates for `lazy_static` Sep 04 22:30:24.312 INFO kablam! --> tests/window_test.rs:2:1 Sep 04 22:30:24.312 INFO kablam! | Sep 04 22:30:24.312 INFO kablam! 2 | extern crate lazy_static; Sep 04 22:30:24.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:30:24.312 INFO kablam! | Sep 04 22:30:24.312 INFO kablam! = note: candidates: Sep 04 22:30:24.312 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-d04dfcf0b010423f.rlib Sep 04 22:30:24.312 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-c0ec6a8dd9ebe8d4.rlib Sep 04 22:30:24.312 INFO kablam! Sep 04 22:30:24.313 INFO kablam! error[E0463]: can't find crate for `lazy_static` Sep 04 22:30:24.313 INFO kablam! --> tests/window_test.rs:2:1 Sep 04 22:30:24.313 INFO kablam! | Sep 04 22:30:24.313 INFO kablam! 2 | extern crate lazy_static; Sep 04 22:30:24.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:30:24.313 INFO kablam! Sep 04 22:30:24.313 INFO kablam! error: aborting due to 2 previous errors Sep 04 22:30:24.313 INFO kablam! Sep 04 22:30:24.313 INFO kablam! Some errors occurred: E0463, E0464. Sep 04 22:30:24.313 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 04 22:30:24.318 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.319 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.417 INFO kablam! error[E0432]: unresolved import `direct2d::enums` Sep 04 22:30:24.418 INFO kablam! --> tests/geometry.rs:3:15 Sep 04 22:30:24.418 INFO kablam! | Sep 04 22:30:24.418 INFO kablam! 3 | use direct2d::enums::{FigureBegin, FigureEnd, FillMode}; Sep 04 22:30:24.418 INFO kablam! | ^^^^^ Could not find `enums` in `direct2d` Sep 04 22:30:24.418 INFO kablam! Sep 04 22:30:24.418 INFO kablam! error[E0432]: unresolved import `direct2d::geometry` Sep 04 22:30:24.418 INFO kablam! --> tests/geometry.rs:4:15 Sep 04 22:30:24.418 INFO kablam! | Sep 04 22:30:24.418 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 04 22:30:24.418 INFO kablam! | ^^^^^^^^ Could not find `geometry` in `direct2d` Sep 04 22:30:24.418 INFO kablam! Sep 04 22:30:24.418 INFO kablam! error[E0432]: unresolved import `direct2d::math` Sep 04 22:30:24.418 INFO kablam! --> tests/geometry.rs:5:15 Sep 04 22:30:24.418 INFO kablam! | Sep 04 22:30:24.418 INFO kablam! 5 | use direct2d::math::*; Sep 04 22:30:24.418 INFO kablam! | ^^^^ Could not find `math` in `direct2d` Sep 04 22:30:24.418 INFO kablam! Sep 04 22:30:24.419 INFO kablam! error[E0432]: unresolved import `direct2d::Factory` Sep 04 22:30:24.419 INFO kablam! --> tests/geometry.rs:6:5 Sep 04 22:30:24.419 INFO kablam! | Sep 04 22:30:24.419 INFO kablam! 6 | use direct2d::Factory; Sep 04 22:30:24.419 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Factory` in the root Sep 04 22:30:24.419 INFO kablam! Sep 04 22:30:24.419 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.419 INFO kablam! --> tests/geometry.rs:14:16 Sep 04 22:30:24.419 INFO kablam! | Sep 04 22:30:24.419 INFO kablam! 14 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 04 22:30:24.419 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.419 INFO kablam! Sep 04 22:30:24.420 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! --> tests/geometry.rs:25:16 Sep 04 22:30:24.420 INFO kablam! | Sep 04 22:30:24.420 INFO kablam! 25 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 04 22:30:24.420 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! Sep 04 22:30:24.420 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! --> tests/geometry.rs:36:17 Sep 04 22:30:24.420 INFO kablam! | Sep 04 22:30:24.420 INFO kablam! 36 | let rect1 = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 04 22:30:24.420 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! Sep 04 22:30:24.420 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! --> tests/geometry.rs:39:17 Sep 04 22:30:24.420 INFO kablam! | Sep 04 22:30:24.420 INFO kablam! 39 | let rect2 = RectF::new(0.0, 1.0, 1.0, 2.0); Sep 04 22:30:24.420 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.420 INFO kablam! Sep 04 22:30:24.421 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.421 INFO kablam! --> tests/geometry.rs:52:16 Sep 04 22:30:24.421 INFO kablam! | Sep 04 22:30:24.421 INFO kablam! 52 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 04 22:30:24.421 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.421 INFO kablam! Sep 04 22:30:24.421 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Matrix3x2F` Sep 04 22:30:24.422 INFO kablam! --> tests/geometry.rs:63:33 Sep 04 22:30:24.422 INFO kablam! | Sep 04 22:30:24.422 INFO kablam! 63 | let transform = Matrix3x2F::new([ Sep 04 22:30:24.422 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Matrix3x2F` Sep 04 22:30:24.422 INFO kablam! Sep 04 22:30:24.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.422 INFO kablam! --> tests/geometry.rs:106:22 Sep 04 22:30:24.422 INFO kablam! | Sep 04 22:30:24.422 INFO kablam! 106 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 04 22:30:24.422 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.422 INFO kablam! Sep 04 22:30:24.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.422 INFO kablam! --> tests/geometry.rs:108:27 Sep 04 22:30:24.422 INFO kablam! | Sep 04 22:30:24.422 INFO kablam! 108 | .add_line(Point2F::new(1.0, 0.0)) Sep 04 22:30:24.422 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.422 INFO kablam! Sep 04 22:30:24.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.423 INFO kablam! --> tests/geometry.rs:109:27 Sep 04 22:30:24.423 INFO kablam! | Sep 04 22:30:24.423 INFO kablam! 109 | .add_line(Point2F::new(1.0, 1.0)) Sep 04 22:30:24.423 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.423 INFO kablam! Sep 04 22:30:24.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.423 INFO kablam! --> tests/geometry.rs:110:27 Sep 04 22:30:24.423 INFO kablam! | Sep 04 22:30:24.423 INFO kablam! 110 | .add_line(Point2F::new(0.5, 1.5)) Sep 04 22:30:24.423 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.423 INFO kablam! Sep 04 22:30:24.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.423 INFO kablam! --> tests/geometry.rs:111:27 Sep 04 22:30:24.424 INFO kablam! | Sep 04 22:30:24.424 INFO kablam! 111 | .add_line(Point2F::new(0.0, 1.0)) Sep 04 22:30:24.424 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! Sep 04 22:30:24.424 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! --> tests/geometry.rs:112:27 Sep 04 22:30:24.424 INFO kablam! | Sep 04 22:30:24.424 INFO kablam! 112 | .add_line(Point2F::new(0.0, 0.0)) Sep 04 22:30:24.424 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! Sep 04 22:30:24.424 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! --> tests/geometry.rs:115:22 Sep 04 22:30:24.424 INFO kablam! | Sep 04 22:30:24.424 INFO kablam! 115 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 04 22:30:24.424 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! Sep 04 22:30:24.424 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! --> tests/geometry.rs:117:27 Sep 04 22:30:24.424 INFO kablam! | Sep 04 22:30:24.424 INFO kablam! 117 | .add_line(Point2F::new(0.5, -0.5)) Sep 04 22:30:24.424 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.424 INFO kablam! Sep 04 22:30:24.426 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.426 INFO kablam! --> tests/geometry.rs:118:27 Sep 04 22:30:24.426 INFO kablam! | Sep 04 22:30:24.426 INFO kablam! 118 | .add_line(Point2F::new(1.0, 0.0)) Sep 04 22:30:24.426 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.426 INFO kablam! Sep 04 22:30:24.426 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.426 INFO kablam! --> tests/geometry.rs:122:22 Sep 04 22:30:24.426 INFO kablam! | Sep 04 22:30:24.427 INFO kablam! 122 | .with_figure(Point2F::new(0.25, 0.25), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 04 22:30:24.427 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.427 INFO kablam! Sep 04 22:30:24.427 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.427 INFO kablam! --> tests/geometry.rs:124:27 Sep 04 22:30:24.427 INFO kablam! | Sep 04 22:30:24.427 INFO kablam! 124 | .add_line(Point2F::new(0.75, 0.25)) Sep 04 22:30:24.427 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.427 INFO kablam! Sep 04 22:30:24.428 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.428 INFO kablam! --> tests/geometry.rs:125:27 Sep 04 22:30:24.428 INFO kablam! | Sep 04 22:30:24.428 INFO kablam! 125 | .add_line(Point2F::new(0.75, 0.75)) Sep 04 22:30:24.428 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.428 INFO kablam! Sep 04 22:30:24.428 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 04 22:30:24.428 INFO kablam! --> tests/geometry.rs:126:27 Sep 04 22:30:24.428 INFO kablam! | Sep 04 22:30:24.429 INFO kablam! 126 | .add_line(Point2F::new(0.25, 0.75)) Sep 04 22:30:24.429 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 04 22:30:24.429 INFO kablam! Sep 04 22:30:24.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 04 22:30:24.429 INFO kablam! --> tests/geometry.rs:142:16 Sep 04 22:30:24.429 INFO kablam! | Sep 04 22:30:24.429 INFO kablam! 142 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 04 22:30:24.429 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 04 22:30:24.429 INFO kablam! Sep 04 22:30:24.430 INFO kablam! warning: unused import: `Geometry` Sep 04 22:30:24.430 INFO kablam! --> tests/geometry.rs:4:26 Sep 04 22:30:24.430 INFO kablam! | Sep 04 22:30:24.430 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 04 22:30:24.430 INFO kablam! | ^^^^^^^^ Sep 04 22:30:24.430 INFO kablam! | Sep 04 22:30:24.430 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 22:30:24.431 INFO kablam! Sep 04 22:30:24.431 INFO kablam! warning: unused import: `direct2d::math::*` Sep 04 22:30:24.431 INFO kablam! --> tests/geometry.rs:5:5 Sep 04 22:30:24.431 INFO kablam! | Sep 04 22:30:24.431 INFO kablam! 5 | use direct2d::math::*; Sep 04 22:30:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 22:30:24.431 INFO kablam! Sep 04 22:30:24.448 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 04 22:30:24.448 INFO kablam! --> tests/dxgi_textures.rs:2:1 Sep 04 22:30:24.448 INFO kablam! | Sep 04 22:30:24.448 INFO kablam! 2 | extern crate direct3d11; Sep 04 22:30:24.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:30:24.448 INFO kablam! Sep 04 22:30:24.449 INFO kablam! error: aborting due to previous error Sep 04 22:30:24.449 INFO kablam! Sep 04 22:30:24.449 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 22:30:24.454 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.455 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.465 INFO kablam! error[E0464]: multiple matching crates for `rand` Sep 04 22:30:24.465 INFO kablam! --> tests/bad_hwnd_test.rs:2:1 Sep 04 22:30:24.465 INFO kablam! | Sep 04 22:30:24.465 INFO kablam! 2 | extern crate rand; Sep 04 22:30:24.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 22:30:24.465 INFO kablam! | Sep 04 22:30:24.466 INFO kablam! = note: candidates: Sep 04 22:30:24.466 INFO kablam! crate `rand`: /rustup-home/toolchains/2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-d1b54d93b9b53456.rlib Sep 04 22:30:24.466 INFO kablam! crate `rand`: /rustup-home/toolchains/2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-8f0ec1961786a191.rlib Sep 04 22:30:24.466 INFO kablam! Sep 04 22:30:24.466 INFO kablam! error[E0463]: can't find crate for `rand` Sep 04 22:30:24.467 INFO kablam! --> tests/bad_hwnd_test.rs:2:1 Sep 04 22:30:24.467 INFO kablam! | Sep 04 22:30:24.467 INFO kablam! 2 | extern crate rand; Sep 04 22:30:24.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:30:24.467 INFO kablam! Sep 04 22:30:24.467 INFO kablam! error: aborting due to 2 previous errors Sep 04 22:30:24.467 INFO kablam! Sep 04 22:30:24.468 INFO kablam! Some errors occurred: E0463, E0464. Sep 04 22:30:24.468 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 04 22:30:24.473 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.473 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.505 INFO kablam! error[E0433]: failed to resolve. Could not find `Factory` in `direct2d` Sep 04 22:30:24.505 INFO kablam! --> tests/factory_test.rs:5:23 Sep 04 22:30:24.505 INFO kablam! | Sep 04 22:30:24.505 INFO kablam! 5 | assert!(direct2d::Factory::new().is_ok()); Sep 04 22:30:24.505 INFO kablam! | ^^^^^^^ Could not find `Factory` in `direct2d` Sep 04 22:30:24.505 INFO kablam! Sep 04 22:30:24.519 INFO kablam! error: aborting due to 24 previous errors Sep 04 22:30:24.519 INFO kablam! Sep 04 22:30:24.519 INFO kablam! Some errors occurred: E0432, E0433. Sep 04 22:30:24.519 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 22:30:24.526 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.526 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.534 INFO kablam! error: aborting due to previous error Sep 04 22:30:24.534 INFO kablam! Sep 04 22:30:24.534 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 04 22:30:24.534 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 04 22:30:24.534 INFO kablam! --> tests/brush.rs:2:1 Sep 04 22:30:24.534 INFO kablam! | Sep 04 22:30:24.534 INFO kablam! 2 | extern crate direct3d11; Sep 04 22:30:24.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:30:24.534 INFO kablam! Sep 04 22:30:24.534 INFO kablam! error: aborting due to previous error Sep 04 22:30:24.535 INFO kablam! Sep 04 22:30:24.535 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 22:30:24.538 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.538 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:30:24.542 INFO kablam! error: Could not compile `direct2d`. Sep 04 22:30:24.542 INFO kablam! Sep 04 22:30:24.542 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:30:24.543 INFO kablam! su: No module specific data is present Sep 04 22:30:25.273 INFO running `"docker" "rm" "-f" "d5efd894c15d8e936702825c744202b51105a8beb2a816a8eaa1ce4e10f2f670"` Sep 04 22:30:25.355 INFO blam! d5efd894c15d8e936702825c744202b51105a8beb2a816a8eaa1ce4e10f2f670