Oct 14 13:21:05.853 INFO testing lolzballs/gl-sandbox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:21:05.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 13:21:06.545 INFO blam! 14395ca1e0780f3e9d352fc563d7ccf98743569aaad0a54b06a33d6de26e4941 Oct 14 13:21:06.547 INFO running `"docker" "start" "-a" "14395ca1e0780f3e9d352fc563d7ccf98743569aaad0a54b06a33d6de26e4941"` Oct 14 13:21:07.923 INFO kablam! usermod: no changes Oct 14 13:21:08.229 INFO kablam! Compiling libloading v0.4.3 Oct 14 13:21:08.232 INFO kablam! Compiling khronos_api v2.0.0 Oct 14 13:21:08.261 INFO kablam! Compiling cgmath v0.16.0 Oct 14 13:21:08.264 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 13:21:08.264 INFO kablam! Compiling rand v0.3.15 Oct 14 13:21:08.264 INFO kablam! Compiling memmap v0.6.1 Oct 14 13:21:08.264 INFO kablam! Compiling shared_library v0.1.8 Oct 14 13:21:08.264 INFO kablam! Compiling rand v0.4.2 Oct 14 13:21:11.260 INFO kablam! Compiling x11-dl v2.17.1 Oct 14 13:21:11.260 INFO kablam! Compiling num-integer v0.1.35 Oct 14 13:21:11.260 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 13:21:11.260 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 14 13:21:11.331 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 13:21:11.443 INFO kablam! Compiling gl_generator v0.7.0 Oct 14 13:21:11.846 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 13:21:14.239 INFO kablam! Compiling num-iter v0.1.34 Oct 14 13:21:14.263 INFO kablam! Compiling num-rational v0.1.40 Oct 14 13:21:15.699 INFO kablam! Compiling png v0.11.0 Oct 14 13:21:21.436 INFO kablam! Compiling dlib v0.4.0 Oct 14 13:21:21.519 INFO kablam! Compiling rayon-core v1.3.0 Oct 14 13:21:21.683 INFO kablam! Compiling tempfile v2.2.0 Oct 14 13:21:21.863 INFO kablam! Compiling wayland-client v0.12.4 Oct 14 13:21:22.378 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 14 13:21:22.992 INFO kablam! Compiling gl v0.9.0 Oct 14 13:21:24.527 INFO kablam! Compiling wayland-sys v0.12.4 Oct 14 13:21:35.916 INFO kablam! Compiling glutin v0.12.0 Oct 14 13:21:35.944 INFO kablam! Compiling rayon v0.8.2 Oct 14 13:21:52.474 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 13:21:58.559 INFO kablam! Compiling wayland-kbd v0.13.0 Oct 14 13:22:06.097 INFO kablam! Compiling image v0.18.0 Oct 14 13:22:14.986 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 13:22:16.987 INFO kablam! Compiling winit v0.10.0 Oct 14 13:22:42.126 INFO kablam! Compiling gl-sandbox v0.1.0 (/source) Oct 14 13:22:42.691 INFO kablam! warning: unused imports: `DecodingResult`, `ImageDecoder` Oct 14 13:22:42.691 INFO kablam! --> src/main.rs:33:13 Oct 14 13:22:42.691 INFO kablam! | Oct 14 13:22:42.691 INFO kablam! 33 | use image::{DecodingResult, ImageDecoder}; Oct 14 13:22:42.691 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 13:22:42.691 INFO kablam! | Oct 14 13:22:42.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:22:42.691 INFO kablam! Oct 14 13:22:42.934 INFO kablam! warning: unused import: `Read` Oct 14 13:22:42.935 INFO kablam! --> src/main.rs:16:23 Oct 14 13:22:42.935 INFO kablam! | Oct 14 13:22:42.936 INFO kablam! 16 | use std::io::{Cursor, Read}; Oct 14 13:22:42.937 INFO kablam! | ^^^^ Oct 14 13:22:42.937 INFO kablam! Oct 14 13:22:43.007 INFO kablam! warning: field is never used: `program` Oct 14 13:22:43.008 INFO kablam! --> src/gfx/shader.rs:80:5 Oct 14 13:22:43.008 INFO kablam! | Oct 14 13:22:43.009 INFO kablam! 80 | program: &'a Program, Oct 14 13:22:43.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.010 INFO kablam! | Oct 14 13:22:43.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:22:43.011 INFO kablam! Oct 14 13:22:43.012 INFO kablam! warning: field is never used: `stage` Oct 14 13:22:43.013 INFO kablam! --> src/gfx/shader.rs:108:5 Oct 14 13:22:43.013 INFO kablam! | Oct 14 13:22:43.014 INFO kablam! 108 | stage: ShaderStage, Oct 14 13:22:43.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.015 INFO kablam! Oct 14 13:22:43.016 INFO kablam! warning: field is never used: `texture` Oct 14 13:22:43.016 INFO kablam! --> src/gfx/texture.rs:66:5 Oct 14 13:22:43.017 INFO kablam! | Oct 14 13:22:43.018 INFO kablam! 66 | texture: &'a Texture, Oct 14 13:22:43.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.019 INFO kablam! Oct 14 13:22:43.020 INFO kablam! warning: variant is never constructed: `Nearest` Oct 14 13:22:43.020 INFO kablam! --> src/gfx/texture.rs:128:5 Oct 14 13:22:43.021 INFO kablam! | Oct 14 13:22:43.021 INFO kablam! 128 | Nearest, Oct 14 13:22:43.022 INFO kablam! | ^^^^^^^ Oct 14 13:22:43.022 INFO kablam! Oct 14 13:22:43.023 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 14 13:22:43.024 INFO kablam! --> src/gfx/texture.rs:130:5 Oct 14 13:22:43.024 INFO kablam! | Oct 14 13:22:43.025 INFO kablam! 130 | NearestMipmapNearest, Oct 14 13:22:43.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.026 INFO kablam! Oct 14 13:22:43.026 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 14 13:22:43.026 INFO kablam! --> src/gfx/texture.rs:131:5 Oct 14 13:22:43.026 INFO kablam! | Oct 14 13:22:43.026 INFO kablam! 131 | LinearMipmapNearest, Oct 14 13:22:43.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.028 INFO kablam! Oct 14 13:22:43.028 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 14 13:22:43.028 INFO kablam! --> src/gfx/texture.rs:132:5 Oct 14 13:22:43.028 INFO kablam! | Oct 14 13:22:43.028 INFO kablam! 132 | NearestMipmapLinear, Oct 14 13:22:43.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.028 INFO kablam! Oct 14 13:22:43.030 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 14 13:22:43.030 INFO kablam! --> src/gfx/texture.rs:133:5 Oct 14 13:22:43.030 INFO kablam! | Oct 14 13:22:43.030 INFO kablam! 133 | LinearMipmapLinear, Oct 14 13:22:43.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.030 INFO kablam! Oct 14 13:22:43.030 INFO kablam! warning: variant is never constructed: `Nearest` Oct 14 13:22:43.030 INFO kablam! --> src/gfx/texture.rs:150:5 Oct 14 13:22:43.030 INFO kablam! | Oct 14 13:22:43.030 INFO kablam! 150 | Nearest, Oct 14 13:22:43.030 INFO kablam! | ^^^^^^^ Oct 14 13:22:43.030 INFO kablam! Oct 14 13:22:43.035 INFO kablam! warning: variant is never constructed: `Mirror` Oct 14 13:22:43.035 INFO kablam! --> src/gfx/texture.rs:165:5 Oct 14 13:22:43.035 INFO kablam! | Oct 14 13:22:43.035 INFO kablam! 165 | Mirror, Oct 14 13:22:43.035 INFO kablam! | ^^^^^^ Oct 14 13:22:43.035 INFO kablam! Oct 14 13:22:43.035 INFO kablam! warning: variant is never constructed: `Clamp` Oct 14 13:22:43.035 INFO kablam! --> src/gfx/texture.rs:166:5 Oct 14 13:22:43.035 INFO kablam! | Oct 14 13:22:43.035 INFO kablam! 166 | Clamp, Oct 14 13:22:43.035 INFO kablam! | ^^^^^ Oct 14 13:22:43.035 INFO kablam! Oct 14 13:22:43.035 INFO kablam! warning: variant is never constructed: `MirrorClamp` Oct 14 13:22:43.035 INFO kablam! --> src/gfx/texture.rs:167:5 Oct 14 13:22:43.035 INFO kablam! | Oct 14 13:22:43.035 INFO kablam! 167 | MirrorClamp, Oct 14 13:22:43.035 INFO kablam! | ^^^^^^^^^^^ Oct 14 13:22:43.035 INFO kablam! Oct 14 13:22:43.044 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:22:43.044 INFO kablam! --> src/main.rs:240:13 Oct 14 13:22:43.045 INFO kablam! | Oct 14 13:22:43.045 INFO kablam! 240 | window.set_cursor_state(CursorState::Grab); Oct 14 13:22:43.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:43.046 INFO kablam! | Oct 14 13:22:43.047 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:22:43.048 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:22:43.048 INFO kablam! Oct 14 13:22:48.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 14 13:22:48.447 INFO kablam! su: No module specific data is present Oct 14 13:22:50.685 INFO running `"docker" "rm" "-f" "14395ca1e0780f3e9d352fc563d7ccf98743569aaad0a54b06a33d6de26e4941"` Oct 14 13:22:51.031 INFO blam! 14395ca1e0780f3e9d352fc563d7ccf98743569aaad0a54b06a33d6de26e4941 Oct 14 13:22:51.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 13:22:51.608 INFO blam! aefb7c23262aa1d8af175f619c2abd6e73d188aabf45fe6e2878799a4012edc6 Oct 14 13:22:51.610 INFO running `"docker" "start" "-a" "aefb7c23262aa1d8af175f619c2abd6e73d188aabf45fe6e2878799a4012edc6"` Oct 14 13:22:53.877 INFO kablam! usermod: no changes Oct 14 13:22:54.197 INFO kablam! Compiling gl-sandbox v0.1.0 (/source) Oct 14 13:22:54.815 INFO kablam! warning: unused imports: `DecodingResult`, `ImageDecoder` Oct 14 13:22:54.816 INFO kablam! --> src/main.rs:33:13 Oct 14 13:22:54.817 INFO kablam! | Oct 14 13:22:54.817 INFO kablam! 33 | use image::{DecodingResult, ImageDecoder}; Oct 14 13:22:54.817 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 13:22:54.817 INFO kablam! | Oct 14 13:22:54.817 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:22:54.817 INFO kablam! Oct 14 13:22:55.042 INFO kablam! warning: unused import: `Read` Oct 14 13:22:55.042 INFO kablam! --> src/main.rs:16:23 Oct 14 13:22:55.042 INFO kablam! | Oct 14 13:22:55.042 INFO kablam! 16 | use std::io::{Cursor, Read}; Oct 14 13:22:55.042 INFO kablam! | ^^^^ Oct 14 13:22:55.042 INFO kablam! Oct 14 13:22:55.106 INFO kablam! warning: field is never used: `program` Oct 14 13:22:55.106 INFO kablam! --> src/gfx/shader.rs:80:5 Oct 14 13:22:55.106 INFO kablam! | Oct 14 13:22:55.106 INFO kablam! 80 | program: &'a Program, Oct 14 13:22:55.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.106 INFO kablam! | Oct 14 13:22:55.106 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:22:55.106 INFO kablam! Oct 14 13:22:55.106 INFO kablam! warning: field is never used: `stage` Oct 14 13:22:55.106 INFO kablam! --> src/gfx/shader.rs:108:5 Oct 14 13:22:55.106 INFO kablam! | Oct 14 13:22:55.106 INFO kablam! 108 | stage: ShaderStage, Oct 14 13:22:55.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.106 INFO kablam! Oct 14 13:22:55.106 INFO kablam! warning: field is never used: `texture` Oct 14 13:22:55.106 INFO kablam! --> src/gfx/texture.rs:66:5 Oct 14 13:22:55.106 INFO kablam! | Oct 14 13:22:55.106 INFO kablam! 66 | texture: &'a Texture, Oct 14 13:22:55.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.107 INFO kablam! Oct 14 13:22:55.107 INFO kablam! warning: variant is never constructed: `Nearest` Oct 14 13:22:55.107 INFO kablam! --> src/gfx/texture.rs:128:5 Oct 14 13:22:55.107 INFO kablam! | Oct 14 13:22:55.107 INFO kablam! 128 | Nearest, Oct 14 13:22:55.107 INFO kablam! | ^^^^^^^ Oct 14 13:22:55.107 INFO kablam! Oct 14 13:22:55.107 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 14 13:22:55.107 INFO kablam! --> src/gfx/texture.rs:130:5 Oct 14 13:22:55.107 INFO kablam! | Oct 14 13:22:55.107 INFO kablam! 130 | NearestMipmapNearest, Oct 14 13:22:55.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.107 INFO kablam! Oct 14 13:22:55.107 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 14 13:22:55.107 INFO kablam! --> src/gfx/texture.rs:131:5 Oct 14 13:22:55.107 INFO kablam! | Oct 14 13:22:55.107 INFO kablam! 131 | LinearMipmapNearest, Oct 14 13:22:55.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.107 INFO kablam! Oct 14 13:22:55.107 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 14 13:22:55.107 INFO kablam! --> src/gfx/texture.rs:132:5 Oct 14 13:22:55.107 INFO kablam! | Oct 14 13:22:55.107 INFO kablam! 132 | NearestMipmapLinear, Oct 14 13:22:55.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.108 INFO kablam! Oct 14 13:22:55.108 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 14 13:22:55.108 INFO kablam! --> src/gfx/texture.rs:133:5 Oct 14 13:22:55.108 INFO kablam! | Oct 14 13:22:55.108 INFO kablam! 133 | LinearMipmapLinear, Oct 14 13:22:55.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.108 INFO kablam! Oct 14 13:22:55.108 INFO kablam! warning: variant is never constructed: `Nearest` Oct 14 13:22:55.108 INFO kablam! --> src/gfx/texture.rs:150:5 Oct 14 13:22:55.108 INFO kablam! | Oct 14 13:22:55.108 INFO kablam! 150 | Nearest, Oct 14 13:22:55.108 INFO kablam! | ^^^^^^^ Oct 14 13:22:55.108 INFO kablam! Oct 14 13:22:55.108 INFO kablam! warning: variant is never constructed: `Mirror` Oct 14 13:22:55.108 INFO kablam! --> src/gfx/texture.rs:165:5 Oct 14 13:22:55.108 INFO kablam! | Oct 14 13:22:55.108 INFO kablam! 165 | Mirror, Oct 14 13:22:55.108 INFO kablam! | ^^^^^^ Oct 14 13:22:55.108 INFO kablam! Oct 14 13:22:55.108 INFO kablam! warning: variant is never constructed: `Clamp` Oct 14 13:22:55.108 INFO kablam! --> src/gfx/texture.rs:166:5 Oct 14 13:22:55.109 INFO kablam! | Oct 14 13:22:55.109 INFO kablam! 166 | Clamp, Oct 14 13:22:55.109 INFO kablam! | ^^^^^ Oct 14 13:22:55.109 INFO kablam! Oct 14 13:22:55.109 INFO kablam! warning: variant is never constructed: `MirrorClamp` Oct 14 13:22:55.109 INFO kablam! --> src/gfx/texture.rs:167:5 Oct 14 13:22:55.109 INFO kablam! | Oct 14 13:22:55.109 INFO kablam! 167 | MirrorClamp, Oct 14 13:22:55.109 INFO kablam! | ^^^^^^^^^^^ Oct 14 13:22:55.109 INFO kablam! Oct 14 13:22:55.116 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:22:55.116 INFO kablam! --> src/main.rs:240:13 Oct 14 13:22:55.116 INFO kablam! | Oct 14 13:22:55.116 INFO kablam! 240 | window.set_cursor_state(CursorState::Grab); Oct 14 13:22:55.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:55.117 INFO kablam! | Oct 14 13:22:55.117 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:22:55.117 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:22:55.117 INFO kablam! Oct 14 13:22:55.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 14 13:22:55.709 INFO kablam! su: No module specific data is present Oct 14 13:22:57.120 INFO running `"docker" "rm" "-f" "aefb7c23262aa1d8af175f619c2abd6e73d188aabf45fe6e2878799a4012edc6"` Oct 14 13:22:57.455 INFO blam! aefb7c23262aa1d8af175f619c2abd6e73d188aabf45fe6e2878799a4012edc6 Oct 14 13:22:57.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 13:22:58.025 INFO blam! 991fb05a05bde816fd5facda0573530274c668663930dd0ea4e1d77e317547c4 Oct 14 13:22:58.027 INFO running `"docker" "start" "-a" "991fb05a05bde816fd5facda0573530274c668663930dd0ea4e1d77e317547c4"` Oct 14 13:23:00.263 INFO kablam! usermod: no changes Oct 14 13:23:00.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 13:23:00.461 INFO kablam! Running /target/debug/deps/gl_sandbox-995b7719b24515b7 Oct 14 13:23:00.465 INFO blam! Oct 14 13:23:00.465 INFO blam! running 0 tests Oct 14 13:23:00.465 INFO blam! Oct 14 13:23:00.465 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:23:00.466 INFO blam! Oct 14 13:23:00.469 INFO kablam! su: No module specific data is present Oct 14 13:23:02.096 INFO running `"docker" "rm" "-f" "991fb05a05bde816fd5facda0573530274c668663930dd0ea4e1d77e317547c4"` Oct 14 13:23:02.451 INFO blam! 991fb05a05bde816fd5facda0573530274c668663930dd0ea4e1d77e317547c4