[INFO] cloning repository https://github.com/Svetixbot/game_of_pawns [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Svetixbot/game_of_pawns" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvetixbot%2Fgame_of_pawns", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvetixbot%2Fgame_of_pawns'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e6d29b220528d8de2fb57a424b0cb4eae358c62c [INFO] testing Svetixbot/game_of_pawns against try#a7ee93192a766fb0dafa23def7154fc03cfcfc3e for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvetixbot%2Fgame_of_pawns" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Svetixbot/game_of_pawns [INFO] finished tweaking git repo https://github.com/Svetixbot/game_of_pawns [INFO] tweaked toml for git repo https://github.com/Svetixbot/game_of_pawns written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Svetixbot/game_of_pawns on toolchain a7ee93192a766fb0dafa23def7154fc03cfcfc3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Svetixbot/game_of_pawns already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5bc6bc348d0fb752979b37253807ab573b14e5b14e26dadede37555163b303b9 [INFO] running `Command { std: "docker" "start" "-a" "5bc6bc348d0fb752979b37253807ab573b14e5b14e26dadede37555163b303b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5bc6bc348d0fb752979b37253807ab573b14e5b14e26dadede37555163b303b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bc6bc348d0fb752979b37253807ab573b14e5b14e26dadede37555163b303b9", kill_on_drop: false }` [INFO] [stdout] 5bc6bc348d0fb752979b37253807ab573b14e5b14e26dadede37555163b303b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 821c3d8983fc860e943acd6887b2a00bc20ef387ef6bbb5d63eb0f11d1bd5190 [INFO] running `Command { std: "docker" "start" "-a" "821c3d8983fc860e943acd6887b2a00bc20ef387ef6bbb5d63eb0f11d1bd5190", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling game_of_pawns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `Command { std: "docker" "inspect" "821c3d8983fc860e943acd6887b2a00bc20ef387ef6bbb5d63eb0f11d1bd5190", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "821c3d8983fc860e943acd6887b2a00bc20ef387ef6bbb5d63eb0f11d1bd5190", kill_on_drop: false }` [INFO] [stdout] 821c3d8983fc860e943acd6887b2a00bc20ef387ef6bbb5d63eb0f11d1bd5190 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22724a23d688d0ff5e022f5dedecb97e933cdfc8427a070429341ef40c865e48 [INFO] running `Command { std: "docker" "start" "-a" "22724a23d688d0ff5e022f5dedecb97e933cdfc8427a070429341ef40c865e48", kill_on_drop: false }` [INFO] [stderr] Compiling game_of_pawns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "22724a23d688d0ff5e022f5dedecb97e933cdfc8427a070429341ef40c865e48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22724a23d688d0ff5e022f5dedecb97e933cdfc8427a070429341ef40c865e48", kill_on_drop: false }` [INFO] [stdout] 22724a23d688d0ff5e022f5dedecb97e933cdfc8427a070429341ef40c865e48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57e6bacba710a1d21a3976c7393055cfdb67ca91c875141943fdbc4809ecac08 [INFO] running `Command { std: "docker" "start" "-a" "57e6bacba710a1d21a3976c7393055cfdb67ca91c875141943fdbc4809ecac08", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/game_of_pawns-b1468d11e4e5ef0b) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test board::tests::it_adds_piece_to_an_empty_board ... ok [INFO] [stdout] test printer::tests::pieces_should_be_present ... ok [INFO] [stderr] [INFO] [stderr] thread 'pieces::tests::it_always_has_kings' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.4.0/src/block.rs:186:26: [INFO] [stderr] misaligned pointer dereference: address must be a multiple of 0x8 but is 0x75d8b43a8604 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55c91d25d0c2 - std[b14e17aa63033746]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x55c91d25d0c2 - std[b14e17aa63033746]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x55c91d25d0c2 - std[b14e17aa63033746]::sys::backtrace::_print_fmt [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/backtrace.rs:74:9 [INFO] [stderr] 3: 0x55c91d25d0c2 - <::print::DisplayBacktrace as core[7ebf52c056bd56a4]::fmt::Display>::fmt [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/backtrace.rs:44:26 [INFO] [stderr] 4: 0x55c91d271bea - ::fmt [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x55c91d271bea - core[7ebf52c056bd56a4]::fmt::write [INFO] [stderr] 6: 0x55c91d262d66 - std[b14e17aa63033746]::io::default_write_fmt:: [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x55c91d262d66 - ::write_fmt [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/io/mod.rs:1994:13 [INFO] [stderr] 8: 0x55c91d23b58f - ::print [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/backtrace.rs:47:9 [INFO] [stderr] 9: 0x55c91d23b58f - std[b14e17aa63033746]::panicking::default_hook::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:292:27 [INFO] [stderr] 10: 0x55c91d255371 - std[b14e17aa63033746]::panicking::default_hook [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:319:9 [INFO] [stderr] 11: 0x55c91d1ccb2e - core[7ebf52c056bd56a4]::ops::function::Fn<(&'a std[b14e17aa63033746]::panic::PanicHookInfo<'b>,), Output = ()> + core[7ebf52c056bd56a4]::marker::Send + core[7ebf52c056bd56a4]::marker::Sync> as core[7ebf52c056bd56a4]::ops::function::Fn<(&std[b14e17aa63033746]::panic::PanicHookInfo,)>>::call [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/alloc/src/boxed.rs:2220:9 [INFO] [stderr] 12: 0x55c91d1ccb2e - test[3318909d72adbd73]::test_main_with_exit_callback::::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:145:21 [INFO] [stderr] 13: 0x55c91d255562 - core[7ebf52c056bd56a4]::ops::function::Fn<(&'a std[b14e17aa63033746]::panic::PanicHookInfo<'b>,), Output = ()> + core[7ebf52c056bd56a4]::marker::Send + core[7ebf52c056bd56a4]::marker::Sync> as core[7ebf52c056bd56a4]::ops::function::Fn<(&std[b14e17aa63033746]::panic::PanicHookInfo,)>>::call [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/alloc/src/boxed.rs:2220:9 [INFO] [stderr] 14: 0x55c91d255562 - std[b14e17aa63033746]::panicking::panic_with_hook [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:833:13 [INFO] [stderr] 15: 0x55c91d23b648 - std[b14e17aa63033746]::panicking::panic_handler::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:698:13 [INFO] [stderr] 16: 0x55c91d233079 - std[b14e17aa63033746]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/backtrace.rs:182:18 [INFO] [stderr] 17: 0x55c91d23c49d - __rustc[f8abce35e9738d16]::rust_begin_unwind [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:689:5 [INFO] [stderr] 18: 0x55c91d2720dd - core[7ebf52c056bd56a4]::panicking::panic_nounwind_fmt::runtime [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/panicking.rs:122:22 [INFO] [stderr] 19: 0x55c91d2720dd - core[7ebf52c056bd56a4]::panicking::panic_nounwind_fmt [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/intrinsics/mod.rs:2431:9 [INFO] [stderr] 20: 0x55c91d272269 - core[7ebf52c056bd56a4]::panicking::panic_misaligned_pointer_dereference [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/panicking.rs:284:5 [INFO] [stderr] 21: 0x55c91d1b8452 - > as rand_core[126a41798a969db7]::RngCore>::next_u64::{closure#0} [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.4.0/src/block.rs:186:26 [INFO] [stderr] 22: 0x55c91d1a7256 - > as rand_core[126a41798a969db7]::RngCore>::next_u64 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.4.0/src/block.rs:200:13 [INFO] [stderr] 23: 0x55c91d1a7256 - as rand_core[126a41798a969db7]::RngCore>::next_u64 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/rngs/adapter/reseeding.rs:125:16 [INFO] [stderr] 24: 0x55c91d1a7256 - ::next_u64 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/rngs/thread.rs:113:30 [INFO] [stderr] 25: 0x55c91d1a7256 - >::sample:: [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/distributions/integer.rs:69:13 [INFO] [stderr] 26: 0x55c91d1bed02 - ::gen:: [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/lib.rs:215:18 [INFO] [stderr] 27: 0x55c91d1a780f - as rand[c640e8f1ce475198]::distributions::uniform::UniformSampler>::sample_single:: [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/distributions/uniform.rs:451:43 [INFO] [stderr] 28: 0x55c91d1bed60 - ::gen_range:: [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.6.5/src/lib.rs:245:9 [INFO] [stderr] 29: 0x55c91d1b3d7b - game_of_pawns[471d46c8db427c1]::pieces::generate_set [INFO] [stderr] at /opt/rustwide/workdir/src/pieces.rs:59:64 [INFO] [stderr] 30: 0x55c91d1bd850 - game_of_pawns[471d46c8db427c1]::pieces::tests::it_always_has_kings [INFO] [stderr] at /opt/rustwide/workdir/src/pieces.rs:70:13 [INFO] [stderr] 31: 0x55c91d1bc9b7 - game_of_pawns[471d46c8db427c1]::pieces::tests::it_always_has_kings::{closure#0} [INFO] [stderr] at /opt/rustwide/workdir/src/pieces.rs:68:27 [INFO] [stderr] 32: 0x55c91d1b4e06 - >::call_once [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 33: 0x55c91d1c0edb - core[7ebf52c056bd56a4]::result::Result<(), alloc[ed4a2d6a5f8966cc]::string::String> as core[7ebf52c056bd56a4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 34: 0x55c91d1c0edb - test[3318909d72adbd73]::__rust_begin_short_backtrace::, fn() -> core[7ebf52c056bd56a4]::result::Result<(), alloc[ed4a2d6a5f8966cc]::string::String>> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:663:18 [INFO] [stderr] 35: 0x55c91d1cd73a - test[3318909d72adbd73]::run_test_in_process::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:686:74 [INFO] [stderr] 36: 0x55c91d1cd73a - as core[7ebf52c056bd56a4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stderr] 37: 0x55c91d1cd73a - std[b14e17aa63033746]::panicking::catch_unwind::do_call::, core[7ebf52c056bd56a4]::result::Result<(), alloc[ed4a2d6a5f8966cc]::string::String>> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:581:40 [INFO] [stderr] 38: 0x55c91d1cd73a - std[b14e17aa63033746]::panicking::catch_unwind::, core[7ebf52c056bd56a4]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 39: 0x55c91d1cd73a - std[b14e17aa63033746]::panic::catch_unwind::, core[7ebf52c056bd56a4]::result::Result<(), alloc[ed4a2d6a5f8966cc]::string::String>> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panic.rs:359:14 [INFO] [stderr] 40: 0x55c91d1cd73a - test[3318909d72adbd73]::run_test_in_process [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:686:27 [INFO] [stderr] 41: 0x55c91d1cd73a - test[3318909d72adbd73]::run_test::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:607:43 [INFO] [stderr] 42: 0x55c91d1c8ce4 - test[3318909d72adbd73]::run_test::{closure#1} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/test/src/lib.rs:637:41 [INFO] [stderr] 43: 0x55c91d1c8ce4 - std[b14e17aa63033746]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/backtrace.rs:166:18 [INFO] [stderr] 44: 0x55c91d1d0232 - std[b14e17aa63033746]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stderr] 45: 0x55c91d1d0232 - ::{closure#1}::{closure#0}> as core[7ebf52c056bd56a4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stderr] 46: 0x55c91d1d0232 - std[b14e17aa63033746]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:581:40 [INFO] [stderr] 47: 0x55c91d1d0232 - std[b14e17aa63033746]::panicking::catch_unwind::<(), core[7ebf52c056bd56a4]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 48: 0x55c91d1d0232 - std[b14e17aa63033746]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/panic.rs:359:14 [INFO] [stderr] 49: 0x55c91d1d0232 - std[b14e17aa63033746]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stderr] 50: 0x55c91d1d0232 - ::{closure#1} as core[7ebf52c056bd56a4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 51: 0x55c91d25c96f - + core[7ebf52c056bd56a4]::marker::Send> as core[7ebf52c056bd56a4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/alloc/src/boxed.rs:2206:9 [INFO] [stderr] 52: 0x55c91d25c96f - ::new::thread_start [INFO] [stderr] at /rustc/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/library/std/src/sys/thread/unix.rs:127:17 [INFO] [stderr] 53: 0x75d8b4c4eaa4 - [INFO] [stderr] 54: 0x75d8b4cdba64 - clone [INFO] [stderr] 55: 0x0 - [INFO] [stderr] thread caused non-unwinding panic. aborting. [INFO] [stderr] error: test failed, to rerun pass `--bin game_of_pawns` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/game_of_pawns-b1468d11e4e5ef0b` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "57e6bacba710a1d21a3976c7393055cfdb67ca91c875141943fdbc4809ecac08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57e6bacba710a1d21a3976c7393055cfdb67ca91c875141943fdbc4809ecac08", kill_on_drop: false }` [INFO] [stdout] 57e6bacba710a1d21a3976c7393055cfdb67ca91c875141943fdbc4809ecac08