Oct 15 09:42:42.214 INFO testing Jvanrhijn/rustyrenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:42:42.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 09:42:42.623 INFO blam! ac29406ea85124b291898382124ecb8a83b5abf185525794521098980b742241 Oct 15 09:42:42.629 INFO running `"docker" "start" "-a" "ac29406ea85124b291898382124ecb8a83b5abf185525794521098980b742241"` Oct 15 09:42:43.867 INFO kablam! usermod: no changes Oct 15 09:42:44.099 INFO kablam! Compiling png v0.12.0 Oct 15 09:42:46.639 INFO kablam! Compiling image v0.19.0 Oct 15 09:43:02.523 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 15 09:43:04.227 INFO kablam! warning: unused import: `std::vec` Oct 15 09:43:04.227 INFO kablam! --> src/geo.rs:3:5 Oct 15 09:43:04.228 INFO kablam! | Oct 15 09:43:04.228 INFO kablam! 3 | use std::vec; Oct 15 09:43:04.228 INFO kablam! | ^^^^^^^^ Oct 15 09:43:04.229 INFO kablam! | Oct 15 09:43:04.229 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:43:04.229 INFO kablam! Oct 15 09:43:04.229 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:04.230 INFO kablam! --> src/model.rs:7:5 Oct 15 09:43:04.230 INFO kablam! | Oct 15 09:43:04.230 INFO kablam! 7 | use geo::Vector; Oct 15 09:43:04.231 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:04.231 INFO kablam! Oct 15 09:43:04.231 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:04.231 INFO kablam! --> src/model.rs:113:18 Oct 15 09:43:04.232 INFO kablam! | Oct 15 09:43:04.232 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 15 09:43:04.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:04.233 INFO kablam! | Oct 15 09:43:04.233 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:43:04.233 INFO kablam! Oct 15 09:43:04.233 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:04.234 INFO kablam! --> src/model.rs:114:18 Oct 15 09:43:04.234 INFO kablam! | Oct 15 09:43:04.234 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 15 09:43:04.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:04.235 INFO kablam! Oct 15 09:43:04.235 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:04.235 INFO kablam! --> src/obj.rs:11:5 Oct 15 09:43:04.236 INFO kablam! | Oct 15 09:43:04.236 INFO kablam! 11 | use geo::Vector; Oct 15 09:43:04.236 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:04.237 INFO kablam! Oct 15 09:43:04.478 INFO kablam! warning: unreachable pattern Oct 15 09:43:04.478 INFO kablam! --> src/model.rs:217:13 Oct 15 09:43:04.478 INFO kablam! | Oct 15 09:43:04.478 INFO kablam! 217 | _ => unreachable!() Oct 15 09:43:04.478 INFO kablam! | ^ Oct 15 09:43:04.478 INFO kablam! | Oct 15 09:43:04.478 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 09:43:04.478 INFO kablam! Oct 15 09:43:04.478 INFO kablam! warning: unused variable: `zbuf` Oct 15 09:43:04.478 INFO kablam! --> src/model.rs:61:71 Oct 15 09:43:04.478 INFO kablam! | Oct 15 09:43:04.478 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 15 09:43:04.478 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 15 09:43:04.478 INFO kablam! | Oct 15 09:43:04.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:04.478 INFO kablam! Oct 15 09:43:04.543 INFO kablam! warning: type alias is never used: `Vec2f` Oct 15 09:43:04.543 INFO kablam! --> src/geo.rs:240:1 Oct 15 09:43:04.543 INFO kablam! | Oct 15 09:43:04.543 INFO kablam! 240 | pub type Vec2f = Vec2; Oct 15 09:43:04.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.544 INFO kablam! | Oct 15 09:43:04.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:04.544 INFO kablam! Oct 15 09:43:04.544 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 09:43:04.544 INFO kablam! --> src/geo.rs:241:1 Oct 15 09:43:04.544 INFO kablam! | Oct 15 09:43:04.545 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 15 09:43:04.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.545 INFO kablam! Oct 15 09:43:04.545 INFO kablam! warning: method is never used: `rasterize` Oct 15 09:43:04.545 INFO kablam! --> src/model.rs:34:5 Oct 15 09:43:04.545 INFO kablam! | Oct 15 09:43:04.545 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 15 09:43:04.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.546 INFO kablam! Oct 15 09:43:04.546 INFO kablam! warning: method is never used: `vertices` Oct 15 09:43:04.546 INFO kablam! --> src/model.rs:43:5 Oct 15 09:43:04.546 INFO kablam! | Oct 15 09:43:04.546 INFO kablam! 43 | fn vertices(&self) -> [&geo::Vec3; 2] { Oct 15 09:43:04.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.547 INFO kablam! Oct 15 09:43:04.547 INFO kablam! warning: method is never used: `face` Oct 15 09:43:04.547 INFO kablam! --> src/obj.rs:52:5 Oct 15 09:43:04.547 INFO kablam! | Oct 15 09:43:04.547 INFO kablam! 52 | pub fn face(&self, i: usize) -> geo::Vec3i { Oct 15 09:43:04.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.548 INFO kablam! Oct 15 09:43:04.548 INFO kablam! warning: method is never used: `vert` Oct 15 09:43:04.549 INFO kablam! --> src/obj.rs:56:5 Oct 15 09:43:04.549 INFO kablam! | Oct 15 09:43:04.549 INFO kablam! 56 | pub fn vert(&self, i: usize) -> geo::Vec3f { Oct 15 09:43:04.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:04.550 INFO kablam! Oct 15 09:43:06.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.52s Oct 15 09:43:06.431 INFO kablam! su: No module specific data is present Oct 15 09:43:06.691 INFO running `"docker" "rm" "-f" "ac29406ea85124b291898382124ecb8a83b5abf185525794521098980b742241"` Oct 15 09:43:06.879 INFO blam! ac29406ea85124b291898382124ecb8a83b5abf185525794521098980b742241 Oct 15 09:43:06.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 09:43:07.299 INFO blam! d0bbcf55ed31e01c12ea3b9fe3e79fffa451b603321210a10ef5cb323d361160 Oct 15 09:43:07.301 INFO running `"docker" "start" "-a" "d0bbcf55ed31e01c12ea3b9fe3e79fffa451b603321210a10ef5cb323d361160"` Oct 15 09:43:08.125 INFO kablam! usermod: no changes Oct 15 09:43:08.231 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 15 09:43:09.809 INFO kablam! warning: unused import: `std::vec` Oct 15 09:43:09.810 INFO kablam! --> src/geo.rs:3:5 Oct 15 09:43:09.810 INFO kablam! | Oct 15 09:43:09.810 INFO kablam! 3 | use std::vec; Oct 15 09:43:09.810 INFO kablam! | ^^^^^^^^ Oct 15 09:43:09.811 INFO kablam! | Oct 15 09:43:09.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:43:09.811 INFO kablam! Oct 15 09:43:09.812 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:09.812 INFO kablam! --> src/model.rs:7:5 Oct 15 09:43:09.812 INFO kablam! | Oct 15 09:43:09.813 INFO kablam! 7 | use geo::Vector; Oct 15 09:43:09.813 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:09.813 INFO kablam! Oct 15 09:43:09.814 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:09.814 INFO kablam! --> src/model.rs:113:18 Oct 15 09:43:09.814 INFO kablam! | Oct 15 09:43:09.814 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 15 09:43:09.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:09.815 INFO kablam! | Oct 15 09:43:09.816 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:43:09.816 INFO kablam! Oct 15 09:43:09.816 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:09.816 INFO kablam! --> src/model.rs:114:18 Oct 15 09:43:09.817 INFO kablam! | Oct 15 09:43:09.817 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 15 09:43:09.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:09.818 INFO kablam! Oct 15 09:43:09.818 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:09.818 INFO kablam! --> src/obj.rs:11:5 Oct 15 09:43:09.819 INFO kablam! | Oct 15 09:43:09.819 INFO kablam! 11 | use geo::Vector; Oct 15 09:43:09.819 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:09.820 INFO kablam! Oct 15 09:43:10.129 INFO kablam! warning: unreachable pattern Oct 15 09:43:10.129 INFO kablam! --> src/model.rs:217:13 Oct 15 09:43:10.129 INFO kablam! | Oct 15 09:43:10.129 INFO kablam! 217 | _ => unreachable!() Oct 15 09:43:10.129 INFO kablam! | ^ Oct 15 09:43:10.129 INFO kablam! | Oct 15 09:43:10.129 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 09:43:10.129 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `triangle` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:279:13 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 279 | let triangle = Triangle::new(a, b, c); Oct 15 09:43:10.131 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `triangle` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:287:13 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 287 | let triangle = Triangle::new(a, b, c); Oct 15 09:43:10.131 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `image` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:315:13 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 315 | let image = image::RgbImage::new(10, 20); Oct 15 09:43:10.131 INFO kablam! | ^^^^^ help: consider using `_image` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `line_iter` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:316:13 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 316 | let line_iter = LineIterator::new(&line); Oct 15 09:43:10.131 INFO kablam! | ^^^^^^^^^ help: consider using `_line_iter` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `x` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:317:17 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 317 | let mut x = 0; Oct 15 09:43:10.131 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `y` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:318:17 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 318 | let mut y = 0; Oct 15 09:43:10.131 INFO kablam! | ^ help: consider using `_y` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.131 INFO kablam! warning: unused variable: `zbuf` Oct 15 09:43:10.131 INFO kablam! --> src/model.rs:61:71 Oct 15 09:43:10.131 INFO kablam! | Oct 15 09:43:10.131 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 15 09:43:10.131 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 15 09:43:10.131 INFO kablam! Oct 15 09:43:10.227 INFO kablam! warning: variable does not need to be mutable Oct 15 09:43:10.227 INFO kablam! --> src/model.rs:317:13 Oct 15 09:43:10.227 INFO kablam! | Oct 15 09:43:10.227 INFO kablam! 317 | let mut x = 0; Oct 15 09:43:10.227 INFO kablam! | ----^ Oct 15 09:43:10.227 INFO kablam! | | Oct 15 09:43:10.227 INFO kablam! | help: remove this `mut` Oct 15 09:43:10.227 INFO kablam! | Oct 15 09:43:10.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:43:10.227 INFO kablam! Oct 15 09:43:10.227 INFO kablam! warning: variable does not need to be mutable Oct 15 09:43:10.227 INFO kablam! --> src/model.rs:318:13 Oct 15 09:43:10.227 INFO kablam! | Oct 15 09:43:10.227 INFO kablam! 318 | let mut y = 0; Oct 15 09:43:10.227 INFO kablam! | ----^ Oct 15 09:43:10.227 INFO kablam! | | Oct 15 09:43:10.227 INFO kablam! | help: remove this `mut` Oct 15 09:43:10.227 INFO kablam! Oct 15 09:43:10.239 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 09:43:10.239 INFO kablam! --> src/geo.rs:241:1 Oct 15 09:43:10.239 INFO kablam! | Oct 15 09:43:10.239 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 15 09:43:10.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.239 INFO kablam! | Oct 15 09:43:10.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:10.239 INFO kablam! Oct 15 09:43:10.239 INFO kablam! warning: method is never used: `rasterize` Oct 15 09:43:10.239 INFO kablam! --> src/model.rs:34:5 Oct 15 09:43:10.239 INFO kablam! | Oct 15 09:43:10.239 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 15 09:43:10.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.239 INFO kablam! Oct 15 09:43:12.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 15 09:43:12.019 INFO kablam! su: No module specific data is present Oct 15 09:43:12.311 INFO running `"docker" "rm" "-f" "d0bbcf55ed31e01c12ea3b9fe3e79fffa451b603321210a10ef5cb323d361160"` Oct 15 09:43:12.433 INFO blam! d0bbcf55ed31e01c12ea3b9fe3e79fffa451b603321210a10ef5cb323d361160 Oct 15 09:43:12.435 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 09:43:12.687 INFO blam! 646c7e8bd7922f4116bfed1fd9d84902666ca4ba80eaa624f5e04ca87d24041c Oct 15 09:43:12.692 INFO running `"docker" "start" "-a" "646c7e8bd7922f4116bfed1fd9d84902666ca4ba80eaa624f5e04ca87d24041c"` Oct 15 09:43:13.366 INFO kablam! usermod: no changes Oct 15 09:43:13.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:43:13.467 INFO kablam! Running /target/debug/deps/rustyrenderer-4644000e8b0b3d84 Oct 15 09:43:13.468 INFO blam! Oct 15 09:43:13.468 INFO blam! running 15 tests Oct 15 09:43:13.483 INFO blam! test geo::test::dot ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::from_array ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::normalize ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::sub ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::norm ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::add ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::cross ... ok Oct 15 09:43:13.483 INFO blam! test geo::test::into_array ... ok Oct 15 09:43:13.483 INFO blam! test model::tests::inside_triangle ... ok Oct 15 09:43:13.483 INFO blam! test model::tests::line_create ... ok Oct 15 09:43:13.491 INFO blam! test model::tests::line_iterate ... ok Oct 15 09:43:13.491 INFO blam! test model::tests::line_points ... ok Oct 15 09:43:13.491 INFO blam! test model::tests::triangle_create ... ok Oct 15 09:43:13.491 INFO blam! test model::tests::triangle_vertices ... ok Oct 15 09:43:13.574 INFO blam! test obj::tests::load_obj ... ok Oct 15 09:43:13.574 INFO blam! Oct 15 09:43:13.574 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:43:13.574 INFO blam! Oct 15 09:43:13.578 INFO kablam! su: No module specific data is present Oct 15 09:43:13.895 INFO running `"docker" "rm" "-f" "646c7e8bd7922f4116bfed1fd9d84902666ca4ba80eaa624f5e04ca87d24041c"` Oct 15 09:43:14.021 INFO blam! 646c7e8bd7922f4116bfed1fd9d84902666ca4ba80eaa624f5e04ca87d24041c