Dec 06 14:12:16.599 INFO testing Ethan826/golf_tee_game against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 14:12:16.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:12:16.832 INFO [stdout] bbf829b45b42a35a814eb369c5c35f7420291efb7d80a85da30c0f4474cde670 Dec 06 14:12:16.834 INFO running `"docker" "start" "-a" "bbf829b45b42a35a814eb369c5c35f7420291efb7d80a85da30c0f4474cde670"` Dec 06 14:12:17.812 INFO [stderr] usermod: no changes Dec 06 14:12:17.879 INFO [stderr] Compiling golf_tee_game v0.1.0 (/source) Dec 06 14:12:18.260 INFO [stderr] warning: unused import: `super::legal_moves::LegalMoves` Dec 06 14:12:18.260 INFO [stderr] --> src/game/standard_game.rs:2:5 Dec 06 14:12:18.260 INFO [stderr] | Dec 06 14:12:18.260 INFO [stderr] 2 | use super::legal_moves::LegalMoves; Dec 06 14:12:18.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:18.260 INFO [stderr] | Dec 06 14:12:18.260 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 14:12:18.260 INFO [stderr] Dec 06 14:12:18.260 INFO [stderr] warning: unused import: `crate::game::game::Game` Dec 06 14:12:18.260 INFO [stderr] --> src/logic/mod.rs:1:5 Dec 06 14:12:18.260 INFO [stderr] | Dec 06 14:12:18.260 INFO [stderr] 1 | use crate::game::game::Game; Dec 06 14:12:18.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:18.260 INFO [stderr] Dec 06 14:12:18.260 INFO [stderr] warning: unused import: `std::collections::HashSet` Dec 06 14:12:18.260 INFO [stderr] --> src/lib.rs:9:5 Dec 06 14:12:18.260 INFO [stderr] | Dec 06 14:12:18.260 INFO [stderr] 9 | use std::collections::HashSet; Dec 06 14:12:18.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:18.260 INFO [stderr] Dec 06 14:12:18.376 INFO [stderr] warning: method is never used: `available_moves` Dec 06 14:12:18.376 INFO [stderr] --> src/game/game.rs:39:5 Dec 06 14:12:18.376 INFO [stderr] | Dec 06 14:12:18.376 INFO [stderr] 39 | fn available_moves(&self) { Dec 06 14:12:18.376 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:18.376 INFO [stderr] | Dec 06 14:12:18.376 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 06 14:12:18.376 INFO [stderr] Dec 06 14:12:18.376 INFO [stderr] warning: method is never used: `available_moves_from_position` Dec 06 14:12:18.376 INFO [stderr] --> src/game/game.rs:43:5 Dec 06 14:12:18.376 INFO [stderr] | Dec 06 14:12:18.376 INFO [stderr] 43 | / fn available_moves_from_position( Dec 06 14:12:18.376 INFO [stderr] 44 | | &self, Dec 06 14:12:18.376 INFO [stderr] 45 | | position: usize, Dec 06 14:12:18.376 INFO [stderr] 46 | | ) -> Result, GameError> { Dec 06 14:12:18.376 INFO [stderr] ... | Dec 06 14:12:18.376 INFO [stderr] 51 | | } Dec 06 14:12:18.376 INFO [stderr] 52 | | } Dec 06 14:12:18.376 INFO [stderr] | |_____^ Dec 06 14:12:18.376 INFO [stderr] Dec 06 14:12:19.709 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.87s Dec 06 14:12:19.713 INFO [stderr] su: No module specific data is present Dec 06 14:12:20.420 INFO running `"docker" "inspect" "bbf829b45b42a35a814eb369c5c35f7420291efb7d80a85da30c0f4474cde670"` Dec 06 14:12:20.586 INFO running `"docker" "rm" "-f" "bbf829b45b42a35a814eb369c5c35f7420291efb7d80a85da30c0f4474cde670"` Dec 06 14:12:20.728 INFO [stdout] bbf829b45b42a35a814eb369c5c35f7420291efb7d80a85da30c0f4474cde670 Dec 06 14:12:20.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:12:20.992 INFO [stdout] d0259e5c3990363ed3fe6a2e0e1ea2e416bf48bf24682fb4a00466b48f5baedc Dec 06 14:12:20.994 INFO running `"docker" "start" "-a" "d0259e5c3990363ed3fe6a2e0e1ea2e416bf48bf24682fb4a00466b48f5baedc"` Dec 06 14:12:21.810 INFO [stderr] usermod: no changes Dec 06 14:12:21.842 INFO [stderr] Compiling golf_tee_game v0.1.0 (/source) Dec 06 14:12:22.314 INFO [stderr] warning: unused import: `super::legal_moves::LegalMoves` Dec 06 14:12:22.314 INFO [stderr] --> src/game/standard_game.rs:2:5 Dec 06 14:12:22.314 INFO [stderr] | Dec 06 14:12:22.314 INFO [stderr] 2 | use super::legal_moves::LegalMoves; Dec 06 14:12:22.314 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:22.314 INFO [stderr] | Dec 06 14:12:22.314 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 14:12:22.314 INFO [stderr] Dec 06 14:12:22.314 INFO [stderr] warning: unused import: `crate::game::game::Game` Dec 06 14:12:22.314 INFO [stderr] --> src/logic/mod.rs:1:5 Dec 06 14:12:22.314 INFO [stderr] | Dec 06 14:12:22.314 INFO [stderr] 1 | use crate::game::game::Game; Dec 06 14:12:22.314 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:22.314 INFO [stderr] Dec 06 14:12:22.314 INFO [stderr] warning: unused import: `std::collections::HashSet` Dec 06 14:12:22.314 INFO [stderr] --> src/lib.rs:9:5 Dec 06 14:12:22.314 INFO [stderr] | Dec 06 14:12:22.314 INFO [stderr] 9 | use std::collections::HashSet; Dec 06 14:12:22.314 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:22.314 INFO [stderr] Dec 06 14:12:22.508 INFO [stderr] warning: method is never used: `available_moves` Dec 06 14:12:22.508 INFO [stderr] --> src/game/game.rs:39:5 Dec 06 14:12:22.508 INFO [stderr] | Dec 06 14:12:22.508 INFO [stderr] 39 | fn available_moves(&self) { Dec 06 14:12:22.508 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 14:12:22.508 INFO [stderr] | Dec 06 14:12:22.508 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 06 14:12:22.508 INFO [stderr] Dec 06 14:12:22.508 INFO [stderr] warning: method is never used: `available_moves_from_position` Dec 06 14:12:22.508 INFO [stderr] --> src/game/game.rs:43:5 Dec 06 14:12:22.508 INFO [stderr] | Dec 06 14:12:22.508 INFO [stderr] 43 | / fn available_moves_from_position( Dec 06 14:12:22.508 INFO [stderr] 44 | | &self, Dec 06 14:12:22.508 INFO [stderr] 45 | | position: usize, Dec 06 14:12:22.508 INFO [stderr] 46 | | ) -> Result, GameError> { Dec 06 14:12:22.508 INFO [stderr] ... | Dec 06 14:12:22.508 INFO [stderr] 51 | | } Dec 06 14:12:22.508 INFO [stderr] 52 | | } Dec 06 14:12:22.508 INFO [stderr] | |_____^ Dec 06 14:12:22.508 INFO [stderr] Dec 06 14:12:23.236 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.40s Dec 06 14:12:23.236 INFO [stderr] su: No module specific data is present Dec 06 14:12:23.550 INFO running `"docker" "inspect" "d0259e5c3990363ed3fe6a2e0e1ea2e416bf48bf24682fb4a00466b48f5baedc"` Dec 06 14:12:23.670 INFO running `"docker" "rm" "-f" "d0259e5c3990363ed3fe6a2e0e1ea2e416bf48bf24682fb4a00466b48f5baedc"` Dec 06 14:12:23.790 INFO [stdout] d0259e5c3990363ed3fe6a2e0e1ea2e416bf48bf24682fb4a00466b48f5baedc Dec 06 14:12:23.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:12:24.100 INFO [stdout] f3f76d1cba1ca6a126aef2107163ca1d8c5721b752d59be23fad37801c93f099 Dec 06 14:12:24.102 INFO running `"docker" "start" "-a" "f3f76d1cba1ca6a126aef2107163ca1d8c5721b752d59be23fad37801c93f099"` Dec 06 14:12:24.655 INFO [stderr] usermod: no changes Dec 06 14:12:24.712 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 06 14:12:24.720 INFO [stderr] Running /target/debug/deps/golf_tee_game-24ff48ce1f15f51e Dec 06 14:12:24.727 INFO [stdout] Dec 06 14:12:24.727 INFO [stdout] running 19 tests Dec 06 14:12:24.727 INFO [stdout] test game::game_state::test_game_state_remove_tee_invalid ... ok Dec 06 14:12:24.727 INFO [stdout] test game::game_state::test_game_state_new_valid ... ok Dec 06 14:12:24.727 INFO [stdout] test game::game_state::test_game_state_new_invalid_not_triangular ... ok Dec 06 14:12:24.727 INFO [stdout] test game::game::test_game_new_invalid ... ok Dec 06 14:12:24.727 INFO [stdout] test game::game_state::test_game_state_remove_tee_valid ... ok Dec 06 14:12:24.727 INFO [stdout] test game::legal_moves::test_legal_moves_new_invalid_size ... ok Dec 06 14:12:24.727 INFO [stdout] test game::legal_moves::test_legal_moves_new_valid_size ... ok Dec 06 14:12:24.727 INFO [stdout] test game::legal_moves::test_legal_moves_position_data_invalid ... ok Dec 06 14:12:24.727 INFO [stdout] test game::legal_moves::test_legal_moves_position_data_valid ... ok Dec 06 14:12:24.733 INFO [stdout] test game::game_state::test_game_state_position_is_occupied_invalid ... ok Dec 06 14:12:24.733 INFO [stdout] test game::game_state::test_game_state_position_is_occupied_valid ... ok Dec 06 14:12:24.733 INFO [stdout] test game::game::test_game_new_valid ... ok Dec 06 14:12:24.733 INFO [stdout] test game::game_state::test_game_state_new_invalid_all_full ... ok Dec 06 14:12:24.740 INFO [stdout] test test_is_triangular_6_is_true ... ok Dec 06 14:12:24.740 INFO [stdout] test test_is_triangular_631_is_false ... ok Dec 06 14:12:24.740 INFO [stdout] test test_is_triangular_3_is_true ... ok Dec 06 14:12:24.740 INFO [stdout] test test_is_triangular_4_is_false ... ok Dec 06 14:12:24.740 INFO [stdout] test test_is_triangular_630_is_true ... ok Dec 06 14:12:24.816 INFO [stdout] test logic::test_available_moves ... FAILED Dec 06 14:12:24.816 INFO [stdout] Dec 06 14:12:24.816 INFO [stdout] failures: Dec 06 14:12:24.816 INFO [stdout] Dec 06 14:12:24.816 INFO [stdout] ---- logic::test_available_moves stdout ---- Dec 06 14:12:24.816 INFO [stdout] [PositionData({GameMove { leapt_space: 1, destination_space: 3 }, GameMove { leapt_space: 2, destination_space: 5 }}), PositionData({GameMove { leapt_space: 3, destination_space: 6 }, GameMove { leapt_space: 4, destination_space: 8 }}), PositionData({GameMove { leapt_space: 5, destination_space: 9 }, GameMove { leapt_space: 4, destination_space: 7 }}), PositionData({GameMove { leapt_space: 6, destination_space: 10 }, GameMove { leapt_space: 7, destination_space: 12 }, GameMove { leapt_space: 1, destination_space: 0 }, GameMove { leapt_space: 4, destination_space: 5 }}), PositionData({GameMove { leapt_space: 7, destination_space: 11 }, GameMove { leapt_space: 8, destination_space: 13 }}), PositionData({GameMove { leapt_space: 4, destination_space: 3 }, GameMove { leapt_space: 8, destination_space: 12 }, GameMove { leapt_space: 9, destination_space: 14 }, GameMove { leapt_space: 2, destination_space: 0 }}), PositionData({GameMove { leapt_space: 7, destination_space: 8 }, GameMove { leapt_space: 3, destination_space: 1 }}), PositionData({GameMove { leapt_space: 4, destination_space: 2 }, GameMove { leapt_space: 8, destination_space: 9 }}), PositionData({GameMove { leapt_space: 4, destination_space: 1 }, GameMove { leapt_space: 7, destination_space: 6 }}), PositionData({GameMove { leapt_space: 8, destination_space: 7 }, GameMove { leapt_space: 5, destination_space: 2 }}), PositionData({GameMove { leapt_space: 6, destination_space: 3 }, GameMove { leapt_space: 11, destination_space: 12 }}), PositionData({GameMove { leapt_space: 12, destination_space: 13 }, GameMove { leapt_space: 7, destination_space: 4 }}), PositionData({GameMove { leapt_space: 7, destination_space: 3 }, GameMove { leapt_space: 13, destination_space: 14 }, GameMove { leapt_space: 11, destination_space: 10 }, GameMove { leapt_space: 8, destination_space: 5 }}), PositionData({GameMove { leapt_space: 8, destination_space: 4 }, GameMove { leapt_space: 12, destination_space: 11 }}), PositionData({GameMove { leapt_space: 9, destination_space: 5 }, GameMove { leapt_space: 13, destination_space: 12 }})] Dec 06 14:12:24.816 INFO [stdout] thread 'logic::test_available_moves' panicked at 'assertion failed: false', src/logic/mod.rs:12:5 Dec 06 14:12:24.816 INFO [stdout] stack backtrace: Dec 06 14:12:24.816 INFO [stdout] 0: 0x557a9b8474d3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h3c2ada0a2db8c5e7 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 06 14:12:24.816 INFO [stdout] 1: 0x557a9b841b88 - std::sys_common::backtrace::_print::h95865c77318e98b7 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 06 14:12:24.816 INFO [stdout] 2: 0x557a9b846442 - std::panicking::default_hook::{{closure}}::hb3d1f299fcea42e5 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/panicking.rs:211 Dec 06 14:12:24.816 INFO [stdout] 3: 0x557a9b84612c - std::panicking::default_hook::h4eae6f26f73244c8 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/panicking.rs:221 Dec 06 14:12:24.816 INFO [stdout] 4: 0x557a9b846b50 - std::panicking::rust_panic_with_hook::h368d37fd53b59464 Dec 06 14:12:24.816 INFO [stdout] at src/libstd/panicking.rs:491 Dec 06 14:12:24.816 INFO [stdout] 5: 0x557a9b7f88d3 - std::panicking::begin_panic::hf161e191491f656f Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:425 Dec 06 14:12:24.816 INFO [stdout] 6: 0x557a9b7e7497 - golf_tee_game::logic::test_available_moves::h3effcba185f15656 Dec 06 14:12:24.816 INFO [stdout] at src/logic/mod.rs:12 Dec 06 14:12:24.816 INFO [stdout] 7: 0x557a9b7e7369 - golf_tee_game::logic::test_available_moves::{{closure}}::hb455c3a1aa02946a Dec 06 14:12:24.816 INFO [stdout] at src/logic/mod.rs:8 Dec 06 14:12:24.816 INFO [stdout] 8: 0x557a9b7ea8fd - core::ops::function::FnOnce::call_once::hbeffc780639bc7f8 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libcore/ops/function.rs:238 Dec 06 14:12:24.816 INFO [stdout] 9: 0x557a9b803a2e - >::call_box::h994167e0fc25f327 Dec 06 14:12:24.816 INFO [stdout] at src/libtest/lib.rs:1471 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libcore/ops/function.rs:238 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:673 Dec 06 14:12:24.816 INFO [stdout] 10: 0x557a9b855119 - __rust_maybe_catch_panic Dec 06 14:12:24.816 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 14:12:24.816 INFO [stdout] 11: 0x557a9b7fb933 - std::sys_common::backtrace::__rust_begin_short_backtrace::h5d34cfb78512c8c3 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:289 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:398 Dec 06 14:12:24.816 INFO [stdout] at src/libtest/lib.rs:1426 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/sys_common/backtrace.rs:136 Dec 06 14:12:24.816 INFO [stdout] 12: 0x557a9b7fc854 - std::panicking::try::do_call::h7a86b6211ebb5e72 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/thread/mod.rs:477 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:319 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:310 Dec 06 14:12:24.816 INFO [stdout] 13: 0x557a9b855119 - __rust_maybe_catch_panic Dec 06 14:12:24.816 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 14:12:24.816 INFO [stdout] 14: 0x557a9b80390c - >::call_box::h877dbe22cb3997f4 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panicking.rs:289 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/panic.rs:398 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/libstd/thread/mod.rs:476 Dec 06 14:12:24.816 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:673 Dec 06 14:12:24.817 INFO [stdout] 15: 0x557a9b8490dd - std::sys::unix::thread::Thread::new::thread_start::hea5f7f9c570dc4cd Dec 06 14:12:24.817 INFO [stdout] at /rustc/906deae0790bd18681b937fe9a141a3c26cf1855/src/liballoc/boxed.rs:683 Dec 06 14:12:24.817 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 06 14:12:24.817 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 06 14:12:24.817 INFO [stdout] 16: 0x7f69bae036b9 - start_thread Dec 06 14:12:24.817 INFO [stdout] 17: 0x7f69ba92341c - clone Dec 06 14:12:24.817 INFO [stdout] 18: 0x0 - Dec 06 14:12:24.817 INFO [stdout] Dec 06 14:12:24.817 INFO [stdout] Dec 06 14:12:24.817 INFO [stdout] failures: Dec 06 14:12:24.817 INFO [stdout] logic::test_available_moves Dec 06 14:12:24.817 INFO [stdout] Dec 06 14:12:24.817 INFO [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 14:12:24.817 INFO [stdout] Dec 06 14:12:24.820 INFO [stderr] error: test failed, to rerun pass '--lib' Dec 06 14:12:24.820 INFO [stderr] su: No module specific data is present Dec 06 14:12:25.162 INFO running `"docker" "inspect" "f3f76d1cba1ca6a126aef2107163ca1d8c5721b752d59be23fad37801c93f099"` Dec 06 14:12:25.258 INFO running `"docker" "rm" "-f" "f3f76d1cba1ca6a126aef2107163ca1d8c5721b752d59be23fad37801c93f099"` Dec 06 14:12:25.456 INFO [stdout] f3f76d1cba1ca6a126aef2107163ca1d8c5721b752d59be23fad37801c93f099