Oct 15 09:56:33.053 INFO testing Jeffersyno/aisolver against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:56:33.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:56:33.593 INFO blam! f4bf18bb17a07c4be1bc7e9db22d72fd25609b9d98fa09dabdef31e4e839fd1b Oct 15 09:56:33.595 INFO running `"docker" "start" "-a" "f4bf18bb17a07c4be1bc7e9db22d72fd25609b9d98fa09dabdef31e4e839fd1b"` Oct 15 09:56:35.347 INFO kablam! usermod: no changes Oct 15 09:56:35.469 INFO kablam! Compiling rand v0.3.17 Oct 15 09:56:35.469 INFO kablam! Compiling nix v0.5.1 Oct 15 09:56:35.469 INFO kablam! Compiling alga v0.5.2 Oct 15 09:56:44.729 INFO kablam! Compiling rustyline v1.0.0 Oct 15 09:56:44.999 INFO kablam! Compiling nalgebra v0.13.1 Oct 15 09:57:18.587 INFO kablam! Compiling aiclient v0.1.0 (/source) Oct 15 09:57:20.679 INFO kablam! warning: function is never used: `name` Oct 15 09:57:20.679 INFO kablam! --> src/defs/dir.rs:13:1 Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 15 09:57:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:57:20.679 INFO kablam! Oct 15 09:57:20.679 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 15 09:57:20.679 INFO kablam! --> src/defs/pos.rs:4:1 Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 15 09:57:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:20.679 INFO kablam! Oct 15 09:57:20.679 INFO kablam! warning: method is never used: `manhattan` Oct 15 09:57:20.679 INFO kablam! --> src/defs/pos.rs:17:5 Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! 17 | pub fn manhattan(self) -> i8 { Oct 15 09:57:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:20.679 INFO kablam! Oct 15 09:57:20.679 INFO kablam! warning: method is never used: `iter` Oct 15 09:57:20.679 INFO kablam! --> src/defs/grid.rs:33:5 Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 15 09:57:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:20.679 INFO kablam! Oct 15 09:57:20.679 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 15 09:57:20.679 INFO kablam! --> src/defs/grid.rs:45:5 Oct 15 09:57:20.679 INFO kablam! | Oct 15 09:57:20.679 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 15 09:57:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:20.679 INFO kablam! Oct 15 09:57:24.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.27s Oct 15 09:57:24.659 INFO kablam! su: No module specific data is present Oct 15 09:57:25.759 INFO running `"docker" "rm" "-f" "f4bf18bb17a07c4be1bc7e9db22d72fd25609b9d98fa09dabdef31e4e839fd1b"` Oct 15 09:57:26.111 INFO blam! f4bf18bb17a07c4be1bc7e9db22d72fd25609b9d98fa09dabdef31e4e839fd1b Oct 15 09:57:26.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:57:26.531 INFO blam! 753e32b2c287bb317a1666590094ec45d5f3edb7aafe7e95349856655699accb Oct 15 09:57:26.533 INFO running `"docker" "start" "-a" "753e32b2c287bb317a1666590094ec45d5f3edb7aafe7e95349856655699accb"` Oct 15 09:57:27.883 INFO kablam! usermod: no changes Oct 15 09:57:27.995 INFO kablam! Compiling aiclient v0.1.0 (/source) Oct 15 09:57:29.335 INFO kablam! warning: unused import: `super::*` Oct 15 09:57:29.335 INFO kablam! --> src/level/level.rs:99:9 Oct 15 09:57:29.335 INFO kablam! | Oct 15 09:57:29.335 INFO kablam! 99 | use super::*; Oct 15 09:57:29.335 INFO kablam! | ^^^^^^^^ Oct 15 09:57:29.335 INFO kablam! | Oct 15 09:57:29.335 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:57:29.335 INFO kablam! Oct 15 09:57:29.763 INFO kablam! warning: function is never used: `name` Oct 15 09:57:29.763 INFO kablam! --> src/defs/dir.rs:13:1 Oct 15 09:57:29.763 INFO kablam! | Oct 15 09:57:29.763 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 15 09:57:29.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:29.763 INFO kablam! | Oct 15 09:57:29.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:57:29.763 INFO kablam! Oct 15 09:57:29.763 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 15 09:57:29.763 INFO kablam! --> src/defs/pos.rs:4:1 Oct 15 09:57:29.763 INFO kablam! | Oct 15 09:57:29.763 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 15 09:57:29.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:29.763 INFO kablam! Oct 15 09:57:29.763 INFO kablam! warning: method is never used: `iter` Oct 15 09:57:29.763 INFO kablam! --> src/defs/grid.rs:33:5 Oct 15 09:57:29.763 INFO kablam! | Oct 15 09:57:29.763 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 15 09:57:29.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:29.763 INFO kablam! Oct 15 09:57:29.763 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 15 09:57:29.763 INFO kablam! --> src/defs/grid.rs:45:5 Oct 15 09:57:29.763 INFO kablam! | Oct 15 09:57:29.763 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 15 09:57:29.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:57:29.763 INFO kablam! Oct 15 09:57:31.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.54s Oct 15 09:57:31.464 INFO kablam! su: No module specific data is present Oct 15 09:57:32.131 INFO running `"docker" "rm" "-f" "753e32b2c287bb317a1666590094ec45d5f3edb7aafe7e95349856655699accb"` Oct 15 09:57:32.435 INFO blam! 753e32b2c287bb317a1666590094ec45d5f3edb7aafe7e95349856655699accb Oct 15 09:57:32.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:57:32.931 INFO blam! 7ad32ab7db068b6f0a3ce160926eaa49fb6265d164a961fbce5d7b6aeef7b0b0 Oct 15 09:57:32.934 INFO running `"docker" "start" "-a" "7ad32ab7db068b6f0a3ce160926eaa49fb6265d164a961fbce5d7b6aeef7b0b0"` Oct 15 09:57:34.231 INFO kablam! usermod: no changes Oct 15 09:57:34.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 09:57:34.359 INFO kablam! Running /target/debug/deps/aiclient-37fc5b53c97e767f Oct 15 09:57:34.389 INFO blam! Oct 15 09:57:34.389 INFO blam! running 8 tests Oct 15 09:57:34.390 INFO blam! test defs::grid::test::test_grid ... ok Oct 15 09:57:34.390 INFO blam! test defs::grid::test::test_grid_size ... ok Oct 15 09:57:34.390 INFO blam! test defs::pos::test::add ... ok Oct 15 09:57:34.390 INFO blam! test defs::pos::test::manhattan ... ok Oct 15 09:57:34.390 INFO blam! test defs::pos::test::sub ... ok Oct 15 09:57:34.391 INFO blam! test defs::pos::test::sub_assign ... ok Oct 15 09:57:34.399 INFO blam! test defs::pos::test::add_assign ... ok Oct 15 09:57:34.443 INFO blam! test level::component::test::test_pos_index ... ok Oct 15 09:57:34.443 INFO blam! Oct 15 09:57:34.444 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:57:34.444 INFO blam! Oct 15 09:57:34.452 INFO kablam! su: No module specific data is present Oct 15 09:57:35.397 INFO running `"docker" "rm" "-f" "7ad32ab7db068b6f0a3ce160926eaa49fb6265d164a961fbce5d7b6aeef7b0b0"` Oct 15 09:57:35.755 INFO blam! 7ad32ab7db068b6f0a3ce160926eaa49fb6265d164a961fbce5d7b6aeef7b0b0