[INFO] cloning repository https://github.com/davebenson/glb-rigger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davebenson/glb-rigger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavebenson%2Fglb-rigger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavebenson%2Fglb-rigger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3463f0ebcce7a08103efde0bf0119b964d0feecd
[INFO] testing davebenson/glb-rigger against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavebenson%2Fglb-rigger" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/davebenson/glb-rigger
[INFO] finished tweaking git repo https://github.com/davebenson/glb-rigger
[INFO] tweaked toml for git repo https://github.com/davebenson/glb-rigger written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/davebenson/glb-rigger on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/davebenson/glb-rigger 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vector3d v0.2.1
[INFO] [stderr]   Downloaded vector2d v3.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80047e72adcf948262fdc8339fa664c6d104d245e46779090098450109c6d0eb
[INFO] running `Command { std: "docker" "start" "-a" "80047e72adcf948262fdc8339fa664c6d104d245e46779090098450109c6d0eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80047e72adcf948262fdc8339fa664c6d104d245e46779090098450109c6d0eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80047e72adcf948262fdc8339fa664c6d104d245e46779090098450109c6d0eb", kill_on_drop: false }`
[INFO] [stdout] 80047e72adcf948262fdc8339fa664c6d104d245e46779090098450109c6d0eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cebfb1ce42710ceb718d0dbf4c6bc3d18e7bebb0c0a63f8b498c8593c3907b88
[INFO] running `Command { std: "docker" "start" "-a" "cebfb1ce42710ceb718d0dbf4c6bc3d18e7bebb0c0a63f8b498c8593c3907b88", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling vector2d v3.1.1
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling vector3d v0.2.1
[INFO] [stderr]    Compiling gltf-json v1.4.1
[INFO] [stderr]    Compiling gltf v1.4.1
[INFO] [stderr]    Compiling glb-rigger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_path_str`
[INFO] [stdout]     --> src/main.rs:1974:39
[INFO] [stdout]      |
[INFO] [stdout] 1974 |     if let (Some(input_path_str),Some(output_path_str)) = (std::env::args().nth(1), std::env::args().nth(2)) {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path_str`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `intersect_inplace` and `union_inplace` are never used
[INFO] [stdout]    --> src/voxel_set.rs:97:6
[INFO] [stdout]     |
[INFO] [stdout]  37 | impl Micropatch {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  97 |   fn intersect_inplace(self: &mut Micropatch, other: &Micropatch) {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |   fn union_inplace(self: &mut Micropatch, other: &Micropatch) {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `union` and `intersection` are never used
[INFO] [stdout]    --> src/voxel_set.rs:390:12
[INFO] [stdout]     |
[INFO] [stdout] 161 | impl VoxelSet {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 390 |     pub fn union(&mut self, other: &Self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 |     pub fn intersection(&mut self, other: &Self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_rel_z` is never used
[INFO] [stdout]    --> src/voxel_set.rs:614:8
[INFO] [stdout]     |
[INFO] [stdout] 595 | impl SliceInfo {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 614 |     fn get_rel_z(self: &Self, x: i32, y: i32, z_rel: i32) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:18:36
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive {
[INFO] [stdout]    |                                    ^^^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive<'_> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:714:16
[INFO] [stdout]     |
[INFO] [stdout] 714 |     fn new(vs: &VoxelSet) -> SliceIterator {
[INFO] [stdout]     |                ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 714 |     fn new(vs: &VoxelSet) -> SliceIterator<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:923:33
[INFO] [stdout]     |
[INFO] [stdout] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator {
[INFO] [stdout]     |                                 ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:927:32
[INFO] [stdout]     |
[INFO] [stdout] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator {
[INFO] [stdout]     |                                ^^^^^     ------------------------ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.06s
[INFO] running `Command { std: "docker" "inspect" "cebfb1ce42710ceb718d0dbf4c6bc3d18e7bebb0c0a63f8b498c8593c3907b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cebfb1ce42710ceb718d0dbf4c6bc3d18e7bebb0c0a63f8b498c8593c3907b88", kill_on_drop: false }`
[INFO] [stdout] cebfb1ce42710ceb718d0dbf4c6bc3d18e7bebb0c0a63f8b498c8593c3907b88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4993a8b4e02932df731bf5b1a15827dff95efdce469b8d5d8e3a8fb0bcff035d
[INFO] running `Command { std: "docker" "start" "-a" "4993a8b4e02932df731bf5b1a15827dff95efdce469b8d5d8e3a8fb0bcff035d", kill_on_drop: false }`
[INFO] [stderr]    Compiling glb-rigger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_path_str`
[INFO] [stdout]     --> src/main.rs:1974:39
[INFO] [stdout]      |
[INFO] [stdout] 1974 |     if let (Some(input_path_str),Some(output_path_str)) = (std::env::args().nth(1), std::env::args().nth(2)) {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path_str`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:18:36
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive {
[INFO] [stdout]    |                                    ^^^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive<'_> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:714:16
[INFO] [stdout]     |
[INFO] [stdout] 714 |     fn new(vs: &VoxelSet) -> SliceIterator {
[INFO] [stdout]     |                ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 714 |     fn new(vs: &VoxelSet) -> SliceIterator<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:923:33
[INFO] [stdout]     |
[INFO] [stdout] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator {
[INFO] [stdout]     |                                 ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/voxel_set.rs:927:32
[INFO] [stdout]     |
[INFO] [stdout] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator {
[INFO] [stdout]     |                                ^^^^^     ------------------------ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "4993a8b4e02932df731bf5b1a15827dff95efdce469b8d5d8e3a8fb0bcff035d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4993a8b4e02932df731bf5b1a15827dff95efdce469b8d5d8e3a8fb0bcff035d", kill_on_drop: false }`
[INFO] [stdout] 4993a8b4e02932df731bf5b1a15827dff95efdce469b8d5d8e3a8fb0bcff035d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] badf04ed344e9daa062d257e794a940d035a213a40863067307737b0f3295b4c
[INFO] running `Command { std: "docker" "start" "-a" "badf04ed344e9daa062d257e794a940d035a213a40863067307737b0f3295b4c", kill_on_drop: false }`
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output_path_str`
[INFO] [stderr]     --> src/main.rs:1974:39
[INFO] [stderr]      |
[INFO] [stderr] 1974 |     if let (Some(input_path_str),Some(output_path_str)) = (std::env::args().nth(1), std::env::args().nth(2)) {
[INFO] [stderr]      |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path_str`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/main.rs:18:36
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive {
[INFO] [stderr]    |                                    ^^^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn find_triangular_primitive(gltf: &gltf::Gltf) -> gltf::Primitive<'_> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/voxel_set.rs:714:16
[INFO] [stderr]     |
[INFO] [stderr] 714 |     fn new(vs: &VoxelSet) -> SliceIterator {
[INFO] [stderr]     |                ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 714 |     fn new(vs: &VoxelSet) -> SliceIterator<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/voxel_set.rs:923:33
[INFO] [stderr]     |
[INFO] [stderr] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator {
[INFO] [stderr]     |                                 ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 923 |     pub fn iterate_slices(self: &Self) -> SliceIterator<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/voxel_set.rs:927:32
[INFO] [stderr]     |
[INFO] [stderr] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator {
[INFO] [stderr]     |                                ^^^^^     ------------------------ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 927 |     pub fn iterate_3x3x3(self: &Self) -> TinyNeighborhoodIterator<'_> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `glb-rigger` (bin "glb-rigger" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/glb_rigger-925399239c4bcc5a)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test voxel_set::tests::test_difference ... ok
[INFO] [stdout] test voxel_set::tests::test_argmax3 ... ok
[INFO] [stdout] test voxel_set::tests::test_flood_fill_cube_exterior ... ok
[INFO] [stdout] test voxel_set::tests::test_flood_fill ... ok
[INFO] [stdout] test voxel_set::tests::test_flood_fill_cube_interior ... ok
[INFO] [stdout] test voxel_set::tests::test_fill_tri ... ok
[INFO] [stdout] test voxel_set::tests::test_intersection ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_trivial_case1 ... ok
[INFO] [stdout] test voxel_set::tests::test_free_micropatch_reuse ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_trivial_case3 ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_trivial_case2 ... ok
[INFO] [stdout] test voxel_set::tests::test_force_micropatch ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3 ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_slices_content ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_slices_basic ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_slices_3point ... ok
[INFO] [stdout] test voxel_set::tests::test_max3 ... ok
[INFO] [stdout] test voxel_set::tests::test_micropatch_all_ones ... ok
[INFO] [stdout] test voxel_set::tests::test_micropatch_all_zeros ... ok
[INFO] [stdout] test voxel_set::tests::test_micropatch_index ... ok
[INFO] [stdout] test voxel_set::tests::test_line ... ok
[INFO] [stdout] test voxel_set::tests::test_micropatch_set_get ... ok
[INFO] [stdout] test voxel_set::tests::test_round_up ... ok
[INFO] [stdout] test voxel_set::tests::test_slice_info_get_rel_z_simplified ... ok
[INFO] [stdout] test voxel_set::tests::test_normalize_v3 ... ok
[INFO] [stdout] test voxel_set::tests::test_slice_info_fields ... ok
[INFO] [stdout] test voxel_set::tests::test_tri_height ... ok
[INFO] [stdout] test voxel_set::tests::test_voxel_set_clone ... ok
[INFO] [stdout] test voxel_set::tests::test_voxel_set_new ... ok
[INFO] [stdout] test voxel_set::tests::test_union ... ok
[INFO] [stdout] test voxel_set::tests::test_voxel_set_set_get ... ok
[INFO] [stdout] test voxel_set::tests::test_voxel_set_get ... ok
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_edge_cases ... FAILED
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_neighborhood_structure ... FAILED
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches ... FAILED
[INFO] [stdout] test voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries ... FAILED
[INFO] [stdout] test voxel_set::tests::test_save_magicavoxel ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- voxel_set::tests::test_iterate_3x3x3_edge_cases stdout ----
[INFO] [stdout] y=0 z=0 xs=[0, 15]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:01 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] y=0 z=1 xs=[]
[INFO] [stdout] y=1 z=1 xs=[]
[INFO] [stdout] y=2 z=1 xs=[]
[INFO] [stdout] y=3 z=1 xs=[]
[INFO] [stdout] y=4 z=1 xs=[]
[INFO] [stdout] y=5 z=1 xs=[]
[INFO] [stdout] y=6 z=1 xs=[]
[INFO] [stdout] y=7 z=1 xs=[]
[INFO] [stdout] y=8 z=1 xs=[]
[INFO] [stdout] y=9 z=1 xs=[]
[INFO] [stdout] y=10 z=1 xs=[]
[INFO] [stdout] y=11 z=1 xs=[]
[INFO] [stdout] y=12 z=1 xs=[]
[INFO] [stdout] y=13 z=1 xs=[]
[INFO] [stdout] y=14 z=1 xs=[]
[INFO] [stdout] y=15 z=1 xs=[]
[INFO] [stdout] y=0 z=2 xs=[]
[INFO] [stdout] y=1 z=2 xs=[]
[INFO] [stdout] y=2 z=2 xs=[]
[INFO] [stdout] y=3 z=2 xs=[]
[INFO] [stdout] y=4 z=2 xs=[]
[INFO] [stdout] y=5 z=2 xs=[]
[INFO] [stdout] y=6 z=2 xs=[]
[INFO] [stdout] y=7 z=2 xs=[]
[INFO] [stdout] y=8 z=2 xs=[]
[INFO] [stdout] y=9 z=2 xs=[]
[INFO] [stdout] y=10 z=2 xs=[]
[INFO] [stdout] y=11 z=2 xs=[]
[INFO] [stdout] y=12 z=2 xs=[]
[INFO] [stdout] y=13 z=2 xs=[]
[INFO] [stdout] y=14 z=2 xs=[]
[INFO] [stdout] y=15 z=2 xs=[]
[INFO] [stdout] y=0 z=3 xs=[]
[INFO] [stdout] y=1 z=3 xs=[]
[INFO] [stdout] y=2 z=3 xs=[]
[INFO] [stdout] y=3 z=3 xs=[]
[INFO] [stdout] y=4 z=3 xs=[]
[INFO] [stdout] y=5 z=3 xs=[]
[INFO] [stdout] y=6 z=3 xs=[]
[INFO] [stdout] y=7 z=3 xs=[]
[INFO] [stdout] y=8 z=3 xs=[]
[INFO] [stdout] y=9 z=3 xs=[]
[INFO] [stdout] y=10 z=3 xs=[]
[INFO] [stdout] y=11 z=3 xs=[]
[INFO] [stdout] y=12 z=3 xs=[]
[INFO] [stdout] y=13 z=3 xs=[]
[INFO] [stdout] y=14 z=3 xs=[]
[INFO] [stdout] y=15 z=3 xs=[]
[INFO] [stdout] y=0 z=4 xs=[]
[INFO] [stdout] y=1 z=4 xs=[]
[INFO] [stdout] y=2 z=4 xs=[]
[INFO] [stdout] y=3 z=4 xs=[]
[INFO] [stdout] y=4 z=4 xs=[]
[INFO] [stdout] y=5 z=4 xs=[]
[INFO] [stdout] y=6 z=4 xs=[]
[INFO] [stdout] y=7 z=4 xs=[]
[INFO] [stdout] y=8 z=4 xs=[]
[INFO] [stdout] y=9 z=4 xs=[]
[INFO] [stdout] y=10 z=4 xs=[]
[INFO] [stdout] y=11 z=4 xs=[]
[INFO] [stdout] y=12 z=4 xs=[]
[INFO] [stdout] y=13 z=4 xs=[]
[INFO] [stdout] y=14 z=4 xs=[]
[INFO] [stdout] y=15 z=4 xs=[]
[INFO] [stdout] y=0 z=5 xs=[]
[INFO] [stdout] y=1 z=5 xs=[]
[INFO] [stdout] y=2 z=5 xs=[]
[INFO] [stdout] y=3 z=5 xs=[]
[INFO] [stdout] y=4 z=5 xs=[]
[INFO] [stdout] y=5 z=5 xs=[]
[INFO] [stdout] y=6 z=5 xs=[]
[INFO] [stdout] y=7 z=5 xs=[]
[INFO] [stdout] y=8 z=5 xs=[]
[INFO] [stdout] y=9 z=5 xs=[]
[INFO] [stdout] y=10 z=5 xs=[]
[INFO] [stdout] y=11 z=5 xs=[]
[INFO] [stdout] y=12 z=5 xs=[]
[INFO] [stdout] y=13 z=5 xs=[]
[INFO] [stdout] y=14 z=5 xs=[]
[INFO] [stdout] y=15 z=5 xs=[]
[INFO] [stdout] y=0 z=6 xs=[]
[INFO] [stdout] y=1 z=6 xs=[]
[INFO] [stdout] y=2 z=6 xs=[]
[INFO] [stdout] y=3 z=6 xs=[]
[INFO] [stdout] y=4 z=6 xs=[]
[INFO] [stdout] y=5 z=6 xs=[]
[INFO] [stdout] y=6 z=6 xs=[]
[INFO] [stdout] y=7 z=6 xs=[]
[INFO] [stdout] y=8 z=6 xs=[]
[INFO] [stdout] y=9 z=6 xs=[]
[INFO] [stdout] y=10 z=6 xs=[]
[INFO] [stdout] y=11 z=6 xs=[]
[INFO] [stdout] y=12 z=6 xs=[]
[INFO] [stdout] y=13 z=6 xs=[]
[INFO] [stdout] y=14 z=6 xs=[]
[INFO] [stdout] y=15 z=6 xs=[]
[INFO] [stdout] y=0 z=7 xs=[]
[INFO] [stdout] y=1 z=7 xs=[]
[INFO] [stdout] y=2 z=7 xs=[]
[INFO] [stdout] y=3 z=7 xs=[]
[INFO] [stdout] y=4 z=7 xs=[]
[INFO] [stdout] y=5 z=7 xs=[]
[INFO] [stdout] y=6 z=7 xs=[]
[INFO] [stdout] y=7 z=7 xs=[]
[INFO] [stdout] y=8 z=7 xs=[]
[INFO] [stdout] y=9 z=7 xs=[]
[INFO] [stdout] y=10 z=7 xs=[]
[INFO] [stdout] y=11 z=7 xs=[]
[INFO] [stdout] y=12 z=7 xs=[]
[INFO] [stdout] y=13 z=7 xs=[]
[INFO] [stdout] y=14 z=7 xs=[]
[INFO] [stdout] y=15 z=7 xs=[]
[INFO] [stdout] y=0 z=8 xs=[]
[INFO] [stdout] y=1 z=8 xs=[]
[INFO] [stdout] y=2 z=8 xs=[]
[INFO] [stdout] y=3 z=8 xs=[]
[INFO] [stdout] y=4 z=8 xs=[]
[INFO] [stdout] y=5 z=8 xs=[]
[INFO] [stdout] y=6 z=8 xs=[]
[INFO] [stdout] y=7 z=8 xs=[]
[INFO] [stdout] y=8 z=8 xs=[]
[INFO] [stdout] y=9 z=8 xs=[]
[INFO] [stdout] y=10 z=8 xs=[]
[INFO] [stdout] y=11 z=8 xs=[]
[INFO] [stdout] y=12 z=8 xs=[]
[INFO] [stdout] y=13 z=8 xs=[]
[INFO] [stdout] y=14 z=8 xs=[]
[INFO] [stdout] y=15 z=8 xs=[]
[INFO] [stdout] y=0 z=9 xs=[]
[INFO] [stdout] y=1 z=9 xs=[]
[INFO] [stdout] y=2 z=9 xs=[]
[INFO] [stdout] y=3 z=9 xs=[]
[INFO] [stdout] y=4 z=9 xs=[]
[INFO] [stdout] y=5 z=9 xs=[]
[INFO] [stdout] y=6 z=9 xs=[]
[INFO] [stdout] y=7 z=9 xs=[]
[INFO] [stdout] y=8 z=9 xs=[]
[INFO] [stdout] y=9 z=9 xs=[]
[INFO] [stdout] y=10 z=9 xs=[]
[INFO] [stdout] y=11 z=9 xs=[]
[INFO] [stdout] y=12 z=9 xs=[]
[INFO] [stdout] y=13 z=9 xs=[]
[INFO] [stdout] y=14 z=9 xs=[]
[INFO] [stdout] y=15 z=9 xs=[]
[INFO] [stdout] y=0 z=10 xs=[]
[INFO] [stdout] y=1 z=10 xs=[]
[INFO] [stdout] y=2 z=10 xs=[]
[INFO] [stdout] y=3 z=10 xs=[]
[INFO] [stdout] y=4 z=10 xs=[]
[INFO] [stdout] y=5 z=10 xs=[]
[INFO] [stdout] y=6 z=10 xs=[]
[INFO] [stdout] y=7 z=10 xs=[]
[INFO] [stdout] y=8 z=10 xs=[]
[INFO] [stdout] y=9 z=10 xs=[]
[INFO] [stdout] y=10 z=10 xs=[]
[INFO] [stdout] y=11 z=10 xs=[]
[INFO] [stdout] y=12 z=10 xs=[]
[INFO] [stdout] y=13 z=10 xs=[]
[INFO] [stdout] y=14 z=10 xs=[]
[INFO] [stdout] y=15 z=10 xs=[]
[INFO] [stdout] y=0 z=11 xs=[]
[INFO] [stdout] y=1 z=11 xs=[]
[INFO] [stdout] y=2 z=11 xs=[]
[INFO] [stdout] y=3 z=11 xs=[]
[INFO] [stdout] y=4 z=11 xs=[]
[INFO] [stdout] y=5 z=11 xs=[]
[INFO] [stdout] y=6 z=11 xs=[]
[INFO] [stdout] y=7 z=11 xs=[]
[INFO] [stdout] y=8 z=11 xs=[]
[INFO] [stdout] y=9 z=11 xs=[]
[INFO] [stdout] y=10 z=11 xs=[]
[INFO] [stdout] y=11 z=11 xs=[]
[INFO] [stdout] y=12 z=11 xs=[]
[INFO] [stdout] y=13 z=11 xs=[]
[INFO] [stdout] y=14 z=11 xs=[]
[INFO] [stdout] y=15 z=11 xs=[]
[INFO] [stdout] y=0 z=12 xs=[]
[INFO] [stdout] y=1 z=12 xs=[]
[INFO] [stdout] y=2 z=12 xs=[]
[INFO] [stdout] y=3 z=12 xs=[]
[INFO] [stdout] y=4 z=12 xs=[]
[INFO] [stdout] y=5 z=12 xs=[]
[INFO] [stdout] y=6 z=12 xs=[]
[INFO] [stdout] y=7 z=12 xs=[]
[INFO] [stdout] y=8 z=12 xs=[]
[INFO] [stdout] y=9 z=12 xs=[]
[INFO] [stdout] y=10 z=12 xs=[]
[INFO] [stdout] y=11 z=12 xs=[]
[INFO] [stdout] y=12 z=12 xs=[]
[INFO] [stdout] y=13 z=12 xs=[]
[INFO] [stdout] y=14 z=12 xs=[]
[INFO] [stdout] y=15 z=12 xs=[]
[INFO] [stdout] y=0 z=13 xs=[]
[INFO] [stdout] y=1 z=13 xs=[]
[INFO] [stdout] y=2 z=13 xs=[]
[INFO] [stdout] y=3 z=13 xs=[]
[INFO] [stdout] y=4 z=13 xs=[]
[INFO] [stdout] y=5 z=13 xs=[]
[INFO] [stdout] y=6 z=13 xs=[]
[INFO] [stdout] y=7 z=13 xs=[]
[INFO] [stdout] y=8 z=13 xs=[]
[INFO] [stdout] y=9 z=13 xs=[]
[INFO] [stdout] y=10 z=13 xs=[]
[INFO] [stdout] y=11 z=13 xs=[]
[INFO] [stdout] y=12 z=13 xs=[]
[INFO] [stdout] y=13 z=13 xs=[]
[INFO] [stdout] y=14 z=13 xs=[]
[INFO] [stdout] y=15 z=13 xs=[]
[INFO] [stdout] y=0 z=14 xs=[]
[INFO] [stdout] y=1 z=14 xs=[]
[INFO] [stdout] y=2 z=14 xs=[]
[INFO] [stdout] y=3 z=14 xs=[]
[INFO] [stdout] y=4 z=14 xs=[]
[INFO] [stdout] y=5 z=14 xs=[]
[INFO] [stdout] y=6 z=14 xs=[]
[INFO] [stdout] y=7 z=14 xs=[]
[INFO] [stdout] y=8 z=14 xs=[]
[INFO] [stdout] y=9 z=14 xs=[]
[INFO] [stdout] y=10 z=14 xs=[]
[INFO] [stdout] y=11 z=14 xs=[]
[INFO] [stdout] y=12 z=14 xs=[]
[INFO] [stdout] y=13 z=14 xs=[]
[INFO] [stdout] y=14 z=14 xs=[]
[INFO] [stdout] y=15 z=14 xs=[]
[INFO] [stdout] y=0 z=15 xs=[0]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:01 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] y=1 z=15 xs=[]
[INFO] [stdout] y=2 z=15 xs=[]
[INFO] [stdout] y=3 z=15 xs=[]
[INFO] [stdout] y=4 z=15 xs=[]
[INFO] [stdout] y=5 z=15 xs=[]
[INFO] [stdout] y=6 z=15 xs=[]
[INFO] [stdout] y=7 z=15 xs=[]
[INFO] [stdout] y=8 z=15 xs=[]
[INFO] [stdout] y=9 z=15 xs=[]
[INFO] [stdout] y=10 z=15 xs=[]
[INFO] [stdout] y=11 z=15 xs=[]
[INFO] [stdout] y=12 z=15 xs=[]
[INFO] [stdout] y=13 z=15 xs=[]
[INFO] [stdout] y=14 z=15 xs=[]
[INFO] [stdout] y=15 z=15 xs=[15]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=15 y=15 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=15 y=15 00:00 80:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] 
[INFO] [stdout] thread 'voxel_set::tests::test_iterate_3x3x3_edge_cases' panicked at src/voxel_set.rs:634:116:
[INFO] [stdout] index out of bounds: the len is 16 but the index is 62
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ad0e646592 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ad0e646592 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ad0e646592 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55ad0e646592 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55ad0e66c363 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55ad0e66c363 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55ad0e643463 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55ad0e643463 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55ad0e6463e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55ad0e647bb9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55ad0e6479ee - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55ad0e609c34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55ad0e609c34 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55ad0e64858e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55ad0e64858e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55ad0e64835a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55ad0e646a89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55ad0e647fed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55ad0e66a3e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55ad0e66a561 - core::panicking::panic_bounds_check::h5443494609ce8457
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:280:5
[INFO] [stdout]   20:     0x55ad0e6171d0 - <usize as core::slice::index::SliceIndex<[T]>>::index::hc63729fb9de2566d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:274:10
[INFO] [stdout]   21:     0x55ad0e617906 - core::slice::index::<impl core::ops::index::Index<I> for [T]>::index::h2538ef720459c55a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:18:15
[INFO] [stdout]   22:     0x55ad0e617906 - <alloc::vec::Vec<T,A> as core::ops::index::Index<I>>::index::hba1e2aecaeb90f59
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/vec/mod.rs:3571:9
[INFO] [stdout]   23:     0x55ad0e5c8dc4 - glb_rigger::voxel_set::SliceInfo::tiny_neighborhood::h2bfe6c40042a01d0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:634:116
[INFO] [stdout]   24:     0x55ad0e5cb912 - <glb_rigger::voxel_set::TinyNeighborhoodIterator as core::iter::traits::iterator::Iterator>::next::h0a5e63e4d6bd2280
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:872:33
[INFO] [stdout]   25:     0x55ad0e5b90fd - glb_rigger::voxel_set::tests::test_iterate_3x3x3_edge_cases::h4754074c80f5fce3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1278:29
[INFO] [stdout]   26:     0x55ad0e5b8fa7 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_edge_cases::{{closure}}::h5851e71e73bc7ae4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1263:39
[INFO] [stdout]   27:     0x55ad0e5cdf26 - core::ops::function::FnOnce::call_once::hf7412581c8ca1076
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x55ad0e60f49b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   29:     0x55ad0e60f49b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   30:     0x55ad0e60e5d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   31:     0x55ad0e60e5d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x55ad0e60e5d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x55ad0e60e5d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x55ad0e60e5d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x55ad0e60e5d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   36:     0x55ad0e60e5d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   37:     0x55ad0e5d21d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   38:     0x55ad0e5d21d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x55ad0e5d5baa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   41:     0x55ad0e5d5baa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x55ad0e5d5baa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x55ad0e5d5baa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x55ad0e5d5baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55ad0e64b50f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   47:     0x55ad0e64b50f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   48:     0x7ad000fefaa4 - <unknown>
[INFO] [stdout]   49:     0x7ad00107ca34 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- voxel_set::tests::test_iterate_3x3x3_neighborhood_structure stdout ----
[INFO] [stdout] y=0 z=0 xs=[]
[INFO] [stdout] y=1 z=0 xs=[]
[INFO] [stdout] y=2 z=0 xs=[]
[INFO] [stdout] y=3 z=0 xs=[]
[INFO] [stdout] y=4 z=0 xs=[]
[INFO] [stdout] y=5 z=0 xs=[]
[INFO] [stdout] y=6 z=0 xs=[]
[INFO] [stdout] y=7 z=0 xs=[]
[INFO] [stdout] y=8 z=0 xs=[]
[INFO] [stdout] y=9 z=0 xs=[]
[INFO] [stdout] y=10 z=0 xs=[]
[INFO] [stdout] y=11 z=0 xs=[]
[INFO] [stdout] y=12 z=0 xs=[]
[INFO] [stdout] y=13 z=0 xs=[]
[INFO] [stdout] y=14 z=0 xs=[]
[INFO] [stdout] y=15 z=0 xs=[]
[INFO] [stdout] y=0 z=1 xs=[]
[INFO] [stdout] y=1 z=1 xs=[]
[INFO] [stdout] y=2 z=1 xs=[]
[INFO] [stdout] y=3 z=1 xs=[]
[INFO] [stdout] y=4 z=1 xs=[]
[INFO] [stdout] y=5 z=1 xs=[]
[INFO] [stdout] y=6 z=1 xs=[]
[INFO] [stdout] y=7 z=1 xs=[]
[INFO] [stdout] y=8 z=1 xs=[]
[INFO] [stdout] y=9 z=1 xs=[]
[INFO] [stdout] y=10 z=1 xs=[]
[INFO] [stdout] y=11 z=1 xs=[]
[INFO] [stdout] y=12 z=1 xs=[]
[INFO] [stdout] y=13 z=1 xs=[]
[INFO] [stdout] y=14 z=1 xs=[]
[INFO] [stdout] y=15 z=1 xs=[]
[INFO] [stdout] y=0 z=2 xs=[]
[INFO] [stdout] y=1 z=2 xs=[]
[INFO] [stdout] y=2 z=2 xs=[]
[INFO] [stdout] y=3 z=2 xs=[]
[INFO] [stdout] y=4 z=2 xs=[]
[INFO] [stdout] y=5 z=2 xs=[]
[INFO] [stdout] y=6 z=2 xs=[]
[INFO] [stdout] y=7 z=2 xs=[]
[INFO] [stdout] y=8 z=2 xs=[]
[INFO] [stdout] y=9 z=2 xs=[]
[INFO] [stdout] y=10 z=2 xs=[]
[INFO] [stdout] y=11 z=2 xs=[]
[INFO] [stdout] y=12 z=2 xs=[]
[INFO] [stdout] y=13 z=2 xs=[]
[INFO] [stdout] y=14 z=2 xs=[]
[INFO] [stdout] y=15 z=2 xs=[]
[INFO] [stdout] y=0 z=3 xs=[]
[INFO] [stdout] y=1 z=3 xs=[]
[INFO] [stdout] y=2 z=3 xs=[]
[INFO] [stdout] y=3 z=3 xs=[]
[INFO] [stdout] y=4 z=3 xs=[]
[INFO] [stdout] y=5 z=3 xs=[]
[INFO] [stdout] y=6 z=3 xs=[]
[INFO] [stdout] y=7 z=3 xs=[]
[INFO] [stdout] y=8 z=3 xs=[]
[INFO] [stdout] y=9 z=3 xs=[]
[INFO] [stdout] y=10 z=3 xs=[]
[INFO] [stdout] y=11 z=3 xs=[]
[INFO] [stdout] y=12 z=3 xs=[]
[INFO] [stdout] y=13 z=3 xs=[]
[INFO] [stdout] y=14 z=3 xs=[]
[INFO] [stdout] y=15 z=3 xs=[]
[INFO] [stdout] y=0 z=4 xs=[]
[INFO] [stdout] y=1 z=4 xs=[]
[INFO] [stdout] y=2 z=4 xs=[]
[INFO] [stdout] y=3 z=4 xs=[]
[INFO] [stdout] y=4 z=4 xs=[]
[INFO] [stdout] y=5 z=4 xs=[5]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=4+0-1 00 00 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=4+1-1 00 20 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 112, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=4+2-1 20 70 20
[INFO] [stdout] y=6 z=4 xs=[]
[INFO] [stdout] y=7 z=4 xs=[]
[INFO] [stdout] y=8 z=4 xs=[]
[INFO] [stdout] y=9 z=4 xs=[]
[INFO] [stdout] y=10 z=4 xs=[]
[INFO] [stdout] y=11 z=4 xs=[]
[INFO] [stdout] y=12 z=4 xs=[]
[INFO] [stdout] y=13 z=4 xs=[]
[INFO] [stdout] y=14 z=4 xs=[]
[INFO] [stdout] y=15 z=4 xs=[]
[INFO] [stdout] y=0 z=5 xs=[]
[INFO] [stdout] y=1 z=5 xs=[]
[INFO] [stdout] y=2 z=5 xs=[]
[INFO] [stdout] y=3 z=5 xs=[]
[INFO] [stdout] y=4 z=5 xs=[5]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=4 z=5+0-1 00 00 20
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 112, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=4 z=5+1-1 00 20 70
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=4 z=5+2-1 00 00 20
[INFO] [stdout] y=5 z=5 xs=[4, 5, 6]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=4 y=5 z=5+0-1 00 20 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 112, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=4 y=5 z=5+1-1 20 70 20
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=4 y=5 z=5+2-1 00 20 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=5+0-1 00 20 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 112, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=5+1-1 20 70 20
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=5 y=5 z=5+2-1 00 20 00
[INFO] [stdout] 
[INFO] [stdout] thread 'voxel_set::tests::test_iterate_3x3x3_neighborhood_structure' panicked at src/voxel_set.rs:1155:17:
[INFO] [stdout] assertion `left != right` failed: Down neighbor bit should be set
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ad0e646592 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ad0e646592 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ad0e646592 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55ad0e646592 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55ad0e66c363 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55ad0e66c363 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55ad0e643463 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55ad0e643463 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55ad0e6463e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55ad0e647bb9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55ad0e6479ee - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55ad0e609c34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55ad0e609c34 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55ad0e64858e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55ad0e64858e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55ad0e64835a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55ad0e646a89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55ad0e647fed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55ad0e66a3e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55ad0e66a727 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x55ad0e6180ce - core::panicking::assert_failed::h570442101eb16580
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55ad0e5b8257 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_neighborhood_structure::h9669783fc1fa3a30
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1155:17
[INFO] [stdout]   22:     0x55ad0e5b7a87 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_neighborhood_structure::{{closure}}::h3a780eee202ca1d6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1125:51
[INFO] [stdout]   23:     0x55ad0e5cd6d6 - core::ops::function::FnOnce::call_once::h2959fe78c0159f40
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55ad0e60f49b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55ad0e60f49b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55ad0e60e5d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55ad0e60e5d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55ad0e60e5d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55ad0e60e5d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55ad0e60e5d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55ad0e60e5d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55ad0e60e5d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55ad0e5d21d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55ad0e5d21d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55ad0e5d5baa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55ad0e5d5baa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55ad0e5d5baa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55ad0e5d5baa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55ad0e5d5baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55ad0e64b50f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55ad0e64b50f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7ad000fefaa4 - <unknown>
[INFO] [stdout]   45:     0x7ad00107ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches stdout ----
[INFO] [stdout] y=0 z=0 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=1 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stderr] error: test failed, to rerun pass `--bin glb-rigger`
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=2 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=3 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=4 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=5 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=6 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] y=0 z=7 xs=[0, 1, 2, 3, 4, 5, 6, 7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:ff 00:ff
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] y=0 z=8 xs=[]
[INFO] [stdout] y=1 z=8 xs=[]
[INFO] [stdout] y=2 z=8 xs=[]
[INFO] [stdout] y=3 z=8 xs=[]
[INFO] [stdout] y=4 z=8 xs=[]
[INFO] [stdout] y=5 z=8 xs=[]
[INFO] [stdout] y=6 z=8 xs=[]
[INFO] [stdout] y=7 z=8 xs=[]
[INFO] [stdout] y=8 z=8 xs=[]
[INFO] [stdout] y=9 z=8 xs=[]
[INFO] [stdout] y=10 z=8 xs=[]
[INFO] [stdout] y=11 z=8 xs=[]
[INFO] [stdout] y=12 z=8 xs=[]
[INFO] [stdout] y=13 z=8 xs=[]
[INFO] [stdout] y=14 z=8 xs=[]
[INFO] [stdout] y=15 z=8 xs=[]
[INFO] [stdout] y=16 z=8 xs=[]
[INFO] [stdout] y=17 z=8 xs=[]
[INFO] [stdout] y=18 z=8 xs=[]
[INFO] [stdout] y=19 z=8 xs=[]
[INFO] [stdout] y=20 z=8 xs=[]
[INFO] [stdout] y=21 z=8 xs=[]
[INFO] [stdout] y=22 z=8 xs=[]
[INFO] [stdout] y=23 z=8 xs=[]
[INFO] [stdout] y=0 z=9 xs=[]
[INFO] [stdout] y=1 z=9 xs=[]
[INFO] [stdout] y=2 z=9 xs=[]
[INFO] [stdout] y=3 z=9 xs=[]
[INFO] [stdout] y=4 z=9 xs=[]
[INFO] [stdout] y=5 z=9 xs=[]
[INFO] [stdout] y=6 z=9 xs=[]
[INFO] [stdout] y=7 z=9 xs=[]
[INFO] [stdout] y=8 z=9 xs=[]
[INFO] [stdout] y=9 z=9 xs=[]
[INFO] [stdout] y=10 z=9 xs=[]
[INFO] [stdout] y=11 z=9 xs=[]
[INFO] [stdout] y=12 z=9 xs=[]
[INFO] [stdout] y=13 z=9 xs=[]
[INFO] [stdout] y=14 z=9 xs=[]
[INFO] [stdout] y=15 z=9 xs=[]
[INFO] [stdout] y=16 z=9 xs=[]
[INFO] [stdout] y=17 z=9 xs=[]
[INFO] [stdout] y=18 z=9 xs=[]
[INFO] [stdout] y=19 z=9 xs=[]
[INFO] [stdout] y=20 z=9 xs=[]
[INFO] [stdout] y=21 z=9 xs=[]
[INFO] [stdout] y=22 z=9 xs=[]
[INFO] [stdout] y=23 z=9 xs=[]
[INFO] [stdout] y=0 z=10 xs=[]
[INFO] [stdout] y=1 z=10 xs=[]
[INFO] [stdout] y=2 z=10 xs=[]
[INFO] [stdout] y=3 z=10 xs=[]
[INFO] [stdout] y=4 z=10 xs=[]
[INFO] [stdout] y=5 z=10 xs=[]
[INFO] [stdout] y=6 z=10 xs=[]
[INFO] [stdout] y=7 z=10 xs=[]
[INFO] [stdout] y=8 z=10 xs=[]
[INFO] [stdout] y=9 z=10 xs=[]
[INFO] [stdout] y=10 z=10 xs=[10]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=10 y=10 z=10+0-1 00 00 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=10 y=10 z=10+1-1 00 04 00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 3: x=10 y=10 z=10+2-1 00 00 00
[INFO] [stdout] 
[INFO] [stdout] thread 'voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches' panicked at src/voxel_set.rs:1249:17:
[INFO] [stdout] assertion `left == right` failed: Only the center bit should be set for isolated voxel
[INFO] [stdout]   left: 73728
[INFO] [stdout]  right: 8192
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ad0e646592 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ad0e646592 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ad0e646592 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55ad0e646592 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55ad0e66c363 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55ad0e66c363 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55ad0e643463 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55ad0e643463 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55ad0e6463e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55ad0e647bb9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55ad0e6479ee - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55ad0e609c34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55ad0e609c34 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55ad0e64858e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55ad0e64858e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55ad0e64835a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55ad0e646a89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55ad0e647fed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55ad0e66a3e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55ad0e66a727 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x55ad0e6180ce - core::panicking::assert_failed::h570442101eb16580
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55ad0e5b8e22 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches::h7d6d46e3067ebf4c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1249:17
[INFO] [stdout]   22:     0x55ad0e5b8937 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches::{{closure}}::h40f1b02a0487ca3b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1216:56
[INFO] [stdout]   23:     0x55ad0e5cdcd6 - core::ops::function::FnOnce::call_once::hb118371e5ed66885
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55ad0e60f49b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55ad0e60f49b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55ad0e60e5d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55ad0e60e5d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55ad0e60e5d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55ad0e60e5d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55ad0e60e5d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55ad0e60e5d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55ad0e60e5d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55ad0e5d21d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55ad0e5d21d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55ad0e5d5baa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55ad0e5d5baa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55ad0e5d5baa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55ad0e5d5baa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55ad0e5d5baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55ad0e64b50f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55ad0e64b50f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7ad000fefaa4 - <unknown>
[INFO] [stdout]   45:     0x7ad00107ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries stdout ----
[INFO] [stdout] y=0 z=0 xs=[0]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:01 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=0 y=0 00:00 00:00 00:00
[INFO] [stdout] y=0 z=1 xs=[]
[INFO] [stdout] y=1 z=1 xs=[]
[INFO] [stdout] y=2 z=1 xs=[]
[INFO] [stdout] y=3 z=1 xs=[]
[INFO] [stdout] y=4 z=1 xs=[]
[INFO] [stdout] y=5 z=1 xs=[]
[INFO] [stdout] y=6 z=1 xs=[]
[INFO] [stdout] y=7 z=1 xs=[]
[INFO] [stdout] y=8 z=1 xs=[]
[INFO] [stdout] y=9 z=1 xs=[]
[INFO] [stdout] y=10 z=1 xs=[]
[INFO] [stdout] y=11 z=1 xs=[]
[INFO] [stdout] y=12 z=1 xs=[]
[INFO] [stdout] y=13 z=1 xs=[]
[INFO] [stdout] y=14 z=1 xs=[]
[INFO] [stdout] y=15 z=1 xs=[]
[INFO] [stdout] y=16 z=1 xs=[]
[INFO] [stdout] y=17 z=1 xs=[]
[INFO] [stdout] y=18 z=1 xs=[]
[INFO] [stdout] y=19 z=1 xs=[]
[INFO] [stdout] y=20 z=1 xs=[]
[INFO] [stdout] y=21 z=1 xs=[]
[INFO] [stdout] y=22 z=1 xs=[]
[INFO] [stdout] y=23 z=1 xs=[]
[INFO] [stdout] y=0 z=2 xs=[]
[INFO] [stdout] y=1 z=2 xs=[]
[INFO] [stdout] y=2 z=2 xs=[]
[INFO] [stdout] y=3 z=2 xs=[]
[INFO] [stdout] y=4 z=2 xs=[]
[INFO] [stdout] y=5 z=2 xs=[]
[INFO] [stdout] y=6 z=2 xs=[]
[INFO] [stdout] y=7 z=2 xs=[]
[INFO] [stdout] y=8 z=2 xs=[]
[INFO] [stdout] y=9 z=2 xs=[]
[INFO] [stdout] y=10 z=2 xs=[]
[INFO] [stdout] y=11 z=2 xs=[]
[INFO] [stdout] y=12 z=2 xs=[]
[INFO] [stdout] y=13 z=2 xs=[]
[INFO] [stdout] y=14 z=2 xs=[]
[INFO] [stdout] y=15 z=2 xs=[]
[INFO] [stdout] y=16 z=2 xs=[]
[INFO] [stdout] y=17 z=2 xs=[]
[INFO] [stdout] y=18 z=2 xs=[]
[INFO] [stdout] y=19 z=2 xs=[]
[INFO] [stdout] y=20 z=2 xs=[]
[INFO] [stdout] y=21 z=2 xs=[]
[INFO] [stdout] y=22 z=2 xs=[]
[INFO] [stdout] y=23 z=2 xs=[]
[INFO] [stdout] y=0 z=3 xs=[]
[INFO] [stdout] y=1 z=3 xs=[]
[INFO] [stdout] y=2 z=3 xs=[]
[INFO] [stdout] y=3 z=3 xs=[]
[INFO] [stdout] y=4 z=3 xs=[]
[INFO] [stdout] y=5 z=3 xs=[]
[INFO] [stdout] y=6 z=3 xs=[]
[INFO] [stdout] y=7 z=3 xs=[]
[INFO] [stdout] y=8 z=3 xs=[]
[INFO] [stdout] y=9 z=3 xs=[]
[INFO] [stdout] y=10 z=3 xs=[]
[INFO] [stdout] y=11 z=3 xs=[]
[INFO] [stdout] y=12 z=3 xs=[]
[INFO] [stdout] y=13 z=3 xs=[]
[INFO] [stdout] y=14 z=3 xs=[]
[INFO] [stdout] y=15 z=3 xs=[]
[INFO] [stdout] y=16 z=3 xs=[]
[INFO] [stdout] y=17 z=3 xs=[]
[INFO] [stdout] y=18 z=3 xs=[]
[INFO] [stdout] y=19 z=3 xs=[]
[INFO] [stdout] y=20 z=3 xs=[]
[INFO] [stdout] y=21 z=3 xs=[]
[INFO] [stdout] y=22 z=3 xs=[]
[INFO] [stdout] y=23 z=3 xs=[]
[INFO] [stdout] y=0 z=4 xs=[]
[INFO] [stdout] y=1 z=4 xs=[]
[INFO] [stdout] y=2 z=4 xs=[]
[INFO] [stdout] y=3 z=4 xs=[]
[INFO] [stdout] y=4 z=4 xs=[]
[INFO] [stdout] y=5 z=4 xs=[]
[INFO] [stdout] y=6 z=4 xs=[]
[INFO] [stdout] y=7 z=4 xs=[]
[INFO] [stdout] y=8 z=4 xs=[]
[INFO] [stdout] y=9 z=4 xs=[]
[INFO] [stdout] y=10 z=4 xs=[]
[INFO] [stdout] y=11 z=4 xs=[]
[INFO] [stdout] y=12 z=4 xs=[]
[INFO] [stdout] y=13 z=4 xs=[]
[INFO] [stdout] y=14 z=4 xs=[]
[INFO] [stdout] y=15 z=4 xs=[]
[INFO] [stdout] y=16 z=4 xs=[]
[INFO] [stdout] y=17 z=4 xs=[]
[INFO] [stdout] y=18 z=4 xs=[]
[INFO] [stdout] y=19 z=4 xs=[]
[INFO] [stdout] y=20 z=4 xs=[]
[INFO] [stdout] y=21 z=4 xs=[]
[INFO] [stdout] y=22 z=4 xs=[]
[INFO] [stdout] y=23 z=4 xs=[]
[INFO] [stdout] y=0 z=5 xs=[]
[INFO] [stdout] y=1 z=5 xs=[]
[INFO] [stdout] y=2 z=5 xs=[]
[INFO] [stdout] y=3 z=5 xs=[]
[INFO] [stdout] y=4 z=5 xs=[]
[INFO] [stdout] y=5 z=5 xs=[]
[INFO] [stdout] y=6 z=5 xs=[]
[INFO] [stdout] y=7 z=5 xs=[]
[INFO] [stdout] y=8 z=5 xs=[]
[INFO] [stdout] y=9 z=5 xs=[]
[INFO] [stdout] y=10 z=5 xs=[]
[INFO] [stdout] y=11 z=5 xs=[]
[INFO] [stdout] y=12 z=5 xs=[]
[INFO] [stdout] y=13 z=5 xs=[]
[INFO] [stdout] y=14 z=5 xs=[]
[INFO] [stdout] y=15 z=5 xs=[]
[INFO] [stdout] y=16 z=5 xs=[]
[INFO] [stdout] y=17 z=5 xs=[]
[INFO] [stdout] y=18 z=5 xs=[]
[INFO] [stdout] y=19 z=5 xs=[]
[INFO] [stdout] y=20 z=5 xs=[]
[INFO] [stdout] y=21 z=5 xs=[]
[INFO] [stdout] y=22 z=5 xs=[]
[INFO] [stdout] y=23 z=5 xs=[]
[INFO] [stdout] y=0 z=6 xs=[]
[INFO] [stdout] y=1 z=6 xs=[]
[INFO] [stdout] y=2 z=6 xs=[]
[INFO] [stdout] y=3 z=6 xs=[]
[INFO] [stdout] y=4 z=6 xs=[]
[INFO] [stdout] y=5 z=6 xs=[]
[INFO] [stdout] y=6 z=6 xs=[]
[INFO] [stdout] y=7 z=6 xs=[]
[INFO] [stdout] y=8 z=6 xs=[]
[INFO] [stdout] y=9 z=6 xs=[]
[INFO] [stdout] y=10 z=6 xs=[]
[INFO] [stdout] y=11 z=6 xs=[]
[INFO] [stdout] y=12 z=6 xs=[]
[INFO] [stdout] y=13 z=6 xs=[]
[INFO] [stdout] y=14 z=6 xs=[]
[INFO] [stdout] y=15 z=6 xs=[]
[INFO] [stdout] y=16 z=6 xs=[]
[INFO] [stdout] y=17 z=6 xs=[]
[INFO] [stdout] y=18 z=6 xs=[]
[INFO] [stdout] y=19 z=6 xs=[]
[INFO] [stdout] y=20 z=6 xs=[]
[INFO] [stdout] y=21 z=6 xs=[]
[INFO] [stdout] y=22 z=6 xs=[]
[INFO] [stdout] y=23 z=6 xs=[]
[INFO] [stdout] y=0 z=7 xs=[]
[INFO] [stdout] y=1 z=7 xs=[]
[INFO] [stdout] y=2 z=7 xs=[]
[INFO] [stdout] y=3 z=7 xs=[]
[INFO] [stdout] y=4 z=7 xs=[]
[INFO] [stdout] y=5 z=7 xs=[]
[INFO] [stdout] y=6 z=7 xs=[]
[INFO] [stdout] y=7 z=7 xs=[7]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=7 y=7 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=7 y=7 00:00 80:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=7 y=7 00:00 00:00 00:01
[INFO] [stdout] y=8 z=7 xs=[]
[INFO] [stdout] y=9 z=7 xs=[]
[INFO] [stdout] y=10 z=7 xs=[]
[INFO] [stdout] y=11 z=7 xs=[]
[INFO] [stdout] y=12 z=7 xs=[]
[INFO] [stdout] y=13 z=7 xs=[]
[INFO] [stdout] y=14 z=7 xs=[]
[INFO] [stdout] y=15 z=7 xs=[]
[INFO] [stdout] y=16 z=7 xs=[]
[INFO] [stdout] y=17 z=7 xs=[]
[INFO] [stdout] y=18 z=7 xs=[]
[INFO] [stdout] y=19 z=7 xs=[]
[INFO] [stdout] y=20 z=7 xs=[]
[INFO] [stdout] y=21 z=7 xs=[]
[INFO] [stdout] y=22 z=7 xs=[]
[INFO] [stdout] y=23 z=7 xs=[]
[INFO] [stdout] y=0 z=8 xs=[]
[INFO] [stdout] y=1 z=8 xs=[]
[INFO] [stdout] y=2 z=8 xs=[]
[INFO] [stdout] y=3 z=8 xs=[]
[INFO] [stdout] y=4 z=8 xs=[]
[INFO] [stdout] y=5 z=8 xs=[]
[INFO] [stdout] y=6 z=8 xs=[]
[INFO] [stdout] y=7 z=8 xs=[]
[INFO] [stdout] y=8 z=8 xs=[8]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=8 y=8 80:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=8 y=8 00:00 00:01 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 2: x=8 y=8 00:00 00:00 00:00
[INFO] [stdout] y=9 z=8 xs=[]
[INFO] [stdout] y=10 z=8 xs=[]
[INFO] [stdout] y=11 z=8 xs=[]
[INFO] [stdout] y=12 z=8 xs=[]
[INFO] [stdout] y=13 z=8 xs=[]
[INFO] [stdout] y=14 z=8 xs=[]
[INFO] [stdout] y=15 z=8 xs=[]
[INFO] [stdout] y=16 z=8 xs=[]
[INFO] [stdout] y=17 z=8 xs=[]
[INFO] [stdout] y=18 z=8 xs=[]
[INFO] [stdout] y=19 z=8 xs=[]
[INFO] [stdout] y=20 z=8 xs=[]
[INFO] [stdout] y=21 z=8 xs=[]
[INFO] [stdout] y=22 z=8 xs=[]
[INFO] [stdout] y=23 z=8 xs=[]
[INFO] [stdout] y=0 z=9 xs=[]
[INFO] [stdout] y=1 z=9 xs=[]
[INFO] [stdout] y=2 z=9 xs=[]
[INFO] [stdout] y=3 z=9 xs=[]
[INFO] [stdout] y=4 z=9 xs=[]
[INFO] [stdout] y=5 z=9 xs=[]
[INFO] [stdout] y=6 z=9 xs=[]
[INFO] [stdout] y=7 z=9 xs=[]
[INFO] [stdout] y=8 z=9 xs=[]
[INFO] [stdout] y=9 z=9 xs=[]
[INFO] [stdout] y=10 z=9 xs=[]
[INFO] [stdout] y=11 z=9 xs=[]
[INFO] [stdout] y=12 z=9 xs=[]
[INFO] [stdout] y=13 z=9 xs=[]
[INFO] [stdout] y=14 z=9 xs=[]
[INFO] [stdout] y=15 z=9 xs=[]
[INFO] [stdout] y=16 z=9 xs=[]
[INFO] [stdout] y=17 z=9 xs=[]
[INFO] [stdout] y=18 z=9 xs=[]
[INFO] [stdout] y=19 z=9 xs=[]
[INFO] [stdout] y=20 z=9 xs=[]
[INFO] [stdout] y=21 z=9 xs=[]
[INFO] [stdout] y=22 z=9 xs=[]
[INFO] [stdout] y=23 z=9 xs=[]
[INFO] [stdout] y=0 z=10 xs=[]
[INFO] [stdout] y=1 z=10 xs=[]
[INFO] [stdout] y=2 z=10 xs=[]
[INFO] [stdout] y=3 z=10 xs=[]
[INFO] [stdout] y=4 z=10 xs=[]
[INFO] [stdout] y=5 z=10 xs=[]
[INFO] [stdout] y=6 z=10 xs=[]
[INFO] [stdout] y=7 z=10 xs=[]
[INFO] [stdout] y=8 z=10 xs=[]
[INFO] [stdout] y=9 z=10 xs=[]
[INFO] [stdout] y=10 z=10 xs=[]
[INFO] [stdout] y=11 z=10 xs=[]
[INFO] [stdout] y=12 z=10 xs=[]
[INFO] [stdout] y=13 z=10 xs=[]
[INFO] [stdout] y=14 z=10 xs=[]
[INFO] [stdout] y=15 z=10 xs=[]
[INFO] [stdout] y=16 z=10 xs=[]
[INFO] [stdout] y=17 z=10 xs=[]
[INFO] [stdout] y=18 z=10 xs=[]
[INFO] [stdout] y=19 z=10 xs=[]
[INFO] [stdout] y=20 z=10 xs=[]
[INFO] [stdout] y=21 z=10 xs=[]
[INFO] [stdout] y=22 z=10 xs=[]
[INFO] [stdout] y=23 z=10 xs=[]
[INFO] [stdout] y=0 z=11 xs=[]
[INFO] [stdout] y=1 z=11 xs=[]
[INFO] [stdout] y=2 z=11 xs=[]
[INFO] [stdout] y=3 z=11 xs=[]
[INFO] [stdout] y=4 z=11 xs=[]
[INFO] [stdout] y=5 z=11 xs=[]
[INFO] [stdout] y=6 z=11 xs=[]
[INFO] [stdout] y=7 z=11 xs=[]
[INFO] [stdout] y=8 z=11 xs=[]
[INFO] [stdout] y=9 z=11 xs=[]
[INFO] [stdout] y=10 z=11 xs=[]
[INFO] [stdout] y=11 z=11 xs=[]
[INFO] [stdout] y=12 z=11 xs=[]
[INFO] [stdout] y=13 z=11 xs=[]
[INFO] [stdout] y=14 z=11 xs=[]
[INFO] [stdout] y=15 z=11 xs=[]
[INFO] [stdout] y=16 z=11 xs=[]
[INFO] [stdout] y=17 z=11 xs=[]
[INFO] [stdout] y=18 z=11 xs=[]
[INFO] [stdout] y=19 z=11 xs=[]
[INFO] [stdout] y=20 z=11 xs=[]
[INFO] [stdout] y=21 z=11 xs=[]
[INFO] [stdout] y=22 z=11 xs=[]
[INFO] [stdout] y=23 z=11 xs=[]
[INFO] [stdout] y=0 z=12 xs=[]
[INFO] [stdout] y=1 z=12 xs=[]
[INFO] [stdout] y=2 z=12 xs=[]
[INFO] [stdout] y=3 z=12 xs=[]
[INFO] [stdout] y=4 z=12 xs=[]
[INFO] [stdout] y=5 z=12 xs=[]
[INFO] [stdout] y=6 z=12 xs=[]
[INFO] [stdout] y=7 z=12 xs=[]
[INFO] [stdout] y=8 z=12 xs=[]
[INFO] [stdout] y=9 z=12 xs=[]
[INFO] [stdout] y=10 z=12 xs=[]
[INFO] [stdout] y=11 z=12 xs=[]
[INFO] [stdout] y=12 z=12 xs=[]
[INFO] [stdout] y=13 z=12 xs=[]
[INFO] [stdout] y=14 z=12 xs=[]
[INFO] [stdout] y=15 z=12 xs=[]
[INFO] [stdout] y=16 z=12 xs=[]
[INFO] [stdout] y=17 z=12 xs=[]
[INFO] [stdout] y=18 z=12 xs=[]
[INFO] [stdout] y=19 z=12 xs=[]
[INFO] [stdout] y=20 z=12 xs=[]
[INFO] [stdout] y=21 z=12 xs=[]
[INFO] [stdout] y=22 z=12 xs=[]
[INFO] [stdout] y=23 z=12 xs=[]
[INFO] [stdout] y=0 z=13 xs=[]
[INFO] [stdout] y=1 z=13 xs=[]
[INFO] [stdout] y=2 z=13 xs=[]
[INFO] [stdout] y=3 z=13 xs=[]
[INFO] [stdout] y=4 z=13 xs=[]
[INFO] [stdout] y=5 z=13 xs=[]
[INFO] [stdout] y=6 z=13 xs=[]
[INFO] [stdout] y=7 z=13 xs=[]
[INFO] [stdout] y=8 z=13 xs=[]
[INFO] [stdout] y=9 z=13 xs=[]
[INFO] [stdout] y=10 z=13 xs=[]
[INFO] [stdout] y=11 z=13 xs=[]
[INFO] [stdout] y=12 z=13 xs=[]
[INFO] [stdout] y=13 z=13 xs=[]
[INFO] [stdout] y=14 z=13 xs=[]
[INFO] [stdout] y=15 z=13 xs=[]
[INFO] [stdout] y=16 z=13 xs=[]
[INFO] [stdout] y=17 z=13 xs=[]
[INFO] [stdout] y=18 z=13 xs=[]
[INFO] [stdout] y=19 z=13 xs=[]
[INFO] [stdout] y=20 z=13 xs=[]
[INFO] [stdout] y=21 z=13 xs=[]
[INFO] [stdout] y=22 z=13 xs=[]
[INFO] [stdout] y=23 z=13 xs=[]
[INFO] [stdout] y=0 z=14 xs=[]
[INFO] [stdout] y=1 z=14 xs=[]
[INFO] [stdout] y=2 z=14 xs=[]
[INFO] [stdout] y=3 z=14 xs=[]
[INFO] [stdout] y=4 z=14 xs=[]
[INFO] [stdout] y=5 z=14 xs=[]
[INFO] [stdout] y=6 z=14 xs=[]
[INFO] [stdout] y=7 z=14 xs=[]
[INFO] [stdout] y=8 z=14 xs=[]
[INFO] [stdout] y=9 z=14 xs=[]
[INFO] [stdout] y=10 z=14 xs=[]
[INFO] [stdout] y=11 z=14 xs=[]
[INFO] [stdout] y=12 z=14 xs=[]
[INFO] [stdout] y=13 z=14 xs=[]
[INFO] [stdout] y=14 z=14 xs=[]
[INFO] [stdout] y=15 z=14 xs=[]
[INFO] [stdout] y=16 z=14 xs=[]
[INFO] [stdout] y=17 z=14 xs=[]
[INFO] [stdout] y=18 z=14 xs=[]
[INFO] [stdout] y=19 z=14 xs=[]
[INFO] [stdout] y=20 z=14 xs=[]
[INFO] [stdout] y=21 z=14 xs=[]
[INFO] [stdout] y=22 z=14 xs=[]
[INFO] [stdout] y=23 z=14 xs=[]
[INFO] [stdout] y=0 z=15 xs=[]
[INFO] [stdout] y=1 z=15 xs=[]
[INFO] [stdout] y=2 z=15 xs=[]
[INFO] [stdout] y=3 z=15 xs=[]
[INFO] [stdout] y=4 z=15 xs=[]
[INFO] [stdout] y=5 z=15 xs=[]
[INFO] [stdout] y=6 z=15 xs=[]
[INFO] [stdout] y=7 z=15 xs=[]
[INFO] [stdout] y=8 z=15 xs=[]
[INFO] [stdout] y=9 z=15 xs=[]
[INFO] [stdout] y=10 z=15 xs=[]
[INFO] [stdout] y=11 z=15 xs=[]
[INFO] [stdout] y=12 z=15 xs=[]
[INFO] [stdout] y=13 z=15 xs=[]
[INFO] [stdout] y=14 z=15 xs=[]
[INFO] [stdout] y=15 z=15 xs=[]
[INFO] [stdout] y=16 z=15 xs=[]
[INFO] [stdout] y=17 z=15 xs=[]
[INFO] [stdout] y=18 z=15 xs=[]
[INFO] [stdout] y=19 z=15 xs=[]
[INFO] [stdout] y=20 z=15 xs=[]
[INFO] [stdout] y=21 z=15 xs=[]
[INFO] [stdout] y=22 z=15 xs=[]
[INFO] [stdout] y=23 z=15 xs=[]
[INFO] [stdout] y=0 z=16 xs=[]
[INFO] [stdout] y=1 z=16 xs=[]
[INFO] [stdout] y=2 z=16 xs=[]
[INFO] [stdout] y=3 z=16 xs=[]
[INFO] [stdout] y=4 z=16 xs=[]
[INFO] [stdout] y=5 z=16 xs=[]
[INFO] [stdout] y=6 z=16 xs=[]
[INFO] [stdout] y=7 z=16 xs=[]
[INFO] [stdout] y=8 z=16 xs=[]
[INFO] [stdout] y=9 z=16 xs=[]
[INFO] [stdout] y=10 z=16 xs=[]
[INFO] [stdout] y=11 z=16 xs=[]
[INFO] [stdout] y=12 z=16 xs=[]
[INFO] [stdout] y=13 z=16 xs=[]
[INFO] [stdout] y=14 z=16 xs=[]
[INFO] [stdout] y=15 z=16 xs=[]
[INFO] [stdout] y=16 z=16 xs=[]
[INFO] [stdout] y=17 z=16 xs=[]
[INFO] [stdout] y=18 z=16 xs=[]
[INFO] [stdout] y=19 z=16 xs=[]
[INFO] [stdout] y=20 z=16 xs=[]
[INFO] [stdout] y=21 z=16 xs=[]
[INFO] [stdout] y=22 z=16 xs=[]
[INFO] [stdout] y=23 z=16 xs=[]
[INFO] [stdout] y=0 z=17 xs=[]
[INFO] [stdout] y=1 z=17 xs=[]
[INFO] [stdout] y=2 z=17 xs=[]
[INFO] [stdout] y=3 z=17 xs=[]
[INFO] [stdout] y=4 z=17 xs=[]
[INFO] [stdout] y=5 z=17 xs=[]
[INFO] [stdout] y=6 z=17 xs=[]
[INFO] [stdout] y=7 z=17 xs=[]
[INFO] [stdout] y=8 z=17 xs=[]
[INFO] [stdout] y=9 z=17 xs=[]
[INFO] [stdout] y=10 z=17 xs=[]
[INFO] [stdout] y=11 z=17 xs=[]
[INFO] [stdout] y=12 z=17 xs=[]
[INFO] [stdout] y=13 z=17 xs=[]
[INFO] [stdout] y=14 z=17 xs=[]
[INFO] [stdout] y=15 z=17 xs=[]
[INFO] [stdout] y=16 z=17 xs=[]
[INFO] [stdout] y=17 z=17 xs=[]
[INFO] [stdout] y=18 z=17 xs=[]
[INFO] [stdout] y=19 z=17 xs=[]
[INFO] [stdout] y=20 z=17 xs=[]
[INFO] [stdout] y=21 z=17 xs=[]
[INFO] [stdout] y=22 z=17 xs=[]
[INFO] [stdout] y=23 z=17 xs=[]
[INFO] [stdout] y=0 z=18 xs=[]
[INFO] [stdout] y=1 z=18 xs=[]
[INFO] [stdout] y=2 z=18 xs=[]
[INFO] [stdout] y=3 z=18 xs=[]
[INFO] [stdout] y=4 z=18 xs=[]
[INFO] [stdout] y=5 z=18 xs=[]
[INFO] [stdout] y=6 z=18 xs=[]
[INFO] [stdout] y=7 z=18 xs=[]
[INFO] [stdout] y=8 z=18 xs=[]
[INFO] [stdout] y=9 z=18 xs=[]
[INFO] [stdout] y=10 z=18 xs=[]
[INFO] [stdout] y=11 z=18 xs=[]
[INFO] [stdout] y=12 z=18 xs=[]
[INFO] [stdout] y=13 z=18 xs=[]
[INFO] [stdout] y=14 z=18 xs=[]
[INFO] [stdout] y=15 z=18 xs=[]
[INFO] [stdout] y=16 z=18 xs=[]
[INFO] [stdout] y=17 z=18 xs=[]
[INFO] [stdout] y=18 z=18 xs=[]
[INFO] [stdout] y=19 z=18 xs=[]
[INFO] [stdout] y=20 z=18 xs=[]
[INFO] [stdout] y=21 z=18 xs=[]
[INFO] [stdout] y=22 z=18 xs=[]
[INFO] [stdout] y=23 z=18 xs=[]
[INFO] [stdout] y=0 z=19 xs=[]
[INFO] [stdout] y=1 z=19 xs=[]
[INFO] [stdout] y=2 z=19 xs=[]
[INFO] [stdout] y=3 z=19 xs=[]
[INFO] [stdout] y=4 z=19 xs=[]
[INFO] [stdout] y=5 z=19 xs=[]
[INFO] [stdout] y=6 z=19 xs=[]
[INFO] [stdout] y=7 z=19 xs=[]
[INFO] [stdout] y=8 z=19 xs=[]
[INFO] [stdout] y=9 z=19 xs=[]
[INFO] [stdout] y=10 z=19 xs=[]
[INFO] [stdout] y=11 z=19 xs=[]
[INFO] [stdout] y=12 z=19 xs=[]
[INFO] [stdout] y=13 z=19 xs=[]
[INFO] [stdout] y=14 z=19 xs=[]
[INFO] [stdout] y=15 z=19 xs=[]
[INFO] [stdout] y=16 z=19 xs=[]
[INFO] [stdout] y=17 z=19 xs=[]
[INFO] [stdout] y=18 z=19 xs=[]
[INFO] [stdout] y=19 z=19 xs=[]
[INFO] [stdout] y=20 z=19 xs=[]
[INFO] [stdout] y=21 z=19 xs=[]
[INFO] [stdout] y=22 z=19 xs=[]
[INFO] [stdout] y=23 z=19 xs=[]
[INFO] [stdout] y=0 z=20 xs=[]
[INFO] [stdout] y=1 z=20 xs=[]
[INFO] [stdout] y=2 z=20 xs=[]
[INFO] [stdout] y=3 z=20 xs=[]
[INFO] [stdout] y=4 z=20 xs=[]
[INFO] [stdout] y=5 z=20 xs=[]
[INFO] [stdout] y=6 z=20 xs=[]
[INFO] [stdout] y=7 z=20 xs=[]
[INFO] [stdout] y=8 z=20 xs=[]
[INFO] [stdout] y=9 z=20 xs=[]
[INFO] [stdout] y=10 z=20 xs=[]
[INFO] [stdout] y=11 z=20 xs=[]
[INFO] [stdout] y=12 z=20 xs=[]
[INFO] [stdout] y=13 z=20 xs=[]
[INFO] [stdout] y=14 z=20 xs=[]
[INFO] [stdout] y=15 z=20 xs=[]
[INFO] [stdout] y=16 z=20 xs=[]
[INFO] [stdout] y=17 z=20 xs=[]
[INFO] [stdout] y=18 z=20 xs=[]
[INFO] [stdout] y=19 z=20 xs=[]
[INFO] [stdout] y=20 z=20 xs=[]
[INFO] [stdout] y=21 z=20 xs=[]
[INFO] [stdout] y=22 z=20 xs=[]
[INFO] [stdout] y=23 z=20 xs=[]
[INFO] [stdout] y=0 z=21 xs=[]
[INFO] [stdout] y=1 z=21 xs=[]
[INFO] [stdout] y=2 z=21 xs=[]
[INFO] [stdout] y=3 z=21 xs=[]
[INFO] [stdout] y=4 z=21 xs=[]
[INFO] [stdout] y=5 z=21 xs=[]
[INFO] [stdout] y=6 z=21 xs=[]
[INFO] [stdout] y=7 z=21 xs=[]
[INFO] [stdout] y=8 z=21 xs=[]
[INFO] [stdout] y=9 z=21 xs=[]
[INFO] [stdout] y=10 z=21 xs=[]
[INFO] [stdout] y=11 z=21 xs=[]
[INFO] [stdout] y=12 z=21 xs=[]
[INFO] [stdout] y=13 z=21 xs=[]
[INFO] [stdout] y=14 z=21 xs=[]
[INFO] [stdout] y=15 z=21 xs=[]
[INFO] [stdout] y=16 z=21 xs=[]
[INFO] [stdout] y=17 z=21 xs=[]
[INFO] [stdout] y=18 z=21 xs=[]
[INFO] [stdout] y=19 z=21 xs=[]
[INFO] [stdout] y=20 z=21 xs=[]
[INFO] [stdout] y=21 z=21 xs=[]
[INFO] [stdout] y=22 z=21 xs=[]
[INFO] [stdout] y=23 z=21 xs=[]
[INFO] [stdout] y=0 z=22 xs=[]
[INFO] [stdout] y=1 z=22 xs=[]
[INFO] [stdout] y=2 z=22 xs=[]
[INFO] [stdout] y=3 z=22 xs=[]
[INFO] [stdout] y=4 z=22 xs=[]
[INFO] [stdout] y=5 z=22 xs=[]
[INFO] [stdout] y=6 z=22 xs=[]
[INFO] [stdout] y=7 z=22 xs=[]
[INFO] [stdout] y=8 z=22 xs=[]
[INFO] [stdout] y=9 z=22 xs=[]
[INFO] [stdout] y=10 z=22 xs=[]
[INFO] [stdout] y=11 z=22 xs=[]
[INFO] [stdout] y=12 z=22 xs=[]
[INFO] [stdout] y=13 z=22 xs=[]
[INFO] [stdout] y=14 z=22 xs=[]
[INFO] [stdout] y=15 z=22 xs=[]
[INFO] [stdout] y=16 z=22 xs=[]
[INFO] [stdout] y=17 z=22 xs=[]
[INFO] [stdout] y=18 z=22 xs=[]
[INFO] [stdout] y=19 z=22 xs=[]
[INFO] [stdout] y=20 z=22 xs=[]
[INFO] [stdout] y=21 z=22 xs=[]
[INFO] [stdout] y=22 z=22 xs=[]
[INFO] [stdout] y=23 z=22 xs=[]
[INFO] [stdout] y=0 z=23 xs=[]
[INFO] [stdout] y=1 z=23 xs=[]
[INFO] [stdout] y=2 z=23 xs=[]
[INFO] [stdout] y=3 z=23 xs=[]
[INFO] [stdout] y=4 z=23 xs=[]
[INFO] [stdout] y=5 z=23 xs=[]
[INFO] [stdout] y=6 z=23 xs=[]
[INFO] [stdout] y=7 z=23 xs=[]
[INFO] [stdout] y=8 z=23 xs=[]
[INFO] [stdout] y=9 z=23 xs=[]
[INFO] [stdout] y=10 z=23 xs=[]
[INFO] [stdout] y=11 z=23 xs=[]
[INFO] [stdout] y=12 z=23 xs=[]
[INFO] [stdout] y=13 z=23 xs=[]
[INFO] [stdout] y=14 z=23 xs=[]
[INFO] [stdout] y=15 z=23 xs=[]
[INFO] [stdout] y=16 z=23 xs=[]
[INFO] [stdout] y=17 z=23 xs=[]
[INFO] [stdout] y=18 z=23 xs=[]
[INFO] [stdout] y=19 z=23 xs=[]
[INFO] [stdout] y=20 z=23 xs=[]
[INFO] [stdout] y=21 z=23 xs=[]
[INFO] [stdout] y=22 z=23 xs=[]
[INFO] [stdout] y=23 z=23 xs=[23]
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=23 y=23 00:00 00:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] case 1: x=23 y=23 00:00 80:00 00:00
[INFO] [stdout] slice=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] 
[INFO] [stdout] thread 'voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries' panicked at src/voxel_set.rs:634:116:
[INFO] [stdout] index out of bounds: the len is 25 but the index is 118
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ad0e646592 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ad0e646592 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ad0e646592 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55ad0e646592 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55ad0e66c363 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55ad0e66c363 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55ad0e643463 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55ad0e643463 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55ad0e6463e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55ad0e647bb9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55ad0e6479ee - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55ad0e609c34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55ad0e609c34 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55ad0e64858e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55ad0e64858e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55ad0e64835a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55ad0e646a89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55ad0e647fed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55ad0e66a3e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55ad0e66a561 - core::panicking::panic_bounds_check::h5443494609ce8457
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:280:5
[INFO] [stdout]   20:     0x55ad0e6171d0 - <usize as core::slice::index::SliceIndex<[T]>>::index::hc63729fb9de2566d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:274:10
[INFO] [stdout]   21:     0x55ad0e617906 - core::slice::index::<impl core::ops::index::Index<I> for [T]>::index::h2538ef720459c55a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:18:15
[INFO] [stdout]   22:     0x55ad0e617906 - <alloc::vec::Vec<T,A> as core::ops::index::Index<I>>::index::hba1e2aecaeb90f59
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/vec/mod.rs:3571:9
[INFO] [stdout]   23:     0x55ad0e5c8dc4 - glb_rigger::voxel_set::SliceInfo::tiny_neighborhood::h2bfe6c40042a01d0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:634:116
[INFO] [stdout]   24:     0x55ad0e5cb912 - <glb_rigger::voxel_set::TinyNeighborhoodIterator as core::iter::traits::iterator::Iterator>::next::h0a5e63e4d6bd2280
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:872:33
[INFO] [stdout]   25:     0x55ad0e5b84ea - glb_rigger::voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries::h6df48cf6a01b10cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1190:29
[INFO] [stdout]   26:     0x55ad0e5b83b7 - glb_rigger::voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries::{{closure}}::h7366616a27ab2d79
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:1174:57
[INFO] [stdout]   27:     0x55ad0e5cd996 - core::ops::function::FnOnce::call_once::h7cd50397bb122fa0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x55ad0e60f49b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   29:     0x55ad0e60f49b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   30:     0x55ad0e60e5d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   31:     0x55ad0e60e5d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x55ad0e60e5d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x55ad0e60e5d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x55ad0e60e5d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x55ad0e60e5d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   36:     0x55ad0e60e5d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   37:     0x55ad0e5d21d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   38:     0x55ad0e5d21d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x55ad0e5d5baa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   41:     0x55ad0e5d5baa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x55ad0e5d5baa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x55ad0e5d5baa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x55ad0e5d5baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55ad0e64b50f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   47:     0x55ad0e64b50f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   48:     0x7ad000fefaa4 - <unknown>
[INFO] [stdout]   49:     0x7ad00107ca34 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- voxel_set::tests::test_save_magicavoxel stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'voxel_set::tests::test_save_magicavoxel' panicked at src/voxel_set.rs:974:44:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ad0e646592 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ad0e646592 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ad0e646592 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55ad0e646592 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55ad0e66c363 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55ad0e66c363 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55ad0e643463 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55ad0e643463 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55ad0e6463e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55ad0e647bb9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55ad0e6479ee - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55ad0e609c34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55ad0e609c34 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55ad0e64858e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55ad0e64858e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55ad0e64835a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55ad0e646a89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55ad0e647fed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55ad0e66a3e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55ad0e66a7a6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x55ad0e5b5aa0 - core::result::Result<T,E>::unwrap::h771fd25e8e3cc569
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x55ad0e5b5aa0 - glb_rigger::voxel_set::tests::test_save_magicavoxel::h0f866fc9e4c06b35
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:974:44
[INFO] [stdout]   22:     0x55ad0e5b5897 - glb_rigger::voxel_set::tests::test_save_magicavoxel::{{closure}}::hdf55722868ff202e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/voxel_set.rs:960:31
[INFO] [stdout]   23:     0x55ad0e5cdfa6 - core::ops::function::FnOnce::call_once::hf9980064299f8275
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55ad0e60f49b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55ad0e60f49b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55ad0e60e5d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55ad0e60e5d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55ad0e60e5d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55ad0e60e5d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55ad0e60e5d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55ad0e60e5d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55ad0e60e5d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55ad0e5d21d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55ad0e5d21d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55ad0e5d5baa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55ad0e5d5baa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55ad0e5d5baa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55ad0e5d5baa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55ad0e5d5baa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55ad0e5d5baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55ad0e64b50f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55ad0e64b50f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7ad000fefaa4 - <unknown>
[INFO] [stdout]   45:     0x7ad00107ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     voxel_set::tests::test_iterate_3x3x3_across_micropatch_boundaries
[INFO] [stdout]     voxel_set::tests::test_iterate_3x3x3_edge_cases
[INFO] [stdout]     voxel_set::tests::test_iterate_3x3x3_empty_and_full_micropatches
[INFO] [stdout]     voxel_set::tests::test_iterate_3x3x3_neighborhood_structure
[INFO] [stdout]     voxel_set::tests::test_save_magicavoxel
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 32 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "badf04ed344e9daa062d257e794a940d035a213a40863067307737b0f3295b4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "badf04ed344e9daa062d257e794a940d035a213a40863067307737b0f3295b4c", kill_on_drop: false }`
[INFO] [stdout] badf04ed344e9daa062d257e794a940d035a213a40863067307737b0f3295b4c
