Oct 10 23:55:04.270 INFO testing drojf/SpriteZip against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:55:04.271 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:55:04.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 23:55:04.638 INFO blam! 4d9f5c7b731d4bb9f7ef785ea5ae4b3b120723b3fc80f568e94a9aee00bf3ee4 Oct 10 23:55:04.648 INFO running `"docker" "start" "-a" "4d9f5c7b731d4bb9f7ef785ea5ae4b3b120723b3fc80f568e94a9aee00bf3ee4"` Oct 10 23:55:06.093 INFO kablam! usermod: no changes Oct 10 23:55:06.408 INFO kablam! Compiling alloc-no-stdlib v1.3.0 Oct 10 23:55:06.413 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 10 23:55:06.416 INFO kablam! Compiling number_prefix v0.2.8 Oct 10 23:55:06.416 INFO kablam! Compiling syn v0.14.2 Oct 10 23:55:06.418 INFO kablam! Compiling regex v1.0.1 Oct 10 23:55:06.418 INFO kablam! Compiling bincode v1.0.1 Oct 10 23:55:06.420 INFO kablam! Compiling zopfli v0.3.7 Oct 10 23:55:06.436 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 10 23:55:08.961 INFO kablam! Compiling brotli-decompressor v1.3.1 Oct 10 23:55:23.868 INFO kablam! Compiling brotli v2.5.0 Oct 10 23:55:32.796 INFO kablam! Compiling num-derive v0.2.2 Oct 10 23:55:32.796 INFO kablam! Compiling serde_derive v1.0.66 Oct 10 23:55:38.307 INFO kablam! Compiling image v0.19.0 Oct 10 23:56:01.670 INFO kablam! Compiling oxipng v1.0.4 Oct 10 23:56:09.809 INFO kablam! Compiling spritezip v0.1.0 (/source) Oct 10 23:56:13.645 INFO kablam! warning: unused import: `Write` Oct 10 23:56:13.645 INFO kablam! --> src/extract.rs:4:21 Oct 10 23:56:13.645 INFO kablam! | Oct 10 23:56:13.645 INFO kablam! 4 | use std::io::{Read, Write, SeekFrom, Seek}; Oct 10 23:56:13.645 INFO kablam! | ^^^^^ Oct 10 23:56:13.646 INFO kablam! | Oct 10 23:56:13.646 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:56:13.646 INFO kablam! Oct 10 23:56:13.646 INFO kablam! warning: unused import: `std::default::Default` Oct 10 23:56:13.646 INFO kablam! --> src/extract.rs:5:5 Oct 10 23:56:13.647 INFO kablam! | Oct 10 23:56:13.647 INFO kablam! 5 | use std::default::Default; Oct 10 23:56:13.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:13.647 INFO kablam! Oct 10 23:56:14.200 INFO kablam! warning: unused variable: `img_count` Oct 10 23:56:14.200 INFO kablam! --> src/common.rs:134:10 Oct 10 23:56:14.200 INFO kablam! | Oct 10 23:56:14.200 INFO kablam! 134 | for (img_count, ent) in FileTypeIterator::new(input_folder, "png").enumerate() Oct 10 23:56:14.200 INFO kablam! | ^^^^^^^^^ help: consider using `_img_count` instead Oct 10 23:56:14.200 INFO kablam! | Oct 10 23:56:14.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:56:14.200 INFO kablam! Oct 10 23:56:14.200 INFO kablam! warning: variable `debug_difference_count` is assigned to, but never used Oct 10 23:56:14.200 INFO kablam! --> src/compress.rs:290:13 Oct 10 23:56:14.200 INFO kablam! | Oct 10 23:56:14.200 INFO kablam! 290 | let mut debug_difference_count = 0; Oct 10 23:56:14.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.200 INFO kablam! | Oct 10 23:56:14.200 INFO kablam! = note: consider using `_debug_difference_count` instead Oct 10 23:56:14.200 INFO kablam! Oct 10 23:56:14.361 INFO kablam! warning: function is never used: `u8_buf_to_u32_big_endian` Oct 10 23:56:14.361 INFO kablam! --> src/common.rs:223:1 Oct 10 23:56:14.361 INFO kablam! | Oct 10 23:56:14.362 INFO kablam! 223 | pub fn u8_buf_to_u32_big_endian(buf : &[u8; 4]) -> u32 Oct 10 23:56:14.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.363 INFO kablam! | Oct 10 23:56:14.363 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:56:14.363 INFO kablam! Oct 10 23:56:14.364 INFO kablam! warning: function is never used: `u8_stream_to_u32_big_endian` Oct 10 23:56:14.364 INFO kablam! --> src/common.rs:232:1 Oct 10 23:56:14.364 INFO kablam! | Oct 10 23:56:14.364 INFO kablam! 232 | pub fn u8_stream_to_u32_big_endian(reader : &mut Read) -> u32 Oct 10 23:56:14.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.365 INFO kablam! Oct 10 23:56:14.365 INFO kablam! warning: function is never used: `get_png_dimensions` Oct 10 23:56:14.365 INFO kablam! --> src/common.rs:240:1 Oct 10 23:56:14.366 INFO kablam! | Oct 10 23:56:14.366 INFO kablam! 240 | pub fn get_png_dimensions(reader : &mut Read) -> Result<(u32, u32), &'static str> Oct 10 23:56:14.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.366 INFO kablam! Oct 10 23:56:14.367 INFO kablam! warning: function is never used: `scan_folder_for_max_png_size` Oct 10 23:56:14.367 INFO kablam! --> src/common.rs:264:1 Oct 10 23:56:14.367 INFO kablam! | Oct 10 23:56:14.368 INFO kablam! 264 | pub fn scan_folder_for_max_png_size(input_folder : &str) -> (u32, u32) Oct 10 23:56:14.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.368 INFO kablam! Oct 10 23:56:14.369 INFO kablam! warning: function is never used: `save_image_no_alpha` Oct 10 23:56:14.369 INFO kablam! --> src/common.rs:290:1 Oct 10 23:56:14.369 INFO kablam! | Oct 10 23:56:14.369 INFO kablam! 290 | pub fn save_image_no_alpha(mut image : RgbaImage, save_path : &str) Oct 10 23:56:14.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.370 INFO kablam! Oct 10 23:56:14.370 INFO kablam! warning: function is never used: `compress_image_to_buffer` Oct 10 23:56:14.371 INFO kablam! --> src/common.rs:309:1 Oct 10 23:56:14.371 INFO kablam! | Oct 10 23:56:14.371 INFO kablam! 309 | pub fn compress_image_to_buffer(img: &image::RgbaImage) -> Vec Oct 10 23:56:14.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.372 INFO kablam! Oct 10 23:56:14.372 INFO kablam! warning: function is never used: `compress_buffer` Oct 10 23:56:14.372 INFO kablam! --> src/common.rs:327:1 Oct 10 23:56:14.373 INFO kablam! | Oct 10 23:56:14.373 INFO kablam! 327 | pub fn compress_buffer(img: &Vec) -> Vec Oct 10 23:56:14.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.373 INFO kablam! Oct 10 23:56:14.374 INFO kablam! warning: struct is never constructed: `CroppedImageBounds` Oct 10 23:56:14.374 INFO kablam! --> src/compress.rs:24:1 Oct 10 23:56:14.374 INFO kablam! | Oct 10 23:56:14.374 INFO kablam! 24 | struct CroppedImageBounds { Oct 10 23:56:14.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.375 INFO kablam! Oct 10 23:56:14.375 INFO kablam! warning: function is never used: `crop_function` Oct 10 23:56:14.375 INFO kablam! --> src/compress.rs:43:1 Oct 10 23:56:14.376 INFO kablam! | Oct 10 23:56:14.376 INFO kablam! 43 | fn crop_function(img: &image::RgbaImage, offset : (u32, u32), max_width : u32, max_height : u32) -> (CroppedImageBounds, u64) Oct 10 23:56:14.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:14.376 INFO kablam! Oct 10 23:56:23.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 10 23:56:23.541 INFO kablam! su: No module specific data is present Oct 10 23:56:24.448 INFO running `"docker" "rm" "-f" "4d9f5c7b731d4bb9f7ef785ea5ae4b3b120723b3fc80f568e94a9aee00bf3ee4"` Oct 10 23:56:24.724 INFO blam! 4d9f5c7b731d4bb9f7ef785ea5ae4b3b120723b3fc80f568e94a9aee00bf3ee4 Oct 10 23:56:24.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:56:24.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 23:56:25.192 INFO blam! e96d517a84ba66557b471c64a97b6a48476c548ec80301d52d916dbc14dfd862 Oct 10 23:56:25.208 INFO running `"docker" "start" "-a" "e96d517a84ba66557b471c64a97b6a48476c548ec80301d52d916dbc14dfd862"` Oct 10 23:56:26.612 INFO kablam! usermod: no changes Oct 10 23:56:26.812 INFO kablam! Compiling spritezip v0.1.0 (/source) Oct 10 23:56:31.221 INFO kablam! warning: unused import: `Write` Oct 10 23:56:31.221 INFO kablam! --> src/extract.rs:4:21 Oct 10 23:56:31.221 INFO kablam! | Oct 10 23:56:31.221 INFO kablam! 4 | use std::io::{Read, Write, SeekFrom, Seek}; Oct 10 23:56:31.221 INFO kablam! | ^^^^^ Oct 10 23:56:31.221 INFO kablam! | Oct 10 23:56:31.221 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:56:31.221 INFO kablam! Oct 10 23:56:31.221 INFO kablam! warning: unused import: `std::default::Default` Oct 10 23:56:31.221 INFO kablam! --> src/extract.rs:5:5 Oct 10 23:56:31.221 INFO kablam! | Oct 10 23:56:31.221 INFO kablam! 5 | use std::default::Default; Oct 10 23:56:31.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.221 INFO kablam! Oct 10 23:56:31.703 INFO kablam! warning: unused variable: `img_count` Oct 10 23:56:31.703 INFO kablam! --> src/common.rs:134:10 Oct 10 23:56:31.703 INFO kablam! | Oct 10 23:56:31.703 INFO kablam! 134 | for (img_count, ent) in FileTypeIterator::new(input_folder, "png").enumerate() Oct 10 23:56:31.703 INFO kablam! | ^^^^^^^^^ help: consider using `_img_count` instead Oct 10 23:56:31.703 INFO kablam! | Oct 10 23:56:31.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:56:31.703 INFO kablam! Oct 10 23:56:31.703 INFO kablam! warning: variable `debug_difference_count` is assigned to, but never used Oct 10 23:56:31.703 INFO kablam! --> src/compress.rs:290:13 Oct 10 23:56:31.703 INFO kablam! | Oct 10 23:56:31.703 INFO kablam! 290 | let mut debug_difference_count = 0; Oct 10 23:56:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.703 INFO kablam! | Oct 10 23:56:31.703 INFO kablam! = note: consider using `_debug_difference_count` instead Oct 10 23:56:31.703 INFO kablam! Oct 10 23:56:31.848 INFO kablam! warning: function is never used: `u8_buf_to_u32_big_endian` Oct 10 23:56:31.848 INFO kablam! --> src/common.rs:223:1 Oct 10 23:56:31.848 INFO kablam! | Oct 10 23:56:31.848 INFO kablam! 223 | pub fn u8_buf_to_u32_big_endian(buf : &[u8; 4]) -> u32 Oct 10 23:56:31.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.848 INFO kablam! | Oct 10 23:56:31.848 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:56:31.848 INFO kablam! Oct 10 23:56:31.848 INFO kablam! warning: function is never used: `u8_stream_to_u32_big_endian` Oct 10 23:56:31.848 INFO kablam! --> src/common.rs:232:1 Oct 10 23:56:31.848 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 232 | pub fn u8_stream_to_u32_big_endian(reader : &mut Read) -> u32 Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `get_png_dimensions` Oct 10 23:56:31.849 INFO kablam! --> src/common.rs:240:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 240 | pub fn get_png_dimensions(reader : &mut Read) -> Result<(u32, u32), &'static str> Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `scan_folder_for_max_png_size` Oct 10 23:56:31.849 INFO kablam! --> src/common.rs:264:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 264 | pub fn scan_folder_for_max_png_size(input_folder : &str) -> (u32, u32) Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `save_image_no_alpha` Oct 10 23:56:31.849 INFO kablam! --> src/common.rs:290:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 290 | pub fn save_image_no_alpha(mut image : RgbaImage, save_path : &str) Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `compress_image_to_buffer` Oct 10 23:56:31.849 INFO kablam! --> src/common.rs:309:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 309 | pub fn compress_image_to_buffer(img: &image::RgbaImage) -> Vec Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `compress_buffer` Oct 10 23:56:31.849 INFO kablam! --> src/common.rs:327:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 327 | pub fn compress_buffer(img: &Vec) -> Vec Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: struct is never constructed: `CroppedImageBounds` Oct 10 23:56:31.849 INFO kablam! --> src/compress.rs:24:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 24 | struct CroppedImageBounds { Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:31.849 INFO kablam! warning: function is never used: `crop_function` Oct 10 23:56:31.849 INFO kablam! --> src/compress.rs:43:1 Oct 10 23:56:31.849 INFO kablam! | Oct 10 23:56:31.849 INFO kablam! 43 | fn crop_function(img: &image::RgbaImage, offset : (u32, u32), max_width : u32, max_height : u32) -> (CroppedImageBounds, u64) Oct 10 23:56:31.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:31.849 INFO kablam! Oct 10 23:56:32.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.91s Oct 10 23:56:32.570 INFO kablam! su: No module specific data is present Oct 10 23:56:33.493 INFO running `"docker" "rm" "-f" "e96d517a84ba66557b471c64a97b6a48476c548ec80301d52d916dbc14dfd862"` Oct 10 23:56:33.720 INFO blam! e96d517a84ba66557b471c64a97b6a48476c548ec80301d52d916dbc14dfd862 Oct 10 23:56:33.729 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:56:33.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 23:56:34.091 INFO blam! 13eb38b534b831a2931222dbcc4159e04000d62db02c0af8f22a5e311c3af4a6 Oct 10 23:56:34.093 INFO running `"docker" "start" "-a" "13eb38b534b831a2931222dbcc4159e04000d62db02c0af8f22a5e311c3af4a6"` Oct 10 23:56:35.628 INFO kablam! usermod: no changes Oct 10 23:56:35.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 23:56:35.912 INFO blam! Oct 10 23:56:35.912 INFO blam! running 0 tests Oct 10 23:56:35.912 INFO blam! Oct 10 23:56:35.912 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:56:35.912 INFO blam! Oct 10 23:56:35.914 INFO kablam! Running /target/debug/deps/spritezip-8bdc5c5a9a1c8402 Oct 10 23:56:35.920 INFO kablam! su: No module specific data is present Oct 10 23:56:36.642 INFO running `"docker" "rm" "-f" "13eb38b534b831a2931222dbcc4159e04000d62db02c0af8f22a5e311c3af4a6"` Oct 10 23:56:36.856 INFO blam! 13eb38b534b831a2931222dbcc4159e04000d62db02c0af8f22a5e311c3af4a6