Oct 14 18:21:07.985 INFO testing ichyo/icfpc2018 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:21:07.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:21:08.517 INFO blam! 3887887303f3661fa56f3db1aec62a78afa18a5e320dc0b81cd91a355bae98a3 Oct 14 18:21:08.518 INFO running `"docker" "start" "-a" "3887887303f3661fa56f3db1aec62a78afa18a5e320dc0b81cd91a355bae98a3"` Oct 14 18:21:10.839 INFO kablam! usermod: no changes Oct 14 18:21:11.164 INFO kablam! Compiling bit-vec v0.5.0 Oct 14 18:21:11.165 INFO kablam! Compiling memchr v2.0.1 Oct 14 18:21:11.165 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 18:21:12.416 INFO kablam! Compiling csv-core v0.1.4 Oct 14 18:21:12.558 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 18:21:13.516 INFO kablam! Compiling bit-set v0.5.0 Oct 14 18:21:15.154 INFO kablam! Compiling csv v1.0.0 Oct 14 18:21:16.300 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 18:21:17.252 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 18:21:21.072 INFO kablam! Compiling rayon v1.0.2 Oct 14 18:21:25.470 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 14 18:21:25.895 INFO kablam! warning: unused import: `nano::util::floor` Oct 14 18:21:25.895 INFO kablam! --> src/nano/solver.rs:1:5 Oct 14 18:21:25.895 INFO kablam! | Oct 14 18:21:25.895 INFO kablam! 1 | use nano::util::floor; Oct 14 18:21:25.895 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:21:25.895 INFO kablam! | Oct 14 18:21:25.897 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:21:25.897 INFO kablam! Oct 14 18:21:26.535 INFO kablam! warning: unused variable: `i` Oct 14 18:21:26.535 INFO kablam! --> src/nano/solver.rs:550:20 Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:26.535 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:21:26.535 INFO kablam! Oct 14 18:21:26.535 INFO kablam! warning: unused variable: `s` Oct 14 18:21:26.535 INFO kablam! --> src/nano/solver.rs:550:24 Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:26.535 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:26.535 INFO kablam! Oct 14 18:21:26.535 INFO kablam! warning: unused variable: `energy` Oct 14 18:21:26.535 INFO kablam! --> src/nano/solver.rs:550:27 Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:26.535 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 14 18:21:26.535 INFO kablam! Oct 14 18:21:26.535 INFO kablam! warning: unused variable: `s` Oct 14 18:21:26.535 INFO kablam! --> src/nano/solver.rs:553:27 Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 14 18:21:26.535 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:26.535 INFO kablam! Oct 14 18:21:26.535 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 14 18:21:26.535 INFO kablam! --> src/nano/solver.rs:562:13 Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 14 18:21:26.535 INFO kablam! | ^^^^^^^^^ Oct 14 18:21:26.535 INFO kablam! | Oct 14 18:21:26.535 INFO kablam! = note: consider using `_remaining` instead Oct 14 18:21:26.536 INFO kablam! Oct 14 18:21:26.536 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 14 18:21:26.536 INFO kablam! --> src/nano/solver.rs:563:13 Oct 14 18:21:26.536 INFO kablam! | Oct 14 18:21:26.536 INFO kablam! 563 | let mut removed = 0; Oct 14 18:21:26.536 INFO kablam! | ^^^^^^^ Oct 14 18:21:26.536 INFO kablam! | Oct 14 18:21:26.536 INFO kablam! = note: consider using `_removed` instead Oct 14 18:21:26.536 INFO kablam! Oct 14 18:21:26.536 INFO kablam! warning: unused variable: `idx` Oct 14 18:21:26.536 INFO kablam! --> src/nano/solver.rs:308:25 Oct 14 18:21:26.536 INFO kablam! | Oct 14 18:21:26.536 INFO kablam! 308 | for idx in bots { Oct 14 18:21:26.536 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 18:21:26.536 INFO kablam! Oct 14 18:21:26.743 INFO kablam! warning: method is never used: `is_grounded` Oct 14 18:21:26.743 INFO kablam! --> src/nano/game.rs:78:5 Oct 14 18:21:26.743 INFO kablam! | Oct 14 18:21:26.743 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 14 18:21:26.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:26.743 INFO kablam! | Oct 14 18:21:26.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:26.743 INFO kablam! Oct 14 18:21:26.743 INFO kablam! warning: field is never used: `model_dst` Oct 14 18:21:26.743 INFO kablam! --> src/nano/solver.rs:11:5 Oct 14 18:21:26.743 INFO kablam! | Oct 14 18:21:26.743 INFO kablam! 11 | model_dst: &'a Model, Oct 14 18:21:26.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:26.743 INFO kablam! Oct 14 18:21:32.715 INFO kablam! warning: function is never used: `load_trace` Oct 14 18:21:32.716 INFO kablam! --> src/main.rs:18:1 Oct 14 18:21:32.717 INFO kablam! | Oct 14 18:21:32.717 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 14 18:21:32.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:32.719 INFO kablam! | Oct 14 18:21:32.719 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:32.720 INFO kablam! Oct 14 18:21:32.720 INFO kablam! warning: function is never used: `simulate_FA` Oct 14 18:21:32.721 INFO kablam! --> src/main.rs:86:1 Oct 14 18:21:32.722 INFO kablam! | Oct 14 18:21:32.722 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 14 18:21:32.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:32.724 INFO kablam! Oct 14 18:21:32.724 INFO kablam! warning: function is never used: `simulate_FD` Oct 14 18:21:32.725 INFO kablam! --> src/main.rs:97:1 Oct 14 18:21:32.725 INFO kablam! | Oct 14 18:21:32.726 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 14 18:21:32.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:32.726 INFO kablam! Oct 14 18:21:32.727 INFO kablam! warning: function is never used: `simulate_FR` Oct 14 18:21:32.727 INFO kablam! --> src/main.rs:108:1 Oct 14 18:21:32.727 INFO kablam! | Oct 14 18:21:32.727 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 14 18:21:32.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:32.727 INFO kablam! Oct 14 18:21:32.727 INFO kablam! warning: function is never used: `simulate_all` Oct 14 18:21:32.727 INFO kablam! --> src/main.rs:178:1 Oct 14 18:21:32.727 INFO kablam! | Oct 14 18:21:32.727 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 14 18:21:32.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:32.727 INFO kablam! Oct 14 18:21:41.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.05s Oct 14 18:21:41.935 INFO kablam! su: No module specific data is present Oct 14 18:21:42.858 INFO running `"docker" "rm" "-f" "3887887303f3661fa56f3db1aec62a78afa18a5e320dc0b81cd91a355bae98a3"` Oct 14 18:21:43.252 INFO blam! 3887887303f3661fa56f3db1aec62a78afa18a5e320dc0b81cd91a355bae98a3 Oct 14 18:21:43.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:21:43.727 INFO blam! eb206d22fdf818d184498528893c183fb2651a79239764d6f06fbe02534fd7b2 Oct 14 18:21:43.733 INFO running `"docker" "start" "-a" "eb206d22fdf818d184498528893c183fb2651a79239764d6f06fbe02534fd7b2"` Oct 14 18:21:45.131 INFO kablam! usermod: no changes Oct 14 18:21:45.339 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 14 18:21:46.115 INFO kablam! warning: unused import: `nano::util::floor` Oct 14 18:21:46.115 INFO kablam! --> src/nano/solver.rs:1:5 Oct 14 18:21:46.115 INFO kablam! | Oct 14 18:21:46.115 INFO kablam! 1 | use nano::util::floor; Oct 14 18:21:46.115 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.115 INFO kablam! | Oct 14 18:21:46.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:21:46.115 INFO kablam! Oct 14 18:21:46.358 INFO kablam! warning: function is never used: `load_trace` Oct 14 18:21:46.358 INFO kablam! --> src/main.rs:18:1 Oct 14 18:21:46.358 INFO kablam! | Oct 14 18:21:46.358 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 14 18:21:46.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.358 INFO kablam! | Oct 14 18:21:46.358 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:46.358 INFO kablam! Oct 14 18:21:46.358 INFO kablam! warning: function is never used: `simulate_FA` Oct 14 18:21:46.358 INFO kablam! --> src/main.rs:86:1 Oct 14 18:21:46.358 INFO kablam! | Oct 14 18:21:46.358 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 14 18:21:46.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.358 INFO kablam! Oct 14 18:21:46.358 INFO kablam! warning: function is never used: `simulate_FD` Oct 14 18:21:46.358 INFO kablam! --> src/main.rs:97:1 Oct 14 18:21:46.358 INFO kablam! | Oct 14 18:21:46.358 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 14 18:21:46.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.358 INFO kablam! Oct 14 18:21:46.358 INFO kablam! warning: function is never used: `simulate_FR` Oct 14 18:21:46.358 INFO kablam! --> src/main.rs:108:1 Oct 14 18:21:46.358 INFO kablam! | Oct 14 18:21:46.358 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 14 18:21:46.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.359 INFO kablam! Oct 14 18:21:46.359 INFO kablam! warning: function is never used: `simulate_all` Oct 14 18:21:46.359 INFO kablam! --> src/main.rs:178:1 Oct 14 18:21:46.359 INFO kablam! | Oct 14 18:21:46.359 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 14 18:21:46.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:46.359 INFO kablam! Oct 14 18:21:47.463 INFO kablam! warning: unused variable: `i` Oct 14 18:21:47.463 INFO kablam! --> src/nano/solver.rs:550:20 Oct 14 18:21:47.463 INFO kablam! | Oct 14 18:21:47.463 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:47.463 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:21:47.463 INFO kablam! | Oct 14 18:21:47.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:21:47.463 INFO kablam! Oct 14 18:21:47.463 INFO kablam! warning: unused variable: `s` Oct 14 18:21:47.463 INFO kablam! --> src/nano/solver.rs:550:24 Oct 14 18:21:47.463 INFO kablam! | Oct 14 18:21:47.463 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:47.463 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:47.463 INFO kablam! Oct 14 18:21:47.463 INFO kablam! warning: unused variable: `energy` Oct 14 18:21:47.463 INFO kablam! --> src/nano/solver.rs:550:27 Oct 14 18:21:47.463 INFO kablam! | Oct 14 18:21:47.463 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 14 18:21:47.463 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 14 18:21:47.463 INFO kablam! Oct 14 18:21:47.463 INFO kablam! warning: unused variable: `s` Oct 14 18:21:47.463 INFO kablam! --> src/nano/solver.rs:553:27 Oct 14 18:21:47.463 INFO kablam! | Oct 14 18:21:47.463 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 14 18:21:47.463 INFO kablam! | ^ help: consider using `_s` instead Oct 14 18:21:47.463 INFO kablam! Oct 14 18:21:47.471 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 14 18:21:47.471 INFO kablam! --> src/nano/solver.rs:562:13 Oct 14 18:21:47.471 INFO kablam! | Oct 14 18:21:47.471 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 14 18:21:47.471 INFO kablam! | ^^^^^^^^^ Oct 14 18:21:47.471 INFO kablam! | Oct 14 18:21:47.471 INFO kablam! = note: consider using `_remaining` instead Oct 14 18:21:47.471 INFO kablam! Oct 14 18:21:47.471 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 14 18:21:47.471 INFO kablam! --> src/nano/solver.rs:563:13 Oct 14 18:21:47.471 INFO kablam! | Oct 14 18:21:47.471 INFO kablam! 563 | let mut removed = 0; Oct 14 18:21:47.471 INFO kablam! | ^^^^^^^ Oct 14 18:21:47.471 INFO kablam! | Oct 14 18:21:47.471 INFO kablam! = note: consider using `_removed` instead Oct 14 18:21:47.471 INFO kablam! Oct 14 18:21:47.482 INFO kablam! warning: unused variable: `idx` Oct 14 18:21:47.483 INFO kablam! --> src/nano/solver.rs:308:25 Oct 14 18:21:47.483 INFO kablam! | Oct 14 18:21:47.483 INFO kablam! 308 | for idx in bots { Oct 14 18:21:47.483 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 18:21:47.483 INFO kablam! Oct 14 18:21:47.879 INFO kablam! warning: method is never used: `is_grounded` Oct 14 18:21:47.880 INFO kablam! --> src/nano/game.rs:78:5 Oct 14 18:21:47.880 INFO kablam! | Oct 14 18:21:47.880 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 14 18:21:47.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:47.880 INFO kablam! | Oct 14 18:21:47.880 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:21:47.880 INFO kablam! Oct 14 18:21:47.891 INFO kablam! warning: field is never used: `model_dst` Oct 14 18:21:47.891 INFO kablam! --> src/nano/solver.rs:11:5 Oct 14 18:21:47.891 INFO kablam! | Oct 14 18:21:47.891 INFO kablam! 11 | model_dst: &'a Model, Oct 14 18:21:47.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:21:47.891 INFO kablam! Oct 14 18:21:49.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.28s Oct 14 18:21:49.444 INFO kablam! su: No module specific data is present Oct 14 18:21:50.547 INFO running `"docker" "rm" "-f" "eb206d22fdf818d184498528893c183fb2651a79239764d6f06fbe02534fd7b2"` Oct 14 18:21:50.801 INFO blam! eb206d22fdf818d184498528893c183fb2651a79239764d6f06fbe02534fd7b2 Oct 14 18:21:50.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:21:51.278 INFO blam! 4c6ba48142c61cd833442142b259a7935adb34db250f8d6038d03111b0022148 Oct 14 18:21:51.281 INFO running `"docker" "start" "-a" "4c6ba48142c61cd833442142b259a7935adb34db250f8d6038d03111b0022148"` Oct 14 18:21:53.475 INFO kablam! usermod: no changes Oct 14 18:21:53.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 14 18:21:53.795 INFO kablam! Running /target/debug/deps/icfpc2018-6d24ec435aeb7886 Oct 14 18:21:53.797 INFO blam! Oct 14 18:21:53.797 INFO blam! running 4 tests Oct 14 18:21:53.803 INFO blam! test nano::point::test::test_encode_long_linear ... ok Oct 14 18:21:53.807 INFO blam! test nano::point::test::test_encode_near ... ok Oct 14 18:21:53.807 INFO blam! test nano::point::test::test_encode_short_linear ... ok Oct 14 18:21:53.807 INFO blam! test nano::trace::test::test_write ... ok Oct 14 18:21:53.807 INFO blam! Oct 14 18:21:53.807 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:53.807 INFO blam! Oct 14 18:21:53.811 INFO kablam! Running /target/debug/deps/eval-789c7fdb438caa1e Oct 14 18:21:53.816 INFO blam! Oct 14 18:21:53.816 INFO blam! running 0 tests Oct 14 18:21:53.816 INFO blam! Oct 14 18:21:53.816 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:53.816 INFO blam! Oct 14 18:21:53.818 INFO kablam! Running /target/debug/deps/icfpc2018-cad9183c1d21b141 Oct 14 18:21:53.824 INFO blam! Oct 14 18:21:53.824 INFO blam! running 0 tests Oct 14 18:21:53.824 INFO blam! Oct 14 18:21:53.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:53.824 INFO blam! Oct 14 18:21:53.826 INFO kablam! Doc-tests icfpc2018 Oct 14 18:21:54.399 INFO blam! Oct 14 18:21:54.399 INFO blam! running 0 tests Oct 14 18:21:54.399 INFO blam! Oct 14 18:21:54.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:21:54.399 INFO blam! Oct 14 18:21:54.407 INFO kablam! su: No module specific data is present Oct 14 18:21:55.915 INFO running `"docker" "rm" "-f" "4c6ba48142c61cd833442142b259a7935adb34db250f8d6038d03111b0022148"` Oct 14 18:21:56.259 INFO blam! 4c6ba48142c61cd833442142b259a7935adb34db250f8d6038d03111b0022148