[INFO] cloning repository https://github.com/inoutch/dungeon_3d_generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inoutch/dungeon_3d_generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoutch%2Fdungeon_3d_generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoutch%2Fdungeon_3d_generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3b08e3b789a00bbba5fe085d82092173d34cfde3
[INFO] testing inoutch/dungeon_3d_generator against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoutch%2Fdungeon_3d_generator" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/inoutch/dungeon_3d_generator
[INFO] finished tweaking git repo https://github.com/inoutch/dungeon_3d_generator
[INFO] tweaked toml for git repo https://github.com/inoutch/dungeon_3d_generator written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/inoutch/dungeon_3d_generator on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/inoutch/dungeon_3d_generator 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cad8010601189d65d48c8802cb344eefc363e73e992d5f5bb1c3e8b5e1814839
[INFO] running `Command { std: "docker" "start" "-a" "cad8010601189d65d48c8802cb344eefc363e73e992d5f5bb1c3e8b5e1814839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cad8010601189d65d48c8802cb344eefc363e73e992d5f5bb1c3e8b5e1814839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cad8010601189d65d48c8802cb344eefc363e73e992d5f5bb1c3e8b5e1814839", kill_on_drop: false }`
[INFO] [stdout] cad8010601189d65d48c8802cb344eefc363e73e992d5f5bb1c3e8b5e1814839
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3985079b9880aabd6e6fbb5db9c550e63a76978f0fd6ca2d5e80030426023c30
[INFO] running `Command { std: "docker" "start" "-a" "3985079b9880aabd6e6fbb5db9c550e63a76978f0fd6ca2d5e80030426023c30", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling safe_arch v0.7.2
[INFO] [stderr]    Compiling wide v0.7.30
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling pathfinding v4.12.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling dungeon_3d_generator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.81s
[INFO] running `Command { std: "docker" "inspect" "3985079b9880aabd6e6fbb5db9c550e63a76978f0fd6ca2d5e80030426023c30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3985079b9880aabd6e6fbb5db9c550e63a76978f0fd6ca2d5e80030426023c30", kill_on_drop: false }`
[INFO] [stdout] 3985079b9880aabd6e6fbb5db9c550e63a76978f0fd6ca2d5e80030426023c30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c20944dc0b67df8f411914e07a19a7d7eb0b93db024cb3f9557dd5de864b9d95
[INFO] running `Command { std: "docker" "start" "-a" "c20944dc0b67df8f411914e07a19a7d7eb0b93db024cb3f9557dd5de864b9d95", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling insta v1.41.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dungeon_3d_generator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.27s
[INFO] running `Command { std: "docker" "inspect" "c20944dc0b67df8f411914e07a19a7d7eb0b93db024cb3f9557dd5de864b9d95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c20944dc0b67df8f411914e07a19a7d7eb0b93db024cb3f9557dd5de864b9d95", kill_on_drop: false }`
[INFO] [stdout] c20944dc0b67df8f411914e07a19a7d7eb0b93db024cb3f9557dd5de864b9d95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 481f9412b07ed583da47caa59a20536076cceed79f0eee47bb9d4c64c9bd3762
[INFO] running `Command { std: "docker" "start" "-a" "481f9412b07ed583da47caa59a20536076cceed79f0eee47bb9d4c64c9bd3762", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dungeon_3d_generator-a6a4c69d986965bb)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test divided_randomized_dungeon::tests::test_default_generate ... FAILED
[INFO] [stdout] test generate_drd::tests::test_default_generate ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- divided_randomized_dungeon::tests::test_default_generate stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/dungeon_3d_generator__divided_randomized_dungeon__tests__default_generate.snap
[INFO] [stdout] Snapshot: default_generate
[INFO] [stdout] Source: src/divided_randomized_dungeon.rs:332
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: result.passages
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Passage {
[INFO] [stdout]           2 │+        cells: [],
[INFO] [stdout]           3 │+        start: (
[INFO] [stdout]           4 │+            2,
[INFO] [stdout]           5 │+            0,
[INFO] [stdout]           6 │+            5,
[INFO] [stdout]           7 │+        ),
[INFO] [stdout]           8 │+        start_dirs: {
[INFO] [stdout]           9 │+            Near,
[INFO] [stdout]          10 │+        },
[INFO] [stdout]          11 │+        start_room_id: RoomId(
[INFO] [stdout]          12 │+            1,
[INFO] [stdout]          13 │+        ),
[INFO] [stdout]          14 │+        end_room_id: RoomId(
[INFO] [stdout]          15 │+            9,
[INFO] [stdout]          16 │+        ),
[INFO] [stdout]          17 │+        height: 2,
[INFO] [stdout]          18 │+    },
[INFO] [stdout]          19 │+    Passage {
[INFO] [stdout]          20 │+        cells: [],
[INFO] [stdout]          21 │+        start: (
[INFO] [stdout]          22 │+            2,
[INFO] [stdout]          23 │+            0,
[INFO] [stdout]          24 │+            14,
[INFO] [stdout]          25 │+        ),
[INFO] [stdout]          26 │+        start_dirs: {
[INFO] [stdout]          27 │+            Near,
[INFO] [stdout]          28 │+        },
[INFO] [stdout]          29 │+        start_room_id: RoomId(
[INFO] [stdout]          30 │+            2,
[INFO] [stdout]          31 │+        ),
[INFO] [stdout]          32 │+        end_room_id: RoomId(
[INFO] [stdout]          33 │+            3,
[INFO] [stdout]          34 │+        ),
[INFO] [stdout]          35 │+        height: 2,
[INFO] [stdout]          36 │+    },
[INFO] [stdout]          37 │+    Passage {
[INFO] [stdout]          38 │+        cells: [],
[INFO] [stdout]          39 │+        start: (
[INFO] [stdout]          40 │+            4,
[INFO] [stdout]          41 │+            0,
[INFO] [stdout]          42 │+            10,
[INFO] [stdout]          43 │+        ),
[INFO] [stdout]          44 │+        start_dirs: {
[INFO] [stdout]          45 │+            Far,
[INFO] [stdout]          46 │+        },
[INFO] [stdout]          47 │+        start_room_id: RoomId(
[INFO] [stdout]          48 │+            2,
[INFO] [stdout]          49 │+        ),
[INFO] [stdout]          50 │+        end_room_id: RoomId(
[INFO] [stdout]          51 │+            8,
[INFO] [stdout]          52 │+        ),
[INFO] [stdout]          53 │+        height: 2,
[INFO] [stdout]          54 │+    },
[INFO] [stdout]          55 │+    Passage {
[INFO] [stdout]          56 │+        cells: [],
[INFO] [stdout]          57 │+        start: (
[INFO] [stdout]          58 │+            4,
[INFO] [stdout]          59 │+            0,
[INFO] [stdout]          60 │+            22,
[INFO] [stdout]          61 │+        ),
[INFO] [stdout]          62 │+        start_dirs: {
[INFO] [stdout]          63 │+            Right,
[INFO] [stdout]          64 │+        },
[INFO] [stdout]          65 │+        start_room_id: RoomId(
[INFO] [stdout]          66 │+            3,
[INFO] [stdout]          67 │+        ),
[INFO] [stdout]          68 │+        end_room_id: RoomId(
[INFO] [stdout]          69 │+            10,
[INFO] [stdout]          70 │+        ),
[INFO] [stdout]          71 │+        height: 2,
[INFO] [stdout]          72 │+    },
[INFO] [stdout]          73 │+    Passage {
[INFO] [stdout]          74 │+        cells: [],
[INFO] [stdout]          75 │+        start: (
[INFO] [stdout]          76 │+            10,
[INFO] [stdout]          77 │+            0,
[INFO] [stdout]          78 │+            8,
[INFO] [stdout]          79 │+        ),
[INFO] [stdout]          80 │+        start_dirs: {
[INFO] [stdout]          81 │+            Left,
[INFO] [stdout]          82 │+        },
[INFO] [stdout]          83 │+        start_room_id: RoomId(
[INFO] [stdout]          84 │+            4,
[INFO] [stdout]          85 │+        ),
[INFO] [stdout]          86 │+        end_room_id: RoomId(
[INFO] [stdout]          87 │+            8,
[INFO] [stdout]          88 │+        ),
[INFO] [stdout]          89 │+        height: 2,
[INFO] [stdout]          90 │+    },
[INFO] [stdout]          91 │+    Passage {
[INFO] [stdout]          92 │+        cells: [],
[INFO] [stdout]          93 │+        start: (
[INFO] [stdout]          94 │+            15,
[INFO] [stdout]          95 │+            0,
[INFO] [stdout]          96 │+            4,
[INFO] [stdout]          97 │+        ),
[INFO] [stdout]          98 │+        start_dirs: {
[INFO] [stdout]          99 │+            Right,
[INFO] [stdout]         100 │+        },
[INFO] [stdout]         101 │+        start_room_id: RoomId(
[INFO] [stdout]         102 │+            4,
[INFO] [stdout]         103 │+        ),
[INFO] [stdout]         104 │+        end_room_id: RoomId(
[INFO] [stdout]         105 │+            11,
[INFO] [stdout]         106 │+        ),
[INFO] [stdout]         107 │+        height: 2,
[INFO] [stdout]         108 │+    },
[INFO] [stdout]         109 │+    Passage {
[INFO] [stdout]         110 │+        cells: [],
[INFO] [stdout]         111 │+        start: (
[INFO] [stdout]         112 │+            10,
[INFO] [stdout]         113 │+            0,
[INFO] [stdout]         114 │+            21,
[INFO] [stdout]         115 │+        ),
[INFO] [stdout]         116 │+        start_dirs: {
[INFO] [stdout]         117 │+            Left,
[INFO] [stdout]         118 │+        },
[INFO] [stdout]         119 │+        start_room_id: RoomId(
[INFO] [stdout]         120 │+            5,
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]         121 │+        ),
[INFO] [stdout]         122 │+        end_room_id: RoomId(
[INFO] [stdout]         123 │+            10,
[INFO] [stdout]         124 │+        ),
[INFO] [stdout]         125 │+        height: 2,
[INFO] [stdout]         126 │+    },
[INFO] [stdout]         127 │+    Passage {
[INFO] [stdout]         128 │+        cells: [],
[INFO] [stdout]         129 │+        start: (
[INFO] [stdout]         130 │+            15,
[INFO] [stdout]         131 │+            0,
[INFO] [stdout]         132 │+            19,
[INFO] [stdout]         133 │+        ),
[INFO] [stdout]         134 │+        start_dirs: {
[INFO] [stdout]         135 │+            Right,
[INFO] [stdout]         136 │+        },
[INFO] [stdout]         137 │+        start_room_id: RoomId(
[INFO] [stdout]         138 │+            5,
[INFO] [stdout]         139 │+        ),
[INFO] [stdout]         140 │+        end_room_id: RoomId(
[INFO] [stdout]         141 │+            12,
[INFO] [stdout]         142 │+        ),
[INFO] [stdout]         143 │+        height: 2,
[INFO] [stdout]         144 │+    },
[INFO] [stdout]         145 │+    Passage {
[INFO] [stdout]         146 │+        cells: [],
[INFO] [stdout]         147 │+        start: (
[INFO] [stdout]         148 │+            20,
[INFO] [stdout]         149 │+            0,
[INFO] [stdout]         150 │+            5,
[INFO] [stdout]         151 │+        ),
[INFO] [stdout]         152 │+        start_dirs: {
[INFO] [stdout]         153 │+            Left,
[INFO] [stdout]         154 │+            Far,
[INFO] [stdout]         155 │+        },
[INFO] [stdout]         156 │+        start_room_id: RoomId(
[INFO] [stdout]         157 │+            6,
[INFO] [stdout]         158 │+        ),
[INFO] [stdout]         159 │+        end_room_id: RoomId(
[INFO] [stdout]         160 │+            11,
[INFO] [stdout]         161 │+        ),
[INFO] [stdout]         162 │+        height: 2,
[INFO] [stdout]         163 │+    },
[INFO] [stdout]         164 │+    Passage {
[INFO] [stdout]         165 │+        cells: [],
[INFO] [stdout]         166 │+        start: (
[INFO] [stdout]         167 │+            21,
[INFO] [stdout]         168 │+            0,
[INFO] [stdout]         169 │+            20,
[INFO] [stdout]         170 │+        ),
[INFO] [stdout]         171 │+        start_dirs: {
[INFO] [stdout]         172 │+            Left,
[INFO] [stdout]         173 │+        },
[INFO] [stdout]         174 │+        start_room_id: RoomId(
[INFO] [stdout]         175 │+            7,
[INFO] [stdout]         176 │+        ),
[INFO] [stdout]         177 │+        end_room_id: RoomId(
[INFO] [stdout]         178 │+            12,
[INFO] [stdout]         179 │+        ),
[INFO] [stdout]         180 │+        height: 2,
[INFO] [stdout]         181 │+    },
[INFO] [stdout]         182 │+    Passage {
[INFO] [stdout]         183 │+        cells: [],
[INFO] [stdout]         184 │+        start: (
[INFO] [stdout]         185 │+            4,
[INFO] [stdout]         186 │+            3,
[INFO] [stdout]         187 │+            5,
[INFO] [stdout]         188 │+        ),
[INFO] [stdout]         189 │+        start_dirs: {
[INFO] [stdout]         190 │+            Left,
[INFO] [stdout]         191 │+            Far,
[INFO] [stdout]         192 │+        },
[INFO] [stdout]         193 │+        start_room_id: RoomId(
[INFO] [stdout]         194 │+            8,
[INFO] [stdout]         195 │+        ),
[INFO] [stdout]         196 │+        end_room_id: RoomId(
[INFO] [stdout]         197 │+            9,
[INFO] [stdout]         198 │+        ),
[INFO] [stdout]         199 │+        height: 2,
[INFO] [stdout]         200 │+    },
[INFO] [stdout]         201 │+    Passage {
[INFO] [stdout]         202 │+        cells: [],
[INFO] [stdout]         203 │+        start: (
[INFO] [stdout]         204 │+            4,
[INFO] [stdout]         205 │+            0,
[INFO] [stdout]         206 │+            10,
[INFO] [stdout]         207 │+        ),
[INFO] [stdout]         208 │+        start_dirs: {
[INFO] [stdout]         209 │+            Far,
[INFO] [stdout]         210 │+        },
[INFO] [stdout]         211 │+        start_room_id: RoomId(
[INFO] [stdout]         212 │+            2,
[INFO] [stdout]         213 │+        ),
[INFO] [stdout]         214 │+        end_room_id: RoomId(
[INFO] [stdout]         215 │+            4,
[INFO] [stdout]         216 │+        ),
[INFO] [stdout]         217 │+        height: 2,
[INFO] [stdout]         218 │+    },
[INFO] [stdout]         219 │+    Passage {
[INFO] [stdout]         220 │+        cells: [],
[INFO] [stdout]         221 │+        start: (
[INFO] [stdout]         222 │+            12,
[INFO] [stdout]         223 │+            0,
[INFO] [stdout]         224 │+            8,
[INFO] [stdout]         225 │+        ),
[INFO] [stdout]         226 │+        start_dirs: {
[INFO] [stdout]         227 │+            Near,
[INFO] [stdout]         228 │+        },
[INFO] [stdout]         229 │+        start_room_id: RoomId(
[INFO] [stdout]         230 │+            4,
[INFO] [stdout]         231 │+        ),
[INFO] [stdout]         232 │+        end_room_id: RoomId(
[INFO] [stdout]         233 │+            5,
[INFO] [stdout]         234 │+        ),
[INFO] [stdout]         235 │+        height: 2,
[INFO] [stdout]         236 │+    },
[INFO] [stdout]         237 │+    Passage {
[INFO] [stdout]         238 │+        cells: [],
[INFO] [stdout]         239 │+        start: (
[INFO] [stdout]         240 │+            10,
[INFO] [stdout]         241 │+            0,
[INFO] [stdout]         242 │+            17,
[INFO] [stdout]         243 │+        ),
[INFO] [stdout]         244 │+        start_dirs: {
[INFO] [stdout]         245 │+            Left,
[INFO] [stdout]         246 │+            Far,
[INFO] [stdout]         247 │+        },
[INFO] [stdout]         248 │+        start_room_id: RoomId(
[INFO] [stdout]         249 │+            5,
[INFO] [stdout]         250 │+        ),
[INFO] [stdout]         251 │+        end_room_id: RoomId(
[INFO] [stdout]         252 │+            2,
[INFO] [stdout]         253 │+        ),
[INFO] [stdout]         254 │+        height: 2,
[INFO] [stdout]         255 │+    },
[INFO] [stdout]         256 │+    Passage {
[INFO] [stdout]         257 │+        cells: [],
[INFO] [stdout]         258 │+        start: (
[INFO] [stdout]         259 │+            11,
[INFO] [stdout]         260 │+            0,
[INFO] [stdout]         261 │+            17,
[INFO] [stdout]         262 │+        ),
[INFO] [stdout]         263 │+        start_dirs: {
[INFO] [stdout]         264 │+            Far,
[INFO] [stdout]         265 │+        },
[INFO] [stdout]         266 │+        start_room_id: RoomId(
[INFO] [stdout]         267 │+            5,
[INFO] [stdout]         268 │+        ),
[INFO] [stdout]         269 │+        end_room_id: RoomId(
[INFO] [stdout]         270 │+            8,
[INFO] [stdout]         271 │+        ),
[INFO] [stdout]         272 │+        height: 2,
[INFO] [stdout]         273 │+    },
[INFO] [stdout]         274 │+    Passage {
[INFO] [stdout]         275 │+        cells: [],
[INFO] [stdout]         276 │+        start: (
[INFO] [stdout]         277 │+            2,
[INFO] [stdout]         278 │+            0,
[INFO] [stdout]         279 │+            20,
[INFO] [stdout]         280 │+        ),
[INFO] [stdout]         281 │+        start_dirs: {
[INFO] [stdout]         282 │+            Far,
[INFO] [stdout]         283 │+        },
[INFO] [stdout]         284 │+        start_room_id: RoomId(
[INFO] [stdout]         285 │+            3,
[INFO] [stdout]         286 │+        ),
[INFO] [stdout]         287 │+        end_room_id: RoomId(
[INFO] [stdout]         288 │+            9,
[INFO] [stdout]         289 │+        ),
[INFO] [stdout]         290 │+        height: 2,
[INFO] [stdout]         291 │+    },
[INFO] [stdout]         292 │+    Passage {
[INFO] [stdout]         293 │+        cells: [],
[INFO] [stdout]         294 │+        start: (
[INFO] [stdout]         295 │+            16,
[INFO] [stdout]         296 │+            6,
[INFO] [stdout]         297 │+            4,
[INFO] [stdout]         298 │+        ),
[INFO] [stdout]         299 │+        start_dirs: {
[INFO] [stdout]         300 │+            Left,
[INFO] [stdout]         301 │+        },
[INFO] [stdout]         302 │+        start_room_id: RoomId(
[INFO] [stdout]         303 │+            11,
[INFO] [stdout]         304 │+        ),
[INFO] [stdout]         305 │+        end_room_id: RoomId(
[INFO] [stdout]         306 │+            9,
[INFO] [stdout]         307 │+        ),
[INFO] [stdout]         308 │+        height: 2,
[INFO] [stdout]         309 │+    },
[INFO] [stdout]         310 │+    Passage {
[INFO] [stdout]         311 │+        cells: [],
[INFO] [stdout]         312 │+        start: (
[INFO] [stdout]         313 │+            9,
[INFO] [stdout]         314 │+            3,
[INFO] [stdout]         315 │+            8,
[INFO] [stdout]         316 │+        ),
[INFO] [stdout]         317 │+        start_dirs: {
[INFO] [stdout]         318 │+            Right,
[INFO] [stdout]         319 │+        },
[INFO] [stdout]         320 │+        start_room_id: RoomId(
[INFO] [stdout]         321 │+            8,
[INFO] [stdout]         322 │+        ),
[INFO] [stdout]         323 │+        end_room_id: RoomId(
[INFO] [stdout]         324 │+            11,
[INFO] [stdout]         325 │+        ),
[INFO] [stdout]         326 │+        height: 2,
[INFO] [stdout]         327 │+    },
[INFO] [stdout]         328 │+    Passage {
[INFO] [stdout]         329 │+        cells: [],
[INFO] [stdout]         330 │+        start: (
[INFO] [stdout]         331 │+            9,
[INFO] [stdout]         332 │+            3,
[INFO] [stdout]         333 │+            12,
[INFO] [stdout]         334 │+        ),
[INFO] [stdout]         335 │+        start_dirs: {
[INFO] [stdout]         336 │+            Right,
[INFO] [stdout]         337 │+        },
[INFO] [stdout]         338 │+        start_room_id: RoomId(
[INFO] [stdout]         339 │+            8,
[INFO] [stdout]         340 │+        ),
[INFO] [stdout]         341 │+        end_room_id: RoomId(
[INFO] [stdout]         342 │+            12,
[INFO] [stdout]         343 │+        ),
[INFO] [stdout]         344 │+        height: 2,
[INFO] [stdout]         345 │+    },
[INFO] [stdout]         346 │+    Passage {
[INFO] [stdout]         347 │+        cells: [],
[INFO] [stdout]         348 │+        start: (
[INFO] [stdout]         349 │+            16,
[INFO] [stdout]         350 │+            6,
[INFO] [stdout]         351 │+            20,
[INFO] [stdout]         352 │+        ),
[INFO] [stdout]         353 │+        start_dirs: {
[INFO] [stdout]         354 │+            Left,
[INFO] [stdout]         355 │+        },
[INFO] [stdout]         356 │+        start_room_id: RoomId(
[INFO] [stdout]         357 │+            12,
[INFO] [stdout]         358 │+        ),
[INFO] [stdout]         359 │+        end_room_id: RoomId(
[INFO] [stdout]         360 │+            10,
[INFO] [stdout]         361 │+        ),
[INFO] [stdout]         362 │+        height: 2,
[INFO] [stdout]         363 │+    },
[INFO] [stdout]         364 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'divided_randomized_dungeon::tests::test_default_generate' (17) panicked at src/divided_randomized_dungeon.rs:332:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/dungeon_3d_generator__divided_randomized_dungeon__tests__default_generate.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7283d3ac72 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7283d3ac72 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7283d3ac72 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7283d3ac72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7283d4d9bf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7283d4d9bf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7283d063b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7283d063b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7283d12e22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7283d1885f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5d7283d186f1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5d7283c9b10e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5d7283c9b10e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7283d18f1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5d7283d18f1f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5d7283d18d7a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5d7283d12f59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7283cf95fd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5d7283d57620 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7283d56896 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5d7283b36d9c - core::result::Result<T,E>::unwrap::haacfbfed878b6b37
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5d7283b36d9c - dungeon_3d_generator::divided_randomized_dungeon::tests::test_default_generate::h2a2f29a8d6c6081d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/divided_randomized_dungeon.rs:332:9
[INFO] [stdout]   22:     0x5d7283b37487 - dungeon_3d_generator::divided_randomized_dungeon::tests::test_default_generate::{{closure}}::h9959c9c6b50dab18
[INFO] [stdout]                                at /opt/rustwide/workdir/src/divided_randomized_dungeon.rs:326:31
[INFO] [stdout]   23:     0x5d7283b37ec6 - core::ops::function::FnOnce::call_once::h83f129f57bee06aa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d7283c9aecb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5d7283c9aecb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5d7283cb0b35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5d7283cb0b35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5d7283cb0b35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5d7283cb0b35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5d7283cb0b35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d7283cb0b35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5d7283cb0b35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5d7283c87324 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5d7283c87324 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5d7283c8abea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5d7283c8abea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5d7283c8abea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5d7283c8abea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5d7283c8abea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d7283c8abea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5d7283c8abea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5d7283d0decf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5d7283d0decf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7980805afaa4 - <unknown>
[INFO] [stdout]   45:     0x79808063ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- generate_drd::tests::test_default_generate stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/dungeon_3d_generator__generate_drd__tests__default_generate.snap
[INFO] [stdout] Snapshot: default_generate
[INFO] [stdout] Source: src/generate_drd.rs:334
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: result.passages
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Passage {
[INFO] [stdout]           2 │+        cells: [],
[INFO] [stdout]           3 │+        start: (
[INFO] [stdout]           4 │+            2,
[INFO] [stdout]           5 │+            0,
[INFO] [stdout]           6 │+            5,
[INFO] [stdout]           7 │+        ),
[INFO] [stdout]           8 │+        start_dirs: {
[INFO] [stdout]           9 │+            Near,
[INFO] [stdout]          10 │+        },
[INFO] [stdout]          11 │+        start_room_id: RoomId(
[INFO] [stdout]          12 │+            1,
[INFO] [stdout]          13 │+        ),
[INFO] [stdout]          14 │+        end_room_id: RoomId(
[INFO] [stdout]          15 │+            9,
[INFO] [stdout]          16 │+        ),
[INFO] [stdout]          17 │+        height: 2,
[INFO] [stdout]          18 │+    },
[INFO] [stdout]          19 │+    Passage {
[INFO] [stdout]          20 │+        cells: [],
[INFO] [stdout]          21 │+        start: (
[INFO] [stdout]          22 │+            2,
[INFO] [stdout]          23 │+            0,
[INFO] [stdout]          24 │+            14,
[INFO] [stdout]          25 │+        ),
[INFO] [stdout]          26 │+        start_dirs: {
[INFO] [stdout]          27 │+            Near,
[INFO] [stdout]          28 │+        },
[INFO] [stdout]          29 │+        start_room_id: RoomId(
[INFO] [stdout]          30 │+            2,
[INFO] [stdout]          31 │+        ),
[INFO] [stdout]          32 │+        end_room_id: RoomId(
[INFO] [stdout]          33 │+            3,
[INFO] [stdout]          34 │+        ),
[INFO] [stdout]          35 │+        height: 2,
[INFO] [stdout]          36 │+    },
[INFO] [stdout]          37 │+    Passage {
[INFO] [stdout]          38 │+        cells: [],
[INFO] [stdout]          39 │+        start: (
[INFO] [stdout]          40 │+            4,
[INFO] [stdout]          41 │+            0,
[INFO] [stdout]          42 │+            10,
[INFO] [stdout]          43 │+        ),
[INFO] [stdout]          44 │+        start_dirs: {
[INFO] [stdout]          45 │+            Far,
[INFO] [stdout]          46 │+        },
[INFO] [stdout]          47 │+        start_room_id: RoomId(
[INFO] [stdout]          48 │+            2,
[INFO] [stdout]          49 │+        ),
[INFO] [stdout]          50 │+        end_room_id: RoomId(
[INFO] [stdout]          51 │+            8,
[INFO] [stdout]          52 │+        ),
[INFO] [stdout]          53 │+        height: 2,
[INFO] [stdout]          54 │+    },
[INFO] [stdout]          55 │+    Passage {
[INFO] [stdout]          56 │+        cells: [],
[INFO] [stdout]          57 │+        start: (
[INFO] [stdout]          58 │+            4,
[INFO] [stdout]          59 │+            0,
[INFO] [stdout]          60 │+            22,
[INFO] [stdout]          61 │+        ),
[INFO] [stdout]          62 │+        start_dirs: {
[INFO] [stdout]          63 │+            Right,
[INFO] [stdout]          64 │+        },
[INFO] [stdout]          65 │+        start_room_id: RoomId(
[INFO] [stdout]          66 │+            3,
[INFO] [stdout]          67 │+        ),
[INFO] [stdout]          68 │+        end_room_id: RoomId(
[INFO] [stdout]          69 │+            10,
[INFO] [stdout]          70 │+        ),
[INFO] [stdout]          71 │+        height: 2,
[INFO] [stdout]          72 │+    },
[INFO] [stdout]          73 │+    Passage {
[INFO] [stdout]          74 │+        cells: [],
[INFO] [stdout]          75 │+        start: (
[INFO] [stdout]          76 │+            10,
[INFO] [stdout]          77 │+            0,
[INFO] [stdout]          78 │+            8,
[INFO] [stdout]          79 │+        ),
[INFO] [stdout]          80 │+        start_dirs: {
[INFO] [stdout]          81 │+            Left,
[INFO] [stdout]          82 │+        },
[INFO] [stdout]          83 │+        start_room_id: RoomId(
[INFO] [stdout]          84 │+            4,
[INFO] [stdout]          85 │+        ),
[INFO] [stdout]          86 │+        end_room_id: RoomId(
[INFO] [stdout]          87 │+            8,
[INFO] [stdout]          88 │+        ),
[INFO] [stdout]          89 │+        height: 2,
[INFO] [stdout]          90 │+    },
[INFO] [stdout]          91 │+    Passage {
[INFO] [stdout]          92 │+        cells: [],
[INFO] [stdout]          93 │+        start: (
[INFO] [stdout]          94 │+            15,
[INFO] [stdout]          95 │+            0,
[INFO] [stdout]          96 │+            4,
[INFO] [stdout]          97 │+        ),
[INFO] [stdout]          98 │+        start_dirs: {
[INFO] [stdout]          99 │+            Right,
[INFO] [stdout]         100 │+        },
[INFO] [stdout]         101 │+        start_room_id: RoomId(
[INFO] [stdout]         102 │+            4,
[INFO] [stdout]         103 │+        ),
[INFO] [stdout]         104 │+        end_room_id: RoomId(
[INFO] [stdout]         105 │+            11,
[INFO] [stdout]         106 │+        ),
[INFO] [stdout]         107 │+        height: 2,
[INFO] [stdout]         108 │+    },
[INFO] [stdout]         109 │+    Passage {
[INFO] [stdout]         110 │+        cells: [],
[INFO] [stdout]         111 │+        start: (
[INFO] [stdout]         112 │+            10,
[INFO] [stdout]         113 │+            0,
[INFO] [stdout]         114 │+            21,
[INFO] [stdout]         115 │+        ),
[INFO] [stdout]         116 │+        start_dirs: {
[INFO] [stdout]         117 │+            Left,
[INFO] [stdout]         118 │+        },
[INFO] [stdout]         119 │+        start_room_id: RoomId(
[INFO] [stdout]         120 │+            5,
[INFO] [stdout]         121 │+        ),
[INFO] [stdout]         122 │+        end_room_id: RoomId(
[INFO] [stdout]         123 │+            10,
[INFO] [stdout]         124 │+        ),
[INFO] [stdout]         125 │+        height: 2,
[INFO] [stdout]         126 │+    },
[INFO] [stdout]         127 │+    Passage {
[INFO] [stdout]         128 │+        cells: [],
[INFO] [stdout]         129 │+        start: (
[INFO] [stdout]         130 │+            15,
[INFO] [stdout]         131 │+            0,
[INFO] [stdout]         132 │+            19,
[INFO] [stdout]         133 │+        ),
[INFO] [stdout]         134 │+        start_dirs: {
[INFO] [stdout]         135 │+            Right,
[INFO] [stdout]         136 │+        },
[INFO] [stdout]         137 │+        start_room_id: RoomId(
[INFO] [stdout]         138 │+            5,
[INFO] [stdout]         139 │+        ),
[INFO] [stdout]         140 │+        end_room_id: RoomId(
[INFO] [stdout]         141 │+            12,
[INFO] [stdout]         142 │+        ),
[INFO] [stdout]         143 │+        height: 2,
[INFO] [stdout]         144 │+    },
[INFO] [stdout]         145 │+    Passage {
[INFO] [stdout]         146 │+        cells: [],
[INFO] [stdout]         147 │+        start: (
[INFO] [stdout]         148 │+            20,
[INFO] [stdout]         149 │+            0,
[INFO] [stdout]         150 │+            5,
[INFO] [stdout]         151 │+        ),
[INFO] [stdout]         152 │+        start_dirs: {
[INFO] [stdout]         153 │+            Left,
[INFO] [stdout]         154 │+            Far,
[INFO] [stdout]         155 │+        },
[INFO] [stdout]         156 │+        start_room_id: RoomId(
[INFO] [stdout]         157 │+            6,
[INFO] [stdout]         158 │+        ),
[INFO] [stdout]         159 │+        end_room_id: RoomId(
[INFO] [stdout]         160 │+            11,
[INFO] [stdout]         161 │+        ),
[INFO] [stdout]         162 │+        height: 2,
[INFO] [stdout]         163 │+    },
[INFO] [stdout]         164 │+    Passage {
[INFO] [stdout]         165 │+        cells: [],
[INFO] [stdout]         166 │+        start: (
[INFO] [stdout]         167 │+            21,
[INFO] [stdout]         168 │+            0,
[INFO] [stdout]         169 │+            20,
[INFO] [stdout]         170 │+        ),
[INFO] [stdout]         171 │+        start_dirs: {
[INFO] [stdout]         172 │+            Left,
[INFO] [stdout]         173 │+        },
[INFO] [stdout]         174 │+        start_room_id: RoomId(
[INFO] [stdout]         175 │+            7,
[INFO] [stdout]         176 │+        ),
[INFO] [stdout]         177 │+        end_room_id: RoomId(
[INFO] [stdout]         178 │+            12,
[INFO] [stdout]         179 │+        ),
[INFO] [stdout]         180 │+        height: 2,
[INFO] [stdout]         181 │+    },
[INFO] [stdout]         182 │+    Passage {
[INFO] [stdout]         183 │+        cells: [],
[INFO] [stdout]         184 │+        start: (
[INFO] [stdout]         185 │+            4,
[INFO] [stdout]         186 │+            3,
[INFO] [stdout]         187 │+            5,
[INFO] [stdout]         188 │+        ),
[INFO] [stdout]         189 │+        start_dirs: {
[INFO] [stdout]         190 │+            Left,
[INFO] [stdout]         191 │+            Far,
[INFO] [stdout]         192 │+        },
[INFO] [stdout]         193 │+        start_room_id: RoomId(
[INFO] [stdout]         194 │+            8,
[INFO] [stdout]         195 │+        ),
[INFO] [stdout]         196 │+        end_room_id: RoomId(
[INFO] [stdout]         197 │+            9,
[INFO] [stdout]         198 │+        ),
[INFO] [stdout]         199 │+        height: 2,
[INFO] [stdout]         200 │+    },
[INFO] [stdout]         201 │+    Passage {
[INFO] [stdout]         202 │+        cells: [],
[INFO] [stdout]         203 │+        start: (
[INFO] [stdout]         204 │+            4,
[INFO] [stdout]         205 │+            0,
[INFO] [stdout]         206 │+            10,
[INFO] [stdout]         207 │+        ),
[INFO] [stdout]         208 │+        start_dirs: {
[INFO] [stdout]         209 │+            Far,
[INFO] [stdout]         210 │+        },
[INFO] [stdout]         211 │+        start_room_id: RoomId(
[INFO] [stdout]         212 │+            2,
[INFO] [stdout]         213 │+        ),
[INFO] [stdout]         214 │+        end_room_id: RoomId(
[INFO] [stdout]         215 │+            4,
[INFO] [stdout]         216 │+        ),
[INFO] [stdout]         217 │+        height: 2,
[INFO] [stdout]         218 │+    },
[INFO] [stdout]         219 │+    Passage {
[INFO] [stdout]         220 │+        cells: [],
[INFO] [stdout]         221 │+        start: (
[INFO] [stdout]         222 │+            12,
[INFO] [stdout]         223 │+            0,
[INFO] [stdout]         224 │+            8,
[INFO] [stdout]         225 │+        ),
[INFO] [stdout]         226 │+        start_dirs: {
[INFO] [stdout]         227 │+            Near,
[INFO] [stdout]         228 │+        },
[INFO] [stdout]         229 │+        start_room_id: RoomId(
[INFO] [stdout]         230 │+            4,
[INFO] [stdout]         231 │+        ),
[INFO] [stdout]         232 │+        end_room_id: RoomId(
[INFO] [stdout]         233 │+            5,
[INFO] [stdout]         234 │+        ),
[INFO] [stdout]         235 │+        height: 2,
[INFO] [stdout]         236 │+    },
[INFO] [stdout]         237 │+    Passage {
[INFO] [stdout]         238 │+        cells: [],
[INFO] [stdout]         239 │+        start: (
[INFO] [stdout]         240 │+            10,
[INFO] [stdout]         241 │+            0,
[INFO] [stdout]         242 │+            17,
[INFO] [stdout]         243 │+        ),
[INFO] [stdout]         244 │+        start_dirs: {
[INFO] [stdout]         245 │+            Left,
[INFO] [stdout]         246 │+            Far,
[INFO] [stdout]         247 │+        },
[INFO] [stdout]         248 │+        start_room_id: RoomId(
[INFO] [stdout]         249 │+            5,
[INFO] [stdout]         250 │+        ),
[INFO] [stdout]         251 │+        end_room_id: RoomId(
[INFO] [stdout]         252 │+            2,
[INFO] [stdout]         253 │+        ),
[INFO] [stdout]         254 │+        height: 2,
[INFO] [stdout]         255 │+    },
[INFO] [stdout]         256 │+    Passage {
[INFO] [stdout]         257 │+        cells: [],
[INFO] [stdout]         258 │+        start: (
[INFO] [stdout]         259 │+            11,
[INFO] [stdout]         260 │+            0,
[INFO] [stdout]         261 │+            17,
[INFO] [stdout]         262 │+        ),
[INFO] [stdout]         263 │+        start_dirs: {
[INFO] [stdout]         264 │+            Far,
[INFO] [stdout]         265 │+        },
[INFO] [stdout]         266 │+        start_room_id: RoomId(
[INFO] [stdout]         267 │+            5,
[INFO] [stdout]         268 │+        ),
[INFO] [stdout]         269 │+        end_room_id: RoomId(
[INFO] [stdout]         270 │+            8,
[INFO] [stdout]         271 │+        ),
[INFO] [stdout]         272 │+        height: 2,
[INFO] [stdout]         273 │+    },
[INFO] [stdout]         274 │+    Passage {
[INFO] [stdout]         275 │+        cells: [],
[INFO] [stdout]         276 │+        start: (
[INFO] [stdout]         277 │+            2,
[INFO] [stdout]         278 │+            0,
[INFO] [stdout]         279 │+            20,
[INFO] [stdout]         280 │+        ),
[INFO] [stdout]         281 │+        start_dirs: {
[INFO] [stdout]         282 │+            Far,
[INFO] [stdout]         283 │+        },
[INFO] [stdout]         284 │+        start_room_id: RoomId(
[INFO] [stdout]         285 │+            3,
[INFO] [stdout]         286 │+        ),
[INFO] [stdout]         287 │+        end_room_id: RoomId(
[INFO] [stdout]         288 │+            9,
[INFO] [stdout]         289 │+        ),
[INFO] [stdout]         290 │+        height: 2,
[INFO] [stdout]         291 │+    },
[INFO] [stdout]         292 │+    Passage {
[INFO] [stdout]         293 │+        cells: [],
[INFO] [stdout]         294 │+        start: (
[INFO] [stdout]         295 │+            16,
[INFO] [stdout]         296 │+            6,
[INFO] [stdout]         297 │+            4,
[INFO] [stdout]         298 │+        ),
[INFO] [stdout]         299 │+        start_dirs: {
[INFO] [stdout]         300 │+            Left,
[INFO] [stdout]         301 │+        },
[INFO] [stdout]         302 │+        start_room_id: RoomId(
[INFO] [stdout]         303 │+            11,
[INFO] [stdout]         304 │+        ),
[INFO] [stdout]         305 │+        end_room_id: RoomId(
[INFO] [stdout]         306 │+            9,
[INFO] [stdout]         307 │+        ),
[INFO] [stdout]         308 │+        height: 2,
[INFO] [stdout]         309 │+    },
[INFO] [stdout]         310 │+    Passage {
[INFO] [stdout]         311 │+        cells: [],
[INFO] [stdout]         312 │+        start: (
[INFO] [stdout]         313 │+            9,
[INFO] [stdout]         314 │+            3,
[INFO] [stdout]         315 │+            8,
[INFO] [stdout]         316 │+        ),
[INFO] [stdout]         317 │+        start_dirs: {
[INFO] [stdout]         318 │+            Right,
[INFO] [stdout]         319 │+        },
[INFO] [stdout]         320 │+        start_room_id: RoomId(
[INFO] [stdout]         321 │+            8,
[INFO] [stdout]         322 │+        ),
[INFO] [stdout]         323 │+        end_room_id: RoomId(
[INFO] [stdout]         324 │+            11,
[INFO] [stdout]         325 │+        ),
[INFO] [stdout]         326 │+        height: 2,
[INFO] [stdout]         327 │+    },
[INFO] [stdout]         328 │+    Passage {
[INFO] [stdout]         329 │+        cells: [],
[INFO] [stdout]         330 │+        start: (
[INFO] [stdout]         331 │+            9,
[INFO] [stdout]         332 │+            3,
[INFO] [stdout]         333 │+            12,
[INFO] [stdout]         334 │+        ),
[INFO] [stdout]         335 │+        start_dirs: {
[INFO] [stdout]         336 │+            Right,
[INFO] [stdout]         337 │+        },
[INFO] [stdout]         338 │+        start_room_id: RoomId(
[INFO] [stdout]         339 │+            8,
[INFO] [stdout]         340 │+        ),
[INFO] [stdout]         341 │+        end_room_id: RoomId(
[INFO] [stdout]         342 │+            12,
[INFO] [stdout]         343 │+        ),
[INFO] [stdout]         344 │+        height: 2,
[INFO] [stdout]         345 │+    },
[INFO] [stdout]         346 │+    Passage {
[INFO] [stdout]         347 │+        cells: [],
[INFO] [stdout]         348 │+        start: (
[INFO] [stdout]         349 │+            16,
[INFO] [stdout]         350 │+            6,
[INFO] [stdout]         351 │+            20,
[INFO] [stdout]         352 │+        ),
[INFO] [stdout]         353 │+        start_dirs: {
[INFO] [stdout]         354 │+            Left,
[INFO] [stdout]         355 │+        },
[INFO] [stdout]         356 │+        start_room_id: RoomId(
[INFO] [stdout]         357 │+            12,
[INFO] [stdout]         358 │+        ),
[INFO] [stdout]         359 │+        end_room_id: RoomId(
[INFO] [stdout]         360 │+            10,
[INFO] [stdout]         361 │+        ),
[INFO] [stdout]         362 │+        height: 2,
[INFO] [stdout]         363 │+    },
[INFO] [stdout]         364 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'generate_drd::tests::test_default_generate' (18) panicked at src/generate_drd.rs:334:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/dungeon_3d_generator__generate_drd__tests__default_generate.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7283d3ac72 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7283d3ac72 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7283d3ac72 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7283d3ac72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7283d4d9bf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7283d4d9bf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7283d063b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7283d063b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7283d12e22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7283d1885f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5d7283d186f1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5d7283c9b10e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5d7283c9b10e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7283d18f1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5d7283d18f1f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5d7283d18d7a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5d7283d12f59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7283cf95fd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5d7283d57620 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7283d56896 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5d7283b2680c - core::result::Result<T,E>::unwrap::haacfbfed878b6b37
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5d7283b2680c - dungeon_3d_generator::generate_drd::tests::test_default_generate::hd9be9c7c36343c82
[INFO] [stdout]                                at /opt/rustwide/workdir/src/generate_drd.rs:334:9
[INFO] [stdout]   22:     0x5d7283b26ef7 - dungeon_3d_generator::generate_drd::tests::test_default_generate::{{closure}}::he4f885942ac25c1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/generate_drd.rs:328:31
[INFO] [stdout]   23:     0x5d7283b37d76 - core::ops::function::FnOnce::call_once::h6f86a137fce9eda7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d7283c9aecb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5d7283c9aecb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5d7283cb0b35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5d7283cb0b35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5d7283cb0b35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5d7283cb0b35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5d7283cb0b35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d7283cb0b35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5d7283cb0b35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5d7283c87324 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5d7283c87324 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5d7283c8abea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5d7283c8abea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5d7283c8abea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5d7283c8abea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5d7283c8abea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d7283c8abea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5d7283c8abea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5d7283d0decf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5d7283d0decf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7980805afaa4 - <unknown>
[INFO] [stdout]   45:     0x79808063ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     divided_randomized_dungeon::tests::test_default_generate
[INFO] [stdout]     generate_drd::tests::test_default_generate
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.76s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "481f9412b07ed583da47caa59a20536076cceed79f0eee47bb9d4c64c9bd3762", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "481f9412b07ed583da47caa59a20536076cceed79f0eee47bb9d4c64c9bd3762", kill_on_drop: false }`
[INFO] [stdout] 481f9412b07ed583da47caa59a20536076cceed79f0eee47bb9d4c64c9bd3762
