Oct 14 22:18:14.064 INFO testing drojf/SpriteZip against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:18:14.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 22:18:14.431 INFO blam! 7b8f2c096de99c865fc9daf4484ae4e6d6e2ee5b4f242314df2ad9cbbb68d18a Oct 14 22:18:14.440 INFO running `"docker" "start" "-a" "7b8f2c096de99c865fc9daf4484ae4e6d6e2ee5b4f242314df2ad9cbbb68d18a"` Oct 14 22:18:15.512 INFO kablam! usermod: no changes Oct 14 22:18:15.786 INFO kablam! Compiling adler32 v0.2.0 Oct 14 22:18:15.795 INFO kablam! Compiling alloc-no-stdlib v1.3.0 Oct 14 22:18:15.795 INFO kablam! Compiling typed-arena v1.4.1 Oct 14 22:18:15.795 INFO kablam! Compiling bit-vec v0.5.0 Oct 14 22:18:15.795 INFO kablam! Compiling proc-macro2 v0.4.4 Oct 14 22:18:15.795 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 14 22:18:15.807 INFO kablam! Compiling number_prefix v0.2.8 Oct 14 22:18:15.807 INFO kablam! Compiling regex v1.0.1 Oct 14 22:18:17.563 INFO kablam! Compiling serde_json v1.0.20 Oct 14 22:18:18.379 INFO kablam! Compiling bincode v1.0.1 Oct 14 22:18:18.392 INFO kablam! Compiling brotli-decompressor v1.3.1 Oct 14 22:18:18.463 INFO kablam! Compiling zopfli v0.3.7 Oct 14 22:18:19.751 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 14 22:18:30.719 INFO kablam! Compiling quote v0.6.3 Oct 14 22:18:37.980 INFO kablam! Compiling brotli v2.5.0 Oct 14 22:18:39.839 INFO kablam! Compiling syn v0.14.2 Oct 14 22:18:51.811 INFO kablam! Compiling num-derive v0.2.2 Oct 14 22:18:51.811 INFO kablam! Compiling serde_derive v1.0.66 Oct 14 22:18:55.035 INFO kablam! Compiling image v0.19.0 Oct 14 22:19:16.235 INFO kablam! Compiling oxipng v1.0.4 Oct 14 22:19:23.699 INFO kablam! Compiling spritezip v0.1.0 (/source) Oct 14 22:19:25.111 INFO kablam! warning: unused import: `Write` Oct 14 22:19:25.111 INFO kablam! --> src/extract.rs:4:21 Oct 14 22:19:25.112 INFO kablam! | Oct 14 22:19:25.112 INFO kablam! 4 | use std::io::{Read, Write, SeekFrom, Seek}; Oct 14 22:19:25.112 INFO kablam! | ^^^^^ Oct 14 22:19:25.112 INFO kablam! | Oct 14 22:19:25.113 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:19:25.113 INFO kablam! Oct 14 22:19:25.113 INFO kablam! warning: unused import: `std::default::Default` Oct 14 22:19:25.113 INFO kablam! --> src/extract.rs:5:5 Oct 14 22:19:25.114 INFO kablam! | Oct 14 22:19:25.115 INFO kablam! 5 | use std::default::Default; Oct 14 22:19:25.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.115 INFO kablam! Oct 14 22:19:25.519 INFO kablam! warning: unused variable: `img_count` Oct 14 22:19:25.520 INFO kablam! --> src/common.rs:134:10 Oct 14 22:19:25.521 INFO kablam! | Oct 14 22:19:25.522 INFO kablam! 134 | for (img_count, ent) in FileTypeIterator::new(input_folder, "png").enumerate() Oct 14 22:19:25.523 INFO kablam! | ^^^^^^^^^ help: consider using `_img_count` instead Oct 14 22:19:25.523 INFO kablam! | Oct 14 22:19:25.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:19:25.524 INFO kablam! Oct 14 22:19:25.526 INFO kablam! warning: variable `debug_difference_count` is assigned to, but never used Oct 14 22:19:25.526 INFO kablam! --> src/compress.rs:290:13 Oct 14 22:19:25.527 INFO kablam! | Oct 14 22:19:25.528 INFO kablam! 290 | let mut debug_difference_count = 0; Oct 14 22:19:25.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.529 INFO kablam! | Oct 14 22:19:25.530 INFO kablam! = note: consider using `_debug_difference_count` instead Oct 14 22:19:25.530 INFO kablam! Oct 14 22:19:25.667 INFO kablam! warning: function is never used: `u8_buf_to_u32_big_endian` Oct 14 22:19:25.667 INFO kablam! --> src/common.rs:223:1 Oct 14 22:19:25.667 INFO kablam! | Oct 14 22:19:25.668 INFO kablam! 223 | pub fn u8_buf_to_u32_big_endian(buf : &[u8; 4]) -> u32 Oct 14 22:19:25.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.669 INFO kablam! | Oct 14 22:19:25.669 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:19:25.669 INFO kablam! Oct 14 22:19:25.670 INFO kablam! warning: function is never used: `u8_stream_to_u32_big_endian` Oct 14 22:19:25.670 INFO kablam! --> src/common.rs:232:1 Oct 14 22:19:25.670 INFO kablam! | Oct 14 22:19:25.670 INFO kablam! 232 | pub fn u8_stream_to_u32_big_endian(reader : &mut Read) -> u32 Oct 14 22:19:25.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.670 INFO kablam! Oct 14 22:19:25.672 INFO kablam! warning: function is never used: `get_png_dimensions` Oct 14 22:19:25.672 INFO kablam! --> src/common.rs:240:1 Oct 14 22:19:25.672 INFO kablam! | Oct 14 22:19:25.672 INFO kablam! 240 | pub fn get_png_dimensions(reader : &mut Read) -> Result<(u32, u32), &'static str> Oct 14 22:19:25.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.672 INFO kablam! Oct 14 22:19:25.673 INFO kablam! warning: function is never used: `scan_folder_for_max_png_size` Oct 14 22:19:25.673 INFO kablam! --> src/common.rs:264:1 Oct 14 22:19:25.673 INFO kablam! | Oct 14 22:19:25.673 INFO kablam! 264 | pub fn scan_folder_for_max_png_size(input_folder : &str) -> (u32, u32) Oct 14 22:19:25.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.673 INFO kablam! Oct 14 22:19:25.673 INFO kablam! warning: function is never used: `save_image_no_alpha` Oct 14 22:19:25.673 INFO kablam! --> src/common.rs:290:1 Oct 14 22:19:25.673 INFO kablam! | Oct 14 22:19:25.673 INFO kablam! 290 | pub fn save_image_no_alpha(mut image : RgbaImage, save_path : &str) Oct 14 22:19:25.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.673 INFO kablam! Oct 14 22:19:25.676 INFO kablam! warning: function is never used: `compress_image_to_buffer` Oct 14 22:19:25.676 INFO kablam! --> src/common.rs:309:1 Oct 14 22:19:25.676 INFO kablam! | Oct 14 22:19:25.676 INFO kablam! 309 | pub fn compress_image_to_buffer(img: &image::RgbaImage) -> Vec Oct 14 22:19:25.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.676 INFO kablam! Oct 14 22:19:25.676 INFO kablam! warning: function is never used: `compress_buffer` Oct 14 22:19:25.676 INFO kablam! --> src/common.rs:327:1 Oct 14 22:19:25.676 INFO kablam! | Oct 14 22:19:25.676 INFO kablam! 327 | pub fn compress_buffer(img: &Vec) -> Vec Oct 14 22:19:25.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.678 INFO kablam! Oct 14 22:19:25.679 INFO kablam! warning: struct is never constructed: `CroppedImageBounds` Oct 14 22:19:25.679 INFO kablam! --> src/compress.rs:24:1 Oct 14 22:19:25.679 INFO kablam! | Oct 14 22:19:25.679 INFO kablam! 24 | struct CroppedImageBounds { Oct 14 22:19:25.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.679 INFO kablam! Oct 14 22:19:25.679 INFO kablam! warning: function is never used: `crop_function` Oct 14 22:19:25.681 INFO kablam! --> src/compress.rs:43:1 Oct 14 22:19:25.681 INFO kablam! | Oct 14 22:19:25.681 INFO kablam! 43 | fn crop_function(img: &image::RgbaImage, offset : (u32, u32), max_width : u32, max_height : u32) -> (CroppedImageBounds, u64) Oct 14 22:19:25.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:25.681 INFO kablam! Oct 14 22:19:35.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 14 22:19:35.433 INFO kablam! su: No module specific data is present Oct 14 22:19:37.107 INFO running `"docker" "rm" "-f" "7b8f2c096de99c865fc9daf4484ae4e6d6e2ee5b4f242314df2ad9cbbb68d18a"` Oct 14 22:19:37.519 INFO blam! 7b8f2c096de99c865fc9daf4484ae4e6d6e2ee5b4f242314df2ad9cbbb68d18a Oct 14 22:19:37.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 22:19:38.037 INFO blam! 84513d0bdd25a7fda4a28771776db7e6fd111519fda4c72079c209157625fb73 Oct 14 22:19:38.037 INFO running `"docker" "start" "-a" "84513d0bdd25a7fda4a28771776db7e6fd111519fda4c72079c209157625fb73"` Oct 14 22:19:40.379 INFO kablam! usermod: no changes Oct 14 22:19:40.599 INFO kablam! Compiling spritezip v0.1.0 (/source) Oct 14 22:19:42.239 INFO kablam! warning: unused import: `Write` Oct 14 22:19:42.239 INFO kablam! --> src/extract.rs:4:21 Oct 14 22:19:42.239 INFO kablam! | Oct 14 22:19:42.239 INFO kablam! 4 | use std::io::{Read, Write, SeekFrom, Seek}; Oct 14 22:19:42.239 INFO kablam! | ^^^^^ Oct 14 22:19:42.239 INFO kablam! | Oct 14 22:19:42.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:19:42.239 INFO kablam! Oct 14 22:19:42.239 INFO kablam! warning: unused import: `std::default::Default` Oct 14 22:19:42.239 INFO kablam! --> src/extract.rs:5:5 Oct 14 22:19:42.239 INFO kablam! | Oct 14 22:19:42.239 INFO kablam! 5 | use std::default::Default; Oct 14 22:19:42.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.239 INFO kablam! Oct 14 22:19:42.822 INFO kablam! warning: unused variable: `img_count` Oct 14 22:19:42.822 INFO kablam! --> src/common.rs:134:10 Oct 14 22:19:42.823 INFO kablam! | Oct 14 22:19:42.823 INFO kablam! 134 | for (img_count, ent) in FileTypeIterator::new(input_folder, "png").enumerate() Oct 14 22:19:42.823 INFO kablam! | ^^^^^^^^^ help: consider using `_img_count` instead Oct 14 22:19:42.823 INFO kablam! | Oct 14 22:19:42.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:19:42.823 INFO kablam! Oct 14 22:19:42.823 INFO kablam! warning: variable `debug_difference_count` is assigned to, but never used Oct 14 22:19:42.823 INFO kablam! --> src/compress.rs:290:13 Oct 14 22:19:42.823 INFO kablam! | Oct 14 22:19:42.823 INFO kablam! 290 | let mut debug_difference_count = 0; Oct 14 22:19:42.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.823 INFO kablam! | Oct 14 22:19:42.823 INFO kablam! = note: consider using `_debug_difference_count` instead Oct 14 22:19:42.823 INFO kablam! Oct 14 22:19:42.958 INFO kablam! warning: function is never used: `u8_buf_to_u32_big_endian` Oct 14 22:19:42.958 INFO kablam! --> src/common.rs:223:1 Oct 14 22:19:42.958 INFO kablam! | Oct 14 22:19:42.958 INFO kablam! 223 | pub fn u8_buf_to_u32_big_endian(buf : &[u8; 4]) -> u32 Oct 14 22:19:42.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.958 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `u8_stream_to_u32_big_endian` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:232:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 232 | pub fn u8_stream_to_u32_big_endian(reader : &mut Read) -> u32 Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `get_png_dimensions` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:240:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 240 | pub fn get_png_dimensions(reader : &mut Read) -> Result<(u32, u32), &'static str> Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `scan_folder_for_max_png_size` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:264:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 264 | pub fn scan_folder_for_max_png_size(input_folder : &str) -> (u32, u32) Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `save_image_no_alpha` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:290:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 290 | pub fn save_image_no_alpha(mut image : RgbaImage, save_path : &str) Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `compress_image_to_buffer` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:309:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 309 | pub fn compress_image_to_buffer(img: &image::RgbaImage) -> Vec Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `compress_buffer` Oct 14 22:19:42.960 INFO kablam! --> src/common.rs:327:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 327 | pub fn compress_buffer(img: &Vec) -> Vec Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: struct is never constructed: `CroppedImageBounds` Oct 14 22:19:42.960 INFO kablam! --> src/compress.rs:24:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 24 | struct CroppedImageBounds { Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:42.960 INFO kablam! warning: function is never used: `crop_function` Oct 14 22:19:42.960 INFO kablam! --> src/compress.rs:43:1 Oct 14 22:19:42.960 INFO kablam! | Oct 14 22:19:42.960 INFO kablam! 43 | fn crop_function(img: &image::RgbaImage, offset : (u32, u32), max_width : u32, max_height : u32) -> (CroppedImageBounds, u64) Oct 14 22:19:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:42.960 INFO kablam! Oct 14 22:19:43.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.19s Oct 14 22:19:43.594 INFO kablam! su: No module specific data is present Oct 14 22:19:45.144 INFO running `"docker" "rm" "-f" "84513d0bdd25a7fda4a28771776db7e6fd111519fda4c72079c209157625fb73"` Oct 14 22:19:45.463 INFO blam! 84513d0bdd25a7fda4a28771776db7e6fd111519fda4c72079c209157625fb73 Oct 14 22:19:45.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 22:19:46.007 INFO blam! abe702d809b1e1a632996d4ed48b127e06e28483a96d8de8b318a1287f8475d0 Oct 14 22:19:46.009 INFO running `"docker" "start" "-a" "abe702d809b1e1a632996d4ed48b127e06e28483a96d8de8b318a1287f8475d0"` Oct 14 22:19:47.431 INFO kablam! usermod: no changes Oct 14 22:19:47.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 22:19:47.659 INFO kablam! Running /target/debug/deps/spritezip-929e7c8a296b4ec0 Oct 14 22:19:47.679 INFO blam! Oct 14 22:19:47.679 INFO blam! running 0 tests Oct 14 22:19:47.679 INFO blam! Oct 14 22:19:47.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:19:47.679 INFO blam! Oct 14 22:19:47.687 INFO kablam! su: No module specific data is present Oct 14 22:19:48.500 INFO running `"docker" "rm" "-f" "abe702d809b1e1a632996d4ed48b127e06e28483a96d8de8b318a1287f8475d0"` Oct 14 22:19:48.823 INFO blam! abe702d809b1e1a632996d4ed48b127e06e28483a96d8de8b318a1287f8475d0