Oct 14 22:45:45.349 INFO testing diohpix/rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:45:45.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22:45:45.847 INFO blam! 4fdf739e1d1fed10a421956ca724c6ffae8b3d78e2104053fd6c16df4dc02bcb Oct 14 22:45:45.855 INFO running `"docker" "start" "-a" "4fdf739e1d1fed10a421956ca724c6ffae8b3d78e2104053fd6c16df4dc02bcb"` Oct 14 22:45:47.835 INFO kablam! usermod: no changes Oct 14 22:45:47.963 INFO kablam! Compiling hex-slice v0.1.2 Oct 14 22:45:47.964 INFO kablam! Compiling syn v0.10.8 Oct 14 22:45:47.999 INFO kablam! Compiling bincode v0.6.1 Oct 14 22:45:55.667 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 14 22:45:57.815 INFO kablam! Compiling serde_codegen v0.8.23 Oct 14 22:46:02.407 INFO kablam! Compiling serde_derive v0.8.23 Oct 14 22:46:05.347 INFO kablam! Compiling sample v0.0.1 (/source) Oct 14 22:46:05.747 INFO kablam! warning: unused import: `hex_slice::AsHex` Oct 14 22:46:05.747 INFO kablam! --> src/main.rs:7:5 Oct 14 22:46:05.747 INFO kablam! | Oct 14 22:46:05.747 INFO kablam! 7 | use hex_slice::AsHex; Oct 14 22:46:05.747 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:46:05.747 INFO kablam! | Oct 14 22:46:05.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:46:05.747 INFO kablam! Oct 14 22:46:05.747 INFO kablam! warning: unused import: `std::mem` Oct 14 22:46:05.747 INFO kablam! --> src/main.rs:12:5 Oct 14 22:46:05.747 INFO kablam! | Oct 14 22:46:05.747 INFO kablam! 12 | use std::mem; Oct 14 22:46:05.747 INFO kablam! | ^^^^^^^^ Oct 14 22:46:05.747 INFO kablam! Oct 14 22:46:05.747 INFO kablam! warning: unused imports: `Deserialize`, `Serialize` Oct 14 22:46:05.747 INFO kablam! --> src/main.rs:14:13 Oct 14 22:46:05.747 INFO kablam! | Oct 14 22:46:05.747 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:05.747 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ Oct 14 22:46:05.747 INFO kablam! Oct 14 22:46:05.887 INFO kablam! warning: unused import: `Serializer` Oct 14 22:46:05.887 INFO kablam! --> src/main.rs:14:24 Oct 14 22:46:05.887 INFO kablam! | Oct 14 22:46:05.887 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:05.887 INFO kablam! | ^^^^^^^^^^ Oct 14 22:46:05.887 INFO kablam! Oct 14 22:46:05.887 INFO kablam! warning: unused import: `Deserializer` Oct 14 22:46:05.887 INFO kablam! --> src/main.rs:14:49 Oct 14 22:46:05.887 INFO kablam! | Oct 14 22:46:05.887 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:05.887 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:46:05.887 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `response2` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:63:13 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 63 | let response2 = get_program(&stream); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^^ help: consider using `_response2` instead Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `result_count` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:100:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 100 | let result_count = read_short(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_result_count` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `result_len` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:102:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 102 | let result_len = read_short(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^^^ help: consider using `_result_len` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `func_start` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:103:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 103 | let func_start = read_short(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^^^ help: consider using `_func_start` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `func_type` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:104:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 104 | let func_type = read_int(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^^ help: consider using `_func_type` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `data_len` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:108:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 108 | let data_len = read_short(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^^^^^^ help: consider using `_data_len` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.895 INFO kablam! warning: unused variable: `blk` Oct 14 22:46:05.895 INFO kablam! --> src/main.rs:109:9 Oct 14 22:46:05.895 INFO kablam! | Oct 14 22:46:05.895 INFO kablam! 109 | let blk = read_int(&mut body,&mut pos); Oct 14 22:46:05.895 INFO kablam! | ^^^ help: consider using `_blk` instead Oct 14 22:46:05.895 INFO kablam! Oct 14 22:46:05.963 INFO kablam! warning: function is never used: `cnc_rdexecprog` Oct 14 22:46:05.963 INFO kablam! --> src/main.rs:152:1 Oct 14 22:46:05.963 INFO kablam! | Oct 14 22:46:05.963 INFO kablam! 152 | fn cnc_rdexecprog(vec : &mut Vec ){ Oct 14 22:46:05.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:46:05.963 INFO kablam! | Oct 14 22:46:05.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:46:05.963 INFO kablam! Oct 14 22:46:05.963 INFO kablam! warning: type `func` should have a camel case name such as `Func` Oct 14 22:46:05.963 INFO kablam! --> src/main.rs:21:1 Oct 14 22:46:05.963 INFO kablam! | Oct 14 22:46:05.963 INFO kablam! 21 | / struct func{ Oct 14 22:46:05.963 INFO kablam! 22 | | result_count: u16, //2 Oct 14 22:46:05.963 INFO kablam! 23 | | base : basefunc, //14 Oct 14 22:46:05.963 INFO kablam! 24 | | data_len : u16, //2 Oct 14 22:46:05.963 INFO kablam! 25 | | blk : i64, // 4 Oct 14 22:46:05.963 INFO kablam! 26 | | data: Vec Oct 14 22:46:05.963 INFO kablam! 27 | | } Oct 14 22:46:05.963 INFO kablam! | |_^ Oct 14 22:46:05.963 INFO kablam! | Oct 14 22:46:05.963 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 22:46:05.963 INFO kablam! Oct 14 22:46:05.963 INFO kablam! warning: type `basefunc` should have a camel case name such as `Basefunc` Oct 14 22:46:05.963 INFO kablam! --> src/main.rs:29:1 Oct 14 22:46:05.963 INFO kablam! | Oct 14 22:46:05.963 INFO kablam! 29 | / struct basefunc{ Oct 14 22:46:05.963 INFO kablam! 30 | | result_len : u16, //2 Oct 14 22:46:05.963 INFO kablam! 31 | | func_start : u16, //2 Oct 14 22:46:05.963 INFO kablam! 32 | | func_type : i32, //4 Oct 14 22:46:05.963 INFO kablam! ... | Oct 14 22:46:05.963 INFO kablam! 35 | | dummy2 : u16//2 Oct 14 22:46:05.963 INFO kablam! 36 | | } Oct 14 22:46:05.963 INFO kablam! | |_^ Oct 14 22:46:05.963 INFO kablam! Oct 14 22:46:06.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.81s Oct 14 22:46:06.679 INFO kablam! su: No module specific data is present Oct 14 22:46:07.415 INFO running `"docker" "rm" "-f" "4fdf739e1d1fed10a421956ca724c6ffae8b3d78e2104053fd6c16df4dc02bcb"` Oct 14 22:46:07.743 INFO blam! 4fdf739e1d1fed10a421956ca724c6ffae8b3d78e2104053fd6c16df4dc02bcb Oct 14 22:46:07.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22:46:08.174 INFO blam! 6a1fa93a7efe2920595a2267c309adbbb209d4a4e6d1bc1c3e68ea3723451bdd Oct 14 22:46:08.174 INFO running `"docker" "start" "-a" "6a1fa93a7efe2920595a2267c309adbbb209d4a4e6d1bc1c3e68ea3723451bdd"` Oct 14 22:46:09.594 INFO kablam! usermod: no changes Oct 14 22:46:09.723 INFO kablam! Compiling sample v0.0.1 (/source) Oct 14 22:46:10.136 INFO kablam! warning: unused import: `hex_slice::AsHex` Oct 14 22:46:10.136 INFO kablam! --> src/main.rs:7:5 Oct 14 22:46:10.136 INFO kablam! | Oct 14 22:46:10.136 INFO kablam! 7 | use hex_slice::AsHex; Oct 14 22:46:10.136 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:46:10.136 INFO kablam! | Oct 14 22:46:10.138 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:46:10.138 INFO kablam! Oct 14 22:46:10.138 INFO kablam! warning: unused import: `std::mem` Oct 14 22:46:10.138 INFO kablam! --> src/main.rs:12:5 Oct 14 22:46:10.138 INFO kablam! | Oct 14 22:46:10.138 INFO kablam! 12 | use std::mem; Oct 14 22:46:10.138 INFO kablam! | ^^^^^^^^ Oct 14 22:46:10.138 INFO kablam! Oct 14 22:46:10.138 INFO kablam! warning: unused imports: `Deserialize`, `Serialize` Oct 14 22:46:10.138 INFO kablam! --> src/main.rs:14:13 Oct 14 22:46:10.138 INFO kablam! | Oct 14 22:46:10.138 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:10.138 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ Oct 14 22:46:10.138 INFO kablam! Oct 14 22:46:10.273 INFO kablam! warning: unused import: `Serializer` Oct 14 22:46:10.273 INFO kablam! --> src/main.rs:14:24 Oct 14 22:46:10.273 INFO kablam! | Oct 14 22:46:10.273 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:10.273 INFO kablam! | ^^^^^^^^^^ Oct 14 22:46:10.273 INFO kablam! Oct 14 22:46:10.274 INFO kablam! warning: unused import: `Deserializer` Oct 14 22:46:10.274 INFO kablam! --> src/main.rs:14:49 Oct 14 22:46:10.274 INFO kablam! | Oct 14 22:46:10.274 INFO kablam! 14 | use serde::{Serialize, Serializer, Deserialize, Deserializer}; Oct 14 22:46:10.274 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:46:10.274 INFO kablam! Oct 14 22:46:10.285 INFO kablam! warning: unused variable: `response2` Oct 14 22:46:10.285 INFO kablam! --> src/main.rs:63:13 Oct 14 22:46:10.285 INFO kablam! | Oct 14 22:46:10.285 INFO kablam! 63 | let response2 = get_program(&stream); Oct 14 22:46:10.285 INFO kablam! | ^^^^^^^^^ help: consider using `_response2` instead Oct 14 22:46:10.285 INFO kablam! | Oct 14 22:46:10.285 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:46:10.285 INFO kablam! Oct 14 22:46:10.285 INFO kablam! warning: unused variable: `result_count` Oct 14 22:46:10.285 INFO kablam! --> src/main.rs:100:9 Oct 14 22:46:10.285 INFO kablam! | Oct 14 22:46:10.285 INFO kablam! 100 | let result_count = read_short(&mut body,&mut pos); Oct 14 22:46:10.285 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_result_count` instead Oct 14 22:46:10.285 INFO kablam! Oct 14 22:46:10.285 INFO kablam! warning: unused variable: `result_len` Oct 14 22:46:10.285 INFO kablam! --> src/main.rs:102:9 Oct 14 22:46:10.285 INFO kablam! | Oct 14 22:46:10.285 INFO kablam! 102 | let result_len = read_short(&mut body,&mut pos); Oct 14 22:46:10.285 INFO kablam! | ^^^^^^^^^^ help: consider using `_result_len` instead Oct 14 22:46:10.285 INFO kablam! Oct 14 22:46:10.285 INFO kablam! warning: unused variable: `func_start` Oct 14 22:46:10.285 INFO kablam! --> src/main.rs:103:9 Oct 14 22:46:10.285 INFO kablam! | Oct 14 22:46:10.285 INFO kablam! 103 | let func_start = read_short(&mut body,&mut pos); Oct 14 22:46:10.285 INFO kablam! | ^^^^^^^^^^ help: consider using `_func_start` instead Oct 14 22:46:10.285 INFO kablam! Oct 14 22:46:10.286 INFO kablam! warning: unused variable: `func_type` Oct 14 22:46:10.286 INFO kablam! --> src/main.rs:104:9 Oct 14 22:46:10.286 INFO kablam! | Oct 14 22:46:10.286 INFO kablam! 104 | let func_type = read_int(&mut body,&mut pos); Oct 14 22:46:10.286 INFO kablam! | ^^^^^^^^^ help: consider using `_func_type` instead Oct 14 22:46:10.286 INFO kablam! Oct 14 22:46:10.286 INFO kablam! warning: unused variable: `data_len` Oct 14 22:46:10.286 INFO kablam! --> src/main.rs:108:9 Oct 14 22:46:10.286 INFO kablam! | Oct 14 22:46:10.286 INFO kablam! 108 | let data_len = read_short(&mut body,&mut pos); Oct 14 22:46:10.286 INFO kablam! | ^^^^^^^^ help: consider using `_data_len` instead Oct 14 22:46:10.286 INFO kablam! Oct 14 22:46:10.286 INFO kablam! warning: unused variable: `blk` Oct 14 22:46:10.286 INFO kablam! --> src/main.rs:109:9 Oct 14 22:46:10.286 INFO kablam! | Oct 14 22:46:10.286 INFO kablam! 109 | let blk = read_int(&mut body,&mut pos); Oct 14 22:46:10.286 INFO kablam! | ^^^ help: consider using `_blk` instead Oct 14 22:46:10.286 INFO kablam! Oct 14 22:46:10.353 INFO kablam! warning: function is never used: `cnc_rdexecprog` Oct 14 22:46:10.353 INFO kablam! --> src/main.rs:152:1 Oct 14 22:46:10.353 INFO kablam! | Oct 14 22:46:10.353 INFO kablam! 152 | fn cnc_rdexecprog(vec : &mut Vec ){ Oct 14 22:46:10.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:46:10.353 INFO kablam! | Oct 14 22:46:10.354 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:46:10.354 INFO kablam! Oct 14 22:46:10.354 INFO kablam! warning: type `func` should have a camel case name such as `Func` Oct 14 22:46:10.354 INFO kablam! --> src/main.rs:21:1 Oct 14 22:46:10.354 INFO kablam! | Oct 14 22:46:10.354 INFO kablam! 21 | / struct func{ Oct 14 22:46:10.354 INFO kablam! 22 | | result_count: u16, //2 Oct 14 22:46:10.354 INFO kablam! 23 | | base : basefunc, //14 Oct 14 22:46:10.354 INFO kablam! 24 | | data_len : u16, //2 Oct 14 22:46:10.354 INFO kablam! 25 | | blk : i64, // 4 Oct 14 22:46:10.354 INFO kablam! 26 | | data: Vec Oct 14 22:46:10.355 INFO kablam! 27 | | } Oct 14 22:46:10.355 INFO kablam! | |_^ Oct 14 22:46:10.355 INFO kablam! | Oct 14 22:46:10.355 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 22:46:10.355 INFO kablam! Oct 14 22:46:10.356 INFO kablam! warning: type `basefunc` should have a camel case name such as `Basefunc` Oct 14 22:46:10.356 INFO kablam! --> src/main.rs:29:1 Oct 14 22:46:10.356 INFO kablam! | Oct 14 22:46:10.356 INFO kablam! 29 | / struct basefunc{ Oct 14 22:46:10.356 INFO kablam! 30 | | result_len : u16, //2 Oct 14 22:46:10.356 INFO kablam! 31 | | func_start : u16, //2 Oct 14 22:46:10.356 INFO kablam! 32 | | func_type : i32, //4 Oct 14 22:46:10.357 INFO kablam! ... | Oct 14 22:46:10.357 INFO kablam! 35 | | dummy2 : u16//2 Oct 14 22:46:10.357 INFO kablam! 36 | | } Oct 14 22:46:10.357 INFO kablam! | |_^ Oct 14 22:46:10.357 INFO kablam! Oct 14 22:46:10.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 22:46:10.822 INFO kablam! su: No module specific data is present Oct 14 22:46:11.851 INFO running `"docker" "rm" "-f" "6a1fa93a7efe2920595a2267c309adbbb209d4a4e6d1bc1c3e68ea3723451bdd"` Oct 14 22:46:12.179 INFO blam! 6a1fa93a7efe2920595a2267c309adbbb209d4a4e6d1bc1c3e68ea3723451bdd Oct 14 22:46:12.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22:46:12.595 INFO blam! de8ebfb137dd992c18fc1b576a21fd87576c8fb2705cefdf0f90892051157edf Oct 14 22:46:12.615 INFO running `"docker" "start" "-a" "de8ebfb137dd992c18fc1b576a21fd87576c8fb2705cefdf0f90892051157edf"` Oct 14 22:46:13.551 INFO kablam! usermod: no changes Oct 14 22:46:13.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 22:46:13.660 INFO kablam! Running /target/debug/deps/sample-3bb77d21d66f8f95 Oct 14 22:46:13.667 INFO blam! Oct 14 22:46:13.667 INFO blam! running 0 tests Oct 14 22:46:13.667 INFO blam! Oct 14 22:46:13.667 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:46:13.667 INFO blam! Oct 14 22:46:13.675 INFO kablam! su: No module specific data is present Oct 14 22:46:14.323 INFO running `"docker" "rm" "-f" "de8ebfb137dd992c18fc1b576a21fd87576c8fb2705cefdf0f90892051157edf"` Oct 14 22:46:14.635 INFO blam! de8ebfb137dd992c18fc1b576a21fd87576c8fb2705cefdf0f90892051157edf