Oct 14 18:57:53.316 INFO testing helloooooo/Ants-book against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:57:53.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:53.830 INFO blam! 01147562e791d4ef5da7d12b3b328fb0f9dba02880a6db595faa8a77e2a10e3e Oct 14 18:57:53.833 INFO running `"docker" "start" "-a" "01147562e791d4ef5da7d12b3b328fb0f9dba02880a6db595faa8a77e2a10e3e"` Oct 14 18:57:55.389 INFO kablam! usermod: no changes Oct 14 18:57:55.459 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:57:55.459 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:57:55.459 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:57:55.459 INFO kablam! files will be included as a binary target: Oct 14 18:57:55.459 INFO kablam! Oct 14 18:57:55.459 INFO kablam! * /source/src/main.rs Oct 14 18:57:55.459 INFO kablam! Oct 14 18:57:55.459 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:57:55.459 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:57:55.459 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:57:55.459 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:57:55.459 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:57:55.459 INFO kablam! Oct 14 18:57:55.459 INFO kablam! For more information on this warning you can consult Oct 14 18:57:55.459 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.459 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:57:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:57:55.487 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 14 18:57:56.919 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:57:56.919 INFO kablam! --> src/lake_counting.rs:22:16 Oct 14 18:57:56.919 INFO kablam! | Oct 14 18:57:56.919 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 14 18:57:56.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:56.919 INFO kablam! | Oct 14 18:57:56.919 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:57:56.919 INFO kablam! help: remove these parentheses Oct 14 18:57:56.919 INFO kablam! | Oct 14 18:57:56.919 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 14 18:57:56.919 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 14 18:57:56.919 INFO kablam! | Oct 14 18:57:56.919 INFO kablam! Oct 14 18:57:57.283 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:57.283 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:57.283 INFO kablam! | Oct 14 18:57:57.283 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:57.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.299 INFO kablam! warning: unused variable: `s` Oct 14 18:57:57.299 INFO kablam! --> src/fib.rs:19:9 Oct 14 18:57:57.299 INFO kablam! | Oct 14 18:57:57.299 INFO kablam! 19 | let s : i64 = read(); Oct 14 18:57:57.299 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:57:57.299 INFO kablam! | Oct 14 18:57:57.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:57:57.299 INFO kablam! Oct 14 18:57:57.299 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:57.299 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:57.299 INFO kablam! | Oct 14 18:57:57.299 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:57.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.299 INFO kablam! | Oct 14 18:57:57.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.299 INFO kablam! Oct 14 18:57:57.299 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.299 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.299 INFO kablam! | Oct 14 18:57:57.299 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.299 INFO kablam! Oct 14 18:57:57.327 INFO kablam! | Oct 14 18:57:57.327 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.327 INFO kablam! Oct 14 18:57:57.327 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.327 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.327 INFO kablam! | Oct 14 18:57:57.327 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.327 INFO kablam! Oct 14 18:57:57.371 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.371 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.371 INFO kablam! | Oct 14 18:57:57.371 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.371 INFO kablam! | Oct 14 18:57:57.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.371 INFO kablam! Oct 14 18:57:57.383 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.383 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.383 INFO kablam! | Oct 14 18:57:57.383 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.391 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.391 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.391 INFO kablam! | Oct 14 18:57:57.391 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.391 INFO kablam! | Oct 14 18:57:57.391 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.391 INFO kablam! Oct 14 18:57:57.431 INFO kablam! | Oct 14 18:57:57.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.431 INFO kablam! Oct 14 18:57:57.547 INFO kablam! warning: field is never used: `w` Oct 14 18:57:57.547 INFO kablam! --> src/napsack.rs:8:5 Oct 14 18:57:57.547 INFO kablam! | Oct 14 18:57:57.547 INFO kablam! 8 | w : i64, Oct 14 18:57:57.547 INFO kablam! | ^^^^^^^ Oct 14 18:57:57.550 INFO kablam! | Oct 14 18:57:57.550 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.550 INFO kablam! Oct 14 18:57:57.567 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:57:57.567 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:57:57.567 INFO kablam! | Oct 14 18:57:57.567 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:57:57.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.567 INFO kablam! | Oct 14 18:57:57.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.567 INFO kablam! Oct 14 18:57:57.567 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.567 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.567 INFO kablam! | Oct 14 18:57:57.567 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.567 INFO kablam! Oct 14 18:57:57.644 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:57:57.644 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:57:57.644 INFO kablam! | Oct 14 18:57:57.647 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:57:57.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:57:57.663 INFO kablam! | Oct 14 18:57:57.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:57:57.664 INFO kablam! Oct 14 18:58:02.832 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:02.832 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:02.832 INFO kablam! | Oct 14 18:58:02.832 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:02.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:02.851 INFO kablam! | Oct 14 18:58:02.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:02.851 INFO kablam! Oct 14 18:58:03.103 INFO kablam! warning: unused variable: `y` Oct 14 18:58:03.103 INFO kablam! --> src/maze.rs:15:71 Oct 14 18:58:03.103 INFO kablam! | Oct 14 18:58:03.103 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 14 18:58:03.103 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:58:03.103 INFO kablam! | Oct 14 18:58:03.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:03.115 INFO kablam! Oct 14 18:58:03.173 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:03.173 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:03.174 INFO kablam! | Oct 14 18:58:03.175 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:03.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:03.176 INFO kablam! | Oct 14 18:58:03.177 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:03.177 INFO kablam! Oct 14 18:58:03.919 INFO kablam! warning: unused variable: `a` Oct 14 18:58:03.920 INFO kablam! --> src/schedule.rs:9:22 Oct 14 18:58:03.920 INFO kablam! | Oct 14 18:58:03.921 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 14 18:58:03.922 INFO kablam! | ^ help: consider using `_a` instead Oct 14 18:58:03.922 INFO kablam! | Oct 14 18:58:03.923 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:03.923 INFO kablam! Oct 14 18:58:03.924 INFO kablam! warning: unused variable: `n` Oct 14 18:58:03.925 INFO kablam! --> src/schedule.rs:5:9 Oct 14 18:58:03.925 INFO kablam! | Oct 14 18:58:03.926 INFO kablam! 5 | let n:i64 = read(); Oct 14 18:58:03.926 INFO kablam! | ^ help: consider using `_n` instead Oct 14 18:58:03.927 INFO kablam! Oct 14 18:58:03.943 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:03.944 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:03.944 INFO kablam! | Oct 14 18:58:03.945 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:03.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:03.946 INFO kablam! | Oct 14 18:58:03.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:03.947 INFO kablam! Oct 14 18:58:06.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.85s Oct 14 18:58:06.293 INFO kablam! su: No module specific data is present Oct 14 18:58:08.075 INFO running `"docker" "rm" "-f" "01147562e791d4ef5da7d12b3b328fb0f9dba02880a6db595faa8a77e2a10e3e"` Oct 14 18:58:08.415 INFO blam! 01147562e791d4ef5da7d12b3b328fb0f9dba02880a6db595faa8a77e2a10e3e Oct 14 18:58:08.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:08.896 INFO blam! 9b0ece613915aa9152f4307a0f6e6df813e0f3eed847395bf86412cc94b2b5dc Oct 14 18:58:08.898 INFO running `"docker" "start" "-a" "9b0ece613915aa9152f4307a0f6e6df813e0f3eed847395bf86412cc94b2b5dc"` Oct 14 18:58:10.979 INFO kablam! usermod: no changes Oct 14 18:58:11.051 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:58:11.051 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:58:11.051 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:58:11.051 INFO kablam! files will be included as a binary target: Oct 14 18:58:11.051 INFO kablam! Oct 14 18:58:11.051 INFO kablam! * /source/src/main.rs Oct 14 18:58:11.051 INFO kablam! Oct 14 18:58:11.051 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:58:11.051 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:58:11.051 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:58:11.051 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:58:11.051 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:58:11.051 INFO kablam! Oct 14 18:58:11.051 INFO kablam! For more information on this warning you can consult Oct 14 18:58:11.051 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.051 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:58:11.051 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:11.085 INFO kablam! Compiling Ants-book v0.1.0 (/source) Oct 14 18:58:11.927 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:11.927 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:11.927 INFO kablam! | Oct 14 18:58:11.927 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:11.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:11.927 INFO kablam! | Oct 14 18:58:11.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:11.927 INFO kablam! Oct 14 18:58:12.663 INFO kablam! warning: unused variable: `a` Oct 14 18:58:12.663 INFO kablam! --> src/schedule.rs:9:22 Oct 14 18:58:12.663 INFO kablam! | Oct 14 18:58:12.663 INFO kablam! 9 | p.sort_by_key(|&(a,b)| b); Oct 14 18:58:12.663 INFO kablam! | ^ help: consider using `_a` instead Oct 14 18:58:12.663 INFO kablam! | Oct 14 18:58:12.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:12.663 INFO kablam! Oct 14 18:58:12.663 INFO kablam! warning: unused variable: `n` Oct 14 18:58:12.663 INFO kablam! --> src/schedule.rs:5:9 Oct 14 18:58:12.663 INFO kablam! | Oct 14 18:58:12.663 INFO kablam! 5 | let n:i64 = read(); Oct 14 18:58:12.663 INFO kablam! | ^ help: consider using `_n` instead Oct 14 18:58:12.663 INFO kablam! Oct 14 18:58:12.699 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:12.699 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:12.699 INFO kablam! | Oct 14 18:58:12.699 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:12.723 INFO kablam! | Oct 14 18:58:12.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:12.723 INFO kablam! Oct 14 18:58:12.839 INFO kablam! warning: unused variable: `s` Oct 14 18:58:12.840 INFO kablam! --> src/fib.rs:19:9 Oct 14 18:58:12.840 INFO kablam! | Oct 14 18:58:12.840 INFO kablam! 19 | let s : i64 = read(); Oct 14 18:58:12.840 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:58:12.840 INFO kablam! | Oct 14 18:58:12.840 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:12.840 INFO kablam! Oct 14 18:58:12.874 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:12.874 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:12.875 INFO kablam! | Oct 14 18:58:12.875 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:12.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:12.895 INFO kablam! | Oct 14 18:58:12.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:12.896 INFO kablam! Oct 14 18:58:12.896 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:12.896 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:12.896 INFO kablam! | Oct 14 18:58:12.896 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:12.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:12.897 INFO kablam! Oct 14 18:58:12.971 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:12.971 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:12.971 INFO kablam! | Oct 14 18:58:12.971 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:12.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:12.973 INFO kablam! | Oct 14 18:58:12.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:12.991 INFO kablam! Oct 14 18:58:12.991 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:12.991 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:12.991 INFO kablam! | Oct 14 18:58:12.991 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:12.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:12.991 INFO kablam! Oct 14 18:58:13.067 INFO kablam! warning: unused variable: `y` Oct 14 18:58:13.067 INFO kablam! --> src/maze.rs:15:71 Oct 14 18:58:13.067 INFO kablam! | Oct 14 18:58:13.067 INFO kablam! 15 | let mut init_d:Vec> = d.iter().map(|x| x.iter().map(|y|INF).collect()).collect(); Oct 14 18:58:13.067 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:58:13.083 INFO kablam! | Oct 14 18:58:13.087 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:13.087 INFO kablam! Oct 14 18:58:13.119 INFO kablam! warning: field is never used: `w` Oct 14 18:58:13.119 INFO kablam! --> src/napsack.rs:8:5 Oct 14 18:58:13.119 INFO kablam! | Oct 14 18:58:13.119 INFO kablam! 8 | w : i64, Oct 14 18:58:13.119 INFO kablam! | ^^^^^^^ Oct 14 18:58:13.119 INFO kablam! | Oct 14 18:58:13.119 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:13.119 INFO kablam! Oct 14 18:58:13.193 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:13.193 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:13.193 INFO kablam! | Oct 14 18:58:13.193 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:13.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:13.193 INFO kablam! | Oct 14 18:58:13.193 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:13.194 INFO kablam! Oct 14 18:58:13.239 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:13.239 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:13.240 INFO kablam! | Oct 14 18:58:13.240 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:13.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:13.240 INFO kablam! | Oct 14 18:58:13.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:13.241 INFO kablam! Oct 14 18:58:13.353 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:13.353 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:13.353 INFO kablam! | Oct 14 18:58:13.353 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:13.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:13.376 INFO kablam! | Oct 14 18:58:13.376 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:13.376 INFO kablam! Oct 14 18:58:16.854 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:58:16.855 INFO kablam! --> src/lake_counting.rs:22:16 Oct 14 18:58:16.855 INFO kablam! | Oct 14 18:58:16.856 INFO kablam! 22 | if (0 <= nx && nx < n && 0 <= ny && ny < m && field[nx as usize][ny as usize] == 'W'){ Oct 14 18:58:16.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:16.857 INFO kablam! | Oct 14 18:58:16.858 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:58:16.858 INFO kablam! help: remove these parentheses Oct 14 18:58:16.859 INFO kablam! | Oct 14 18:58:16.859 INFO kablam! 22 | if 0 <= nx && nx < n && 0 <= ny && ny < m && Oct 14 18:58:16.859 INFO kablam! 23 | field[nx as usize][ny as usize] == 'W'{ Oct 14 18:58:16.860 INFO kablam! | Oct 14 18:58:16.860 INFO kablam! Oct 14 18:58:17.139 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:17.139 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:17.139 INFO kablam! | Oct 14 18:58:17.139 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:17.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:17.155 INFO kablam! | Oct 14 18:58:17.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:17.156 INFO kablam! Oct 14 18:58:17.655 INFO kablam! warning: function is never used: `read_vec` Oct 14 18:58:17.655 INFO kablam! --> src/scaneer.rs:8:1 Oct 14 18:58:17.656 INFO kablam! | Oct 14 18:58:17.656 INFO kablam! 8 | pub fn read_vec() -> Vec { Oct 14 18:58:17.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:17.657 INFO kablam! | Oct 14 18:58:17.658 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:17.658 INFO kablam! Oct 14 18:58:17.659 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:17.659 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:17.659 INFO kablam! | Oct 14 18:58:17.660 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:17.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:17.660 INFO kablam! Oct 14 18:58:17.675 INFO kablam! warning: function is never used: `read_vec2` Oct 14 18:58:17.675 INFO kablam! --> src/scaneer.rs:15:1 Oct 14 18:58:17.675 INFO kablam! | Oct 14 18:58:17.675 INFO kablam! 15 | pub fn read_vec2(n: u32) -> Vec> { Oct 14 18:58:17.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:17.675 INFO kablam! | Oct 14 18:58:17.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:17.675 INFO kablam! Oct 14 18:58:18.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.87s Oct 14 18:58:18.887 INFO kablam! su: No module specific data is present Oct 14 18:58:21.156 INFO running `"docker" "rm" "-f" "9b0ece613915aa9152f4307a0f6e6df813e0f3eed847395bf86412cc94b2b5dc"` Oct 14 18:58:21.527 INFO blam! 9b0ece613915aa9152f4307a0f6e6df813e0f3eed847395bf86412cc94b2b5dc Oct 14 18:58:21.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.023 INFO blam! e6b26c4813284840af83d48f57f28c294650ce19fe18a3d20440cd283d4f1f2d Oct 14 18:58:22.025 INFO running `"docker" "start" "-a" "e6b26c4813284840af83d48f57f28c294650ce19fe18a3d20440cd283d4f1f2d"` Oct 14 18:58:23.375 INFO kablam! usermod: no changes Oct 14 18:58:23.443 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 18:58:23.443 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 18:58:23.443 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 18:58:23.443 INFO kablam! files will be included as a binary target: Oct 14 18:58:23.443 INFO kablam! Oct 14 18:58:23.443 INFO kablam! * /source/src/main.rs Oct 14 18:58:23.443 INFO kablam! Oct 14 18:58:23.443 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 18:58:23.443 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 18:58:23.443 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 18:58:23.443 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 18:58:23.443 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 18:58:23.443 INFO kablam! Oct 14 18:58:23.443 INFO kablam! For more information on this warning you can consult Oct 14 18:58:23.443 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/fact.rs` was erroneously implicitly accepted for binary `fact`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/fib.rs` was erroneously implicitly accepted for binary `fib`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/partial_sum.rs` was erroneously implicitly accepted for binary `partial_sum`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/lake_counting.rs` was erroneously implicitly accepted for binary `lake_counting`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/maze.rs` was erroneously implicitly accepted for binary `maze`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/coin.rs` was erroneously implicitly accepted for binary `coin`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/schedule.rs` was erroneously implicitly accepted for binary `schedule`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/bestcowline.rs` was erroneously implicitly accepted for binary `bestcowline`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/sarumanarmy.rs` was erroneously implicitly accepted for binary `sarumanarmy`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/fence_repair.rs` was erroneously implicitly accepted for binary `fence_repair`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.443 INFO kablam! warning: path `/source/src/napsack.rs` was erroneously implicitly accepted for binary `napsack`, Oct 14 18:58:23.443 INFO kablam! please set bin.path in Cargo.toml Oct 14 18:58:23.451 INFO blam! Oct 14 18:58:23.451 INFO blam! running 0 tests Oct 14 18:58:23.451 INFO blam! Oct 14 18:58:23.451 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.451 INFO blam! Oct 14 18:58:23.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 18:58:23.451 INFO kablam! Running /target/debug/deps/bestcowline-1788cbc9fc990895 Oct 14 18:58:23.451 INFO kablam! Running /target/debug/deps/coin-0762351c64b0cc21 Oct 14 18:58:23.455 INFO kablam! Running /target/debug/deps/fact-2a62347d0568b949 Oct 14 18:58:23.455 INFO kablam! Running /target/debug/deps/fence_repair-561cac927e97999c Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.455 INFO blam! running 0 tests Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.455 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.455 INFO blam! running 0 tests Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.455 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.455 INFO blam! Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.457 INFO blam! running 0 tests Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.457 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.457 INFO kablam! Running /target/debug/deps/fib-1fae6508be0c74f6 Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.457 INFO blam! running 0 tests Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.457 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.457 INFO blam! Oct 14 18:58:23.459 INFO kablam! Running /target/debug/deps/lake_counting-8456b032b147b756 Oct 14 18:58:23.459 INFO kablam! Running /target/debug/deps/maze-3a891ea8d6a2b4a6 Oct 14 18:58:23.459 INFO blam! Oct 14 18:58:23.459 INFO blam! running 0 tests Oct 14 18:58:23.459 INFO blam! Oct 14 18:58:23.459 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.459 INFO blam! Oct 14 18:58:23.471 INFO blam! Oct 14 18:58:23.471 INFO blam! running 0 tests Oct 14 18:58:23.471 INFO blam! Oct 14 18:58:23.471 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.471 INFO blam! Oct 14 18:58:23.471 INFO kablam! Running /target/debug/deps/napsack-7b76d48528d059b5 Oct 14 18:58:23.479 INFO blam! Oct 14 18:58:23.479 INFO blam! running 0 tests Oct 14 18:58:23.479 INFO blam! Oct 14 18:58:23.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.479 INFO blam! Oct 14 18:58:23.479 INFO kablam! Running /target/debug/deps/partial_sum-f464fb8b376aef08 Oct 14 18:58:23.491 INFO blam! Oct 14 18:58:23.491 INFO blam! running 0 tests Oct 14 18:58:23.491 INFO blam! Oct 14 18:58:23.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.491 INFO blam! Oct 14 18:58:23.491 INFO kablam! Running /target/debug/deps/sarumanarmy-d10044815ba1f5b8 Oct 14 18:58:23.495 INFO blam! Oct 14 18:58:23.495 INFO blam! running 0 tests Oct 14 18:58:23.495 INFO blam! Oct 14 18:58:23.495 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.495 INFO blam! Oct 14 18:58:23.495 INFO kablam! Running /target/debug/deps/schedule-8d6c88210091d252 Oct 14 18:58:23.499 INFO blam! Oct 14 18:58:23.499 INFO blam! running 0 tests Oct 14 18:58:23.499 INFO blam! Oct 14 18:58:23.499 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:23.499 INFO blam! Oct 14 18:58:23.503 INFO kablam! su: No module specific data is present Oct 14 18:58:24.427 INFO running `"docker" "rm" "-f" "e6b26c4813284840af83d48f57f28c294650ce19fe18a3d20440cd283d4f1f2d"` Oct 14 18:58:24.803 INFO blam! e6b26c4813284840af83d48f57f28c294650ce19fe18a3d20440cd283d4f1f2d