Oct 11 06:03:18.154 INFO testing Jvanrhijn/rustyrenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:03:18.154 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:03:18.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:03:18.504 INFO blam! ef469863a4e40f01b25bb3fbaa09491aada87e98792a26899c4e56a0472261c5 Oct 11 06:03:18.509 INFO running `"docker" "start" "-a" "ef469863a4e40f01b25bb3fbaa09491aada87e98792a26899c4e56a0472261c5"` Oct 11 06:03:19.644 INFO kablam! usermod: no changes Oct 11 06:03:19.816 INFO kablam! Compiling num-bigint v0.1.44 Oct 11 06:03:19.825 INFO kablam! Compiling png v0.12.0 Oct 11 06:03:19.833 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 06:03:25.114 INFO kablam! Compiling num-rational v0.1.42 Oct 11 06:03:28.336 INFO kablam! Compiling image v0.19.0 Oct 11 06:03:28.336 INFO kablam! Compiling num v0.1.42 Oct 11 06:03:43.164 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 11 06:03:46.764 INFO kablam! warning: unused import: `std::vec` Oct 11 06:03:46.764 INFO kablam! --> src/geo.rs:3:5 Oct 11 06:03:46.764 INFO kablam! | Oct 11 06:03:46.764 INFO kablam! 3 | use std::vec; Oct 11 06:03:46.764 INFO kablam! | ^^^^^^^^ Oct 11 06:03:46.764 INFO kablam! | Oct 11 06:03:46.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:03:46.764 INFO kablam! Oct 11 06:03:46.764 INFO kablam! warning: unused import: `geo::Vector` Oct 11 06:03:46.764 INFO kablam! --> src/model.rs:7:5 Oct 11 06:03:46.764 INFO kablam! | Oct 11 06:03:46.764 INFO kablam! 7 | use geo::Vector; Oct 11 06:03:46.764 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:03:46.764 INFO kablam! Oct 11 06:03:46.764 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 06:03:46.764 INFO kablam! --> src/model.rs:113:18 Oct 11 06:03:46.765 INFO kablam! | Oct 11 06:03:46.765 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 11 06:03:46.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:03:46.765 INFO kablam! | Oct 11 06:03:46.765 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:03:46.765 INFO kablam! Oct 11 06:03:46.765 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 06:03:46.765 INFO kablam! --> src/model.rs:114:18 Oct 11 06:03:46.765 INFO kablam! | Oct 11 06:03:46.765 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 11 06:03:46.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:03:46.765 INFO kablam! Oct 11 06:03:46.765 INFO kablam! warning: unused import: `geo::Vector` Oct 11 06:03:46.765 INFO kablam! --> src/obj.rs:11:5 Oct 11 06:03:46.765 INFO kablam! | Oct 11 06:03:46.765 INFO kablam! 11 | use geo::Vector; Oct 11 06:03:46.765 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:03:46.765 INFO kablam! Oct 11 06:03:47.044 INFO kablam! warning: unreachable pattern Oct 11 06:03:47.044 INFO kablam! --> src/model.rs:217:13 Oct 11 06:03:47.044 INFO kablam! | Oct 11 06:03:47.044 INFO kablam! 217 | _ => unreachable!() Oct 11 06:03:47.044 INFO kablam! | ^ Oct 11 06:03:47.044 INFO kablam! | Oct 11 06:03:47.044 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 06:03:47.044 INFO kablam! Oct 11 06:03:47.044 INFO kablam! warning: unused variable: `zbuf` Oct 11 06:03:47.044 INFO kablam! --> src/model.rs:61:71 Oct 11 06:03:47.044 INFO kablam! | Oct 11 06:03:47.044 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 11 06:03:47.044 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 11 06:03:47.044 INFO kablam! | Oct 11 06:03:47.044 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:03:47.044 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: type alias is never used: `Vec2f` Oct 11 06:03:47.094 INFO kablam! --> src/geo.rs:240:1 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 240 | pub type Vec2f = Vec2; Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: type alias is never used: `Vec2i` Oct 11 06:03:47.094 INFO kablam! --> src/geo.rs:241:1 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: method is never used: `rasterize` Oct 11 06:03:47.094 INFO kablam! --> src/model.rs:34:5 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: method is never used: `vertices` Oct 11 06:03:47.094 INFO kablam! --> src/model.rs:43:5 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 43 | fn vertices(&self) -> [&geo::Vec3; 2] { Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: method is never used: `face` Oct 11 06:03:47.094 INFO kablam! --> src/obj.rs:52:5 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 52 | pub fn face(&self, i: usize) -> geo::Vec3i { Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:47.094 INFO kablam! warning: method is never used: `vert` Oct 11 06:03:47.094 INFO kablam! --> src/obj.rs:56:5 Oct 11 06:03:47.094 INFO kablam! | Oct 11 06:03:47.094 INFO kablam! 56 | pub fn vert(&self, i: usize) -> geo::Vec3f { Oct 11 06:03:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:47.094 INFO kablam! Oct 11 06:03:49.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.51s Oct 11 06:03:49.194 INFO kablam! su: No module specific data is present Oct 11 06:03:49.897 INFO running `"docker" "rm" "-f" "ef469863a4e40f01b25bb3fbaa09491aada87e98792a26899c4e56a0472261c5"` Oct 11 06:03:50.214 INFO blam! ef469863a4e40f01b25bb3fbaa09491aada87e98792a26899c4e56a0472261c5 Oct 11 06:03:50.228 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:03:50.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:03:50.700 INFO blam! 26e2ab341588d578015f2ec258bc490225a6820eb8049b80b932caece678a00f Oct 11 06:03:50.705 INFO running `"docker" "start" "-a" "26e2ab341588d578015f2ec258bc490225a6820eb8049b80b932caece678a00f"` Oct 11 06:03:51.740 INFO kablam! usermod: no changes Oct 11 06:03:51.864 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 11 06:03:55.291 INFO kablam! warning: unused import: `std::vec` Oct 11 06:03:55.291 INFO kablam! --> src/geo.rs:3:5 Oct 11 06:03:55.291 INFO kablam! | Oct 11 06:03:55.291 INFO kablam! 3 | use std::vec; Oct 11 06:03:55.291 INFO kablam! | ^^^^^^^^ Oct 11 06:03:55.291 INFO kablam! | Oct 11 06:03:55.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:03:55.291 INFO kablam! Oct 11 06:03:55.291 INFO kablam! warning: unused import: `geo::Vector` Oct 11 06:03:55.291 INFO kablam! --> src/model.rs:7:5 Oct 11 06:03:55.291 INFO kablam! | Oct 11 06:03:55.291 INFO kablam! 7 | use geo::Vector; Oct 11 06:03:55.291 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:03:55.291 INFO kablam! Oct 11 06:03:55.291 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 06:03:55.291 INFO kablam! --> src/model.rs:113:18 Oct 11 06:03:55.291 INFO kablam! | Oct 11 06:03:55.291 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 11 06:03:55.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:03:55.292 INFO kablam! | Oct 11 06:03:55.292 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:03:55.292 INFO kablam! Oct 11 06:03:55.292 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 06:03:55.292 INFO kablam! --> src/model.rs:114:18 Oct 11 06:03:55.292 INFO kablam! | Oct 11 06:03:55.292 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 11 06:03:55.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:03:55.292 INFO kablam! Oct 11 06:03:55.292 INFO kablam! warning: unused import: `geo::Vector` Oct 11 06:03:55.292 INFO kablam! --> src/obj.rs:11:5 Oct 11 06:03:55.292 INFO kablam! | Oct 11 06:03:55.292 INFO kablam! 11 | use geo::Vector; Oct 11 06:03:55.292 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:03:55.292 INFO kablam! Oct 11 06:03:55.632 INFO kablam! warning: unreachable pattern Oct 11 06:03:55.632 INFO kablam! --> src/model.rs:217:13 Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! 217 | _ => unreachable!() Oct 11 06:03:55.632 INFO kablam! | ^ Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 06:03:55.632 INFO kablam! Oct 11 06:03:55.632 INFO kablam! warning: unused variable: `triangle` Oct 11 06:03:55.632 INFO kablam! --> src/model.rs:279:13 Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! 279 | let triangle = Triangle::new(a, b, c); Oct 11 06:03:55.632 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:03:55.632 INFO kablam! Oct 11 06:03:55.632 INFO kablam! warning: unused variable: `triangle` Oct 11 06:03:55.632 INFO kablam! --> src/model.rs:287:13 Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! 287 | let triangle = Triangle::new(a, b, c); Oct 11 06:03:55.632 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 11 06:03:55.632 INFO kablam! Oct 11 06:03:55.632 INFO kablam! warning: unused variable: `image` Oct 11 06:03:55.632 INFO kablam! --> src/model.rs:315:13 Oct 11 06:03:55.632 INFO kablam! | Oct 11 06:03:55.632 INFO kablam! 315 | let image = image::RgbImage::new(10, 20); Oct 11 06:03:55.632 INFO kablam! | ^^^^^ help: consider using `_image` instead Oct 11 06:03:55.632 INFO kablam! Oct 11 06:03:55.632 INFO kablam! warning: unused variable: `line_iter` Oct 11 06:03:55.632 INFO kablam! --> src/model.rs:316:13 Oct 11 06:03:55.633 INFO kablam! | Oct 11 06:03:55.633 INFO kablam! 316 | let line_iter = LineIterator::new(&line); Oct 11 06:03:55.633 INFO kablam! | ^^^^^^^^^ help: consider using `_line_iter` instead Oct 11 06:03:55.633 INFO kablam! Oct 11 06:03:55.633 INFO kablam! warning: unused variable: `x` Oct 11 06:03:55.633 INFO kablam! --> src/model.rs:317:17 Oct 11 06:03:55.633 INFO kablam! | Oct 11 06:03:55.633 INFO kablam! 317 | let mut x = 0; Oct 11 06:03:55.633 INFO kablam! | ^ help: consider using `_x` instead Oct 11 06:03:55.633 INFO kablam! Oct 11 06:03:55.633 INFO kablam! warning: unused variable: `y` Oct 11 06:03:55.633 INFO kablam! --> src/model.rs:318:17 Oct 11 06:03:55.633 INFO kablam! | Oct 11 06:03:55.633 INFO kablam! 318 | let mut y = 0; Oct 11 06:03:55.633 INFO kablam! | ^ help: consider using `_y` instead Oct 11 06:03:55.633 INFO kablam! Oct 11 06:03:55.633 INFO kablam! warning: unused variable: `zbuf` Oct 11 06:03:55.633 INFO kablam! --> src/model.rs:61:71 Oct 11 06:03:55.633 INFO kablam! | Oct 11 06:03:55.633 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 11 06:03:55.633 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 11 06:03:55.633 INFO kablam! Oct 11 06:03:55.704 INFO kablam! warning: variable does not need to be mutable Oct 11 06:03:55.704 INFO kablam! --> src/model.rs:317:13 Oct 11 06:03:55.704 INFO kablam! | Oct 11 06:03:55.704 INFO kablam! 317 | let mut x = 0; Oct 11 06:03:55.704 INFO kablam! | ----^ Oct 11 06:03:55.704 INFO kablam! | | Oct 11 06:03:55.704 INFO kablam! | help: remove this `mut` Oct 11 06:03:55.704 INFO kablam! | Oct 11 06:03:55.704 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:03:55.704 INFO kablam! Oct 11 06:03:55.704 INFO kablam! warning: variable does not need to be mutable Oct 11 06:03:55.704 INFO kablam! --> src/model.rs:318:13 Oct 11 06:03:55.704 INFO kablam! | Oct 11 06:03:55.704 INFO kablam! 318 | let mut y = 0; Oct 11 06:03:55.704 INFO kablam! | ----^ Oct 11 06:03:55.704 INFO kablam! | | Oct 11 06:03:55.704 INFO kablam! | help: remove this `mut` Oct 11 06:03:55.704 INFO kablam! Oct 11 06:03:55.726 INFO kablam! warning: type alias is never used: `Vec2i` Oct 11 06:03:55.726 INFO kablam! --> src/geo.rs:241:1 Oct 11 06:03:55.726 INFO kablam! | Oct 11 06:03:55.726 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 11 06:03:55.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:55.728 INFO kablam! | Oct 11 06:03:55.728 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:03:55.728 INFO kablam! Oct 11 06:03:55.728 INFO kablam! warning: method is never used: `rasterize` Oct 11 06:03:55.728 INFO kablam! --> src/model.rs:34:5 Oct 11 06:03:55.728 INFO kablam! | Oct 11 06:03:55.728 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 11 06:03:55.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:55.728 INFO kablam! Oct 11 06:03:57.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.00s Oct 11 06:03:57.784 INFO kablam! su: No module specific data is present Oct 11 06:03:58.465 INFO running `"docker" "rm" "-f" "26e2ab341588d578015f2ec258bc490225a6820eb8049b80b932caece678a00f"` Oct 11 06:03:58.694 INFO blam! 26e2ab341588d578015f2ec258bc490225a6820eb8049b80b932caece678a00f Oct 11 06:03:58.694 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:03:58.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:03:59.206 INFO blam! c98c3971310775794c3ce68fb570e13cf83c671450939fabff75ae7a4b8fd751 Oct 11 06:03:59.207 INFO running `"docker" "start" "-a" "c98c3971310775794c3ce68fb570e13cf83c671450939fabff75ae7a4b8fd751"` Oct 11 06:04:00.979 INFO kablam! usermod: no changes Oct 11 06:04:01.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 06:04:01.227 INFO kablam! Running /target/debug/deps/rustyrenderer-4644000e8b0b3d84 Oct 11 06:04:01.231 INFO blam! Oct 11 06:04:01.231 INFO blam! running 15 tests Oct 11 06:04:01.240 INFO blam! test geo::test::add ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::dot ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::from_array ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::into_array ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::norm ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::cross ... ok Oct 11 06:04:01.245 INFO blam! test geo::test::normalize ... ok Oct 11 06:04:01.245 INFO blam! test model::tests::triangle_vertices ... ok Oct 11 06:04:01.246 INFO blam! test geo::test::sub ... ok Oct 11 06:04:01.247 INFO blam! test model::tests::line_iterate ... ok Oct 11 06:04:01.247 INFO blam! test model::tests::inside_triangle ... ok Oct 11 06:04:01.247 INFO blam! test model::tests::line_points ... ok Oct 11 06:04:01.247 INFO blam! test model::tests::triangle_create ... ok Oct 11 06:04:01.248 INFO blam! test model::tests::line_create ... ok Oct 11 06:04:01.453 INFO blam! test obj::tests::load_obj ... ok Oct 11 06:04:01.453 INFO blam! Oct 11 06:04:01.453 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:04:01.453 INFO blam! Oct 11 06:04:01.456 INFO kablam! su: No module specific data is present Oct 11 06:04:02.431 INFO running `"docker" "rm" "-f" "c98c3971310775794c3ce68fb570e13cf83c671450939fabff75ae7a4b8fd751"` Oct 11 06:04:02.676 INFO blam! c98c3971310775794c3ce68fb570e13cf83c671450939fabff75ae7a4b8fd751