Dec 06 14:12:15.185 INFO testing Ethan826/golf_tee_game against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514
Dec 06 14:12:15.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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:15.484 INFO [stdout] 95bbfa96371177154a81de8d1fa1579aa7af90dd7819957045f068c1853e0456
Dec 06 14:12:15.485 INFO running `"docker" "start" "-a" "95bbfa96371177154a81de8d1fa1579aa7af90dd7819957045f068c1853e0456"`
Dec 06 14:12:16.344 INFO [stderr] usermod: no changes
Dec 06 14:12:16.381 INFO [stderr] Compiling golf_tee_game v0.1.0 (/source)
Dec 06 14:12:16.659 INFO [stderr] warning: unused import: `super::legal_moves::LegalMoves`
Dec 06 14:12:16.659 INFO [stderr] --> src/game/standard_game.rs:2:5
Dec 06 14:12:16.659 INFO [stderr] |
Dec 06 14:12:16.659 INFO [stderr] 2 | use super::legal_moves::LegalMoves;
Dec 06 14:12:16.659 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:16.659 INFO [stderr] |
Dec 06 14:12:16.659 INFO [stderr] = note: #[warn(unused_imports)] on by default
Dec 06 14:12:16.659 INFO [stderr]
Dec 06 14:12:16.659 INFO [stderr] warning: unused import: `crate::game::game::Game`
Dec 06 14:12:16.659 INFO [stderr] --> src/logic/mod.rs:1:5
Dec 06 14:12:16.659 INFO [stderr] |
Dec 06 14:12:16.659 INFO [stderr] 1 | use crate::game::game::Game;
Dec 06 14:12:16.659 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:16.659 INFO [stderr]
Dec 06 14:12:16.659 INFO [stderr] warning: unused import: `std::collections::HashSet`
Dec 06 14:12:16.659 INFO [stderr] --> src/lib.rs:9:5
Dec 06 14:12:16.659 INFO [stderr] |
Dec 06 14:12:16.659 INFO [stderr] 9 | use std::collections::HashSet;
Dec 06 14:12:16.659 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:16.659 INFO [stderr]
Dec 06 14:12:16.763 INFO [stderr] warning: method is never used: `available_moves`
Dec 06 14:12:16.763 INFO [stderr] --> src/game/game.rs:39:5
Dec 06 14:12:16.763 INFO [stderr] |
Dec 06 14:12:16.763 INFO [stderr] 39 | fn available_moves(&self) {
Dec 06 14:12:16.763 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:16.763 INFO [stderr] |
Dec 06 14:12:16.763 INFO [stderr] = note: #[warn(dead_code)] on by default
Dec 06 14:12:16.763 INFO [stderr]
Dec 06 14:12:16.763 INFO [stderr] warning: method is never used: `available_moves_from_position`
Dec 06 14:12:16.763 INFO [stderr] --> src/game/game.rs:43:5
Dec 06 14:12:16.763 INFO [stderr] |
Dec 06 14:12:16.763 INFO [stderr] 43 | / fn available_moves_from_position(
Dec 06 14:12:16.763 INFO [stderr] 44 | | &self,
Dec 06 14:12:16.763 INFO [stderr] 45 | | position: usize,
Dec 06 14:12:16.763 INFO [stderr] 46 | | ) -> Result, GameError> {
Dec 06 14:12:16.763 INFO [stderr] ... |
Dec 06 14:12:16.763 INFO [stderr] 51 | | }
Dec 06 14:12:16.764 INFO [stderr] 52 | | }
Dec 06 14:12:16.764 INFO [stderr] | |_____^
Dec 06 14:12:16.764 INFO [stderr]
Dec 06 14:12:17.870 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s
Dec 06 14:12:17.874 INFO [stderr] su: No module specific data is present
Dec 06 14:12:18.848 INFO running `"docker" "inspect" "95bbfa96371177154a81de8d1fa1579aa7af90dd7819957045f068c1853e0456"`
Dec 06 14:12:19.138 INFO running `"docker" "rm" "-f" "95bbfa96371177154a81de8d1fa1579aa7af90dd7819957045f068c1853e0456"`
Dec 06 14:12:19.484 INFO [stdout] 95bbfa96371177154a81de8d1fa1579aa7af90dd7819957045f068c1853e0456
Dec 06 14:12:19.488 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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.010 INFO [stdout] f8dd396a94679efa5e61472ad3ff2717cdb430a61435f3d3bb610fb5a7245edf
Dec 06 14:12:20.012 INFO running `"docker" "start" "-a" "f8dd396a94679efa5e61472ad3ff2717cdb430a61435f3d3bb610fb5a7245edf"`
Dec 06 14:12:20.844 INFO [stderr] usermod: no changes
Dec 06 14:12:20.896 INFO [stderr] Compiling golf_tee_game v0.1.0 (/source)
Dec 06 14:12:21.281 INFO [stderr] warning: unused import: `super::legal_moves::LegalMoves`
Dec 06 14:12:21.281 INFO [stderr] --> src/game/standard_game.rs:2:5
Dec 06 14:12:21.281 INFO [stderr] |
Dec 06 14:12:21.281 INFO [stderr] 2 | use super::legal_moves::LegalMoves;
Dec 06 14:12:21.281 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:21.281 INFO [stderr] |
Dec 06 14:12:21.281 INFO [stderr] = note: #[warn(unused_imports)] on by default
Dec 06 14:12:21.281 INFO [stderr]
Dec 06 14:12:21.281 INFO [stderr] warning: unused import: `crate::game::game::Game`
Dec 06 14:12:21.281 INFO [stderr] --> src/logic/mod.rs:1:5
Dec 06 14:12:21.281 INFO [stderr] |
Dec 06 14:12:21.281 INFO [stderr] 1 | use crate::game::game::Game;
Dec 06 14:12:21.281 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:21.281 INFO [stderr]
Dec 06 14:12:21.281 INFO [stderr] warning: unused import: `std::collections::HashSet`
Dec 06 14:12:21.281 INFO [stderr] --> src/lib.rs:9:5
Dec 06 14:12:21.281 INFO [stderr] |
Dec 06 14:12:21.281 INFO [stderr] 9 | use std::collections::HashSet;
Dec 06 14:12:21.281 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:21.281 INFO [stderr]
Dec 06 14:12:21.451 INFO [stderr] warning: method is never used: `available_moves`
Dec 06 14:12:21.451 INFO [stderr] --> src/game/game.rs:39:5
Dec 06 14:12:21.451 INFO [stderr] |
Dec 06 14:12:21.451 INFO [stderr] 39 | fn available_moves(&self) {
Dec 06 14:12:21.451 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
Dec 06 14:12:21.451 INFO [stderr] |
Dec 06 14:12:21.451 INFO [stderr] = note: #[warn(dead_code)] on by default
Dec 06 14:12:21.451 INFO [stderr]
Dec 06 14:12:21.451 INFO [stderr] warning: method is never used: `available_moves_from_position`
Dec 06 14:12:21.451 INFO [stderr] --> src/game/game.rs:43:5
Dec 06 14:12:21.451 INFO [stderr] |
Dec 06 14:12:21.451 INFO [stderr] 43 | / fn available_moves_from_position(
Dec 06 14:12:21.451 INFO [stderr] 44 | | &self,
Dec 06 14:12:21.451 INFO [stderr] 45 | | position: usize,
Dec 06 14:12:21.451 INFO [stderr] 46 | | ) -> Result , GameError> {
Dec 06 14:12:21.451 INFO [stderr] ... |
Dec 06 14:12:21.451 INFO [stderr] 51 | | }
Dec 06 14:12:21.451 INFO [stderr] 52 | | }
Dec 06 14:12:21.451 INFO [stderr] | |_____^
Dec 06 14:12:21.451 INFO [stderr]
Dec 06 14:12:22.039 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.17s
Dec 06 14:12:22.044 INFO [stderr] su: No module specific data is present
Dec 06 14:12:22.386 INFO running `"docker" "inspect" "f8dd396a94679efa5e61472ad3ff2717cdb430a61435f3d3bb610fb5a7245edf"`
Dec 06 14:12:22.564 INFO running `"docker" "rm" "-f" "f8dd396a94679efa5e61472ad3ff2717cdb430a61435f3d3bb610fb5a7245edf"`
Dec 06 14:12:22.672 INFO [stdout] f8dd396a94679efa5e61472ad3ff2717cdb430a61435f3d3bb610fb5a7245edf
Dec 06 14:12:22.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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:23.089 INFO [stdout] cd1fcb5d2b9d5a6fdbd3d03a42bd5065a9732697d210fd3d65a3126ae0aa54e2
Dec 06 14:12:23.094 INFO running `"docker" "start" "-a" "cd1fcb5d2b9d5a6fdbd3d03a42bd5065a9732697d210fd3d65a3126ae0aa54e2"`
Dec 06 14:12:23.542 INFO [stderr] usermod: no changes
Dec 06 14:12:23.577 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Dec 06 14:12:23.577 INFO [stderr] Running /target/debug/deps/golf_tee_game-a1a71c908e04e7af
Dec 06 14:12:23.580 INFO [stdout]
Dec 06 14:12:23.580 INFO [stdout] running 19 tests
Dec 06 14:12:23.580 INFO [stdout] test game::game_state::test_game_state_remove_tee_invalid ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::game_state::test_game_state_position_is_occupied_valid ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::game_state::test_game_state_new_invalid_not_triangular ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::game_state::test_game_state_new_invalid_all_full ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::game_state::test_game_state_remove_tee_valid ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::legal_moves::test_legal_moves_new_invalid_size ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::game::test_game_new_valid ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::legal_moves::test_legal_moves_new_valid_size ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::legal_moves::test_legal_moves_position_data_invalid ... ok
Dec 06 14:12:23.580 INFO [stdout] test game::legal_moves::test_legal_moves_position_data_valid ... ok
Dec 06 14:12:23.584 INFO [stdout] test game::game_state::test_game_state_position_is_occupied_invalid ... ok
Dec 06 14:12:23.584 INFO [stdout] test test_is_triangular_4_is_false ... ok
Dec 06 14:12:23.584 INFO [stdout] test test_is_triangular_3_is_true ... ok
Dec 06 14:12:23.584 INFO [stdout] test test_is_triangular_630_is_true ... ok
Dec 06 14:12:23.584 INFO [stdout] test test_is_triangular_631_is_false ... ok
Dec 06 14:12:23.584 INFO [stdout] test test_is_triangular_6_is_true ... ok
Dec 06 14:12:23.584 INFO [stdout] test game::game_state::test_game_state_new_valid ... ok
Dec 06 14:12:23.584 INFO [stdout] test game::game::test_game_new_invalid ... ok
Dec 06 14:12:23.620 INFO [stdout] test logic::test_available_moves ... FAILED
Dec 06 14:12:23.620 INFO [stdout]
Dec 06 14:12:23.620 INFO [stdout] failures:
Dec 06 14:12:23.620 INFO [stdout]
Dec 06 14:12:23.621 INFO [stdout] ---- logic::test_available_moves stdout ----
Dec 06 14:12:23.621 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: 4, destination_space: 7 }, GameMove { leapt_space: 5, destination_space: 9 }}), PositionData({GameMove { leapt_space: 7, destination_space: 12 }, GameMove { leapt_space: 1, destination_space: 0 }, GameMove { leapt_space: 6, destination_space: 10 }, GameMove { leapt_space: 4, destination_space: 5 }}), PositionData({GameMove { leapt_space: 8, destination_space: 13 }, GameMove { leapt_space: 7, destination_space: 11 }}), PositionData({GameMove { leapt_space: 8, destination_space: 12 }, GameMove { leapt_space: 4, destination_space: 3 }, GameMove { leapt_space: 9, destination_space: 14 }, GameMove { leapt_space: 2, destination_space: 0 }}), PositionData({GameMove { leapt_space: 3, destination_space: 1 }, GameMove { leapt_space: 7, destination_space: 8 }}), PositionData({GameMove { leapt_space: 8, destination_space: 9 }, GameMove { leapt_space: 4, destination_space: 2 }}), PositionData({GameMove { leapt_space: 7, destination_space: 6 }, GameMove { leapt_space: 4, destination_space: 1 }}), PositionData({GameMove { leapt_space: 5, destination_space: 2 }, GameMove { leapt_space: 8, destination_space: 7 }}), PositionData({GameMove { leapt_space: 11, destination_space: 12 }, GameMove { leapt_space: 6, destination_space: 3 }}), PositionData({GameMove { leapt_space: 7, destination_space: 4 }, GameMove { leapt_space: 12, destination_space: 13 }}), PositionData({GameMove { leapt_space: 11, destination_space: 10 }, GameMove { leapt_space: 8, destination_space: 5 }, GameMove { leapt_space: 7, destination_space: 3 }, GameMove { leapt_space: 13, destination_space: 14 }}), PositionData({GameMove { leapt_space: 8, destination_space: 4 }, GameMove { leapt_space: 12, destination_space: 11 }}), PositionData({GameMove { leapt_space: 13, destination_space: 12 }, GameMove { leapt_space: 9, destination_space: 5 }})]
Dec 06 14:12:23.621 INFO [stdout] thread 'logic::test_available_moves' panicked at 'assertion failed: false', src/logic/mod.rs:12:5
Dec 06 14:12:23.621 INFO [stdout] stack backtrace:
Dec 06 14:12:23.621 INFO [stdout] 0: 0x559d566314d3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
Dec 06 14:12:23.621 INFO [stdout] 1: 0x559d5662bb88 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71
Dec 06 14:12:23.621 INFO [stdout] 2: 0x559d56630442 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/panicking.rs:211
Dec 06 14:12:23.621 INFO [stdout] 3: 0x559d5663012c - std::panicking::default_hook::h6c8d8e1c12a669e5
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/panicking.rs:221
Dec 06 14:12:23.621 INFO [stdout] 4: 0x559d56630b50 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/panicking.rs:491
Dec 06 14:12:23.621 INFO [stdout] 5: 0x559d565e28c3 - std::panicking::begin_panic::h4a85965e18b11800
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425
Dec 06 14:12:23.621 INFO [stdout] 6: 0x559d565d1487 - golf_tee_game::logic::test_available_moves::h5350b02a5e2fc578
Dec 06 14:12:23.621 INFO [stdout] at src/logic/mod.rs:12
Dec 06 14:12:23.621 INFO [stdout] 7: 0x559d565d1359 - golf_tee_game::logic::test_available_moves::{{closure}}::h473ad62310a529d5
Dec 06 14:12:23.621 INFO [stdout] at src/logic/mod.rs:8
Dec 06 14:12:23.621 INFO [stdout] 8: 0x559d565d2c6d - core::ops::function::FnOnce::call_once::h23d385c0e1979492
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238
Dec 06 14:12:23.621 INFO [stdout] 9: 0x559d565eda5e - >::call_box::h9ed1658cdce7f33f
Dec 06 14:12:23.621 INFO [stdout] at src/libtest/lib.rs:1471
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673
Dec 06 14:12:23.621 INFO [stdout] 10: 0x559d5663f119 - __rust_maybe_catch_panic
Dec 06 14:12:23.621 INFO [stdout] at src/libpanic_unwind/lib.rs:102
Dec 06 14:12:23.621 INFO [stdout] 11: 0x559d565e5933 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398
Dec 06 14:12:23.621 INFO [stdout] at src/libtest/lib.rs:1426
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136
Dec 06 14:12:23.621 INFO [stdout] 12: 0x559d565e68c4 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310
Dec 06 14:12:23.621 INFO [stdout] 13: 0x559d5663f119 - __rust_maybe_catch_panic
Dec 06 14:12:23.621 INFO [stdout] at src/libpanic_unwind/lib.rs:102
Dec 06 14:12:23.621 INFO [stdout] 14: 0x559d565ed93c - >::call_box::h6465cc998309e287
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673
Dec 06 14:12:23.621 INFO [stdout] 15: 0x559d566330dd - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5
Dec 06 14:12:23.621 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/sys_common/thread.rs:24
Dec 06 14:12:23.621 INFO [stdout] at src/libstd/sys/unix/thread.rs:90
Dec 06 14:12:23.621 INFO [stdout] 16: 0x7f2dde8a36b9 - start_thread
Dec 06 14:12:23.621 INFO [stdout] 17: 0x7f2dde3c341c - clone
Dec 06 14:12:23.621 INFO [stdout] 18: 0x0 -
Dec 06 14:12:23.621 INFO [stdout]
Dec 06 14:12:23.621 INFO [stdout]
Dec 06 14:12:23.621 INFO [stdout] failures:
Dec 06 14:12:23.621 INFO [stdout] logic::test_available_moves
Dec 06 14:12:23.621 INFO [stdout]
Dec 06 14:12:23.621 INFO [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
Dec 06 14:12:23.621 INFO [stdout]
Dec 06 14:12:23.622 INFO [stderr] error: test failed, to rerun pass '--lib'
Dec 06 14:12:23.623 INFO [stderr] su: No module specific data is present
Dec 06 14:12:24.066 INFO running `"docker" "inspect" "cd1fcb5d2b9d5a6fdbd3d03a42bd5065a9732697d210fd3d65a3126ae0aa54e2"`
Dec 06 14:12:24.222 INFO running `"docker" "rm" "-f" "cd1fcb5d2b9d5a6fdbd3d03a42bd5065a9732697d210fd3d65a3126ae0aa54e2"`
Dec 06 14:12:24.344 INFO [stdout] cd1fcb5d2b9d5a6fdbd3d03a42bd5065a9732697d210fd3d65a3126ae0aa54e2