Oct 14 18:57:54.432 INFO testing helloooooo/Ants-book against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:57:54.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:57:54.828 INFO blam! b6437cc1efbde6cb2a5e9f6b154082458b324673b907f7d4fff29c079bf54a98 Oct 14 18:57:54.830 INFO running `"docker" "start" "-a" "b6437cc1efbde6cb2a5e9f6b154082458b324673b907f7d4fff29c079bf54a98"` Oct 14 18:57:57.308 INFO kablam! usermod: no changes Oct 14 18:57:57.363 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:57:57.363 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:57:57.363 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:57:57.363 INFO kablam! files will be included as a binary target: Oct 14 18:57:57.363 INFO kablam! Oct 14 18:57:57.363 INFO kablam! * /source/src/main.rs Oct 14 18:57:57.363 INFO kablam! Oct 14 18:57:57.363 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:57:57.363 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:57:57.363 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:57:57.363 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:57:57.363 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:57:57.363 INFO kablam! Oct 14 18:57:57.363 INFO kablam! For more information on this warning you can consult Oct 14 18:57:57.363 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.363 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:57:57.363 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:57.371 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 14 18:57:58.955 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:58.956 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:58.957 INFO kablam! | Oct 14 18:57:58.957 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:58.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:58.958 INFO kablam! | Oct 14 18:57:58.958 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:58.958 INFO kablam! Oct 14 18:57:59.031 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:59.031 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:59.031 INFO kablam! | Oct 14 18:57:59.031 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:59.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.031 INFO kablam! | Oct 14 18:57:59.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.031 INFO kablam! Oct 14 18:57:59.031 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.031 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.031 INFO kablam! | Oct 14 18:57:59.031 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.034 INFO kablam! Oct 14 18:57:59.099 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.099 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.100 INFO kablam! | Oct 14 18:57:59.100 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.111 INFO kablam! warning: unused variable: `s` Oct 14 18:57:59.111 INFO kablam! --> src/fib.rs:19:9 Oct 14 18:57:59.111 INFO kablam! | Oct 14 18:57:59.111 INFO kablam! 19 | let s : i64 = read(); Oct 14 18:57:59.111 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:57:59.111 INFO kablam! | Oct 14 18:57:59.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:57:59.112 INFO kablam! Oct 14 18:57:59.113 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:59.113 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:59.113 INFO kablam! | Oct 14 18:57:59.113 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:59.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.114 INFO kablam! | Oct 14 18:57:59.114 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.114 INFO kablam! Oct 14 18:57:59.140 INFO kablam! | Oct 14 18:57:59.140 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.140 INFO kablam! Oct 14 18:57:59.140 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.140 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.140 INFO kablam! | Oct 14 18:57:59.140 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.140 INFO kablam! Oct 14 18:57:59.149 INFO kablam! warning: field is never used: `w` Oct 14 18:57:59.149 INFO kablam! --> src/napsack.rs:8:5 Oct 14 18:57:59.149 INFO kablam! | Oct 14 18:57:59.149 INFO kablam! 8 | w : i64, Oct 14 18:57:59.149 INFO kablam! | ^^^^^^^ Oct 14 18:57:59.155 INFO kablam! | Oct 14 18:57:59.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.155 INFO kablam! Oct 14 18:57:59.170 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.170 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.170 INFO kablam! | Oct 14 18:57:59.170 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.191 INFO kablam! | Oct 14 18:57:59.191 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.191 INFO kablam! Oct 14 18:57:59.393 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:59.393 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:59.393 INFO kablam! | Oct 14 18:57:59.393 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:59.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.423 INFO kablam! | Oct 14 18:57:59.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.423 INFO kablam! Oct 14 18:57:59.424 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.424 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.424 INFO kablam! | Oct 14 18:57:59.425 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.425 INFO kablam! Oct 14 18:57:59.468 INFO kablam! warning: unused variable: `y` Oct 14 18:57:59.468 INFO kablam! --> src/maze.rs:15:71 Oct 14 18:57:59.468 INFO kablam! | Oct 14 18:57:59.468 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 14 18:57:59.468 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:57:59.491 INFO kablam! | Oct 14 18:57:59.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:57:59.491 INFO kablam! Oct 14 18:57:59.627 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:59.627 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:59.627 INFO kablam! | Oct 14 18:57:59.627 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:59.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:59.627 INFO kablam! | Oct 14 18:57:59.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:59.627 INFO kablam! Oct 14 18:58:05.361 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:58:05.362 INFO kablam! --> src/lake_counting.rs:22:16 Oct 14 18:58:05.363 INFO kablam! | Oct 14 18:58:05.363 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 14 18:58:05.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:05.365 INFO kablam! | Oct 14 18:58:05.365 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:58:05.366 INFO kablam! help: remove these parentheses Oct 14 18:58:05.366 INFO kablam! | Oct 14 18:58:05.366 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 14 18:58:05.366 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 14 18:58:05.367 INFO kablam! | Oct 14 18:58:05.367 INFO kablam! Oct 14 18:58:05.439 INFO kablam! warning: unused variable: `a` Oct 14 18:58:05.439 INFO kablam! --> src/schedule.rs:9:22 Oct 14 18:58:05.439 INFO kablam! | Oct 14 18:58:05.439 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 14 18:58:05.439 INFO kablam! | ^ help: consider using `_a` instead Oct 14 18:58:05.439 INFO kablam! | Oct 14 18:58:05.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:05.441 INFO kablam! Oct 14 18:58:05.441 INFO kablam! warning: unused variable: `n` Oct 14 18:58:05.441 INFO kablam! --> src/schedule.rs:5:9 Oct 14 18:58:05.441 INFO kablam! | Oct 14 18:58:05.441 INFO kablam! 5 | let n:i64 = read(); Oct 14 18:58:05.441 INFO kablam! | ^ help: consider using `_n` instead Oct 14 18:58:05.441 INFO kablam! Oct 14 18:58:05.459 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:05.459 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:05.459 INFO kablam! | Oct 14 18:58:05.459 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:05.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:05.459 INFO kablam! | Oct 14 18:58:05.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:05.459 INFO kablam! Oct 14 18:58:05.459 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:05.459 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:05.459 INFO kablam! | Oct 14 18:58:05.459 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:05.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:05.459 INFO kablam! | Oct 14 18:58:05.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:05.459 INFO kablam! Oct 14 18:58:05.691 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:05.691 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:05.691 INFO kablam! | Oct 14 18:58:05.691 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:05.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:05.692 INFO kablam! | Oct 14 18:58:05.692 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:05.692 INFO kablam! Oct 14 18:58:07.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.59s Oct 14 18:58:07.944 INFO kablam! su: No module specific data is present Oct 14 18:58:08.991 INFO running `"docker" "rm" "-f" "b6437cc1efbde6cb2a5e9f6b154082458b324673b907f7d4fff29c079bf54a98"` Oct 14 18:58:09.347 INFO blam! b6437cc1efbde6cb2a5e9f6b154082458b324673b907f7d4fff29c079bf54a98 Oct 14 18:58:09.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:58:09.736 INFO blam! e68e419aa2a0856c65d897c4ec5c2e7150b120cc5bb4b47f6e2ccb94376765dc Oct 14 18:58:09.739 INFO running `"docker" "start" "-a" "e68e419aa2a0856c65d897c4ec5c2e7150b120cc5bb4b47f6e2ccb94376765dc"` Oct 14 18:58:12.062 INFO kablam! usermod: no changes Oct 14 18:58:12.111 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:58:12.111 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:58:12.111 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:58:12.111 INFO kablam! files will be included as a binary target: Oct 14 18:58:12.111 INFO kablam! Oct 14 18:58:12.111 INFO kablam! * /source/src/main.rs Oct 14 18:58:12.111 INFO kablam! Oct 14 18:58:12.111 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:58:12.111 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:58:12.111 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:58:12.111 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:58:12.111 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:58:12.111 INFO kablam! Oct 14 18:58:12.111 INFO kablam! For more information on this warning you can consult Oct 14 18:58:12.111 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.111 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:58:12.111 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:12.135 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 14 18:58:13.767 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:58:13.768 INFO kablam! --> src/lake_counting.rs:22:16 Oct 14 18:58:13.769 INFO kablam! | Oct 14 18:58:13.769 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 14 18:58:13.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:13.771 INFO kablam! | Oct 14 18:58:13.771 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:58:13.772 INFO kablam! help: remove these parentheses Oct 14 18:58:13.772 INFO kablam! | Oct 14 18:58:13.773 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 14 18:58:13.773 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 14 18:58:13.773 INFO kablam! | Oct 14 18:58:13.774 INFO kablam! Oct 14 18:58:13.895 INFO kablam! warning: field is never used: `w` Oct 14 18:58:13.895 INFO kablam! --> src/napsack.rs:8:5 Oct 14 18:58:13.895 INFO kablam! | Oct 14 18:58:13.895 INFO kablam! 8 | w : i64, Oct 14 18:58:13.895 INFO kablam! | ^^^^^^^ Oct 14 18:58:13.895 INFO kablam! | Oct 14 18:58:13.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:13.895 INFO kablam! Oct 14 18:58:14.151 INFO kablam! warning: unused variable: `s` Oct 14 18:58:14.152 INFO kablam! --> src/fib.rs:19:9 Oct 14 18:58:14.153 INFO kablam! | Oct 14 18:58:14.153 INFO kablam! 19 | let s : i64 = read(); Oct 14 18:58:14.154 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:58:14.155 INFO kablam! | Oct 14 18:58:14.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:14.156 INFO kablam! Oct 14 18:58:14.171 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.172 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.173 INFO kablam! | Oct 14 18:58:14.173 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.195 INFO kablam! | Oct 14 18:58:14.195 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.195 INFO kablam! Oct 14 18:58:14.227 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:14.227 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:14.228 INFO kablam! | Oct 14 18:58:14.228 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:14.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.228 INFO kablam! | Oct 14 18:58:14.228 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.228 INFO kablam! Oct 14 18:58:14.228 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.228 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.228 INFO kablam! | Oct 14 18:58:14.228 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.228 INFO kablam! Oct 14 18:58:14.247 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.247 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.247 INFO kablam! | Oct 14 18:58:14.247 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.247 INFO kablam! | Oct 14 18:58:14.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.247 INFO kablam! Oct 14 18:58:14.267 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:14.267 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:14.267 INFO kablam! | Oct 14 18:58:14.267 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:14.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.268 INFO kablam! | Oct 14 18:58:14.268 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.268 INFO kablam! Oct 14 18:58:14.268 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.268 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.268 INFO kablam! | Oct 14 18:58:14.268 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.268 INFO kablam! Oct 14 18:58:14.523 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.523 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.523 INFO kablam! | Oct 14 18:58:14.524 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.524 INFO kablam! | Oct 14 18:58:14.525 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.525 INFO kablam! Oct 14 18:58:14.567 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:14.567 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:14.567 INFO kablam! | Oct 14 18:58:14.567 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:14.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.571 INFO kablam! | Oct 14 18:58:14.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.571 INFO kablam! Oct 14 18:58:14.571 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.571 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.571 INFO kablam! | Oct 14 18:58:14.571 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.571 INFO kablam! Oct 14 18:58:14.771 INFO kablam! warning: unused variable: `y` Oct 14 18:58:14.772 INFO kablam! --> src/maze.rs:15:71 Oct 14 18:58:14.773 INFO kablam! | Oct 14 18:58:14.773 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 14 18:58:14.774 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:58:14.775 INFO kablam! | Oct 14 18:58:14.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:14.776 INFO kablam! Oct 14 18:58:14.971 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:14.972 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:14.973 INFO kablam! | Oct 14 18:58:14.974 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:14.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:14.975 INFO kablam! | Oct 14 18:58:14.976 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:14.976 INFO kablam! Oct 14 18:58:18.639 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:18.639 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:18.639 INFO kablam! | Oct 14 18:58:18.639 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:18.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:18.640 INFO kablam! | Oct 14 18:58:18.640 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:18.640 INFO kablam! Oct 14 18:58:18.657 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:18.657 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:18.657 INFO kablam! | Oct 14 18:58:18.657 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:18.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:18.658 INFO kablam! | Oct 14 18:58:18.659 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:18.659 INFO kablam! Oct 14 18:58:18.715 INFO kablam! warning: unused variable: `a` Oct 14 18:58:18.715 INFO kablam! --> src/schedule.rs:9:22 Oct 14 18:58:18.715 INFO kablam! | Oct 14 18:58:18.715 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 14 18:58:18.715 INFO kablam! | ^ help: consider using `_a` instead Oct 14 18:58:18.715 INFO kablam! | Oct 14 18:58:18.717 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:18.717 INFO kablam! Oct 14 18:58:18.717 INFO kablam! warning: unused variable: `n` Oct 14 18:58:18.717 INFO kablam! --> src/schedule.rs:5:9 Oct 14 18:58:18.717 INFO kablam! | Oct 14 18:58:18.717 INFO kablam! 5 | let n:i64 = read(); Oct 14 18:58:18.717 INFO kablam! | ^ help: consider using `_n` instead Oct 14 18:58:18.717 INFO kablam! Oct 14 18:58:18.768 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:18.768 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:18.768 INFO kablam! | Oct 14 18:58:18.768 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:18.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:18.769 INFO kablam! | Oct 14 18:58:18.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:18.769 INFO kablam! Oct 14 18:58:19.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.80s Oct 14 18:58:19.895 INFO kablam! su: No module specific data is present Oct 14 18:58:21.269 INFO running `"docker" "rm" "-f" "e68e419aa2a0856c65d897c4ec5c2e7150b120cc5bb4b47f6e2ccb94376765dc"` Oct 14 18:58:21.599 INFO blam! e68e419aa2a0856c65d897c4ec5c2e7150b120cc5bb4b47f6e2ccb94376765dc Oct 14 18:58:21.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:58:22.096 INFO blam! a42e68cace846f6636204cb60124dc55640b108ddf7311c8befedde78ea0b516 Oct 14 18:58:22.097 INFO running `"docker" "start" "-a" "a42e68cace846f6636204cb60124dc55640b108ddf7311c8befedde78ea0b516"` Oct 14 18:58:23.766 INFO kablam! usermod: no changes Oct 14 18:58:23.858 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:58:23.858 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:58:23.858 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:58:23.858 INFO kablam! files will be included as a binary target: Oct 14 18:58:23.858 INFO kablam! Oct 14 18:58:23.858 INFO kablam! * /source/src/main.rs Oct 14 18:58:23.858 INFO kablam! Oct 14 18:58:23.858 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:58:23.858 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:58:23.858 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:58:23.858 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:58:23.858 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:58:23.858 INFO kablam! Oct 14 18:58:23.858 INFO kablam! For more information on this warning you can consult Oct 14 18:58:23.858 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:58:23.858 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.858 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:58:23.859 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.859 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:58:23.859 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.859 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:58:23.859 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.859 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:58:23.859 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.859 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:58:23.859 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 18:58:23.883 INFO kablam! Running /target/debug/deps/bestcowline-f1c4ab5004fd422f Oct 14 18:58:23.887 INFO blam! Oct 14 18:58:23.887 INFO blam! running 0 tests Oct 14 18:58:23.887 INFO blam! Oct 14 18:58:23.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.887 INFO blam! Oct 14 18:58:23.887 INFO kablam! Running /target/debug/deps/coin-baa668b31723f2a2 Oct 14 18:58:23.891 INFO kablam! Running /target/debug/deps/fact-ebf070d953034da6 Oct 14 18:58:23.891 INFO blam! Oct 14 18:58:23.891 INFO blam! running 0 tests Oct 14 18:58:23.891 INFO blam! Oct 14 18:58:23.891 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.891 INFO blam! Oct 14 18:58:23.896 INFO blam! Oct 14 18:58:23.896 INFO blam! running 0 tests Oct 14 18:58:23.896 INFO blam! Oct 14 18:58:23.896 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.896 INFO blam! Oct 14 18:58:23.903 INFO kablam! Running /target/debug/deps/fence_repair-de64c49b28070763 Oct 14 18:58:23.903 INFO blam! Oct 14 18:58:23.903 INFO blam! running 0 tests Oct 14 18:58:23.903 INFO blam! Oct 14 18:58:23.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.903 INFO blam! Oct 14 18:58:23.907 INFO kablam! Running /target/debug/deps/fib-f65f4a65beb7b5ae Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! running 0 tests Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! running 0 tests Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! running 0 tests Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! running 0 tests Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! running 0 tests Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.915 INFO blam! Oct 14 18:58:23.915 INFO kablam! Running /target/debug/deps/lake_counting-eec7c67cba72bd95 Oct 14 18:58:23.915 INFO kablam! Running /target/debug/deps/maze-9809d900bc88a02a Oct 14 18:58:23.915 INFO kablam! Running /target/debug/deps/napsack-16651e34508a37be Oct 14 18:58:23.915 INFO kablam! Running /target/debug/deps/partial_sum-6a852d44db328ab0 Oct 14 18:58:23.923 INFO kablam! Running /target/debug/deps/sarumanarmy-5602603504da1438 Oct 14 18:58:23.923 INFO kablam! Running /target/debug/deps/schedule-4fe58bf1d2a35bc9 Oct 14 18:58:23.923 INFO blam! Oct 14 18:58:23.923 INFO blam! running 0 tests Oct 14 18:58:23.923 INFO blam! Oct 14 18:58:23.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.923 INFO blam! Oct 14 18:58:23.937 INFO blam! Oct 14 18:58:23.937 INFO blam! running 0 tests Oct 14 18:58:23.937 INFO blam! Oct 14 18:58:23.937 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.937 INFO blam! Oct 14 18:58:23.943 INFO kablam! su: No module specific data is present Oct 14 18:58:24.840 INFO running `"docker" "rm" "-f" "a42e68cace846f6636204cb60124dc55640b108ddf7311c8befedde78ea0b516"` Oct 14 18:58:25.155 INFO blam! a42e68cace846f6636204cb60124dc55640b108ddf7311c8befedde78ea0b516