Oct 10 12:39:06.003 INFO testing vksmgr/google against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:39:06.003 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:39:06.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:39:06.357 INFO blam! f291eda0fae7ceaf08a36414e7195da23010b5c33d28f9296a086ad64fa09678 Oct 10 12:39:06.364 INFO running `"docker" "start" "-a" "f291eda0fae7ceaf08a36414e7195da23010b5c33d28f9296a086ad64fa09678"` Oct 10 12:39:06.893 INFO kablam! usermod: no changes Oct 10 12:39:06.920 INFO kablam! Compiling google v0.1.0 (/source) Oct 10 12:39:07.243 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 10 12:39:07.244 INFO kablam! --> src/my_lib/lib.rs:3:1 Oct 10 12:39:07.244 INFO kablam! | Oct 10 12:39:07.244 INFO kablam! 3 | / pub fn readInt(inp: &str) -> ((i32, i16, i8), (u32, u16, u8)) { Oct 10 12:39:07.245 INFO kablam! 4 | | let mut buff: String = String::new(); Oct 10 12:39:07.245 INFO kablam! 5 | | io::stdin().read_line(&mut buff).expect("error while reading"); Oct 10 12:39:07.245 INFO kablam! 6 | | let buff = buff.trim(); Oct 10 12:39:07.245 INFO kablam! ... | Oct 10 12:39:07.245 INFO kablam! 19 | | }) Oct 10 12:39:07.245 INFO kablam! 20 | | } Oct 10 12:39:07.245 INFO kablam! | |_^ Oct 10 12:39:07.245 INFO kablam! | Oct 10 12:39:07.245 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:07.245 INFO kablam! Oct 10 12:39:07.245 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:07.245 INFO kablam! --> src/my_lib/lib.rs:23:1 Oct 10 12:39:07.245 INFO kablam! | Oct 10 12:39:07.245 INFO kablam! 23 | / pub fn readString(vec: &mut Vec) { Oct 10 12:39:07.245 INFO kablam! 24 | | let mut buff = String::new(); Oct 10 12:39:07.245 INFO kablam! 25 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 10 12:39:07.245 INFO kablam! 26 | | let buff = buff.trim().to_string(); Oct 10 12:39:07.245 INFO kablam! ... | Oct 10 12:39:07.245 INFO kablam! 30 | | //String::from_utf8(buff.into_bytes()); Oct 10 12:39:07.245 INFO kablam! 31 | | } Oct 10 12:39:07.245 INFO kablam! | |_^ Oct 10 12:39:07.245 INFO kablam! Oct 10 12:39:07.245 INFO kablam! warning: function `readLine` should have a snake case name such as `read_line` Oct 10 12:39:07.245 INFO kablam! --> src/my_lib/lib.rs:36:1 Oct 10 12:39:07.245 INFO kablam! | Oct 10 12:39:07.245 INFO kablam! 36 | / pub fn readLine(vec: &mut Vec){ Oct 10 12:39:07.245 INFO kablam! 37 | | let mut buff = String::new(); Oct 10 12:39:07.245 INFO kablam! 38 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 10 12:39:07.245 INFO kablam! 39 | | Oct 10 12:39:07.245 INFO kablam! ... | Oct 10 12:39:07.245 INFO kablam! 43 | | } Oct 10 12:39:07.245 INFO kablam! 44 | | } Oct 10 12:39:07.245 INFO kablam! | |_^ Oct 10 12:39:07.245 INFO kablam! Oct 10 12:39:07.792 INFO kablam! warning: unused import: `mylib::*` Oct 10 12:39:07.793 INFO kablam! --> src/main.rs:3:5 Oct 10 12:39:07.793 INFO kablam! | Oct 10 12:39:07.793 INFO kablam! 3 | use mylib::*; Oct 10 12:39:07.793 INFO kablam! | ^^^^^^^^ Oct 10 12:39:07.793 INFO kablam! | Oct 10 12:39:07.793 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:07.793 INFO kablam! Oct 10 12:39:07.793 INFO kablam! warning: unused import: `std::ascii::*` Oct 10 12:39:07.793 INFO kablam! --> src/main.rs:4:5 Oct 10 12:39:07.793 INFO kablam! | Oct 10 12:39:07.793 INFO kablam! 4 | use std::ascii::*; Oct 10 12:39:07.793 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:39:07.793 INFO kablam! Oct 10 12:39:07.793 INFO kablam! warning: unused import: `std::*` Oct 10 12:39:07.793 INFO kablam! --> src/main.rs:5:5 Oct 10 12:39:07.793 INFO kablam! | Oct 10 12:39:07.793 INFO kablam! 5 | use std::*; Oct 10 12:39:07.793 INFO kablam! | ^^^^^^ Oct 10 12:39:07.793 INFO kablam! Oct 10 12:39:07.793 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:07.793 INFO kablam! --> src/main.rs:11:5 Oct 10 12:39:07.793 INFO kablam! | Oct 10 12:39:07.793 INFO kablam! 11 | use std::io; Oct 10 12:39:07.793 INFO kablam! | ^^^^^^^ Oct 10 12:39:07.793 INFO kablam! Oct 10 12:39:07.876 INFO kablam! warning: unused variable: `test_cases` Oct 10 12:39:07.876 INFO kablam! --> src/spoj/c02.rs:5:17 Oct 10 12:39:07.876 INFO kablam! | Oct 10 12:39:07.876 INFO kablam! 5 | let (_,(_,_,test_cases)) = readInt("u8"); Oct 10 12:39:07.876 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_cases` instead Oct 10 12:39:07.876 INFO kablam! | Oct 10 12:39:07.876 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:07.876 INFO kablam! Oct 10 12:39:07.886 INFO kablam! warning: function is never used: `mark_ans` Oct 10 12:39:07.886 INFO kablam! --> src/he/algo/he01.rs:5:1 Oct 10 12:39:07.886 INFO kablam! | Oct 10 12:39:07.887 INFO kablam! 5 | pub fn mark_ans() { Oct 10 12:39:07.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:39:07.887 INFO kablam! | Oct 10 12:39:07.887 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:07.887 INFO kablam! Oct 10 12:39:07.887 INFO kablam! warning: function is never used: `unique_char` Oct 10 12:39:07.887 INFO kablam! --> src/he/algo/he02.rs:5:1 Oct 10 12:39:07.887 INFO kablam! | Oct 10 12:39:07.887 INFO kablam! 5 | pub fn unique_char(){ Oct 10 12:39:07.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:07.887 INFO kablam! Oct 10 12:39:07.888 INFO kablam! warning: function is never used: `marut` Oct 10 12:39:07.888 INFO kablam! --> src/he/algo/he03.rs:4:1 Oct 10 12:39:07.888 INFO kablam! | Oct 10 12:39:07.888 INFO kablam! 4 | pub fn marut(){ Oct 10 12:39:07.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:39:07.888 INFO kablam! Oct 10 12:39:07.888 INFO kablam! warning: function is never used: `solv` Oct 10 12:39:07.888 INFO kablam! --> src/he/algo/he03.rs:11:1 Oct 10 12:39:07.888 INFO kablam! | Oct 10 12:39:07.888 INFO kablam! 11 | fn solv(){ Oct 10 12:39:07.888 INFO kablam! | ^^^^^^^^^ Oct 10 12:39:07.888 INFO kablam! Oct 10 12:39:07.888 INFO kablam! warning: function is never used: `c01` Oct 10 12:39:07.888 INFO kablam! --> src/spoj/c01.rs:3:1 Oct 10 12:39:07.888 INFO kablam! | Oct 10 12:39:07.888 INFO kablam! 3 | pub fn c01(){ Oct 10 12:39:07.888 INFO kablam! | ^^^^^^^^^^^^ Oct 10 12:39:07.888 INFO kablam! Oct 10 12:39:07.888 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:07.888 INFO kablam! --> src/he/algo/he03.rs:5:17 Oct 10 12:39:07.888 INFO kablam! | Oct 10 12:39:07.888 INFO kablam! 5 | let (_,(_,_,T)) = readInt("u8"); Oct 10 12:39:07.888 INFO kablam! | ^ Oct 10 12:39:07.888 INFO kablam! | Oct 10 12:39:07.888 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:07.888 INFO kablam! Oct 10 12:39:08.182 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 10 12:39:08.183 INFO kablam! su: No module specific data is present Oct 10 12:39:08.596 INFO running `"docker" "rm" "-f" "f291eda0fae7ceaf08a36414e7195da23010b5c33d28f9296a086ad64fa09678"` Oct 10 12:39:08.752 INFO blam! f291eda0fae7ceaf08a36414e7195da23010b5c33d28f9296a086ad64fa09678 Oct 10 12:39:08.753 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:39:08.754 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:39:08.944 INFO blam! ce649bd9e8e90195e38f8c38b9ff6fcc3dcbfcf634f161974e3804979af0cba6 Oct 10 12:39:08.946 INFO running `"docker" "start" "-a" "ce649bd9e8e90195e38f8c38b9ff6fcc3dcbfcf634f161974e3804979af0cba6"` Oct 10 12:39:09.378 INFO kablam! usermod: no changes Oct 10 12:39:09.404 INFO kablam! Compiling google v0.1.0 (/source) Oct 10 12:39:09.862 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 10 12:39:09.862 INFO kablam! --> src/my_lib/lib.rs:3:1 Oct 10 12:39:09.862 INFO kablam! | Oct 10 12:39:09.862 INFO kablam! 3 | / pub fn readInt(inp: &str) -> ((i32, i16, i8), (u32, u16, u8)) { Oct 10 12:39:09.862 INFO kablam! 4 | | let mut buff: String = String::new(); Oct 10 12:39:09.862 INFO kablam! 5 | | io::stdin().read_line(&mut buff).expect("error while reading"); Oct 10 12:39:09.862 INFO kablam! 6 | | let buff = buff.trim(); Oct 10 12:39:09.862 INFO kablam! ... | Oct 10 12:39:09.862 INFO kablam! 19 | | }) Oct 10 12:39:09.862 INFO kablam! 20 | | } Oct 10 12:39:09.862 INFO kablam! | |_^ Oct 10 12:39:09.862 INFO kablam! | Oct 10 12:39:09.863 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:09.863 INFO kablam! Oct 10 12:39:09.863 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:09.863 INFO kablam! --> src/my_lib/lib.rs:23:1 Oct 10 12:39:09.863 INFO kablam! | Oct 10 12:39:09.863 INFO kablam! 23 | / pub fn readString(vec: &mut Vec) { Oct 10 12:39:09.863 INFO kablam! 24 | | let mut buff = String::new(); Oct 10 12:39:09.863 INFO kablam! 25 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 10 12:39:09.863 INFO kablam! 26 | | let buff = buff.trim().to_string(); Oct 10 12:39:09.863 INFO kablam! ... | Oct 10 12:39:09.863 INFO kablam! 30 | | //String::from_utf8(buff.into_bytes()); Oct 10 12:39:09.863 INFO kablam! 31 | | } Oct 10 12:39:09.863 INFO kablam! | |_^ Oct 10 12:39:09.863 INFO kablam! Oct 10 12:39:09.863 INFO kablam! warning: function `readLine` should have a snake case name such as `read_line` Oct 10 12:39:09.863 INFO kablam! --> src/my_lib/lib.rs:36:1 Oct 10 12:39:09.863 INFO kablam! | Oct 10 12:39:09.863 INFO kablam! 36 | / pub fn readLine(vec: &mut Vec){ Oct 10 12:39:09.863 INFO kablam! 37 | | let mut buff = String::new(); Oct 10 12:39:09.863 INFO kablam! 38 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 10 12:39:09.863 INFO kablam! 39 | | Oct 10 12:39:09.863 INFO kablam! ... | Oct 10 12:39:09.863 INFO kablam! 43 | | } Oct 10 12:39:09.863 INFO kablam! 44 | | } Oct 10 12:39:09.863 INFO kablam! | |_^ Oct 10 12:39:09.863 INFO kablam! Oct 10 12:39:09.872 INFO kablam! warning: unused import: `mylib::*` Oct 10 12:39:09.872 INFO kablam! --> src/main.rs:3:5 Oct 10 12:39:09.872 INFO kablam! | Oct 10 12:39:09.873 INFO kablam! 3 | use mylib::*; Oct 10 12:39:09.873 INFO kablam! | ^^^^^^^^ Oct 10 12:39:09.873 INFO kablam! | Oct 10 12:39:09.873 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:09.873 INFO kablam! Oct 10 12:39:09.873 INFO kablam! warning: unused import: `std::ascii::*` Oct 10 12:39:09.873 INFO kablam! --> src/main.rs:4:5 Oct 10 12:39:09.873 INFO kablam! | Oct 10 12:39:09.873 INFO kablam! 4 | use std::ascii::*; Oct 10 12:39:09.873 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:39:09.873 INFO kablam! Oct 10 12:39:09.873 INFO kablam! warning: unused import: `std::*` Oct 10 12:39:09.873 INFO kablam! --> src/main.rs:5:5 Oct 10 12:39:09.873 INFO kablam! | Oct 10 12:39:09.873 INFO kablam! 5 | use std::*; Oct 10 12:39:09.873 INFO kablam! | ^^^^^^ Oct 10 12:39:09.873 INFO kablam! Oct 10 12:39:09.873 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:09.873 INFO kablam! --> src/main.rs:11:5 Oct 10 12:39:09.873 INFO kablam! | Oct 10 12:39:09.873 INFO kablam! 11 | use std::io; Oct 10 12:39:09.873 INFO kablam! | ^^^^^^^ Oct 10 12:39:09.873 INFO kablam! Oct 10 12:39:09.964 INFO kablam! warning: unused variable: `test_cases` Oct 10 12:39:09.964 INFO kablam! --> src/spoj/c02.rs:5:17 Oct 10 12:39:09.964 INFO kablam! | Oct 10 12:39:09.964 INFO kablam! 5 | let (_,(_,_,test_cases)) = readInt("u8"); Oct 10 12:39:09.965 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_cases` instead Oct 10 12:39:09.965 INFO kablam! | Oct 10 12:39:09.965 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:09.965 INFO kablam! Oct 10 12:39:09.984 INFO kablam! warning: function is never used: `mark_ans` Oct 10 12:39:09.984 INFO kablam! --> src/he/algo/he01.rs:5:1 Oct 10 12:39:09.984 INFO kablam! | Oct 10 12:39:09.984 INFO kablam! 5 | pub fn mark_ans() { Oct 10 12:39:09.984 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:39:09.984 INFO kablam! | Oct 10 12:39:09.984 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:09.984 INFO kablam! Oct 10 12:39:09.984 INFO kablam! warning: function is never used: `unique_char` Oct 10 12:39:09.984 INFO kablam! --> src/he/algo/he02.rs:5:1 Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! 5 | pub fn unique_char(){ Oct 10 12:39:09.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:09.985 INFO kablam! Oct 10 12:39:09.985 INFO kablam! warning: function is never used: `marut` Oct 10 12:39:09.985 INFO kablam! --> src/he/algo/he03.rs:4:1 Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! 4 | pub fn marut(){ Oct 10 12:39:09.985 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:39:09.985 INFO kablam! Oct 10 12:39:09.985 INFO kablam! warning: function is never used: `solv` Oct 10 12:39:09.985 INFO kablam! --> src/he/algo/he03.rs:11:1 Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! 11 | fn solv(){ Oct 10 12:39:09.985 INFO kablam! | ^^^^^^^^^ Oct 10 12:39:09.985 INFO kablam! Oct 10 12:39:09.985 INFO kablam! warning: function is never used: `c01` Oct 10 12:39:09.985 INFO kablam! --> src/spoj/c01.rs:3:1 Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! 3 | pub fn c01(){ Oct 10 12:39:09.985 INFO kablam! | ^^^^^^^^^^^^ Oct 10 12:39:09.985 INFO kablam! Oct 10 12:39:09.985 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:09.985 INFO kablam! --> src/he/algo/he03.rs:5:17 Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! 5 | let (_,(_,_,T)) = readInt("u8"); Oct 10 12:39:09.985 INFO kablam! | ^ Oct 10 12:39:09.985 INFO kablam! | Oct 10 12:39:09.985 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:09.985 INFO kablam! Oct 10 12:39:10.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 10 12:39:10.342 INFO kablam! su: No module specific data is present Oct 10 12:39:10.730 INFO running `"docker" "rm" "-f" "ce649bd9e8e90195e38f8c38b9ff6fcc3dcbfcf634f161974e3804979af0cba6"` Oct 10 12:39:10.818 INFO blam! ce649bd9e8e90195e38f8c38b9ff6fcc3dcbfcf634f161974e3804979af0cba6 Oct 10 12:39:10.819 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:39:10.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:39:11.115 INFO blam! c685c1454b211b2378d9e27b9a5b7e348d19252ff02a3935a3ae2e7f15d43278 Oct 10 12:39:11.117 INFO running `"docker" "start" "-a" "c685c1454b211b2378d9e27b9a5b7e348d19252ff02a3935a3ae2e7f15d43278"` Oct 10 12:39:11.752 INFO kablam! usermod: no changes Oct 10 12:39:11.770 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 12:39:11.773 INFO kablam! Running /target/debug/deps/mylib-a2c036883fd434a4 Oct 10 12:39:11.782 INFO kablam! Running /target/debug/deps/google-213c2864b80f9a86 Oct 10 12:39:11.782 INFO blam! Oct 10 12:39:11.782 INFO blam! running 0 tests Oct 10 12:39:11.782 INFO blam! Oct 10 12:39:11.782 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:11.782 INFO blam! Oct 10 12:39:11.790 INFO blam! Oct 10 12:39:11.790 INFO blam! running 0 tests Oct 10 12:39:11.790 INFO blam! Oct 10 12:39:11.790 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:11.790 INFO blam! Oct 10 12:39:11.796 INFO kablam! Doc-tests mylib Oct 10 12:39:12.380 INFO blam! Oct 10 12:39:12.380 INFO blam! running 0 tests Oct 10 12:39:12.380 INFO blam! Oct 10 12:39:12.381 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:12.381 INFO blam! Oct 10 12:39:12.386 INFO kablam! su: No module specific data is present Oct 10 12:39:12.752 INFO running `"docker" "rm" "-f" "c685c1454b211b2378d9e27b9a5b7e348d19252ff02a3935a3ae2e7f15d43278"` Oct 10 12:39:12.852 INFO blam! c685c1454b211b2378d9e27b9a5b7e348d19252ff02a3935a3ae2e7f15d43278