Oct 15 05:41:19.021 INFO testing WideWord/dfge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:41:19.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:41:19.275 INFO blam! e9b2c33955db7524aa80fdf38d290af11742b23bcaae1160a20dba8a8d1b6260 Oct 15 05:41:19.281 INFO running `"docker" "start" "-a" "e9b2c33955db7524aa80fdf38d290af11742b23bcaae1160a20dba8a8d1b6260"` Oct 15 05:41:20.006 INFO kablam! usermod: no changes Oct 15 05:41:20.287 INFO kablam! Compiling libloading v0.5.0 Oct 15 05:41:20.287 INFO kablam! Compiling cgmath v0.16.0 Oct 15 05:41:20.287 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 05:41:20.287 INFO kablam! Compiling glium v0.20.0 Oct 15 05:41:21.031 INFO kablam! Compiling backtrace v0.3.5 Oct 15 05:41:24.763 INFO kablam! Compiling dlib v0.4.1 Oct 15 05:41:26.351 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 05:41:28.723 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 05:41:33.904 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 05:41:33.906 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 05:41:40.799 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 05:41:42.130 INFO kablam! Compiling winit v0.10.0 Oct 15 05:41:47.971 INFO kablam! Compiling glutin v0.12.2 Oct 15 05:42:13.329 INFO kablam! Compiling dfge v0.1.0 (/source) Oct 15 05:42:14.351 INFO kablam! warning: unused `#[macro_use]` import Oct 15 05:42:14.351 INFO kablam! --> src/main.rs:1:1 Oct 15 05:42:14.351 INFO kablam! | Oct 15 05:42:14.352 INFO kablam! 1 | #[macro_use] extern crate glium; Oct 15 05:42:14.352 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:42:14.353 INFO kablam! | Oct 15 05:42:14.353 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:42:14.353 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: struct is never constructed: `VecSprite` Oct 15 05:42:14.407 INFO kablam! --> src/asset/vecsprite.rs:4:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 4 | pub struct VecSprite { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: struct is never constructed: `VecSpriteLine` Oct 15 05:42:14.407 INFO kablam! --> src/asset/vecsprite.rs:11:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 11 | pub struct VecSpriteLine { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: struct is never constructed: `VecSpriteFilling` Oct 15 05:42:14.407 INFO kablam! --> src/asset/vecsprite.rs:17:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 17 | pub struct VecSpriteFilling { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: method is never used: `empty` Oct 15 05:42:14.407 INFO kablam! --> src/asset/vecsprite.rs:24:2 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 24 | pub fn empty() -> Self { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: field is never used: `display` Oct 15 05:42:14.407 INFO kablam! --> src/platform/window.rs:5:2 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 5 | display: glium::Display, Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: struct is never constructed: `Color` Oct 15 05:42:14.407 INFO kablam! --> src/util/color.rs:2:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 2 | pub struct Color { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: method is never used: `new` Oct 15 05:42:14.407 INFO kablam! --> src/util/color.rs:11:2 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 11 | pub fn new(red: f32, green: f32, blue: f32, alpha: f32) -> Self { Oct 15 05:42:14.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 05:42:14.407 INFO kablam! --> src/util/color.rs:22:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 22 | / const WHITE: Color = Color{ Oct 15 05:42:14.407 INFO kablam! 23 | | red: 1.0, Oct 15 05:42:14.407 INFO kablam! 24 | | green: 1.0, Oct 15 05:42:14.407 INFO kablam! 25 | | blue: 1.0, Oct 15 05:42:14.407 INFO kablam! 26 | | alpha: 1.0, Oct 15 05:42:14.407 INFO kablam! 27 | | }; Oct 15 05:42:14.407 INFO kablam! | |__^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 05:42:14.407 INFO kablam! --> src/util/color.rs:29:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 29 | / const BLACK: Color = Color{ Oct 15 05:42:14.407 INFO kablam! 30 | | red: 0.0, Oct 15 05:42:14.407 INFO kablam! 31 | | green: 0.0, Oct 15 05:42:14.407 INFO kablam! 32 | | blue: 0.0, Oct 15 05:42:14.407 INFO kablam! 33 | | alpha: 1.0, Oct 15 05:42:14.407 INFO kablam! 34 | | }; Oct 15 05:42:14.407 INFO kablam! | |__^ Oct 15 05:42:14.407 INFO kablam! Oct 15 05:42:14.407 INFO kablam! warning: constant item is never used: `RED` Oct 15 05:42:14.407 INFO kablam! --> src/util/color.rs:36:1 Oct 15 05:42:14.407 INFO kablam! | Oct 15 05:42:14.407 INFO kablam! 36 | / const RED: Color = Color{ Oct 15 05:42:14.407 INFO kablam! 37 | | red: 1.0, Oct 15 05:42:14.415 INFO kablam! 38 | | green: 0.0, Oct 15 05:42:14.415 INFO kablam! 39 | | blue: 0.0, Oct 15 05:42:14.415 INFO kablam! 40 | | alpha: 1.0, Oct 15 05:42:14.415 INFO kablam! 41 | | }; Oct 15 05:42:14.415 INFO kablam! | |__^ Oct 15 05:42:14.415 INFO kablam! Oct 15 05:42:14.415 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 05:42:14.415 INFO kablam! --> src/util/color.rs:43:1 Oct 15 05:42:14.415 INFO kablam! | Oct 15 05:42:14.415 INFO kablam! 43 | / const GREEN: Color = Color{ Oct 15 05:42:14.415 INFO kablam! 44 | | red: 0.0, Oct 15 05:42:14.415 INFO kablam! 45 | | green: 1.0, Oct 15 05:42:14.415 INFO kablam! 46 | | blue: 0.0, Oct 15 05:42:14.415 INFO kablam! 47 | | alpha: 1.0, Oct 15 05:42:14.415 INFO kablam! 48 | | }; Oct 15 05:42:14.415 INFO kablam! | |__^ Oct 15 05:42:14.415 INFO kablam! Oct 15 05:42:14.415 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 05:42:14.415 INFO kablam! --> src/util/color.rs:50:1 Oct 15 05:42:14.415 INFO kablam! | Oct 15 05:42:14.415 INFO kablam! 50 | / const BLUE: Color = Color{ Oct 15 05:42:14.415 INFO kablam! 51 | | red: 0.0, Oct 15 05:42:14.415 INFO kablam! 52 | | green: 0.0, Oct 15 05:42:14.415 INFO kablam! 53 | | blue: 1.0, Oct 15 05:42:14.415 INFO kablam! 54 | | alpha: 1.0, Oct 15 05:42:14.415 INFO kablam! 55 | | }; Oct 15 05:42:14.415 INFO kablam! | |__^ Oct 15 05:42:14.415 INFO kablam! Oct 15 05:42:16.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.16s Oct 15 05:42:16.198 INFO kablam! su: No module specific data is present Oct 15 05:42:16.488 INFO running `"docker" "rm" "-f" "e9b2c33955db7524aa80fdf38d290af11742b23bcaae1160a20dba8a8d1b6260"` Oct 15 05:42:16.571 INFO blam! e9b2c33955db7524aa80fdf38d290af11742b23bcaae1160a20dba8a8d1b6260 Oct 15 05:42:16.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:42:16.779 INFO blam! 0006dfd08b5c84c4164b26338f83734f0dcba7a4504bdfb95e41561973acd9d8 Oct 15 05:42:16.781 INFO running `"docker" "start" "-a" "0006dfd08b5c84c4164b26338f83734f0dcba7a4504bdfb95e41561973acd9d8"` Oct 15 05:42:17.260 INFO kablam! usermod: no changes Oct 15 05:42:17.363 INFO kablam! Compiling dfge v0.1.0 (/source) Oct 15 05:42:18.324 INFO kablam! warning: unused `#[macro_use]` import Oct 15 05:42:18.324 INFO kablam! --> src/main.rs:1:1 Oct 15 05:42:18.324 INFO kablam! | Oct 15 05:42:18.324 INFO kablam! 1 | #[macro_use] extern crate glium; Oct 15 05:42:18.324 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:42:18.324 INFO kablam! | Oct 15 05:42:18.324 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:42:18.324 INFO kablam! Oct 15 05:42:18.389 INFO kablam! warning: struct is never constructed: `VecSprite` Oct 15 05:42:18.389 INFO kablam! --> src/asset/vecsprite.rs:4:1 Oct 15 05:42:18.389 INFO kablam! | Oct 15 05:42:18.389 INFO kablam! 4 | pub struct VecSprite { Oct 15 05:42:18.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.389 INFO kablam! | Oct 15 05:42:18.389 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:42:18.389 INFO kablam! Oct 15 05:42:18.389 INFO kablam! warning: struct is never constructed: `VecSpriteLine` Oct 15 05:42:18.389 INFO kablam! --> src/asset/vecsprite.rs:11:1 Oct 15 05:42:18.389 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 11 | pub struct VecSpriteLine { Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: struct is never constructed: `VecSpriteFilling` Oct 15 05:42:18.390 INFO kablam! --> src/asset/vecsprite.rs:17:1 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 17 | pub struct VecSpriteFilling { Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: method is never used: `empty` Oct 15 05:42:18.390 INFO kablam! --> src/asset/vecsprite.rs:24:2 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 24 | pub fn empty() -> Self { Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: field is never used: `display` Oct 15 05:42:18.390 INFO kablam! --> src/platform/window.rs:5:2 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 5 | display: glium::Display, Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: struct is never constructed: `Color` Oct 15 05:42:18.390 INFO kablam! --> src/util/color.rs:2:1 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 2 | pub struct Color { Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: method is never used: `new` Oct 15 05:42:18.390 INFO kablam! --> src/util/color.rs:11:2 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 11 | pub fn new(red: f32, green: f32, blue: f32, alpha: f32) -> Self { Oct 15 05:42:18.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 05:42:18.390 INFO kablam! --> src/util/color.rs:22:1 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 22 | / const WHITE: Color = Color{ Oct 15 05:42:18.390 INFO kablam! 23 | | red: 1.0, Oct 15 05:42:18.390 INFO kablam! 24 | | green: 1.0, Oct 15 05:42:18.390 INFO kablam! 25 | | blue: 1.0, Oct 15 05:42:18.390 INFO kablam! 26 | | alpha: 1.0, Oct 15 05:42:18.390 INFO kablam! 27 | | }; Oct 15 05:42:18.390 INFO kablam! | |__^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 05:42:18.390 INFO kablam! --> src/util/color.rs:29:1 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.390 INFO kablam! 29 | / const BLACK: Color = Color{ Oct 15 05:42:18.390 INFO kablam! 30 | | red: 0.0, Oct 15 05:42:18.390 INFO kablam! 31 | | green: 0.0, Oct 15 05:42:18.390 INFO kablam! 32 | | blue: 0.0, Oct 15 05:42:18.390 INFO kablam! 33 | | alpha: 1.0, Oct 15 05:42:18.390 INFO kablam! 34 | | }; Oct 15 05:42:18.390 INFO kablam! | |__^ Oct 15 05:42:18.390 INFO kablam! Oct 15 05:42:18.390 INFO kablam! warning: constant item is never used: `RED` Oct 15 05:42:18.390 INFO kablam! --> src/util/color.rs:36:1 Oct 15 05:42:18.390 INFO kablam! | Oct 15 05:42:18.391 INFO kablam! 36 | / const RED: Color = Color{ Oct 15 05:42:18.391 INFO kablam! 37 | | red: 1.0, Oct 15 05:42:18.391 INFO kablam! 38 | | green: 0.0, Oct 15 05:42:18.391 INFO kablam! 39 | | blue: 0.0, Oct 15 05:42:18.391 INFO kablam! 40 | | alpha: 1.0, Oct 15 05:42:18.391 INFO kablam! 41 | | }; Oct 15 05:42:18.391 INFO kablam! | |__^ Oct 15 05:42:18.391 INFO kablam! Oct 15 05:42:18.391 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 05:42:18.391 INFO kablam! --> src/util/color.rs:43:1 Oct 15 05:42:18.391 INFO kablam! | Oct 15 05:42:18.391 INFO kablam! 43 | / const GREEN: Color = Color{ Oct 15 05:42:18.391 INFO kablam! 44 | | red: 0.0, Oct 15 05:42:18.391 INFO kablam! 45 | | green: 1.0, Oct 15 05:42:18.391 INFO kablam! 46 | | blue: 0.0, Oct 15 05:42:18.391 INFO kablam! 47 | | alpha: 1.0, Oct 15 05:42:18.391 INFO kablam! 48 | | }; Oct 15 05:42:18.391 INFO kablam! | |__^ Oct 15 05:42:18.391 INFO kablam! Oct 15 05:42:18.391 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 05:42:18.391 INFO kablam! --> src/util/color.rs:50:1 Oct 15 05:42:18.391 INFO kablam! | Oct 15 05:42:18.391 INFO kablam! 50 | / const BLUE: Color = Color{ Oct 15 05:42:18.391 INFO kablam! 51 | | red: 0.0, Oct 15 05:42:18.391 INFO kablam! 52 | | green: 0.0, Oct 15 05:42:18.391 INFO kablam! 53 | | blue: 1.0, Oct 15 05:42:18.391 INFO kablam! 54 | | alpha: 1.0, Oct 15 05:42:18.391 INFO kablam! 55 | | }; Oct 15 05:42:18.391 INFO kablam! | |__^ Oct 15 05:42:18.391 INFO kablam! Oct 15 05:42:18.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 15 05:42:18.791 INFO kablam! su: No module specific data is present Oct 15 05:42:19.045 INFO running `"docker" "rm" "-f" "0006dfd08b5c84c4164b26338f83734f0dcba7a4504bdfb95e41561973acd9d8"` Oct 15 05:42:19.155 INFO blam! 0006dfd08b5c84c4164b26338f83734f0dcba7a4504bdfb95e41561973acd9d8 Oct 15 05:42:19.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:42:19.335 INFO blam! 165b56cf78f5bf36ad29cd3464f9311e79fba169a433b4e4e0deb0aff57a8adc Oct 15 05:42:19.336 INFO running `"docker" "start" "-a" "165b56cf78f5bf36ad29cd3464f9311e79fba169a433b4e4e0deb0aff57a8adc"` Oct 15 05:42:19.767 INFO kablam! usermod: no changes Oct 15 05:42:19.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 05:42:19.897 INFO kablam! Running /target/debug/deps/dfge-4f4d1576e64334ee Oct 15 05:42:19.901 INFO blam! Oct 15 05:42:19.902 INFO blam! running 0 tests Oct 15 05:42:19.902 INFO blam! Oct 15 05:42:19.902 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:42:19.902 INFO blam! Oct 15 05:42:19.903 INFO kablam! su: No module specific data is present Oct 15 05:42:20.132 INFO running `"docker" "rm" "-f" "165b56cf78f5bf36ad29cd3464f9311e79fba169a433b4e4e0deb0aff57a8adc"` Oct 15 05:42:20.235 INFO blam! 165b56cf78f5bf36ad29cd3464f9311e79fba169a433b4e4e0deb0aff57a8adc