Oct 10 22:07:19.733 INFO testing helloooooo/Ants-book against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:07:19.733 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:07:19.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 22:07:20.306 INFO blam! 4fd8ff96a8b6c3944162034f5ce0d38f518dcf83a363945139e6545bd1bb693a Oct 10 22:07:20.308 INFO running `"docker" "start" "-a" "4fd8ff96a8b6c3944162034f5ce0d38f518dcf83a363945139e6545bd1bb693a"` Oct 10 22:07:22.624 INFO kablam! usermod: no changes Oct 10 22:07:22.704 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:07:22.704 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:07:22.704 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:07:22.704 INFO kablam! files will be included as a binary target: Oct 10 22:07:22.704 INFO kablam! Oct 10 22:07:22.704 INFO kablam! * /source/src/main.rs Oct 10 22:07:22.704 INFO kablam! Oct 10 22:07:22.704 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:07:22.704 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:07:22.705 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:07:22.705 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:07:22.705 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:07:22.705 INFO kablam! Oct 10 22:07:22.705 INFO kablam! For more information on this warning you can consult Oct 10 22:07:22.705 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.705 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 10 22:07:22.705 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:22.724 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 10 22:07:23.825 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 22:07:23.825 INFO kablam! --> src/lake_counting.rs:22:16 Oct 10 22:07:23.825 INFO kablam! | Oct 10 22:07:23.825 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 10 22:07:23.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:23.825 INFO kablam! | Oct 10 22:07:23.825 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:07:23.825 INFO kablam! help: remove these parentheses Oct 10 22:07:23.825 INFO kablam! | Oct 10 22:07:23.825 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 10 22:07:23.825 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 10 22:07:23.825 INFO kablam! | Oct 10 22:07:23.825 INFO kablam! Oct 10 22:07:24.019 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.020 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.021 INFO kablam! | Oct 10 22:07:24.021 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.049 INFO kablam! | Oct 10 22:07:24.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.050 INFO kablam! Oct 10 22:07:24.078 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.079 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.080 INFO kablam! | Oct 10 22:07:24.080 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.097 INFO kablam! | Oct 10 22:07:24.098 INFO kablam! warning: unused variable: `s` Oct 10 22:07:24.098 INFO kablam! --> src/fib.rs:19:9 Oct 10 22:07:24.099 INFO kablam! | Oct 10 22:07:24.099 INFO kablam! 19 | let s : i64 = read(); Oct 10 22:07:24.100 INFO kablam! | ^ help: consider using `_s` instead Oct 10 22:07:24.101 INFO kablam! | Oct 10 22:07:24.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:24.102 INFO kablam! Oct 10 22:07:24.102 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:24.103 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:24.103 INFO kablam! | Oct 10 22:07:24.104 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:24.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.105 INFO kablam! | Oct 10 22:07:24.106 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.106 INFO kablam! Oct 10 22:07:24.107 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.107 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.108 INFO kablam! | Oct 10 22:07:24.108 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.109 INFO kablam! Oct 10 22:07:24.110 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.110 INFO kablam! Oct 10 22:07:24.125 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:24.126 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:24.126 INFO kablam! | Oct 10 22:07:24.127 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:24.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.157 INFO kablam! | Oct 10 22:07:24.158 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.158 INFO kablam! Oct 10 22:07:24.159 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.159 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.160 INFO kablam! | Oct 10 22:07:24.161 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.162 INFO kablam! Oct 10 22:07:24.325 INFO kablam! warning: unused variable: `a` Oct 10 22:07:24.326 INFO kablam! --> src/schedule.rs:9:22 Oct 10 22:07:24.326 INFO kablam! | Oct 10 22:07:24.327 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 10 22:07:24.328 INFO kablam! | ^ help: consider using `_a` instead Oct 10 22:07:24.328 INFO kablam! | Oct 10 22:07:24.329 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:24.329 INFO kablam! Oct 10 22:07:24.330 INFO kablam! warning: unused variable: `n` Oct 10 22:07:24.331 INFO kablam! --> src/schedule.rs:5:9 Oct 10 22:07:24.331 INFO kablam! | Oct 10 22:07:24.332 INFO kablam! 5 | let n:i64 = read(); Oct 10 22:07:24.332 INFO kablam! | ^ help: consider using `_n` instead Oct 10 22:07:24.333 INFO kablam! Oct 10 22:07:24.413 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.413 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.413 INFO kablam! | Oct 10 22:07:24.414 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.414 INFO kablam! | Oct 10 22:07:24.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.415 INFO kablam! Oct 10 22:07:24.513 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:24.513 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:24.513 INFO kablam! | Oct 10 22:07:24.514 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:24.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.549 INFO kablam! warning: unused variable: `y` Oct 10 22:07:24.549 INFO kablam! --> src/maze.rs:15:71 Oct 10 22:07:24.549 INFO kablam! | Oct 10 22:07:24.550 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 10 22:07:24.550 INFO kablam! | ^ help: consider using `_y` instead Oct 10 22:07:24.550 INFO kablam! | Oct 10 22:07:24.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:24.551 INFO kablam! Oct 10 22:07:24.551 INFO kablam! | Oct 10 22:07:24.551 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.552 INFO kablam! Oct 10 22:07:24.552 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.552 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.552 INFO kablam! | Oct 10 22:07:24.553 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.553 INFO kablam! Oct 10 22:07:24.629 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.629 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.630 INFO kablam! | Oct 10 22:07:24.630 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.669 INFO kablam! | Oct 10 22:07:24.669 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.669 INFO kablam! Oct 10 22:07:24.691 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:24.692 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:24.692 INFO kablam! | Oct 10 22:07:24.692 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:24.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:24.697 INFO kablam! | Oct 10 22:07:24.697 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:24.697 INFO kablam! Oct 10 22:07:30.425 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:30.425 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:30.425 INFO kablam! | Oct 10 22:07:30.426 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:30.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:30.453 INFO kablam! | Oct 10 22:07:30.453 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:30.453 INFO kablam! Oct 10 22:07:30.489 INFO kablam! warning: field is never used: `w` Oct 10 22:07:30.489 INFO kablam! --> src/napsack.rs:8:5 Oct 10 22:07:30.489 INFO kablam! | Oct 10 22:07:30.489 INFO kablam! 8 | w : i64, Oct 10 22:07:30.490 INFO kablam! | ^^^^^^^ Oct 10 22:07:30.490 INFO kablam! | Oct 10 22:07:30.490 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:30.490 INFO kablam! Oct 10 22:07:30.494 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:30.494 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:30.495 INFO kablam! | Oct 10 22:07:30.495 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:30.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:30.505 INFO kablam! | Oct 10 22:07:30.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:30.513 INFO kablam! Oct 10 22:07:32.958 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.30s Oct 10 22:07:32.961 INFO kablam! su: No module specific data is present Oct 10 22:07:34.925 INFO running `"docker" "rm" "-f" "4fd8ff96a8b6c3944162034f5ce0d38f518dcf83a363945139e6545bd1bb693a"` Oct 10 22:07:35.208 INFO blam! 4fd8ff96a8b6c3944162034f5ce0d38f518dcf83a363945139e6545bd1bb693a Oct 10 22:07:35.210 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:07:35.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 22:07:35.693 INFO blam! 98a04937203cc2e2ffe60b0c998a45dcbd2c1961eb9da263abbad09e1557b382 Oct 10 22:07:35.695 INFO running `"docker" "start" "-a" "98a04937203cc2e2ffe60b0c998a45dcbd2c1961eb9da263abbad09e1557b382"` Oct 10 22:07:37.461 INFO kablam! usermod: no changes Oct 10 22:07:37.544 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:07:37.544 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:07:37.544 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:07:37.544 INFO kablam! files will be included as a binary target: Oct 10 22:07:37.544 INFO kablam! Oct 10 22:07:37.544 INFO kablam! * /source/src/main.rs Oct 10 22:07:37.544 INFO kablam! Oct 10 22:07:37.544 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:07:37.544 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:07:37.544 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:07:37.544 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:07:37.545 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:07:37.545 INFO kablam! Oct 10 22:07:37.545 INFO kablam! For more information on this warning you can consult Oct 10 22:07:37.545 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.545 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 10 22:07:37.545 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:37.570 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 10 22:07:38.664 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 22:07:38.664 INFO kablam! --> src/lake_counting.rs:22:16 Oct 10 22:07:38.664 INFO kablam! | Oct 10 22:07:38.664 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 10 22:07:38.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:38.664 INFO kablam! | Oct 10 22:07:38.664 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:07:38.664 INFO kablam! help: remove these parentheses Oct 10 22:07:38.664 INFO kablam! | Oct 10 22:07:38.664 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 10 22:07:38.664 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 10 22:07:38.664 INFO kablam! | Oct 10 22:07:38.664 INFO kablam! Oct 10 22:07:38.812 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:38.812 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:38.812 INFO kablam! | Oct 10 22:07:38.812 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:38.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:38.820 INFO kablam! | Oct 10 22:07:38.820 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:38.820 INFO kablam! Oct 10 22:07:38.820 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:38.820 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:38.820 INFO kablam! | Oct 10 22:07:38.820 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:38.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:38.820 INFO kablam! Oct 10 22:07:38.860 INFO kablam! warning: unused variable: `a` Oct 10 22:07:38.860 INFO kablam! --> src/schedule.rs:9:22 Oct 10 22:07:38.860 INFO kablam! | Oct 10 22:07:38.860 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 10 22:07:38.860 INFO kablam! | ^ help: consider using `_a` instead Oct 10 22:07:38.860 INFO kablam! | Oct 10 22:07:38.860 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:38.860 INFO kablam! Oct 10 22:07:38.860 INFO kablam! warning: unused variable: `n` Oct 10 22:07:38.860 INFO kablam! --> src/schedule.rs:5:9 Oct 10 22:07:38.860 INFO kablam! | Oct 10 22:07:38.860 INFO kablam! 5 | let n:i64 = read(); Oct 10 22:07:38.860 INFO kablam! | ^ help: consider using `_n` instead Oct 10 22:07:38.860 INFO kablam! Oct 10 22:07:38.860 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:38.860 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:38.860 INFO kablam! | Oct 10 22:07:38.860 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:38.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:38.861 INFO kablam! | Oct 10 22:07:38.861 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:38.861 INFO kablam! Oct 10 22:07:38.900 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:38.900 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:38.900 INFO kablam! | Oct 10 22:07:38.900 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:38.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:38.900 INFO kablam! | Oct 10 22:07:38.900 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:38.900 INFO kablam! Oct 10 22:07:38.904 INFO kablam! warning: field is never used: `w` Oct 10 22:07:38.904 INFO kablam! --> src/napsack.rs:8:5 Oct 10 22:07:38.904 INFO kablam! | Oct 10 22:07:38.904 INFO kablam! 8 | w : i64, Oct 10 22:07:38.904 INFO kablam! | ^^^^^^^ Oct 10 22:07:38.904 INFO kablam! | Oct 10 22:07:38.904 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:38.904 INFO kablam! Oct 10 22:07:39.064 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:39.064 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:39.064 INFO kablam! | Oct 10 22:07:39.064 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:39.064 INFO kablam! | Oct 10 22:07:39.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:39.064 INFO kablam! Oct 10 22:07:39.292 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:39.292 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:39.292 INFO kablam! | Oct 10 22:07:39.292 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:39.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:39.292 INFO kablam! | Oct 10 22:07:39.292 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:39.292 INFO kablam! Oct 10 22:07:39.324 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:39.324 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:39.324 INFO kablam! | Oct 10 22:07:39.324 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:39.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:39.324 INFO kablam! | Oct 10 22:07:39.324 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:39.324 INFO kablam! Oct 10 22:07:39.437 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:39.437 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:39.444 INFO kablam! | Oct 10 22:07:39.445 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:39.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:39.445 INFO kablam! | Oct 10 22:07:39.446 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:39.446 INFO kablam! Oct 10 22:07:39.446 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:39.446 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:39.447 INFO kablam! | Oct 10 22:07:39.447 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:39.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:39.448 INFO kablam! Oct 10 22:07:42.449 INFO kablam! warning: unused variable: `s` Oct 10 22:07:42.449 INFO kablam! --> src/fib.rs:19:9 Oct 10 22:07:42.449 INFO kablam! | Oct 10 22:07:42.449 INFO kablam! 19 | let s : i64 = read(); Oct 10 22:07:42.449 INFO kablam! | ^ help: consider using `_s` instead Oct 10 22:07:42.449 INFO kablam! | Oct 10 22:07:42.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:42.449 INFO kablam! Oct 10 22:07:42.514 INFO kablam! warning: function is never used: `read_vec` Oct 10 22:07:42.514 INFO kablam! --> src/scaneer.rs:8:1 Oct 10 22:07:42.514 INFO kablam! | Oct 10 22:07:42.514 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 10 22:07:42.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:42.514 INFO kablam! | Oct 10 22:07:42.514 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:42.514 INFO kablam! Oct 10 22:07:42.514 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:42.514 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:42.516 INFO kablam! | Oct 10 22:07:42.517 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:42.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:42.518 INFO kablam! Oct 10 22:07:42.784 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:42.784 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:42.784 INFO kablam! | Oct 10 22:07:42.784 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:42.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:42.784 INFO kablam! | Oct 10 22:07:42.784 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:42.784 INFO kablam! Oct 10 22:07:42.996 INFO kablam! warning: unused variable: `y` Oct 10 22:07:42.996 INFO kablam! --> src/maze.rs:15:71 Oct 10 22:07:42.996 INFO kablam! | Oct 10 22:07:42.996 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 10 22:07:42.996 INFO kablam! | ^ help: consider using `_y` instead Oct 10 22:07:43.012 INFO kablam! | Oct 10 22:07:43.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:07:43.012 INFO kablam! Oct 10 22:07:43.060 INFO kablam! warning: function is never used: `read_vec2` Oct 10 22:07:43.060 INFO kablam! --> src/scaneer.rs:15:1 Oct 10 22:07:43.060 INFO kablam! | Oct 10 22:07:43.060 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 10 22:07:43.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:07:43.076 INFO kablam! | Oct 10 22:07:43.076 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:07:43.076 INFO kablam! Oct 10 22:07:43.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Oct 10 22:07:43.906 INFO kablam! su: No module specific data is present Oct 10 22:07:45.677 INFO running `"docker" "rm" "-f" "98a04937203cc2e2ffe60b0c998a45dcbd2c1961eb9da263abbad09e1557b382"` Oct 10 22:07:45.952 INFO blam! 98a04937203cc2e2ffe60b0c998a45dcbd2c1961eb9da263abbad09e1557b382 Oct 10 22:07:45.956 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:07:45.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 22:07:46.389 INFO blam! a78c43352f12bba994e8a195dbdb2d19ce63f2e7c7545c871c4a27ef9a78ed92 Oct 10 22:07:46.391 INFO running `"docker" "start" "-a" "a78c43352f12bba994e8a195dbdb2d19ce63f2e7c7545c871c4a27ef9a78ed92"` Oct 10 22:07:48.249 INFO kablam! usermod: no changes Oct 10 22:07:48.308 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:07:48.308 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:07:48.308 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:07:48.308 INFO kablam! files will be included as a binary target: Oct 10 22:07:48.308 INFO kablam! Oct 10 22:07:48.308 INFO kablam! * /source/src/main.rs Oct 10 22:07:48.308 INFO kablam! Oct 10 22:07:48.308 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:07:48.308 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:07:48.308 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:07:48.308 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:07:48.308 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:07:48.308 INFO kablam! Oct 10 22:07:48.308 INFO kablam! For more information on this warning you can consult Oct 10 22:07:48.308 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 10 22:07:48.308 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:07:48.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 22:07:48.319 INFO kablam! Running /target/debug/deps/bestcowline-f1c4ab5004fd422f Oct 10 22:07:48.330 INFO blam! Oct 10 22:07:48.330 INFO blam! running 0 tests Oct 10 22:07:48.330 INFO blam! Oct 10 22:07:48.331 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.331 INFO blam! Oct 10 22:07:48.333 INFO kablam! Running /target/debug/deps/coin-baa668b31723f2a2 Oct 10 22:07:48.338 INFO blam! Oct 10 22:07:48.338 INFO blam! running 0 tests Oct 10 22:07:48.338 INFO blam! Oct 10 22:07:48.338 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.338 INFO blam! Oct 10 22:07:48.352 INFO kablam! Running /target/debug/deps/fact-ebf070d953034da6 Oct 10 22:07:48.360 INFO kablam! Running /target/debug/deps/fence_repair-de64c49b28070763 Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.360 INFO kablam! Running /target/debug/deps/fib-f65f4a65beb7b5ae Oct 10 22:07:48.360 INFO blam! running 0 tests Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.360 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.360 INFO blam! running 0 tests Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.360 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.360 INFO blam! Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO kablam! Running /target/debug/deps/lake_counting-eec7c67cba72bd95 Oct 10 22:07:48.372 INFO blam! running 0 tests Oct 10 22:07:48.372 INFO kablam! Running /target/debug/deps/maze-9809d900bc88a02a Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO kablam! Running /target/debug/deps/napsack-16651e34508a37be Oct 10 22:07:48.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! running 0 tests Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! running 0 tests Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.372 INFO blam! Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO kablam! Running /target/debug/deps/partial_sum-6a852d44db328ab0 Oct 10 22:07:48.392 INFO blam! running 0 tests Oct 10 22:07:48.392 INFO kablam! Running /target/debug/deps/sarumanarmy-5602603504da1438 Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO kablam! Running /target/debug/deps/schedule-4fe58bf1d2a35bc9 Oct 10 22:07:48.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.392 INFO kablam! su: No module specific data is present Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! running 0 tests Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! running 0 tests Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! running 0 tests Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:48.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:07:48.392 INFO blam! Oct 10 22:07:49.482 INFO running `"docker" "rm" "-f" "a78c43352f12bba994e8a195dbdb2d19ce63f2e7c7545c871c4a27ef9a78ed92"` Oct 10 22:07:49.751 INFO blam! a78c43352f12bba994e8a195dbdb2d19ce63f2e7c7545c871c4a27ef9a78ed92