[INFO] updating cached repository https://github.com/trbarrett/mazes-for-programmers [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 75d0f290447de227d1645e6267dce93a6d62859e [INFO] testing trbarrett/mazes-for-programmers against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrbarrett%2Fmazes-for-programmers" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/trbarrett/mazes-for-programmers on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/trbarrett/mazes-for-programmers [INFO] finished tweaking git repo https://github.com/trbarrett/mazes-for-programmers [INFO] tweaked toml for git repo https://github.com/trbarrett/mazes-for-programmers written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/trbarrett/mazes-for-programmers already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6d1b581889f6673540f55d5d8a1b87ddfe6845c17f49492271ea31c8de70f797 [INFO] running `"docker" "start" "-a" "6d1b581889f6673540f55d5d8a1b87ddfe6845c17f49492271ea31c8de70f797"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling im v14.2.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling bitmaps v2.0.0 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling archery v0.3.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rpds v0.7.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.32.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling sized-chunks v0.5.1 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.5 [INFO] [stderr] Compiling pistoncore-window v0.43.0 [INFO] [stderr] Compiling piston-gfx_texture v0.36.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.48.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.61.0 [INFO] [stderr] Compiling piston v0.48.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.61.0 [INFO] [stderr] Compiling piston_window v0.98.0 [INFO] [stderr] Compiling mazes-for-programmers v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::slice::Iter` [INFO] [stderr] --> src/grid_primitives.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::slice::Iter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `mutable_linked_grid::*` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use mutable_linked_grid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:175:21 [INFO] [stderr] | [INFO] [stderr] 175 | if let Some(args) = event.update_args() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `dijkstraStartTime` should have a snake case name [INFO] [stderr] --> src/main.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | let mut dijkstraStartTime: Option> = None; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dijkstra_start_time` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `"docker" "inspect" "6d1b581889f6673540f55d5d8a1b87ddfe6845c17f49492271ea31c8de70f797"` [INFO] running `"docker" "rm" "-f" "6d1b581889f6673540f55d5d8a1b87ddfe6845c17f49492271ea31c8de70f797"` [INFO] [stdout] 6d1b581889f6673540f55d5d8a1b87ddfe6845c17f49492271ea31c8de70f797 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 1fdfcefecb2b6c666424a4914c11ea34a11af78d82f32c8c110507bd13e9b1a6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1fdfcefecb2b6c666424a4914c11ea34a11af78d82f32c8c110507bd13e9b1a6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling mazes-for-programmers v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::slice::Iter` [INFO] [stderr] --> src/grid_primitives.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::slice::Iter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `mutable_linked_grid::*` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use mutable_linked_grid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:175:21 [INFO] [stderr] | [INFO] [stderr] 175 | if let Some(args) = event.update_args() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `dijkstraStartTime` should have a snake case name [INFO] [stderr] --> src/main.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | let mut dijkstraStartTime: Option> = None; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dijkstra_start_time` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.39s [INFO] running `"docker" "inspect" "1fdfcefecb2b6c666424a4914c11ea34a11af78d82f32c8c110507bd13e9b1a6"` [INFO] running `"docker" "rm" "-f" "1fdfcefecb2b6c666424a4914c11ea34a11af78d82f32c8c110507bd13e9b1a6"` [INFO] [stdout] 1fdfcefecb2b6c666424a4914c11ea34a11af78d82f32c8c110507bd13e9b1a6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2373d873310e3d4ca675f390aa5fb074c3b3a3b26856a4e4b7588c1fde323ec3 [INFO] running `"docker" "start" "-a" "2373d873310e3d4ca675f390aa5fb074c3b3a3b26856a4e4b7588c1fde323ec3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `std::slice::Iter` [INFO] [stderr] --> src/grid_primitives.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::slice::Iter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `mutable_linked_grid::*` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use mutable_linked_grid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:175:21 [INFO] [stderr] | [INFO] [stderr] 175 | if let Some(args) = event.update_args() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `dijkstraStartTime` should have a snake case name [INFO] [stderr] --> src/main.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | let mut dijkstraStartTime: Option> = None; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dijkstra_start_time` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mazes_for_programmers-aae0616461974e4a [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test dijkstra::test::should_have_all_distances_at_least_up_to_6 ... FAILED [INFO] [stdout] test dijkstra::test::should_visit_each_pos_in_4x4_grid ... FAILED [INFO] [stdout] test dijkstra::test::should_visit_each_pos_in_4x8_grid ... FAILED [INFO] [stdout] test dijkstra::test::should_visit_each_pos_in_8x30_grid ... FAILED [INFO] [stdout] test dijkstra::test::should_visit_each_pos_in_2x2_grid ... FAILED [INFO] [stdout] test dijkstra::test::should_do_16_steps_in_4x4_grid ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_have_all_distances_at_least_up_to_6 stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_have_all_distances_at_least_up_to_6' panicked at 'assertion failed: d.distances.values().any(|&v| v == x)', src/dijkstra.rs:139:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56250368e1bb - std::panicking::begin_panic::h19f92522e4d97288 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x56250363f716 - mazes_for_programmers::dijkstra::test::should_have_all_distances_at_least_up_to_6::h842957dbeefc863e [INFO] [stdout] at src/dijkstra.rs:139 [INFO] [stdout] 14: 0x56250363f4ea - mazes_for_programmers::dijkstra::test::should_have_all_distances_at_least_up_to_6::{{closure}}::h243cadf93be7a54f [INFO] [stdout] at src/dijkstra.rs:134 [INFO] [stdout] 15: 0x56250362de6e - core::ops::function::FnOnce::call_once::h82cabe57ff1ba3f0 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 35: 0x7fa9c44b1103 - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_visit_each_pos_in_4x4_grid stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_visit_each_pos_in_4x4_grid' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[GridPos { row: Row(0), col: Col(0) }]`, [INFO] [stdout] right: `[GridPos { row: Row(0), col: Col(0) }, GridPos { row: Row(0), col: Col(1) }, GridPos { row: Row(1), col: Col(0) }, GridPos { row: Row(1), col: Col(1) }]`', src/dijkstra.rs:110:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5625036a3bbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5625036a3b2b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56250363ec61 - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_4x4_grid::hb9a7e277cefdadec [INFO] [stdout] at src/dijkstra.rs:110 [INFO] [stdout] 15: 0x56250363e94a - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_4x4_grid::{{closure}}::h8f8b8f37004e9788 [INFO] [stdout] at src/dijkstra.rs:104 [INFO] [stdout] 16: 0x56250362dcee - core::ops::function::FnOnce::call_once::h2d0bf5091c08ee72 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 36: 0x7fa9c44b1103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_visit_each_pos_in_4x8_grid stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_visit_each_pos_in_4x8_grid' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[GridPos { row: Row(0), col: Col(0) }]`, [INFO] [stdout] right: `[GridPos { row: Row(0), col: Col(0) }, GridPos { row: Row(0), col: Col(1) }, GridPos { row: Row(0), col: Col(2) }, GridPos { row: Row(0), col: Col(3) }, GridPos { row: Row(1), col: Col(0) }, GridPos { row: Row(1), col: Col(1) }, GridPos { row: Row(1), col: Col(2) }, GridPos { row: Row(1), col: Col(3) }, GridPos { row: Row(2), col: Col(0) }, GridPos { row: Row(2), col: Col(1) }, GridPos { row: Row(2), col: Col(2) }, GridPos { row: Row(2), col: Col(3) }, GridPos { row: Row(3), col: Col(0) }, GridPos { row: Row(3), col: Col(1) }, GridPos { row: Row(3), col: Col(2) }, GridPos { row: Row(3), col: Col(3) }, GridPos { row: Row(4), col: Col(0) }, GridPos { row: Row(4), col: Col(1) }, GridPos { row: Row(4), col: Col(2) }, GridPos { row: Row(4), col: Col(3) }, GridPos { row: Row(5), col: Col(0) }, GridPos { row: Row(5), col: Col(1) }, GridPos { row: Row(5), col: Col(2) }, GridPos { row: Row(5), col: Col(3) }, GridPos { row: Row(6), col: Col(0) }, GridPos { row: Row(6), col: Col(1) }, GridPos { row: Row(6), col: Col(2) }, GridPos { row: Row(6), col: Col(3) }, GridPos { row: Row(7), col: Col(0) }, GridPos { row: Row(7), col: Col(1) }, GridPos { row: Row(7), col: Col(2) }, GridPos { row: Row(7), col: Col(3) }]`', src/dijkstra.rs:120:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5625036a3bbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5625036a3b2b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56250363f040 - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_4x8_grid::h0e039475ed465cf5 [INFO] [stdout] at src/dijkstra.rs:120 [INFO] [stdout] 15: 0x56250363ed2a - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_4x8_grid::{{closure}}::h3a22b2103a27d59c [INFO] [stdout] at src/dijkstra.rs:114 [INFO] [stdout] 16: 0x56250362de0e - core::ops::function::FnOnce::call_once::h6098c00103d7989a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 36: 0x7fa9c44b1103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_visit_each_pos_in_8x30_grid stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_visit_each_pos_in_8x30_grid' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[GridPos { row: Row(0), col: Col(0) }]`, [INFO] [stdout] right: `[GridPos { row: Row(0), col: Col(0) }, GridPos { row: Row(0), col: Col(1) }, GridPos { row: Row(0), col: Col(2) }, GridPos { row: Row(0), col: Col(3) }, GridPos { row: Row(0), col: Col(4) }, GridPos { row: Row(0), col: Col(5) }, GridPos { row: Row(0), col: Col(6) }, GridPos { row: Row(0), col: Col(7) }, GridPos { row: Row(1), col: Col(0) }, GridPos { row: Row(1), col: Col(1) }, GridPos { row: Row(1), col: Col(2) }, GridPos { row: Row(1), col: Col(3) }, GridPos { row: Row(1), col: Col(4) }, GridPos { row: Row(1), col: Col(5) }, GridPos { row: Row(1), col: Col(6) }, GridPos { row: Row(1), col: Col(7) }, GridPos { row: Row(2), col: Col(0) }, GridPos { row: Row(2), col: Col(1) }, GridPos { row: Row(2), col: Col(2) }, GridPos { row: Row(2), col: Col(3) }, GridPos { row: Row(2), col: Col(4) }, GridPos { row: Row(2), col: Col(5) }, GridPos { row: Row(2), col: Col(6) }, GridPos { row: Row(2), col: Col(7) }, GridPos { row: Row(3), col: Col(0) }, GridPos { row: Row(3), col: Col(1) }, GridPos { row: Row(3), col: Col(2) }, GridPos { row: Row(3), col: Col(3) }, GridPos { row: Row(3), col: Col(4) }, GridPos { row: Row(3), col: Col(5) }, GridPos { row: Row(3), col: Col(6) }, GridPos { row: Row(3), col: Col(7) }, GridPos { row: Row(4), col: Col(0) }, GridPos { row: Row(4), col: Col(1) }, GridPos { row: Row(4), col: Col(2) }, GridPos { row: Row(4), col: Col(3) }, GridPos { row: Row(4), col: Col(4) }, GridPos { row: Row(4), col: Col(5) }, GridPos { row: Row(4), col: Col(6) }, GridPos { row: Row(4), col: Col(7) }, GridPos { row: Row(5), col: Col(0) }, GridPos { row: Row(5), col: Col(1) }, GridPos { row: Row(5), col: Col(2) }, GridPos { row: Row(5), col: Col(3) }, GridPos { row: Row(5), col: Col(4) }, GridPos { row: Row(5), col: Col(5) }, GridPos { row: Row(5), col: Col(6) }, GridPos { row: Row(5), col: Col(7) }, GridPos { row: Row(6), col: Col(0) }, GridPos { row: Row(6), col: Col(1) }, GridPos { row: Row(6), col: Col(2) }, GridPos { row: Row(6), col: Col(3) }, GridPos { row: Row(6), col: Col(4) }, GridPos { row: Row(6), col: Col(5) }, GridPos { row: Row(6), col: Col(6) }, GridPos { row: Row(6), col: Col(7) }, GridPos { row: Row(7), col: Col(0) }, GridPos { row: Row(7), col: Col(1) }, GridPos { row: Row(7), col: Col(2) }, GridPos { row: Row(7), col: Col(3) }, GridPos { row: Row(7), col: Col(4) }, GridPos { row: Row(7), col: Col(5) }, GridPos { row: Row(7), col: Col(6) }, GridPos { row: Row(7), col: Col(7) }, GridPos { row: Row(8), col: Col(0) }, GridPos { row: Row(8), col: Col(1) }, GridPos { row: Row(8), col: Col(2) }, GridPos { row: Row(8), col: Col(3) }, GridPos { row: Row(8), col: Col(4) }, GridPos { row: Row(8), col: Col(5) }, GridPos { row: Row(8), col: Col(6) }, GridPos { row: Row(8), col: Col(7) }, GridPos { row: Row(9), col: Col(0) }, GridPos { row: Row(9), col: Col(1) }, GridPos { row: Row(9), col: Col(2) }, GridPos { row: Row(9), col: Col(3) }, GridPos { row: Row(9), col: Col(4) }, GridPos { row: Row(9), col: Col(5) }, GridPos { row: Row(9), col: Col(6) }, GridPos { row: Row(9), col: Col(7) }, GridPos { row: Row(10), col: Col(0) }, GridPos { row: Row(10), col: Col(1) }, GridPos { row: Row(10), col: Col(2) }, GridPos { row: Row(10), col: Col(3) }, GridPos { row: Row(10), col: Col(4) }, GridPos { row: Row(10), col: Col(5) }, GridPos { row: Row(10), col: Col(6) }, GridPos { row: Row(10), col: Col(7) }, GridPos { row: Row(11), col: Col(0) }, GridPos { row: Row(11), col: Col(1) }, GridPos { row: Row(11), col: Col(2) }, GridPos { row: Row(11), col: Col(3) }, GridPos { row: Row(11), col: Col(4) }, GridPos { row: Row(11), col: Col(5) }, GridPos { row: Row(11), col: Col(6) }, GridPos { row: Row(11), col: Col(7) }, GridPos { row: Row(12), col: Col(0) }, GridPos { row: Row(12), col: Col(1) }, GridPos { row: Row(12), col: Col(2) }, GridPos { row: Row(12), col: Col(3) }, GridPos { row: Row(12), col: Col(4) }, GridPos { row: Row(12), col: Col(5) }, GridPos { row: Row(12), col: Col(6) }, GridPos { row: Row(12), col: Col(7) }, GridPos { row: Row(13), col: Col(0) }, GridPos { row: Row(13), col: Col(1) }, GridPos { row: Row(13), col: Col(2) }, GridPos { row: Row(13), col: Col(3) }, GridPos { row: Row(13), col: Col(4) }, GridPos { row: Row(13), col: Col(5) }, GridPos { row: Row(13), col: Col(6) }, GridPos { row: Row(13), col: Col(7) }, GridPos { row: Row(14), col: Col(0) }, GridPos { row: Row(14), col: Col(1) }, GridPos { row: Row(14), col: Col(2) }, GridPos { row: Row(14), col: Col(3) }, GridPos { row: Row(14), col: Col(4) }, GridPos { row: Row(14), col: Col(5) }, GridPos { row: Row(14), col: Col(6) }, GridPos { row: Row(14), col: Col(7) }, GridPos { row: Row(15), col: Col(0) }, GridPos { row: Row(15), col: Col(1) }, GridPos { row: Row(15), col: Col(2) }, GridPos { row: Row(15), col: Col(3) }, GridPos { row: Row(15), col: Col(4) }, GridPos { row: Row(15), col: Col(5) }, GridPos { row: Row(15), col: Col(6) }, GridPos { row: Row(15), col: Col(7) }, GridPos { row: Row(16), col: Col(0) }, GridPos { row: Row(16), col: Col(1) }, GridPos { row: Row(16), col: Col(2) }, GridPos { row: Row(16), col: Col(3) }, GridPos { row: Row(16), col: Col(4) }, GridPos { row: Row(16), col: Col(5) }, GridPos { row: Row(16), col: Col(6) }, GridPos { row: Row(16), col: Col(7) }, GridPos { row: Row(17), col: Col(0) }, GridPos { row: Row(17), col: Col(1) }, GridPos { row: Row(17), col: Col(2) }, GridPos { row: Row(17), col: Col(3) }, GridPos { row: Row(17), col: Col(4) }, GridPos { row: Row(17), col: Col(5) }, GridPos { row: Row(17), col: Col(6) }, GridPos { row: Row(17), col: Col(7) }, GridPos { row: Row(18), col: Col(0) }, GridPos { row: Row(18), col: Col(1) }, GridPos { row: Row(18), col: Col(2) }, GridPos { row: Row(18), col: Col(3) }, GridPos { row: Row(18), col: Col(4) }, GridPos { row: Row(18), col: Col(5) }, GridPos { row: Row(18), col: Col(6) }, GridPos { row: Row(18), col: Col(7) }, GridPos { row: Row(19), col: Col(0) }, GridPos { row: Row(19), col: Col(1) }, GridPos { row: Row(19), col: Col(2) }, GridPos { row: Row(19), col: Col(3) }, GridPos { row: Row(19), col: Col(4) }, GridPos { row: Row(19), col: Col(5) }, GridPos { row: Row(19), col: Col(6) }, GridPos { row: Row(19), col: Col(7) }, GridPos { row: Row(20), col: Col(0) }, GridPos { row: Row(20), col: Col(1) }, GridPos { row: Row(20), col: Col(2) }, GridPos { row: Row(20), col: Col(3) }, GridPos { row: Row(20), col: Col(4) }, GridPos { row: Row(20), col: Col(5) }, GridPos { row: Row(20), col: Col(6) }, GridPos { row: Row(20), col: Col(7) }, GridPos { row: Row(21), col: Col(0) }, GridPos { row: Row(21), col: Col(1) }, GridPos { row: Row(21), col: Col(2) }, GridPos { row: Row(21), col: Col(3) }, GridPos { row: Row(21), col: Col(4) }, GridPos { row: Row(21), col: Col(5) }, GridPos { row: Row(21), col: Col(6) }, GridPos { row: Row(21), col: Col(7) }, GridPos { row: Row(22), col: Col(0) }, GridPos { row: Row(22), col: Col(1) }, GridPos { row: Row(22), col: Col(2) }, GridPos { row: Row(22), col: Col(3) }, GridPos { row: Row(22), col: Col(4) }, GridPos { row: Row(22), col: Col(5) }, GridPos { row: Row(22), col: Col(6) }, GridPos { row: Row(22), col: Col(7) }, GridPos { row: Row(23), col: Col(0) }, GridPos { row: Row(23), col: Col(1) }, GridPos { row: Row(23), col: Col(2) }, GridPos { row: Row(23), col: Col(3) }, GridPos { row: Row(23), col: Col(4) }, GridPos { row: Row(23), col: Col(5) }, GridPos { row: Row(23), col: Col(6) }, GridPos { row: Row(23), col: Col(7) }, GridPos { row: Row(24), col: Col(0) }, GridPos { row: Row(24), col: Col(1) }, GridPos { row: Row(24), col: Col(2) }, GridPos { row: Row(24), col: Col(3) }, GridPos { row: Row(24), col: Col(4) }, GridPos { row: Row(24), col: Col(5) }, GridPos { row: Row(24), col: Col(6) }, GridPos { row: Row(24), col: Col(7) }, GridPos { row: Row(25), col: Col(0) }, GridPos { row: Row(25), col: Col(1) }, GridPos { row: Row(25), col: Col(2) }, GridPos { row: Row(25), col: Col(3) }, GridPos { row: Row(25), col: Col(4) }, GridPos { row: Row(25), col: Col(5) }, GridPos { row: Row(25), col: Col(6) }, GridPos { row: Row(25), col: Col(7) }, GridPos { row: Row(26), col: Col(0) }, GridPos { row: Row(26), col: Col(1) }, GridPos { row: Row(26), col: Col(2) }, GridPos { row: Row(26), col: Col(3) }, GridPos { row: Row(26), col: Col(4) }, GridPos { row: Row(26), col: Col(5) }, GridPos { row: Row(26), col: Col(6) }, GridPos { row: Row(26), col: Col(7) }, GridPos { row: Row(27), col: Col(0) }, GridPos { row: Row(27), col: Col(1) }, GridPos { row: Row(27), col: Col(2) }, GridPos { row: Row(27), col: Col(3) }, GridPos { row: Row(27), col: Col(4) }, GridPos { row: Row(27), col: Col(5) }, GridPos { row: Row(27), col: Col(6) }, GridPos { row: Row(27), col: Col(7) }, GridPos { row: Row(28), col: Col(0) }, GridPos { row: Row(28), col: Col(1) }, GridPos { row: Row(28), col: Col(2) }, GridPos { row: Row(28), col: Col(3) }, GridPos { row: Row(28), col: Col(4) }, GridPos { row: Row(28), col: Col(5) }, GridPos { row: Row(28), col: Col(6) }, GridPos { row: Row(28), col: Col(7) }, GridPos { row: Row(29), col: Col(0) }, GridPos { row: Row(29), col: Col(1) }, GridPos { row: Row(29), col: Col(2) }, GridPos { row: Row(29), col: Col(3) }, GridPos { row: Row(29), col: Col(4) }, GridPos { row: Row(29), col: Col(5) }, GridPos { row: Row(29), col: Col(6) }, GridPos { row: Row(29), col: Col(7) }]`', src/dijkstra.rs:130:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5625036a3bbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5625036a3b2b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56250363f420 - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_8x30_grid::hd4fe64e5ee3c0108 [INFO] [stdout] at src/dijkstra.rs:130 [INFO] [stdout] 15: 0x56250363f10a - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_8x30_grid::{{closure}}::h14a574b232174006 [INFO] [stdout] at src/dijkstra.rs:124 [INFO] [stdout] 16: 0x56250362de3e - core::ops::function::FnOnce::call_once::h7ac267799b11ec18 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 36: 0x7fa9c44b1103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_visit_each_pos_in_2x2_grid stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_visit_each_pos_in_2x2_grid' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[GridPos { row: Row(0), col: Col(0) }]`, [INFO] [stdout] right: `[GridPos { row: Row(0), col: Col(0) }, GridPos { row: Row(0), col: Col(1) }, GridPos { row: Row(1), col: Col(0) }, GridPos { row: Row(1), col: Col(1) }]`', src/dijkstra.rs:100:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5625036a3bbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5625036a3b2b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56250363e881 - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_2x2_grid::hb68ededa225892af [INFO] [stdout] at src/dijkstra.rs:100 [INFO] [stdout] 15: 0x56250363e56a - mazes_for_programmers::dijkstra::test::should_visit_each_pos_in_2x2_grid::{{closure}}::h6df9515bf2aeddaa [INFO] [stdout] at src/dijkstra.rs:94 [INFO] [stdout] 16: 0x56250362dfae - core::ops::function::FnOnce::call_once::he63f7d5e390d6283 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 36: 0x7fa9c44b1103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dijkstra::test::should_do_16_steps_in_4x4_grid stdout ---- [INFO] [stdout] thread 'dijkstra::test::should_do_16_steps_in_4x4_grid' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `16`', src/dijkstra.rs:90:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5625036a1155 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5625036a1155 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5625036a1155 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5625036a1155 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5625036c8fac - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5625036498e5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56250369b691 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5625036a3980 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5625036a3980 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5625036a3980 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5625036a367a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5625036a3fb7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5625036a3bbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5625036a3b2b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56250363e43b - mazes_for_programmers::dijkstra::test::should_do_16_steps_in_4x4_grid::ha3be68d3c995fd8c [INFO] [stdout] at src/dijkstra.rs:90 [INFO] [stdout] 15: 0x56250363e0fa - mazes_for_programmers::dijkstra::test::should_do_16_steps_in_4x4_grid::{{closure}}::h991a86342e669402 [INFO] [stdout] at src/dijkstra.rs:82 [INFO] [stdout] 16: 0x56250362df2e - core::ops::function::FnOnce::call_once::ha8f49297551e9f54 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x562503670cd2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x562503670cd2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x562503670cd2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x562503670cd2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x562503670cd2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x562503670cd2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x562503670cd2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x562503648da6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56250364e345 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56250364e345 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56250364e345 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56250364e345 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56250364e345 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56250364e345 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x5625036aa27a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x5625036aa27a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fa9c45a5609 - start_thread [INFO] [stdout] 36: 0x7fa9c44b1103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dijkstra::test::should_do_16_steps_in_4x4_grid [INFO] [stdout] dijkstra::test::should_have_all_distances_at_least_up_to_6 [INFO] [stdout] dijkstra::test::should_visit_each_pos_in_2x2_grid [INFO] [stdout] dijkstra::test::should_visit_each_pos_in_4x4_grid [INFO] [stdout] dijkstra::test::should_visit_each_pos_in_4x8_grid [INFO] [stdout] dijkstra::test::should_visit_each_pos_in_8x30_grid [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin mazes-for-programmers' [INFO] running `"docker" "inspect" "2373d873310e3d4ca675f390aa5fb074c3b3a3b26856a4e4b7588c1fde323ec3"` [INFO] running `"docker" "rm" "-f" "2373d873310e3d4ca675f390aa5fb074c3b3a3b26856a4e4b7588c1fde323ec3"` [INFO] [stdout] 2373d873310e3d4ca675f390aa5fb074c3b3a3b26856a4e4b7588c1fde323ec3