Oct 10 21:47:46.566 INFO testing ichyo/icfpc2018 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:47:46.566 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:47:46.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 21:47:47.110 INFO blam! 15d7fd3d0b308f529380358f333816635627f74204a19af4a87a7f468cf0e766 Oct 10 21:47:47.116 INFO running `"docker" "start" "-a" "15d7fd3d0b308f529380358f333816635627f74204a19af4a87a7f468cf0e766"` Oct 10 21:47:48.394 INFO kablam! usermod: no changes Oct 10 21:47:48.712 INFO kablam! Compiling memchr v2.0.1 Oct 10 21:47:48.720 INFO kablam! Compiling bit-set v0.5.0 Oct 10 21:47:48.720 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 21:47:48.720 INFO kablam! Compiling openssl-sys v0.9.33 Oct 10 21:47:48.720 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 10 21:47:48.720 INFO kablam! Compiling rayon-core v1.4.1 Oct 10 21:47:52.244 INFO kablam! Compiling csv-core v0.1.4 Oct 10 21:47:54.492 INFO kablam! Compiling openssl v0.9.24 Oct 10 21:47:55.829 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 21:47:55.850 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 21:47:55.897 INFO kablam! Compiling csv v1.0.0 Oct 10 21:48:00.580 INFO kablam! Compiling rayon v1.0.2 Oct 10 21:48:00.633 INFO kablam! Compiling tokio-fs v0.1.2 Oct 10 21:48:03.942 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 21:48:03.943 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 21:48:09.825 INFO kablam! Compiling tokio v0.1.7 Oct 10 21:48:15.240 INFO kablam! Compiling native-tls v0.1.5 Oct 10 21:48:20.524 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 21:48:25.672 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 21:48:25.680 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 21:48:32.461 INFO kablam! Compiling hyper v0.11.27 Oct 10 21:48:44.899 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 21:48:49.220 INFO kablam! Compiling reqwest v0.8.6 Oct 10 21:49:02.700 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 10 21:49:03.648 INFO kablam! warning: unused import: `nano::util::floor` Oct 10 21:49:03.648 INFO kablam! --> src/nano/solver.rs:1:5 Oct 10 21:49:03.648 INFO kablam! | Oct 10 21:49:03.648 INFO kablam! 1 | use nano::util::floor; Oct 10 21:49:03.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:49:03.648 INFO kablam! | Oct 10 21:49:03.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:49:03.648 INFO kablam! Oct 10 21:49:04.264 INFO kablam! warning: unused variable: `i` Oct 10 21:49:04.264 INFO kablam! --> src/nano/solver.rs:550:20 Oct 10 21:49:04.264 INFO kablam! | Oct 10 21:49:04.264 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:04.264 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:49:04.264 INFO kablam! | Oct 10 21:49:04.264 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:49:04.264 INFO kablam! Oct 10 21:49:04.264 INFO kablam! warning: unused variable: `s` Oct 10 21:49:04.264 INFO kablam! --> src/nano/solver.rs:550:24 Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:04.265 INFO kablam! | ^ help: consider using `_s` instead Oct 10 21:49:04.265 INFO kablam! Oct 10 21:49:04.265 INFO kablam! warning: unused variable: `energy` Oct 10 21:49:04.265 INFO kablam! --> src/nano/solver.rs:550:27 Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:04.265 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 10 21:49:04.265 INFO kablam! Oct 10 21:49:04.265 INFO kablam! warning: unused variable: `s` Oct 10 21:49:04.265 INFO kablam! --> src/nano/solver.rs:553:27 Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 10 21:49:04.265 INFO kablam! | ^ help: consider using `_s` instead Oct 10 21:49:04.265 INFO kablam! Oct 10 21:49:04.265 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 10 21:49:04.265 INFO kablam! --> src/nano/solver.rs:562:13 Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 10 21:49:04.265 INFO kablam! | ^^^^^^^^^ Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! = note: consider using `_remaining` instead Oct 10 21:49:04.265 INFO kablam! Oct 10 21:49:04.265 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 10 21:49:04.265 INFO kablam! --> src/nano/solver.rs:563:13 Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! 563 | let mut removed = 0; Oct 10 21:49:04.265 INFO kablam! | ^^^^^^^ Oct 10 21:49:04.265 INFO kablam! | Oct 10 21:49:04.265 INFO kablam! = note: consider using `_removed` instead Oct 10 21:49:04.265 INFO kablam! Oct 10 21:49:04.280 INFO kablam! warning: unused variable: `idx` Oct 10 21:49:04.280 INFO kablam! --> src/nano/solver.rs:308:25 Oct 10 21:49:04.280 INFO kablam! | Oct 10 21:49:04.280 INFO kablam! 308 | for idx in bots { Oct 10 21:49:04.280 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 10 21:49:04.280 INFO kablam! Oct 10 21:49:04.485 INFO kablam! warning: method is never used: `is_grounded` Oct 10 21:49:04.485 INFO kablam! --> src/nano/game.rs:78:5 Oct 10 21:49:04.486 INFO kablam! | Oct 10 21:49:04.486 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 10 21:49:04.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:04.487 INFO kablam! | Oct 10 21:49:04.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:49:04.487 INFO kablam! Oct 10 21:49:04.488 INFO kablam! warning: field is never used: `model_dst` Oct 10 21:49:04.488 INFO kablam! --> src/nano/solver.rs:11:5 Oct 10 21:49:04.488 INFO kablam! | Oct 10 21:49:04.489 INFO kablam! 11 | model_dst: &'a Model, Oct 10 21:49:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:04.490 INFO kablam! Oct 10 21:49:11.365 INFO kablam! warning: function is never used: `load_trace` Oct 10 21:49:11.365 INFO kablam! --> src/main.rs:18:1 Oct 10 21:49:11.365 INFO kablam! | Oct 10 21:49:11.365 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 10 21:49:11.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:11.366 INFO kablam! | Oct 10 21:49:11.366 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:49:11.366 INFO kablam! Oct 10 21:49:11.366 INFO kablam! warning: function is never used: `simulate_FA` Oct 10 21:49:11.367 INFO kablam! --> src/main.rs:86:1 Oct 10 21:49:11.367 INFO kablam! | Oct 10 21:49:11.367 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 10 21:49:11.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:11.367 INFO kablam! Oct 10 21:49:11.368 INFO kablam! warning: function is never used: `simulate_FD` Oct 10 21:49:11.368 INFO kablam! --> src/main.rs:97:1 Oct 10 21:49:11.368 INFO kablam! | Oct 10 21:49:11.368 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 10 21:49:11.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:11.369 INFO kablam! Oct 10 21:49:11.369 INFO kablam! warning: function is never used: `simulate_FR` Oct 10 21:49:11.369 INFO kablam! --> src/main.rs:108:1 Oct 10 21:49:11.369 INFO kablam! | Oct 10 21:49:11.369 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 10 21:49:11.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:11.370 INFO kablam! Oct 10 21:49:11.370 INFO kablam! warning: function is never used: `simulate_all` Oct 10 21:49:11.370 INFO kablam! --> src/main.rs:178:1 Oct 10 21:49:11.370 INFO kablam! | Oct 10 21:49:11.370 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 10 21:49:11.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:11.370 INFO kablam! Oct 10 21:49:21.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 10 21:49:22.000 INFO kablam! su: No module specific data is present Oct 10 21:49:22.626 INFO running `"docker" "rm" "-f" "15d7fd3d0b308f529380358f333816635627f74204a19af4a87a7f468cf0e766"` Oct 10 21:49:22.840 INFO blam! 15d7fd3d0b308f529380358f333816635627f74204a19af4a87a7f468cf0e766 Oct 10 21:49:22.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:49:22.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 21:49:23.342 INFO blam! ce2bbb45e083b1ac741349af0b9581f10e0636016d38759515051c5de7b63d12 Oct 10 21:49:23.344 INFO running `"docker" "start" "-a" "ce2bbb45e083b1ac741349af0b9581f10e0636016d38759515051c5de7b63d12"` Oct 10 21:49:24.339 INFO kablam! usermod: no changes Oct 10 21:49:24.572 INFO kablam! Compiling icfpc2018 v0.1.0 (/source) Oct 10 21:49:26.636 INFO kablam! warning: unused import: `nano::util::floor` Oct 10 21:49:26.636 INFO kablam! --> src/nano/solver.rs:1:5 Oct 10 21:49:26.636 INFO kablam! | Oct 10 21:49:26.636 INFO kablam! 1 | use nano::util::floor; Oct 10 21:49:26.636 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:49:26.636 INFO kablam! | Oct 10 21:49:26.636 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:49:26.636 INFO kablam! Oct 10 21:49:28.157 INFO kablam! warning: unused variable: `i` Oct 10 21:49:28.157 INFO kablam! --> src/nano/solver.rs:550:20 Oct 10 21:49:28.157 INFO kablam! | Oct 10 21:49:28.158 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:28.158 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:49:28.158 INFO kablam! | Oct 10 21:49:28.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:49:28.159 INFO kablam! Oct 10 21:49:28.159 INFO kablam! warning: unused variable: `s` Oct 10 21:49:28.159 INFO kablam! --> src/nano/solver.rs:550:24 Oct 10 21:49:28.160 INFO kablam! | Oct 10 21:49:28.160 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:28.160 INFO kablam! | ^ help: consider using `_s` instead Oct 10 21:49:28.161 INFO kablam! Oct 10 21:49:28.161 INFO kablam! warning: unused variable: `energy` Oct 10 21:49:28.161 INFO kablam! --> src/nano/solver.rs:550:27 Oct 10 21:49:28.162 INFO kablam! | Oct 10 21:49:28.162 INFO kablam! 550 | .inspect(|(i, (s, energy))| { Oct 10 21:49:28.162 INFO kablam! | ^^^^^^ help: consider using `_energy` instead Oct 10 21:49:28.163 INFO kablam! Oct 10 21:49:28.163 INFO kablam! warning: unused variable: `s` Oct 10 21:49:28.163 INFO kablam! --> src/nano/solver.rs:553:27 Oct 10 21:49:28.164 INFO kablam! | Oct 10 21:49:28.164 INFO kablam! 553 | .min_by_key(|(_, (s, c))| c.clone()) Oct 10 21:49:28.164 INFO kablam! | ^ help: consider using `_s` instead Oct 10 21:49:28.165 INFO kablam! Oct 10 21:49:28.165 INFO kablam! warning: variable `remaining` is assigned to, but never used Oct 10 21:49:28.165 INFO kablam! --> src/nano/solver.rs:562:13 Oct 10 21:49:28.165 INFO kablam! | Oct 10 21:49:28.166 INFO kablam! 562 | let mut remaining = matrix.len(); Oct 10 21:49:28.166 INFO kablam! | ^^^^^^^^^ Oct 10 21:49:28.166 INFO kablam! | Oct 10 21:49:28.166 INFO kablam! = note: consider using `_remaining` instead Oct 10 21:49:28.167 INFO kablam! Oct 10 21:49:28.167 INFO kablam! warning: variable `removed` is assigned to, but never used Oct 10 21:49:28.167 INFO kablam! --> src/nano/solver.rs:563:13 Oct 10 21:49:28.167 INFO kablam! | Oct 10 21:49:28.168 INFO kablam! 563 | let mut removed = 0; Oct 10 21:49:28.168 INFO kablam! | ^^^^^^^ Oct 10 21:49:28.168 INFO kablam! | Oct 10 21:49:28.169 INFO kablam! = note: consider using `_removed` instead Oct 10 21:49:28.169 INFO kablam! Oct 10 21:49:28.169 INFO kablam! warning: unused variable: `idx` Oct 10 21:49:28.170 INFO kablam! --> src/nano/solver.rs:308:25 Oct 10 21:49:28.170 INFO kablam! | Oct 10 21:49:28.170 INFO kablam! 308 | for idx in bots { Oct 10 21:49:28.170 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 10 21:49:28.177 INFO kablam! Oct 10 21:49:28.452 INFO kablam! warning: function is never used: `load_trace` Oct 10 21:49:28.452 INFO kablam! --> src/main.rs:18:1 Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! 18 | fn load_trace>(path: P) -> Result { Oct 10 21:49:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:49:28.452 INFO kablam! Oct 10 21:49:28.452 INFO kablam! warning: function is never used: `simulate_FA` Oct 10 21:49:28.452 INFO kablam! --> src/main.rs:86:1 Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! 86 | fn simulate_FA(id: usize) -> Result<()> { Oct 10 21:49:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.452 INFO kablam! Oct 10 21:49:28.452 INFO kablam! warning: function is never used: `simulate_FD` Oct 10 21:49:28.452 INFO kablam! --> src/main.rs:97:1 Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! 97 | fn simulate_FD(id: usize) -> Result<()> { Oct 10 21:49:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.452 INFO kablam! Oct 10 21:49:28.452 INFO kablam! warning: function is never used: `simulate_FR` Oct 10 21:49:28.452 INFO kablam! --> src/main.rs:108:1 Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! 108 | fn simulate_FR(id: usize) -> Result<()> { Oct 10 21:49:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.452 INFO kablam! Oct 10 21:49:28.452 INFO kablam! warning: function is never used: `simulate_all` Oct 10 21:49:28.452 INFO kablam! --> src/main.rs:178:1 Oct 10 21:49:28.452 INFO kablam! | Oct 10 21:49:28.452 INFO kablam! 178 | fn simulate_all() -> Result<()> { Oct 10 21:49:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.452 INFO kablam! Oct 10 21:49:28.640 INFO kablam! warning: method is never used: `is_grounded` Oct 10 21:49:28.640 INFO kablam! --> src/nano/game.rs:78:5 Oct 10 21:49:28.640 INFO kablam! | Oct 10 21:49:28.640 INFO kablam! 78 | fn is_grounded(&self) -> bool { Oct 10 21:49:28.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.640 INFO kablam! | Oct 10 21:49:28.640 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:49:28.640 INFO kablam! Oct 10 21:49:28.640 INFO kablam! warning: field is never used: `model_dst` Oct 10 21:49:28.640 INFO kablam! --> src/nano/solver.rs:11:5 Oct 10 21:49:28.640 INFO kablam! | Oct 10 21:49:28.640 INFO kablam! 11 | model_dst: &'a Model, Oct 10 21:49:28.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 21:49:28.640 INFO kablam! Oct 10 21:49:33.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.05s Oct 10 21:49:33.439 INFO kablam! su: No module specific data is present Oct 10 21:49:34.145 INFO running `"docker" "rm" "-f" "ce2bbb45e083b1ac741349af0b9581f10e0636016d38759515051c5de7b63d12"` Oct 10 21:49:34.487 INFO blam! ce2bbb45e083b1ac741349af0b9581f10e0636016d38759515051c5de7b63d12 Oct 10 21:49:34.495 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:49:34.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 21:49:35.046 INFO blam! b710eb31e3c58129f5571cc0b708f5e172a4b247cb3b9ac117418430e06042d8 Oct 10 21:49:35.047 INFO running `"docker" "start" "-a" "b710eb31e3c58129f5571cc0b708f5e172a4b247cb3b9ac117418430e06042d8"` Oct 10 21:49:36.505 INFO kablam! usermod: no changes Oct 10 21:49:36.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 21:49:36.752 INFO kablam! Running /target/debug/deps/icfpc2018-6d24ec435aeb7886 Oct 10 21:49:36.768 INFO blam! Oct 10 21:49:36.768 INFO blam! running 4 tests Oct 10 21:49:36.769 INFO blam! test nano::point::test::test_encode_short_linear ... ok Oct 10 21:49:36.769 INFO blam! test nano::point::test::test_encode_near ... ok Oct 10 21:49:36.769 INFO blam! test nano::trace::test::test_write ... ok Oct 10 21:49:36.769 INFO blam! test nano::point::test::test_encode_long_linear ... ok Oct 10 21:49:36.769 INFO blam! Oct 10 21:49:36.769 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:49:36.769 INFO blam! Oct 10 21:49:36.773 INFO kablam! Running /target/debug/deps/eval-789c7fdb438caa1e Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO blam! running 0 tests Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO blam! running 0 tests Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:49:36.780 INFO blam! Oct 10 21:49:36.780 INFO kablam! Running /target/debug/deps/icfpc2018-cad9183c1d21b141 Oct 10 21:49:36.787 INFO kablam! Doc-tests icfpc2018 Oct 10 21:49:38.280 INFO blam! Oct 10 21:49:38.280 INFO blam! running 0 tests Oct 10 21:49:38.280 INFO blam! Oct 10 21:49:38.280 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:49:38.280 INFO blam! Oct 10 21:49:38.285 INFO kablam! su: No module specific data is present Oct 10 21:49:39.052 INFO running `"docker" "rm" "-f" "b710eb31e3c58129f5571cc0b708f5e172a4b247cb3b9ac117418430e06042d8"` Oct 10 21:49:39.349 INFO blam! b710eb31e3c58129f5571cc0b708f5e172a4b247cb3b9ac117418430e06042d8