Oct 12 19:39:44.744 INFO testing vksmgr/google against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:39:44.745 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:39:45.295 INFO blam! 7b5eea9798c90471aa967ad6b91b544fb3ce942dd12245b4f77aea433cd53619 Oct 12 19:39:45.295 INFO running `"docker" "start" "-a" "7b5eea9798c90471aa967ad6b91b544fb3ce942dd12245b4f77aea433cd53619"` Oct 12 19:39:46.203 INFO kablam! usermod: no changes Oct 12 19:39:46.259 INFO kablam! Compiling google v0.1.0 (/source) Oct 12 19:39:46.424 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:46.424 INFO kablam! --> src/my_lib/lib.rs:3:1 Oct 12 19:39:46.424 INFO kablam! | Oct 12 19:39:46.424 INFO kablam! 3 | / pub fn readInt(inp: &str) -> ((i32, i16, i8), (u32, u16, u8)) { Oct 12 19:39:46.424 INFO kablam! 4 | | let mut buff: String = String::new(); Oct 12 19:39:46.424 INFO kablam! 5 | | io::stdin().read_line(&mut buff).expect("error while reading"); Oct 12 19:39:46.424 INFO kablam! 6 | | let buff = buff.trim(); Oct 12 19:39:46.424 INFO kablam! ... | Oct 12 19:39:46.424 INFO kablam! 19 | | }) Oct 12 19:39:46.424 INFO kablam! 20 | | } Oct 12 19:39:46.424 INFO kablam! | |_^ Oct 12 19:39:46.424 INFO kablam! | Oct 12 19:39:46.424 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:46.424 INFO kablam! Oct 12 19:39:46.424 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:46.424 INFO kablam! --> src/my_lib/lib.rs:23:1 Oct 12 19:39:46.424 INFO kablam! | Oct 12 19:39:46.424 INFO kablam! 23 | / pub fn readString(vec: &mut Vec) { Oct 12 19:39:46.424 INFO kablam! 24 | | let mut buff = String::new(); Oct 12 19:39:46.424 INFO kablam! 25 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 12 19:39:46.424 INFO kablam! 26 | | let buff = buff.trim().to_string(); Oct 12 19:39:46.424 INFO kablam! ... | Oct 12 19:39:46.424 INFO kablam! 30 | | //String::from_utf8(buff.into_bytes()); Oct 12 19:39:46.424 INFO kablam! 31 | | } Oct 12 19:39:46.424 INFO kablam! | |_^ Oct 12 19:39:46.424 INFO kablam! Oct 12 19:39:46.424 INFO kablam! warning: function `readLine` should have a snake case name such as `read_line` Oct 12 19:39:46.424 INFO kablam! --> src/my_lib/lib.rs:36:1 Oct 12 19:39:46.424 INFO kablam! | Oct 12 19:39:46.424 INFO kablam! 36 | / pub fn readLine(vec: &mut Vec){ Oct 12 19:39:46.424 INFO kablam! 37 | | let mut buff = String::new(); Oct 12 19:39:46.424 INFO kablam! 38 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 12 19:39:46.424 INFO kablam! 39 | | Oct 12 19:39:46.424 INFO kablam! ... | Oct 12 19:39:46.424 INFO kablam! 43 | | } Oct 12 19:39:46.424 INFO kablam! 44 | | } Oct 12 19:39:46.424 INFO kablam! | |_^ Oct 12 19:39:46.424 INFO kablam! Oct 12 19:39:47.036 INFO kablam! warning: unused import: `mylib::*` Oct 12 19:39:47.037 INFO kablam! --> src/main.rs:3:5 Oct 12 19:39:47.037 INFO kablam! | Oct 12 19:39:47.037 INFO kablam! 3 | use mylib::*; Oct 12 19:39:47.038 INFO kablam! | ^^^^^^^^ Oct 12 19:39:47.038 INFO kablam! | Oct 12 19:39:47.038 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:47.039 INFO kablam! Oct 12 19:39:47.039 INFO kablam! warning: unused import: `std::ascii::*` Oct 12 19:39:47.039 INFO kablam! --> src/main.rs:4:5 Oct 12 19:39:47.040 INFO kablam! | Oct 12 19:39:47.040 INFO kablam! 4 | use std::ascii::*; Oct 12 19:39:47.040 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:47.040 INFO kablam! Oct 12 19:39:47.041 INFO kablam! warning: unused import: `std::*` Oct 12 19:39:47.041 INFO kablam! --> src/main.rs:5:5 Oct 12 19:39:47.041 INFO kablam! | Oct 12 19:39:47.041 INFO kablam! 5 | use std::*; Oct 12 19:39:47.042 INFO kablam! | ^^^^^^ Oct 12 19:39:47.042 INFO kablam! Oct 12 19:39:47.042 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:47.043 INFO kablam! --> src/main.rs:11:5 Oct 12 19:39:47.043 INFO kablam! | Oct 12 19:39:47.043 INFO kablam! 11 | use std::io; Oct 12 19:39:47.043 INFO kablam! | ^^^^^^^ Oct 12 19:39:47.044 INFO kablam! Oct 12 19:39:47.122 INFO kablam! warning: unused variable: `test_cases` Oct 12 19:39:47.123 INFO kablam! --> src/spoj/c02.rs:5:17 Oct 12 19:39:47.123 INFO kablam! | Oct 12 19:39:47.123 INFO kablam! 5 | let (_,(_,_,test_cases)) = readInt("u8"); Oct 12 19:39:47.124 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_cases` instead Oct 12 19:39:47.124 INFO kablam! | Oct 12 19:39:47.124 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:47.125 INFO kablam! Oct 12 19:39:47.135 INFO kablam! warning: function is never used: `mark_ans` Oct 12 19:39:47.135 INFO kablam! --> src/he/algo/he01.rs:5:1 Oct 12 19:39:47.135 INFO kablam! | Oct 12 19:39:47.136 INFO kablam! 5 | pub fn mark_ans() { Oct 12 19:39:47.136 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:39:47.136 INFO kablam! | Oct 12 19:39:47.136 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:47.137 INFO kablam! Oct 12 19:39:47.137 INFO kablam! warning: function is never used: `unique_char` Oct 12 19:39:47.137 INFO kablam! --> src/he/algo/he02.rs:5:1 Oct 12 19:39:47.138 INFO kablam! | Oct 12 19:39:47.138 INFO kablam! 5 | pub fn unique_char(){ Oct 12 19:39:47.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:47.138 INFO kablam! Oct 12 19:39:47.139 INFO kablam! warning: function is never used: `marut` Oct 12 19:39:47.139 INFO kablam! --> src/he/algo/he03.rs:4:1 Oct 12 19:39:47.139 INFO kablam! | Oct 12 19:39:47.140 INFO kablam! 4 | pub fn marut(){ Oct 12 19:39:47.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:39:47.140 INFO kablam! Oct 12 19:39:47.140 INFO kablam! warning: function is never used: `solv` Oct 12 19:39:47.141 INFO kablam! --> src/he/algo/he03.rs:11:1 Oct 12 19:39:47.141 INFO kablam! | Oct 12 19:39:47.141 INFO kablam! 11 | fn solv(){ Oct 12 19:39:47.141 INFO kablam! | ^^^^^^^^^ Oct 12 19:39:47.142 INFO kablam! Oct 12 19:39:47.142 INFO kablam! warning: function is never used: `c01` Oct 12 19:39:47.142 INFO kablam! --> src/spoj/c01.rs:3:1 Oct 12 19:39:47.143 INFO kablam! | Oct 12 19:39:47.143 INFO kablam! 3 | pub fn c01(){ Oct 12 19:39:47.143 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:39:47.143 INFO kablam! Oct 12 19:39:47.144 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:47.144 INFO kablam! --> src/he/algo/he03.rs:5:17 Oct 12 19:39:47.144 INFO kablam! | Oct 12 19:39:47.145 INFO kablam! 5 | let (_,(_,_,T)) = readInt("u8"); Oct 12 19:39:47.145 INFO kablam! | ^ Oct 12 19:39:47.145 INFO kablam! | Oct 12 19:39:47.145 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:47.146 INFO kablam! Oct 12 19:39:47.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 12 19:39:47.660 INFO kablam! su: No module specific data is present Oct 12 19:39:48.229 INFO running `"docker" "rm" "-f" "7b5eea9798c90471aa967ad6b91b544fb3ce942dd12245b4f77aea433cd53619"` Oct 12 19:39:48.467 INFO blam! 7b5eea9798c90471aa967ad6b91b544fb3ce942dd12245b4f77aea433cd53619 Oct 12 19:39:48.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:39:48.800 INFO blam! c1ed38bedc290d141d4f0aa6a4ffe4261fe9ea6c69d54bae5960cf6e107b3413 Oct 12 19:39:48.802 INFO running `"docker" "start" "-a" "c1ed38bedc290d141d4f0aa6a4ffe4261fe9ea6c69d54bae5960cf6e107b3413"` Oct 12 19:39:49.783 INFO kablam! usermod: no changes Oct 12 19:39:49.835 INFO kablam! Compiling google v0.1.0 (/source) Oct 12 19:39:49.999 INFO kablam! warning: unused import: `mylib::*` Oct 12 19:39:49.999 INFO kablam! --> src/main.rs:3:5 Oct 12 19:39:49.999 INFO kablam! | Oct 12 19:39:49.999 INFO kablam! 3 | use mylib::*; Oct 12 19:39:49.999 INFO kablam! | ^^^^^^^^ Oct 12 19:39:49.999 INFO kablam! | Oct 12 19:39:49.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:49.999 INFO kablam! Oct 12 19:39:49.999 INFO kablam! warning: unused import: `std::ascii::*` Oct 12 19:39:49.999 INFO kablam! --> src/main.rs:4:5 Oct 12 19:39:49.999 INFO kablam! | Oct 12 19:39:49.999 INFO kablam! 4 | use std::ascii::*; Oct 12 19:39:49.999 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:49.999 INFO kablam! Oct 12 19:39:49.999 INFO kablam! warning: unused import: `std::*` Oct 12 19:39:49.999 INFO kablam! --> src/main.rs:5:5 Oct 12 19:39:49.999 INFO kablam! | Oct 12 19:39:49.999 INFO kablam! 5 | use std::*; Oct 12 19:39:49.999 INFO kablam! | ^^^^^^ Oct 12 19:39:49.999 INFO kablam! Oct 12 19:39:49.999 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:49.999 INFO kablam! --> src/main.rs:11:5 Oct 12 19:39:49.999 INFO kablam! | Oct 12 19:39:49.999 INFO kablam! 11 | use std::io; Oct 12 19:39:49.999 INFO kablam! | ^^^^^^^ Oct 12 19:39:49.999 INFO kablam! Oct 12 19:39:50.059 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:50.059 INFO kablam! --> src/my_lib/lib.rs:3:1 Oct 12 19:39:50.059 INFO kablam! | Oct 12 19:39:50.059 INFO kablam! 3 | / pub fn readInt(inp: &str) -> ((i32, i16, i8), (u32, u16, u8)) { Oct 12 19:39:50.059 INFO kablam! 4 | | let mut buff: String = String::new(); Oct 12 19:39:50.059 INFO kablam! 5 | | io::stdin().read_line(&mut buff).expect("error while reading"); Oct 12 19:39:50.059 INFO kablam! 6 | | let buff = buff.trim(); Oct 12 19:39:50.059 INFO kablam! ... | Oct 12 19:39:50.059 INFO kablam! 19 | | }) Oct 12 19:39:50.059 INFO kablam! 20 | | } Oct 12 19:39:50.059 INFO kablam! | |_^ Oct 12 19:39:50.059 INFO kablam! | Oct 12 19:39:50.059 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:50.059 INFO kablam! Oct 12 19:39:50.059 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:50.059 INFO kablam! --> src/my_lib/lib.rs:23:1 Oct 12 19:39:50.059 INFO kablam! | Oct 12 19:39:50.059 INFO kablam! 23 | / pub fn readString(vec: &mut Vec) { Oct 12 19:39:50.059 INFO kablam! 24 | | let mut buff = String::new(); Oct 12 19:39:50.059 INFO kablam! 25 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 12 19:39:50.059 INFO kablam! 26 | | let buff = buff.trim().to_string(); Oct 12 19:39:50.059 INFO kablam! ... | Oct 12 19:39:50.059 INFO kablam! 30 | | //String::from_utf8(buff.into_bytes()); Oct 12 19:39:50.059 INFO kablam! 31 | | } Oct 12 19:39:50.059 INFO kablam! | |_^ Oct 12 19:39:50.059 INFO kablam! Oct 12 19:39:50.059 INFO kablam! warning: function `readLine` should have a snake case name such as `read_line` Oct 12 19:39:50.059 INFO kablam! --> src/my_lib/lib.rs:36:1 Oct 12 19:39:50.059 INFO kablam! | Oct 12 19:39:50.059 INFO kablam! 36 | / pub fn readLine(vec: &mut Vec){ Oct 12 19:39:50.059 INFO kablam! 37 | | let mut buff = String::new(); Oct 12 19:39:50.059 INFO kablam! 38 | | io::stdin().read_line(&mut buff).expect("error while reading sting"); Oct 12 19:39:50.059 INFO kablam! 39 | | Oct 12 19:39:50.059 INFO kablam! ... | Oct 12 19:39:50.059 INFO kablam! 43 | | } Oct 12 19:39:50.059 INFO kablam! 44 | | } Oct 12 19:39:50.059 INFO kablam! | |_^ Oct 12 19:39:50.059 INFO kablam! Oct 12 19:39:50.151 INFO kablam! warning: unused variable: `test_cases` Oct 12 19:39:50.151 INFO kablam! --> src/spoj/c02.rs:5:17 Oct 12 19:39:50.151 INFO kablam! | Oct 12 19:39:50.151 INFO kablam! 5 | let (_,(_,_,test_cases)) = readInt("u8"); Oct 12 19:39:50.151 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_cases` instead Oct 12 19:39:50.151 INFO kablam! | Oct 12 19:39:50.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:50.151 INFO kablam! Oct 12 19:39:50.159 INFO kablam! warning: function is never used: `mark_ans` Oct 12 19:39:50.159 INFO kablam! --> src/he/algo/he01.rs:5:1 Oct 12 19:39:50.160 INFO kablam! | Oct 12 19:39:50.160 INFO kablam! 5 | pub fn mark_ans() { Oct 12 19:39:50.160 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 19:39:50.160 INFO kablam! | Oct 12 19:39:50.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:50.161 INFO kablam! Oct 12 19:39:50.161 INFO kablam! warning: function is never used: `unique_char` Oct 12 19:39:50.161 INFO kablam! --> src/he/algo/he02.rs:5:1 Oct 12 19:39:50.162 INFO kablam! | Oct 12 19:39:50.162 INFO kablam! 5 | pub fn unique_char(){ Oct 12 19:39:50.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:50.162 INFO kablam! Oct 12 19:39:50.163 INFO kablam! warning: function is never used: `marut` Oct 12 19:39:50.163 INFO kablam! --> src/he/algo/he03.rs:4:1 Oct 12 19:39:50.163 INFO kablam! | Oct 12 19:39:50.163 INFO kablam! 4 | pub fn marut(){ Oct 12 19:39:50.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:39:50.164 INFO kablam! Oct 12 19:39:50.164 INFO kablam! warning: function is never used: `solv` Oct 12 19:39:50.165 INFO kablam! --> src/he/algo/he03.rs:11:1 Oct 12 19:39:50.165 INFO kablam! | Oct 12 19:39:50.165 INFO kablam! 11 | fn solv(){ Oct 12 19:39:50.165 INFO kablam! | ^^^^^^^^^ Oct 12 19:39:50.166 INFO kablam! Oct 12 19:39:50.166 INFO kablam! warning: function is never used: `c01` Oct 12 19:39:50.166 INFO kablam! --> src/spoj/c01.rs:3:1 Oct 12 19:39:50.167 INFO kablam! | Oct 12 19:39:50.167 INFO kablam! 3 | pub fn c01(){ Oct 12 19:39:50.167 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:39:50.168 INFO kablam! Oct 12 19:39:50.168 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:50.171 INFO kablam! --> src/he/algo/he03.rs:5:17 Oct 12 19:39:50.171 INFO kablam! | Oct 12 19:39:50.171 INFO kablam! 5 | let (_,(_,_,T)) = readInt("u8"); Oct 12 19:39:50.171 INFO kablam! | ^ Oct 12 19:39:50.171 INFO kablam! | Oct 12 19:39:50.171 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:50.171 INFO kablam! Oct 12 19:39:50.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 12 19:39:50.611 INFO kablam! su: No module specific data is present Oct 12 19:39:50.946 INFO running `"docker" "rm" "-f" "c1ed38bedc290d141d4f0aa6a4ffe4261fe9ea6c69d54bae5960cf6e107b3413"` Oct 12 19:39:51.047 INFO blam! c1ed38bedc290d141d4f0aa6a4ffe4261fe9ea6c69d54bae5960cf6e107b3413 Oct 12 19:39:51.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:39:51.311 INFO blam! f8a5fb65bb61b8bd499bdd67f754855195f3666e05e92daefa0459e6f9fc1c28 Oct 12 19:39:51.313 INFO running `"docker" "start" "-a" "f8a5fb65bb61b8bd499bdd67f754855195f3666e05e92daefa0459e6f9fc1c28"` Oct 12 19:39:52.367 INFO kablam! usermod: no changes Oct 12 19:39:52.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:39:52.422 INFO kablam! Running /target/debug/deps/mylib-a2c036883fd434a4 Oct 12 19:39:52.430 INFO kablam! Running /target/debug/deps/google-213c2864b80f9a86 Oct 12 19:39:52.431 INFO blam! Oct 12 19:39:52.431 INFO blam! running 0 tests Oct 12 19:39:52.431 INFO blam! Oct 12 19:39:52.431 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:52.431 INFO blam! Oct 12 19:39:52.431 INFO blam! Oct 12 19:39:52.431 INFO blam! running 0 tests Oct 12 19:39:52.431 INFO blam! Oct 12 19:39:52.432 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:52.432 INFO blam! Oct 12 19:39:52.432 INFO kablam! Doc-tests mylib Oct 12 19:39:52.614 INFO blam! Oct 12 19:39:52.614 INFO blam! running 0 tests Oct 12 19:39:52.614 INFO blam! Oct 12 19:39:52.614 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:52.614 INFO blam! Oct 12 19:39:52.619 INFO kablam! su: No module specific data is present Oct 12 19:39:52.995 INFO running `"docker" "rm" "-f" "f8a5fb65bb61b8bd499bdd67f754855195f3666e05e92daefa0459e6f9fc1c28"` Oct 12 19:39:53.175 INFO blam! f8a5fb65bb61b8bd499bdd67f754855195f3666e05e92daefa0459e6f9fc1c28