Oct 14 18:21:02.968 INFO testing ichyo/icfpc2018 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:21:02.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:21:03.423 INFO blam! 77919472de3201bb68d02dcacb356db0b0eae1a65d24fe1b37cf37570c2f512b Oct 14 18:21:03.427 INFO running `"docker" "start" "-a" "77919472de3201bb68d02dcacb356db0b0eae1a65d24fe1b37cf37570c2f512b"` Oct 14 18:21:05.273 INFO kablam! usermod: no changes Oct 14 18:21:05.707 INFO kablam! Compiling bit-vec v0.5.0 Oct 14 18:21:05.715 INFO kablam! Compiling memchr v2.0.1 Oct 14 18:21:05.723 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 18:21:07.151 INFO kablam! Compiling csv-core v0.1.4 Oct 14 18:21:07.773 INFO kablam! Compiling bit-set v0.5.0 Oct 14 18:21:10.779 INFO kablam! Compiling csv v1.0.0 Oct 14 18:21:10.859 INFO kablam! Compiling rayon v1.0.2 Oct 14 18:21:17.419 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 14 18:21:17.859 INFO kablam! warning: unused import: `nano::util::floor` Oct 14 18:21:17.859 INFO kablam! --> src/nano/solver.rs:1:5 Oct 14 18:21:17.859 INFO kablam! | Oct 14 18:21:17.859 INFO kablam! 1 | use nano::util::floor; Oct 14 18:21:17.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:21:17.859 INFO kablam! | Oct 14 18:21:17.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:21:17.859 INFO kablam! Oct 14 18:21:18.456 INFO kablam! warning: unused variable: `i` Oct 14 18:21:18.457 INFO kablam! --> src/nano/solver.rs:550:20 Oct 14 18:21:18.457 INFO kablam! | Oct 14 18:21:18.458 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:18.459 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:21:18.459 INFO kablam! | Oct 14 18:21:18.459 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:21:18.459 INFO kablam! Oct 14 18:21:18.459 INFO kablam! warning: unused variable: `s` Oct 14 18:21:18.459 INFO kablam! --> src/nano/solver.rs:550:24 Oct 14 18:21:18.459 INFO kablam! | Oct 14 18:21:18.459 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:18.459 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.463 INFO kablam! warning: unused variable: `energy` Oct 14 18:21:18.463 INFO kablam! --> src/nano/solver.rs:550:27 Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:18.463 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.463 INFO kablam! warning: unused variable: `s` Oct 14 18:21:18.463 INFO kablam! --> src/nano/solver.rs:553:27 Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 14 18:21:18.463 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.463 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 14 18:21:18.463 INFO kablam! --> src/nano/solver.rs:562:13 Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 14 18:21:18.463 INFO kablam! | ^^^^^^^^^ Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! = note: consider using `_remaining` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.463 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 14 18:21:18.463 INFO kablam! --> src/nano/solver.rs:563:13 Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! 563 | let mut removed = 0; Oct 14 18:21:18.463 INFO kablam! | ^^^^^^^ Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! = note: consider using `_removed` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.463 INFO kablam! warning: unused variable: `idx` Oct 14 18:21:18.463 INFO kablam! --> src/nano/solver.rs:308:25 Oct 14 18:21:18.463 INFO kablam! | Oct 14 18:21:18.463 INFO kablam! 308 | for idx in bots { Oct 14 18:21:18.463 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 18:21:18.463 INFO kablam! Oct 14 18:21:18.666 INFO kablam! warning: method is never used: `is_grounded` Oct 14 18:21:18.666 INFO kablam! --> src/nano/game.rs:78:5 Oct 14 18:21:18.667 INFO kablam! | Oct 14 18:21:18.667 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 14 18:21:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:18.668 INFO kablam! | Oct 14 18:21:18.669 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:18.669 INFO kablam! Oct 14 18:21:18.670 INFO kablam! warning: field is never used: `model_dst` Oct 14 18:21:18.670 INFO kablam! --> src/nano/solver.rs:11:5 Oct 14 18:21:18.671 INFO kablam! | Oct 14 18:21:18.671 INFO kablam! 11 | model_dst: &'a Model, Oct 14 18:21:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:18.672 INFO kablam! Oct 14 18:21:24.711 INFO kablam! warning: function is never used: `load_trace` Oct 14 18:21:24.711 INFO kablam! --> src/main.rs:18:1 Oct 14 18:21:24.711 INFO kablam! | Oct 14 18:21:24.711 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 14 18:21:24.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:24.711 INFO kablam! | Oct 14 18:21:24.712 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:24.712 INFO kablam! Oct 14 18:21:24.712 INFO kablam! warning: function is never used: `simulate_FA` Oct 14 18:21:24.712 INFO kablam! --> src/main.rs:86:1 Oct 14 18:21:24.712 INFO kablam! | Oct 14 18:21:24.712 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 14 18:21:24.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:24.712 INFO kablam! Oct 14 18:21:24.712 INFO kablam! warning: function is never used: `simulate_FD` Oct 14 18:21:24.712 INFO kablam! --> src/main.rs:97:1 Oct 14 18:21:24.712 INFO kablam! | Oct 14 18:21:24.712 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 14 18:21:24.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:24.712 INFO kablam! Oct 14 18:21:24.712 INFO kablam! warning: function is never used: `simulate_FR` Oct 14 18:21:24.712 INFO kablam! --> src/main.rs:108:1 Oct 14 18:21:24.712 INFO kablam! | Oct 14 18:21:24.712 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 14 18:21:24.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:24.712 INFO kablam! Oct 14 18:21:24.712 INFO kablam! warning: function is never used: `simulate_all` Oct 14 18:21:24.712 INFO kablam! --> src/main.rs:178:1 Oct 14 18:21:24.712 INFO kablam! | Oct 14 18:21:24.712 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 14 18:21:24.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:24.712 INFO kablam! Oct 14 18:21:34.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.73s Oct 14 18:21:34.043 INFO kablam! su: No module specific data is present Oct 14 18:21:35.039 INFO running `"docker" "rm" "-f" "77919472de3201bb68d02dcacb356db0b0eae1a65d24fe1b37cf37570c2f512b"` Oct 14 18:21:35.307 INFO blam! 77919472de3201bb68d02dcacb356db0b0eae1a65d24fe1b37cf37570c2f512b Oct 14 18:21:35.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:21:35.815 INFO blam! 4e86c6aac3da5c7b87258d9b12be0acf3ede524631ac7ba61de3acdabe108e10 Oct 14 18:21:35.819 INFO running `"docker" "start" "-a" "4e86c6aac3da5c7b87258d9b12be0acf3ede524631ac7ba61de3acdabe108e10"` Oct 14 18:21:37.316 INFO kablam! usermod: no changes Oct 14 18:21:37.618 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 14 18:21:38.283 INFO kablam! warning: unused import: `nano::util::floor` Oct 14 18:21:38.283 INFO kablam! --> src/nano/solver.rs:1:5 Oct 14 18:21:38.283 INFO kablam! | Oct 14 18:21:38.283 INFO kablam! 1 | use nano::util::floor; Oct 14 18:21:38.283 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:21:38.283 INFO kablam! | Oct 14 18:21:38.283 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:21:38.283 INFO kablam! Oct 14 18:21:39.355 INFO kablam! warning: function is never used: `load_trace` Oct 14 18:21:39.356 INFO kablam! --> src/main.rs:18:1 Oct 14 18:21:39.356 INFO kablam! | Oct 14 18:21:39.357 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 14 18:21:39.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:39.358 INFO kablam! | Oct 14 18:21:39.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:39.359 INFO kablam! Oct 14 18:21:39.360 INFO kablam! warning: function is never used: `simulate_FA` Oct 14 18:21:39.361 INFO kablam! --> src/main.rs:86:1 Oct 14 18:21:39.361 INFO kablam! | Oct 14 18:21:39.362 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 14 18:21:39.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:39.363 INFO kablam! Oct 14 18:21:39.364 INFO kablam! warning: function is never used: `simulate_FD` Oct 14 18:21:39.364 INFO kablam! --> src/main.rs:97:1 Oct 14 18:21:39.365 INFO kablam! | Oct 14 18:21:39.366 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 14 18:21:39.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:39.367 INFO kablam! Oct 14 18:21:39.368 INFO kablam! warning: function is never used: `simulate_FR` Oct 14 18:21:39.368 INFO kablam! --> src/main.rs:108:1 Oct 14 18:21:39.369 INFO kablam! | Oct 14 18:21:39.369 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 14 18:21:39.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:39.371 INFO kablam! Oct 14 18:21:39.371 INFO kablam! warning: function is never used: `simulate_all` Oct 14 18:21:39.372 INFO kablam! --> src/main.rs:178:1 Oct 14 18:21:39.372 INFO kablam! | Oct 14 18:21:39.373 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 14 18:21:39.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:39.374 INFO kablam! Oct 14 18:21:39.739 INFO kablam! warning: unused variable: `i` Oct 14 18:21:39.739 INFO kablam! --> src/nano/solver.rs:550:20 Oct 14 18:21:39.739 INFO kablam! | Oct 14 18:21:39.739 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:39.739 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:21:39.739 INFO kablam! | Oct 14 18:21:39.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:21:39.739 INFO kablam! Oct 14 18:21:39.739 INFO kablam! warning: unused variable: `s` Oct 14 18:21:39.739 INFO kablam! --> src/nano/solver.rs:550:24 Oct 14 18:21:39.739 INFO kablam! | Oct 14 18:21:39.739 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:39.739 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:39.739 INFO kablam! Oct 14 18:21:39.739 INFO kablam! warning: unused variable: `energy` Oct 14 18:21:39.739 INFO kablam! --> src/nano/solver.rs:550:27 Oct 14 18:21:39.739 INFO kablam! | Oct 14 18:21:39.739 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:39.739 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 14 18:21:39.742 INFO kablam! Oct 14 18:21:39.742 INFO kablam! warning: unused variable: `s` Oct 14 18:21:39.742 INFO kablam! --> src/nano/solver.rs:553:27 Oct 14 18:21:39.742 INFO kablam! | Oct 14 18:21:39.742 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 14 18:21:39.742 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:39.742 INFO kablam! Oct 14 18:21:39.742 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 14 18:21:39.742 INFO kablam! --> src/nano/solver.rs:562:13 Oct 14 18:21:39.742 INFO kablam! | Oct 14 18:21:39.742 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 14 18:21:39.742 INFO kablam! | ^^^^^^^^^ Oct 14 18:21:39.742 INFO kablam! | Oct 14 18:21:39.742 INFO kablam! = note: consider using `_remaining` instead Oct 14 18:21:39.742 INFO kablam! Oct 14 18:21:39.742 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 14 18:21:39.742 INFO kablam! --> src/nano/solver.rs:563:13 Oct 14 18:21:39.742 INFO kablam! | Oct 14 18:21:39.742 INFO kablam! 563 | let mut removed = 0; Oct 14 18:21:39.742 INFO kablam! | ^^^^^^^ Oct 14 18:21:39.742 INFO kablam! | Oct 14 18:21:39.742 INFO kablam! = note: consider using `_removed` instead Oct 14 18:21:39.742 INFO kablam! Oct 14 18:21:39.755 INFO kablam! warning: unused variable: `idx` Oct 14 18:21:39.755 INFO kablam! --> src/nano/solver.rs:308:25 Oct 14 18:21:39.755 INFO kablam! | Oct 14 18:21:39.755 INFO kablam! 308 | for idx in bots { Oct 14 18:21:39.755 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 18:21:39.755 INFO kablam! Oct 14 18:21:40.343 INFO kablam! warning: method is never used: `is_grounded` Oct 14 18:21:40.343 INFO kablam! --> src/nano/game.rs:78:5 Oct 14 18:21:40.343 INFO kablam! | Oct 14 18:21:40.343 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 14 18:21:40.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:40.343 INFO kablam! | Oct 14 18:21:40.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:40.343 INFO kablam! Oct 14 18:21:40.343 INFO kablam! warning: field is never used: `model_dst` Oct 14 18:21:40.343 INFO kablam! --> src/nano/solver.rs:11:5 Oct 14 18:21:40.343 INFO kablam! | Oct 14 18:21:40.343 INFO kablam! 11 | model_dst: &'a Model, Oct 14 18:21:40.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:40.343 INFO kablam! Oct 14 18:21:42.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.15s Oct 14 18:21:42.512 INFO kablam! su: No module specific data is present Oct 14 18:21:43.483 INFO running `"docker" "rm" "-f" "4e86c6aac3da5c7b87258d9b12be0acf3ede524631ac7ba61de3acdabe108e10"` Oct 14 18:21:43.887 INFO blam! 4e86c6aac3da5c7b87258d9b12be0acf3ede524631ac7ba61de3acdabe108e10 Oct 14 18:21:43.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:21:44.331 INFO blam! 15a47b3562f37d32db5d881575a1146347aed8f8d4cff048c11e01558459a5b2 Oct 14 18:21:44.339 INFO running `"docker" "start" "-a" "15a47b3562f37d32db5d881575a1146347aed8f8d4cff048c11e01558459a5b2"` Oct 14 18:21:45.793 INFO kablam! usermod: no changes Oct 14 18:21:46.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 14 18:21:46.139 INFO kablam! Running /target/debug/deps/icfpc2018-61dd75698e3be2a3 Oct 14 18:21:46.143 INFO blam! Oct 14 18:21:46.143 INFO blam! running 4 tests Oct 14 18:21:46.151 INFO blam! test nano::point::test::test_encode_near ... ok Oct 14 18:21:46.151 INFO blam! test nano::point::test::test_encode_long_linear ... ok Oct 14 18:21:46.151 INFO blam! test nano::point::test::test_encode_short_linear ... ok Oct 14 18:21:46.155 INFO blam! test nano::trace::test::test_write ... ok Oct 14 18:21:46.155 INFO blam! Oct 14 18:21:46.155 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:46.155 INFO blam! Oct 14 18:21:46.156 INFO kablam! Running /target/debug/deps/eval-2bcf99153c560430 Oct 14 18:21:46.162 INFO blam! Oct 14 18:21:46.162 INFO blam! running 0 tests Oct 14 18:21:46.163 INFO blam! Oct 14 18:21:46.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:46.163 INFO blam! Oct 14 18:21:46.171 INFO kablam! Running /target/debug/deps/icfpc2018-d5ee497e8a674fd1 Oct 14 18:21:46.179 INFO blam! Oct 14 18:21:46.179 INFO blam! running 0 tests Oct 14 18:21:46.179 INFO blam! Oct 14 18:21:46.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:46.179 INFO blam! Oct 14 18:21:46.179 INFO kablam! Doc-tests icfpc2018 Oct 14 18:21:46.703 INFO blam! Oct 14 18:21:46.703 INFO blam! running 0 tests Oct 14 18:21:46.703 INFO blam! Oct 14 18:21:46.703 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:46.703 INFO blam! Oct 14 18:21:46.710 INFO kablam! su: No module specific data is present Oct 14 18:21:47.919 INFO running `"docker" "rm" "-f" "15a47b3562f37d32db5d881575a1146347aed8f8d4cff048c11e01558459a5b2"` Oct 14 18:21:48.224 INFO blam! 15a47b3562f37d32db5d881575a1146347aed8f8d4cff048c11e01558459a5b2