[INFO] fetching crate meshmeshmesh 0.4.0... [INFO] testing meshmeshmesh-0.4.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate meshmeshmesh 0.4.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate meshmeshmesh 0.4.0 [INFO] finished tweaking crates.io crate meshmeshmesh 0.4.0 [INFO] tweaked toml for crates.io crate meshmeshmesh 0.4.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate meshmeshmesh 0.4.0 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 crates.io crate meshmeshmesh 0.4.0 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 i_key_sort v0.6.0 [INFO] [stderr] Downloaded i_tree v0.16.0 [INFO] [stderr] Downloaded i_shape v1.13.0 [INFO] [stderr] Downloaded i_float v1.14.0 [INFO] [stderr] Downloaded i_overlay v4.0.1 [INFO] [stderr] Downloaded i_triangle v0.35.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d913206a2c4ed8ea8dbbfbacb577393d06238fa31415dd3d1bc8fb060d500c11 [INFO] running `Command { std: "docker" "start" "-a" "d913206a2c4ed8ea8dbbfbacb577393d06238fa31415dd3d1bc8fb060d500c11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d913206a2c4ed8ea8dbbfbacb577393d06238fa31415dd3d1bc8fb060d500c11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d913206a2c4ed8ea8dbbfbacb577393d06238fa31415dd3d1bc8fb060d500c11", kill_on_drop: false }` [INFO] [stdout] d913206a2c4ed8ea8dbbfbacb577393d06238fa31415dd3d1bc8fb060d500c11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] bebda736879cbc27fb69b79d6eac5a7028db361f735ccffef1335521b552410a [INFO] running `Command { std: "docker" "start" "-a" "bebda736879cbc27fb69b79d6eac5a7028db361f735ccffef1335521b552410a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling i_key_sort v0.6.0 [INFO] [stderr] Compiling i_tree v0.16.0 [INFO] [stderr] Compiling i_float v1.14.0 [INFO] [stderr] Compiling i_shape v1.13.0 [INFO] [stderr] Compiling i_overlay v4.0.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Compiling i_triangle v0.35.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling meshmeshmesh v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `get_transformed_mesh_for_element` and `get_mesh_ids_with_face_colors_applied` are never used [INFO] [stdout] --> src/scene_analysis.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 6 | impl Scene { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub (crate) fn get_transformed_mesh_for_element(&self, element: &Element) -> Mesh { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub (crate) fn get_mesh_ids_with_face_colors_applied(&self) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `deduplicate_meshes`, `duplicate_meshes`, and `get_new_mesh_id_and_local_coordinate_system_from_deduplication_result` are never used [INFO] [stdout] --> src/scene_processing.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 8 | impl Scene { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub (crate) fn deduplicate_meshes(&mut self, tolerance: f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub (crate) fn duplicate_meshes(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | fn get_new_mesh_id_and_local_coordinate_system_from_deduplication_result(old_mesh_id: usize, deduplication_result: &Vec<(Mesh, HashMa... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s [INFO] running `Command { std: "docker" "inspect" "bebda736879cbc27fb69b79d6eac5a7028db361f735ccffef1335521b552410a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bebda736879cbc27fb69b79d6eac5a7028db361f735ccffef1335521b552410a", kill_on_drop: false }` [INFO] [stdout] bebda736879cbc27fb69b79d6eac5a7028db361f735ccffef1335521b552410a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 4e875620980dd071f9f18d33681950d69b09c2196d6b497bda03e83f30f33a01 [INFO] running `Command { std: "docker" "start" "-a" "4e875620980dd071f9f18d33681950d69b09c2196d6b497bda03e83f30f33a01", kill_on_drop: false }` [INFO] [stdout] warning: methods `get_transformed_mesh_for_element` and `get_mesh_ids_with_face_colors_applied` are never used [INFO] [stdout] --> src/scene_analysis.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 6 | impl Scene { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub (crate) fn get_transformed_mesh_for_element(&self, element: &Element) -> Mesh { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub (crate) fn get_mesh_ids_with_face_colors_applied(&self) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `deduplicate_meshes`, `duplicate_meshes`, and `get_new_mesh_id_and_local_coordinate_system_from_deduplication_result` are never used [INFO] [stdout] --> src/scene_processing.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 8 | impl Scene { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub (crate) fn deduplicate_meshes(&mut self, tolerance: f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub (crate) fn duplicate_meshes(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | fn get_new_mesh_id_and_local_coordinate_system_from_deduplication_result(old_mesh_id: usize, deduplication_result: &Vec<(Mesh, HashMa... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling meshmeshmesh v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `to_string` [INFO] [stdout] --> src/scene_processing.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | use serde_json::{from_value, to_string}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_mesh_ids_with_face_colors_applied` is never used [INFO] [stdout] --> src/scene_analysis.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 6 | impl Scene { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub (crate) fn get_mesh_ids_with_face_colors_applied(&self) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.31s [INFO] running `Command { std: "docker" "inspect" "4e875620980dd071f9f18d33681950d69b09c2196d6b497bda03e83f30f33a01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e875620980dd071f9f18d33681950d69b09c2196d6b497bda03e83f30f33a01", kill_on_drop: false }` [INFO] [stdout] 4e875620980dd071f9f18d33681950d69b09c2196d6b497bda03e83f30f33a01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3c49c1cfcfc731b17efcc7bef8a263825f9a64982c0fc037e0959a59e70a8919 [INFO] running `Command { std: "docker" "start" "-a" "3c49c1cfcfc731b17efcc7bef8a263825f9a64982c0fc037e0959a59e70a8919", kill_on_drop: false }` [INFO] [stderr] warning: methods `get_transformed_mesh_for_element` and `get_mesh_ids_with_face_colors_applied` are never used [INFO] [stderr] --> src/scene_analysis.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 6 | impl Scene { [INFO] [stderr] | ---------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 41 | pub (crate) fn get_transformed_mesh_for_element(&self, element: &Element) -> Mesh { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 50 | pub (crate) fn get_mesh_ids_with_face_colors_applied(&self) -> HashSet { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated items `deduplicate_meshes`, `duplicate_meshes`, and `get_new_mesh_id_and_local_coordinate_system_from_deduplication_result` are never used [INFO] [stderr] --> src/scene_processing.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 8 | impl Scene { [INFO] [stderr] | ---------- associated items in this implementation [INFO] [stderr] ... [INFO] [stderr] 16 | pub (crate) fn deduplicate_meshes(&mut self, tolerance: f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | pub (crate) fn duplicate_meshes(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | fn get_new_mesh_id_and_local_coordinate_system_from_deduplication_result(old_mesh_id: usize, deduplication_result: &Vec<(Mesh, HashMa... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `to_string` [INFO] [stderr] --> src/scene_processing.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | use serde_json::{from_value, to_string}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `get_mesh_ids_with_face_colors_applied` is never used [INFO] [stderr] --> src/scene_analysis.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 6 | impl Scene { [INFO] [stderr] | ---------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 50 | pub (crate) fn get_mesh_ids_with_face_colors_applied(&self) -> HashSet { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `meshmeshmesh` (lib) generated 2 warnings [INFO] [stderr] warning: `meshmeshmesh` (lib test) generated 2 warnings (run `cargo fix --lib -p meshmeshmesh --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/meshmeshmesh-b00fd1ef3411f082) [INFO] [stdout] [INFO] [stdout] running 516 tests [INFO] [stdout] test barycentric_coordinates::tests::test_new ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_new_from_point_and_triangle_second_point ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_new_from_point_and_triangle_first_point ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_new_from_point_and_triangle_third_point ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_partialeq_true ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_are_normalized_with_tolerance_false_too_big ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_are_normalized_with_tolerance_true ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_are_normalized_with_tolerance_true_close ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_eq_with_tolerance_different_xyz_false ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_eq_with_tolerance_different_z_false ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test bounding_area::tests::test_new ... ok [INFO] [stdout] test barycentric_coordinates::tests::test_new_from_point_and_triangle ... ok [INFO] [stdout] test bounding_area::tests::test_partialeq_x_different_false ... ok [INFO] [stdout] test bounding_area::tests::test_partialeq_y_different_false ... ok [INFO] [stdout] test bounding_area_analysis::tests::test_get_area ... ok [INFO] [stdout] test bounding_box::tests::test_new ... ok [INFO] [stdout] test bounding_box::tests::test_new_empty_y ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_are_normalized_with_tolerance_false_too_small ... ok [INFO] [stdout] test barycentric_coordinates_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test bounding_area::tests::test_new_empty_y ... ok [INFO] [stdout] test bounding_area::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test bounding_area::tests::test_partialeq_true ... ok [INFO] [stdout] test bounding_box::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test bounding_box::tests::test_partialeq_true ... ok [INFO] [stdout] test bounding_box::tests::test_partialeq_x_different_false ... ok [INFO] [stdout] test bounding_box::tests::test_partialeq_z_different_false ... ok [INFO] [stdout] test bounding_box::tests::test_partialeq_y_different_false ... ok [INFO] [stdout] test bounding_box_analysis::tests::test_eq_with_tolerance_false ... ok [INFO] [stdout] test bounding_area::tests::test_new_wrong_y_should_panic - should panic ... ok [INFO] [stdout] test bounding_box_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test color::tests::test_from_json ... ok [INFO] [stdout] test color::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test color::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test color::tests::test_new ... ok [INFO] [stdout] test bounding_area::tests::test_new_wrong_x_should_panic - should panic ... ok [INFO] [stdout] test color::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test color::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test edge::tests::test_new ... ok [INFO] [stdout] test edge::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test edge::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test edge::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test edge::tests::test_partialeq_true ... ok [INFO] [stdout] test edge_analysis::tests::test_eq_regardless_of_direction_false ... ok [INFO] [stdout] test edge_analysis::tests::test_eq_regardless_of_direction_true_reversed ... ok [INFO] [stdout] test edge_analysis::tests::test_eq_regardless_of_direction_true_same ... ok [INFO] [stdout] test edge_analysis::tests::test_get_flatten_from_edges ... ok [INFO] [stdout] test edge_analysis::tests::test_get_flatten_from_edges_empty ... ok [INFO] [stdout] test edge_analysis::tests::test_get_hashset_of_ids ... ok [INFO] [stdout] test edge_processing::tests::test_get_unique_undirected ... ok [INFO] [stdout] test edge_transformations::tests::test_get_reversed ... ok [INFO] [stdout] test element::tests::test_from_json_with_face_colors ... ok [INFO] [stdout] test element::tests::test_from_json_without_face_colors ... ok [INFO] [stdout] test element::tests::test_new_with_face_colors ... ok [INFO] [stdout] test element::tests::test_new_without_face_colors ... ok [INFO] [stdout] test element::tests::test_partial_eq_with_face_colors_true ... ok [INFO] [stdout] test color::tests::test_to_json ... ok [INFO] [stdout] test color::tests::test_partialeq_true ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_color ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_face_colors_count ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_info_key ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_face_colors ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_guid ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_info_length ... ok [INFO] [stdout] test bounding_box::tests::test_new_wrong_x_should_panic - should panic ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_info_value ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_mesh_id ... ok [INFO] [stdout] test color::tests::test_partialeq_fourth_different_false ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_rotation ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_existing_face_colors ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_type ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_different_vector ... ok [INFO] [stdout] test bounding_box::tests::test_new_wrong_y_should_panic - should panic ... ok [INFO] [stdout] test element::tests::test_partial_eq_without_face_colors_true ... ok [INFO] [stdout] test element_analysis::tests::test_get_local_coordinate_system ... ok [INFO] [stdout] test element::tests::test_to_json_without_face_colors ... ok [INFO] [stdout] test element::tests::test_to_json_with_face_colors ... ok [INFO] [stdout] test bounding_box::tests::test_new_wrong_z_should_panic - should panic ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_with_face_colors_true ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_face_colors_count ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_info_length ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_mesh_id ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_info_value ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_face_colors ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_type ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_color ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_guid ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_rotation ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_info_key ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_different_vector ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_true ... ok [INFO] [stdout] test face_neighbours::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_same_within_tolerance_true ... ok [INFO] [stdout] test face_neighbours::tests::test_from_mesh ... ok [INFO] [stdout] test face_neighbours::tests::test_from_three_edge_groups ... ok [INFO] [stdout] test element_analysis::tests::test_partial_eq_without_face_colors_existing_face_colors ... ok [INFO] [stdout] test face_neighbours::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test face_neighbours::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test face_neighbours::tests::test_partialeq_true ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_get_which_edge_by_face_neighbour_id_1 ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_get_which_edge_by_face_neighbour_id_none ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_all_neighbours_2_none ... ok [INFO] [stdout] test face_neighbours::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_get_which_edge_by_face_neighbour_id_0 ... ok [INFO] [stdout] test face_neighbours::tests::test_new ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_get_which_edge_by_face_neighbour_id_2 ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_all_neighbours_1_none ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_all_neighbours_3_none ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_all_neighbours_all_none ... ok [INFO] [stdout] test face_neighbours::tests::test_from_three_edge_groups_first_edge_panic - should panic ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_all_neighbours_no_none ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_no_neighbours_1_some ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_no_neighbours_2_some ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_no_neighbours_all_some ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_no_neighbours_3_some ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_new ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_partialeq_true ... ok [INFO] [stdout] test face_neighbours_analysis::tests::test_has_no_neighbours_no_some ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_from_face_neighbours_and_triangles ... ok [INFO] [stdout] test graph::tests::test_from_face_neighbours ... ok [INFO] [stdout] test graph::tests::get_adjacency_vertices ... ok [INFO] [stdout] test graph::tests::test_add_edge_to_existing_vertices ... ok [INFO] [stdout] test graph::tests::test_from_edges_into_undirected ... ok [INFO] [stdout] test graph::tests::test_get_number_of_vertices ... ok [INFO] [stdout] test graph::tests::test_from_polygon2d_into_directed ... ok [INFO] [stdout] test face_neighbours_angle::tests::test_from_face_neighbours_and_triangles_different_length_of_inputs - should panic ... ok [INFO] [stdout] test graph::tests::test_from_face_neighbours_isolated_triangles ... ok [INFO] [stdout] test graph::tests::test_from_face_neighbours_with_max_angle ... ok [INFO] [stdout] test graph::tests::get_adjacency_edges ... ok [INFO] [stdout] test graph_analysis::tests::test_is_connected_triangle_true ... ok [INFO] [stdout] test graph_analysis::tests::test_is_connected_triangle_with_separate_line_false ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_eq_with_tolerance_all_false ... ok [INFO] [stdout] test graph_analysis::tests::test_is_connected_triangle_with_line_true ... ok [INFO] [stdout] test local_coordinate_system::tests::test_new ... ok [INFO] [stdout] test graph_analysis::tests::test_is_connected_diamond_true ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_eq_with_tolerance_x_false ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_eq_with_tolerance_y_false ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_get_vector_to ... ok [INFO] [stdout] test local_coordinate_system_transformations::tests::test_get_rotated_by_quaternion_around_its_origin ... ok [INFO] [stdout] test graph::tests::test_new ... ok [INFO] [stdout] test local_coordinate_system_transformations::tests::test_subtract_vector ... ok [INFO] [stdout] test mesh::tests::test_from_json ... ok [INFO] [stdout] test mesh::tests::test_from_triangles_1face ... ok [INFO] [stdout] test local_coordinate_system_transformations::tests::test_add_vector ... ok [INFO] [stdout] test mesh::tests::test_new ... ok [INFO] [stdout] test mesh::tests::test_new_with_id ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_get_rotation_to ... ok [INFO] [stdout] test local_coordinate_system_transformations::tests::test_get_flipped_around_y_axis ... ok [INFO] [stdout] test local_coordinate_system_analysis::tests::test_eq_with_tolerance_origin_false ... ok [INFO] [stdout] test mesh::tests::test_partialeq_coordinates_count_false ... ok [INFO] [stdout] test mesh::tests::test_from_triangles_pyramid ... ok [INFO] [stdout] test graph::tests::test_from_face_neighbours_with_max_angle_wrong_number_of_inputs - should panic ... ok [INFO] [stdout] test mesh::tests::test_partialeq_indices_count_false ... ok [INFO] [stdout] test mesh::tests::test_partialeq_true ... ok [INFO] [stdout] test mesh::tests::test_partialeq_with_id_and_without_false ... ok [INFO] [stdout] test mesh::tests::test_to_json ... ok [INFO] [stdout] test mesh::tests::test_to_points ... ok [INFO] [stdout] test mesh::tests::test_partialeq_with_id_true ... ok [INFO] [stdout] test mesh::tests::test_partialeq_different_coordinates_false ... ok [INFO] [stdout] test mesh::tests::test_to_three_edge_groups ... ok [INFO] [stdout] test mesh::tests::test_partialeq_different_indices_false ... ok [INFO] [stdout] test mesh::tests::test_to_triangles_1face ... ok [INFO] [stdout] test mesh::tests::test_to_edges ... ok [INFO] [stdout] test mesh::tests::test_partialeq_with_id_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_bounding_box ... ok [INFO] [stdout] test mesh::tests::test_to_triangles_pyramid ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_edges_with_missing_neighbour ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_area ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_different_indices ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_edges_with_missing_neighbour_manifold ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_edges_with_more_than_2_neighbours ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_edges_with_more_than_2_neighbours_manifold ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_face_normal_vectors_unitized ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_ids_of_faces_flipped_inside_using_offset ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_local_coordinate_system_for_first_face ... FAILED [INFO] [stdout] test mesh_analysis::tests::test_get_non_manifold_edges ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_different_coordinates ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_number_of_faces ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_non_manifold_edges_manifold ... ok [INFO] [stdout] test mesh_analysis::tests::test_get_number_of_vertices ... ok [INFO] [stdout] test mesh_analysis::tests::test_is_connected_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_different_coordinates_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_coordinates_count_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_different_indices_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_true ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_with_id_and_without_true ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_indices_count_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_with_id_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_with_id_true ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_3_boxes_2_diamonds_1_wing ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_with_id_info_3_welded_boxes ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_with_id_info_3_boxes_2_diamonds_1_wing ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_3_welded_boxes ... ok [INFO] [stdout] test mesh_processing::tests::test_get_by_joining_with_another ... ok [INFO] [stdout] test mesh_processing::tests::test_get_by_joining_with_another_with_welded ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_with_id_info_all_unique ... ok [INFO] [stdout] test mesh_analysis::tests::test_is_connected_true ... ok [INFO] [stdout] test mesh_processing::tests::test_deduplicate_all_unique ... ok [INFO] [stdout] test mesh_processing::tests::test_get_part_by_face_ids ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_different_coordinates_without_id_check_false ... ok [INFO] [stdout] test mesh_analysis::tests::test_partialeq_with_id_without_id_check_true ... ok [INFO] [stdout] test mesh_processing::tests::test_get_polygons_for_planar_mesh_triangle ... ok [INFO] [stdout] test mesh_processing::tests::test_get_polygons_for_planar_mesh_star ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_all_faces_flipped ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_faces_flipped ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_faces_flipped_outside_using_offset ... ok [INFO] [stdout] test mesh_processing::tests::test_get_polygons_for_planar_mesh_rectangle_2_holes ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_index_offset ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_removed_vertices_without_indices_update_all_removed ... ok [INFO] [stdout] test mesh_processing::tests::test_get_remesh_for_planar_mesh_star ... ok [INFO] [stdout] test mesh_processing::tests::test_get_remesh_for_planar_mesh_triangle ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_welded_vertices_correct_pyramid ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_replaced_indices ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_removed_vertices_without_indices_update_last_removed ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_removed_vertices_without_indices_update_last_two_in_the_middle_removed ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_welded_vertices_pyramid ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_unwelded_vertices ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_removed_vertices_without_indices_update_first_removed ... ok [INFO] [stdout] test mesh_processing::tests::test_join ... ok [INFO] [stdout] test mesh_processing::tests::test_get_remesh_for_planar_mesh_rectangle_2_holes ... ok [INFO] [stdout] test mesh_processing::tests::test_get_with_welded_vertices_pyramid_different_order ... ok [INFO] [stdout] test mesh_processing::tests::test_planar_simplify_nonmanifold ... ok [INFO] [stdout] test mesh_transformations::tests::test_get_in_global_coordinate_system ... ok [INFO] [stdout] test mesh_transformations::tests::test_add_vector ... ok [INFO] [stdout] test mesh_processing::tests::test_split_face_disconnected_with_vertices_welding ... ok [INFO] [stdout] test mesh_processing::tests::test_split_by_face_angle ... ok [INFO] [stdout] test mesh_processing::tests::test_split_face_disconnected ... ok [INFO] [stdout] test mesh_processing::tests::test_split_face_disconnected_whole_connected ... ok [INFO] [stdout] test mesh_transformations::tests::test_get_in_local_coordinate_system ... ok [INFO] [stdout] test mesh_transformations::tests::test_subtract_vector ... ok [INFO] [stdout] test point2d::tests::test_new ... ok [INFO] [stdout] test point2d::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test point2d::tests::test_partialeq_true ... ok [INFO] [stdout] test point2d::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test point2d::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test point2d_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_bottom_top_then_right_left_equal ... ok [INFO] [stdout] test point2d_analysis::tests::test_get_distance_to_point ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_bottom_top_then_right_left_greater_x ... ok [INFO] [stdout] test mesh_transformations::tests::test_get_rotated_by_quaternion ... ok [INFO] [stdout] test point2d_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test point2d_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_bottom_top_then_right_left_greater_y ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_bottom_top_then_right_left_less_x ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_top_bottom_then_left_right_equal ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_top_bottom_then_left_right_greater_x ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_top_bottom_then_left_right_less_y ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_top_bottom_then_left_right_greater_y ... ok [INFO] [stdout] test point::tests::test_from_point2d ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_top_bottom_then_left_right_less_x ... ok [INFO] [stdout] test point::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test point::tests::test_from_quaternion ... ok [INFO] [stdout] test point2d_analysis::tests::test_eq_with_tolerance_different_xy_false ... ok [INFO] [stdout] test point::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test point::tests::test_new ... ok [INFO] [stdout] test point::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test point2d_analysis::tests::test_total_cmp_bottom_top_then_right_left_less_y ... ok [INFO] [stdout] test point::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test point::tests::test_to_quaternion ... ok [INFO] [stdout] test point_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test point::tests::test_to_vector ... ok [INFO] [stdout] test point::tests::test_partialeq_true ... ok [INFO] [stdout] test point_analysis::tests::test_eq_with_tolerance_different_xyz_false ... ok [INFO] [stdout] test point_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test point_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test point_analysis::tests::test_is_inside_mesh_using_xyz_false ... ok [INFO] [stdout] test point_analysis::tests::test_get_distance_to_point_the_same ... ok [INFO] [stdout] test point_analysis::tests::test_get_distance_to_point ... ok [INFO] [stdout] test point_analysis::tests::test_eq_with_tolerance_different_z_false ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_1_point ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_5_points_3_duplicates ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_5_points_4_duplicates ... ok [INFO] [stdout] test point_analysis::tests::test_is_inside_mesh_using_xyz_true ... ok [INFO] [stdout] test point_transformations::tests::test_get_in_global_coordinate_system ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_5_points_no_duplicates ... ok [INFO] [stdout] test point_transformations::tests::test_get_all_in_local_coordinate_system ... ok [INFO] [stdout] test point_transformations::tests::test_get_rotated_by_quaternion ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_5_points_2_duplicates ... ok [INFO] [stdout] test point_transformations::tests::test_get_in_local_coordinate_system ... ok [INFO] [stdout] test point_transformations::tests::test_point_add_vector ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test point_transformations::tests::test_point_subtract_vector ... ok [INFO] [stdout] test polygon2d::tests::test_new ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_last_different_false ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_true ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_middle_different_false ... ok [INFO] [stdout] test polygon2d::tests::test_partialeq_size_different_false ... ok [INFO] [stdout] test polygon2d_analysis::tests::test_is_clockwise_false ... ok [INFO] [stdout] test polygon2d_analysis::tests::test_get_bounding_area ... ok [INFO] [stdout] test polygon2d_analysis::tests::test_is_clockwise_true ... ok [INFO] [stdout] test polygon2d_analysis::tests::test_get_first_get_first_not_straight_vertex_id ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_duplicates_with_tolerance ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_duplicates_with_tolerance_last ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_parallel_segments_with_tolerance ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_parallel_segments_with_tolerance_first_to_remove ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_parallel_segments_with_tolerance_removing_last_segment ... ok [INFO] [stdout] test polygon2d_processing::tests::test_get_with_removed_neighbour_parallel_segments_with_tolerance_removing_last_segment_multiple ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_get_anticlockwise_clockwise ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_get_anticlockwise_counterclockwise ... ok [INFO] [stdout] test point_transformations::tests::test_get_all_in_global_coordinate_system ... ok [INFO] [stdout] test point_analysis::tests::test_scan_for_duplicates_with_tolerance_info_5_points_1_duplicate ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_get_clockwise_clockwise ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_get_clockwise_counterclockwise ... ok [INFO] [stdout] test polygon2d_triangulation::tests::test_triangulate_raw ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_get_reversed ... ok [INFO] [stdout] test polygon2d_transformations::tests::test_reverse ... ok [INFO] [stdout] test polygon::tests::test_new ... ok [INFO] [stdout] test polygon::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test polygon2d_triangulation::tests::test_triangulate_raw_with_holes ... ok [INFO] [stdout] test polygon::tests::test_partialeq_last_different_false ... ok [INFO] [stdout] test polygon::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test polygon::tests::test_partialeq_middle_different_false ... ok [INFO] [stdout] test polygon::tests::test_partialeq_true ... ok [INFO] [stdout] test polygon_analysis::tests::test_get_local_coordinate_system ... ok [INFO] [stdout] test polygon_analysis::tests::test_is_planar_with_tolerance_false ... ok [INFO] [stdout] test polygon_analysis::tests::test_is_planar_with_tolerance_true_three_point ... ok [INFO] [stdout] test polygon_transformations::tests::test_get_in_global_coordinate_system ... ok [INFO] [stdout] test polygon_transformations::tests::test_get_in_local_coordinate_system ... ok [INFO] [stdout] test polygon::tests::test_partialeq_size_different_false ... ok [INFO] [stdout] test polygon::tests::test_to_polygon2d ... ok [INFO] [stdout] test polygon_analysis::tests::test_is_planar_with_tolerance_true ... ok [INFO] [stdout] test polygon_triangulation::tests::test_triangulate_raw_with_holes ... ok [INFO] [stdout] test quaternion::tests::test_identity ... ok [INFO] [stdout] test quaternion::tests::test_new ... ok [INFO] [stdout] test polygon_triangulation::tests::test_triangulate_raw ... ok [INFO] [stdout] test mesh_processing::tests::test_planar_simplify_pyramid ... ok [INFO] [stdout] test polygon_triangulation::tests::test_triangulate_raw_with_holes_2 ... ok [INFO] [stdout] test quaternion::tests::test_from_json ... ok [INFO] [stdout] test quaternion::tests::test_new_from_axis_angle ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_fourth_different_false ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_true ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_different_w_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_get_length ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_different_z_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test quaternion::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test quaternion::tests::test_to_json ... ok [INFO] [stdout] test quaternion_analysis::tests::test_is_unit_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_eq_with_tolerance_different_xyzw_false ... ok [INFO] [stdout] test quaternion_transformation::tests::test_multiplication ... ok [INFO] [stdout] test ray::tests::test_new ... ok [INFO] [stdout] test ray::tests::test_partialeq_different_all_false ... ok [INFO] [stdout] test ray::tests::test_partialeq_different_origin_false ... ok [INFO] [stdout] test ray_analysis::tests::test_does_intersect_with_mesh_false ... ok [INFO] [stdout] test quaternion_analysis::tests::test_is_unit_true ... ok [INFO] [stdout] test ray::tests::test_partialeq_different_direction_false ... ok [INFO] [stdout] test ray_analysis::tests::test_does_intersect_with_mesh_true ... ok [INFO] [stdout] test quaternion_transformation::tests::test_get_inverted ... ok [INFO] [stdout] test ray::tests::test_partialeq_true ... ok [INFO] [stdout] test ray_analysis::tests::test_eq_with_tolerance_different_origin_false ... ok [INFO] [stdout] test ray_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test ray_analysis::tests::test_get_intersection_with_triangle_hit ... ok [INFO] [stdout] test ray_analysis::tests::test_get_intersection_with_triangle_hit_flipped ... ok [INFO] [stdout] test ray_analysis::tests::test_get_intersection_with_triangle_miss ... ok [INFO] [stdout] test ray_analysis::tests::test_get_intersections_with_mesh_0_intersections ... ok [INFO] [stdout] test ray_analysis::tests::test_get_distance_from_origin_to_closest_point_positive ... ok [INFO] [stdout] test ray_analysis::tests::test_eq_with_tolerance_different_direction_false ... ok [INFO] [stdout] test ray_analysis::tests::test_get_distance_from_origin_to_closest_point_negative ... ok [INFO] [stdout] test ray_analysis::tests::test_get_point_at ... ok [INFO] [stdout] test ray_analysis::tests::test_get_intersections_with_mesh_2_intersections ... ok [INFO] [stdout] test scene::tests::test_from_json ... ok [INFO] [stdout] test scene::tests::test_new ... ok [INFO] [stdout] test ray_analysis::tests::test_eq_with_tolerance_different_all_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_element_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_mesh_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_elements_count_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_meshes_count_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_file_info_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_different_schema_version_false ... ok [INFO] [stdout] test scene::tests::test_partial_eq_true ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_elements_count_false ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_file_info_false ... ok [INFO] [stdout] test scene::tests::test_to_json ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_element_false ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_mesh_false ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_schema_version_false ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_same_within_tolerance_true ... ok [INFO] [stdout] test scene::tests::test_create_and_read_pyramid ... FAILED [INFO] [stdout] test scene_analysis::tests::test_partial_eq_true ... ok [INFO] [stdout] test scene::tests::test_create_and_read_cubes ... FAILED [INFO] [stdout] test three_edge_group::tests::test_new ... ok [INFO] [stdout] test scene_analysis::tests::test_partial_eq_different_meshes_count_false ... ok [INFO] [stdout] test scene_processing::tests::test_deduplicate_meshes_cubes ... FAILED [INFO] [stdout] test scene::tests::test_create_and_read_cubes_with_face_colors_and_without ... FAILED [INFO] [stdout] test three_edge_group::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test three_edge_group::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test three_edge_group::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test scene_processing::tests::test_deduplicate_meshes_pyramid ... FAILED [INFO] [stdout] test scene_processing::tests::test_duplicate_meshes_multiple_meshes ... FAILED [INFO] [stdout] test scene_processing::tests::test_deduplicate_meshes_multiple_meshes ... FAILED [INFO] [stdout] test three_edge_group_analysis::tests::test_which_edge_is_neighbour_to_0 ... ok [INFO] [stdout] test three_edge_group_analysis::tests::test_which_edge_is_neighbour_to_1 ... ok [INFO] [stdout] test three_edge_group_analysis::tests::test_get_edge_with_face_ids_hashmap_with_reversed_edges_merged ... ok [INFO] [stdout] test three_edge_group::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test three_edge_group::tests::test_partialeq_true ... ok [INFO] [stdout] test three_edge_group_analysis::tests::test_get_edge_with_face_ids_hashmap ... ok [INFO] [stdout] test three_edge_group_analysis::tests::test_which_edge_is_neighbour_to_2 ... ok [INFO] [stdout] test three_edge_group_analysis::tests::test_which_edge_is_neighbour_to_none ... ok [INFO] [stdout] test triangle::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test triangle::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_area_zero ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_centroid ... ok [INFO] [stdout] test triangle::tests::test_new ... ok [INFO] [stdout] test triangle::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test triangle::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test triangle::tests::test_partialeq_true ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_area ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_local_coordinate_system ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_normal_ray ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_normal_vector_unitized ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_normal_angles_between_neighbours ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_second_side_as_vector ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_second_side_middle ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_third_side_as_vector ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_third_side_middle ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_first_side_middle ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_first_side_as_vector ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_vector_from_first_side_middle_to_centroid ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_vector_from_second_side_middle_to_centroid ... ok [INFO] [stdout] test triangle_analysis::tests::test_is_parallel_to_ray_with_epsilon_true ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_vector_from_third_side_middle_to_centroid ... ok [INFO] [stdout] test triangle_analysis::tests::test_is_parallel_to_ray_with_epsilon_false ... ok [INFO] [stdout] test triangle_transformations::tests::test_get_divided_by_point ... ok [INFO] [stdout] test triangle_analysis::tests::test_is_parallel_to_vector_with_epsilon_false ... ok [INFO] [stdout] test triangle_transformations::tests::test_get_flipped ... ok [INFO] [stdout] test vector2d::tests::test_from_2_points ... ok [INFO] [stdout] test vector2d::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test vector2d::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test vector2d::tests::test_partialeq_true ... ok [INFO] [stdout] test vector2d::tests::test_new ... ok [INFO] [stdout] test vector2d::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test vector2d::tests::test_x_unit_vector2d ... ok [INFO] [stdout] test vector2d::tests::test_y_unit_vector2d ... ok [INFO] [stdout] test vector2d::tests::test_zero_vector ... ok [INFO] [stdout] test vector2d_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test vector2d_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test vector2d_analysis::tests::test_eq_with_tolerance_different_xy_false ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_angle ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_angle_reversed ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_dot_product_vector ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_angle_same ... ok [INFO] [stdout] test vector2d_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_length_vector ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_normals_angle ... ok [INFO] [stdout] test triangle_analysis::tests::test_get_normals_angle_planar ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_signed_angle_to_x ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_signed_angle_to_x_x_axis_reversed ... ok [INFO] [stdout] test vector2d_analysis::tests::test_is_absolute_zero_length_false ... ok [INFO] [stdout] test vector::tests::test_from_json ... ok [INFO] [stdout] test vector2d_analysis::tests::test_is_absolute_zero_length_true ... ok [INFO] [stdout] test vector::tests::test_from_2_points ... ok [INFO] [stdout] test vector::tests::test_new ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_length_zero_vector ... ok [INFO] [stdout] test vector2d_analysis::tests::test_get_signed_angle_to_x_x_axis ... ok [INFO] [stdout] test vector::tests::test_partialeq_third_different_false ... ok [INFO] [stdout] test vector::tests::test_partialeq_true ... ok [INFO] [stdout] test vector::tests::test_partialeq_first_different_false ... ok [INFO] [stdout] test vector::tests::test_partialeq_second_different_false ... ok [INFO] [stdout] test vector::tests::test_to_json ... ok [INFO] [stdout] test vector::tests::test_to_point ... ok [INFO] [stdout] test vector::tests::test_x_unit_vector ... ok [INFO] [stdout] test vector::tests::test_partialeq_all_different_false ... ok [INFO] [stdout] test vector::tests::test_y_unit_vector ... ok [INFO] [stdout] test vector::tests::test_z_unit_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_eq_with_tolerance_different_z_false ... ok [INFO] [stdout] test triangle_analysis::tests::test_is_parallel_to_vector_with_epsilon_true ... ok [INFO] [stdout] test vector_analysis::tests::test_eq_with_tolerance_different_xyz_false ... ok [INFO] [stdout] test vector::tests::test_zero_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_get_angle_same ... ok [INFO] [stdout] test vector_analysis::tests::test_eq_with_tolerance_true ... ok [INFO] [stdout] test vector_analysis::tests::test_get_angle ... ok [INFO] [stdout] test vector_analysis::tests::test_get_angle_reversed ... ok [INFO] [stdout] test vector_analysis::tests::test_get_any_perpendicular ... ok [INFO] [stdout] test vector_analysis::tests::test_get_dot_product_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_get_any_perpendicular_z_unit_reversed ... ok [INFO] [stdout] test vector_analysis::tests::test_get_any_perpendicular_z_unit ... ok [INFO] [stdout] test vector_analysis::tests::test_get_cross_product_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_get_length_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_get_rotation_to_same ... ok [INFO] [stdout] test vector_analysis::tests::test_get_rotation_to_same_but_reversed ... ok [INFO] [stdout] test vector_analysis::tests::test_get_length_zero_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_get_signed_angle_reversed_normal ... ok [INFO] [stdout] test vector_analysis::tests::test_eq_with_tolerance_different_x_false ... ok [INFO] [stdout] test vector_analysis::tests::test_get_rotation_to ... ok [INFO] [stdout] test vector_analysis::tests::test_get_signed_angle ... ok [INFO] [stdout] test vector_analysis::tests::test_eq_with_tolerance_different_y_false ... ok [INFO] [stdout] test vector_transformations::tests::test_get_reversed_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_is_absolute_zero_length_false ... ok [INFO] [stdout] test vector_transformations::tests::test_get_rotated_by_quaternion ... ok [INFO] [stdout] test vector_transformations::tests::test_get_unitized_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_is_absolute_zero_length_true ... ok [INFO] [stdout] test vector_transformations::tests::test_reverse_vector ... ok [INFO] [stdout] test vector_transformations::tests::test_get_unitized_vector_0_length_panic - should panic ... ok [INFO] [stdout] test vector_transformations::tests::test_vector_add_vector ... ok [INFO] [stdout] test vector_transformations::tests::test_get_rotated ... ok [INFO] [stdout] test vector_transformations::tests::test_vector_multiply_f64 ... ok [INFO] [stdout] test vector_transformations::tests::test_vector_subtract_vector ... ok [INFO] [stdout] test vector_analysis::tests::test_is_perpendicular_to_vector_false ... ok [INFO] [stdout] test vector_analysis::tests::test_is_perpendicular_to_vector_true ... ok [INFO] [stdout] test mesh_processing::tests::test_planar_simplify_beam ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- mesh_analysis::tests::test_get_local_coordinate_system_for_first_face stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'mesh_analysis::tests::test_get_local_coordinate_system_for_first_face' panicked at src/mesh_analysis.rs:1352:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: LocalCoordinateSystem { origin: Point { x: 4.666666666666667, y: 4.333333333333333, z: 0.0 }, x: Vector { x: 1.0, y: 0.0, z: 0.0 }, y: Vector { x: 6.123031769111886e-17, y: 1.0, z: 0.0 } } [INFO] [stdout] right: LocalCoordinateSystem { origin: Point { x: 4.666666666666667, y: 4.333333333333333, z: 0.0 }, x: Vector { x: 1.0, y: 0.0, z: 0.0 }, y: Vector { x: 6.123233995736766e-17, y: 1.0, z: 0.0 } } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dec3 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x6343c5c5c25b - core::panicking::assert_failed::h77bbe0998bf2fbc3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x6343c5b82df3 - meshmeshmesh::mesh_analysis::tests::test_get_local_coordinate_system_for_first_face::h0db5e5477401bf28 [INFO] [stdout] at /opt/rustwide/workdir/src/mesh_analysis.rs:1352:9 [INFO] [stdout] 22: 0x6343c5b829d7 - meshmeshmesh::mesh_analysis::tests::test_get_local_coordinate_system_for_first_face::{{closure}}::h62666c864e7dc1c9 [INFO] [stdout] at /opt/rustwide/workdir/src/mesh_analysis.rs:1320:57 [INFO] [stdout] 23: 0x6343c5bda396 - core::ops::function::FnOnce::call_once::hc33c1fd8abcd23c5 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene::tests::test_create_and_read_pyramid stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene::tests::test_create_and_read_pyramid' panicked at src/scene.rs:508:49: [INFO] [stdout] Unable to write the file: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5bf3b1c - core::result::Result::expect::hd17639bf53429332 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23 [INFO] [stdout] 21: 0x6343c5c6a2a3 - meshmeshmesh::scene::tests::test_create_and_read_pyramid::h8a5f13189223ab35 [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:508:49 [INFO] [stdout] 22: 0x6343c5c69697 - meshmeshmesh::scene::tests::test_create_and_read_pyramid::{{closure}}::h53b2e84c7a75f5ba [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:452:38 [INFO] [stdout] 23: 0x6343c5bd9096 - core::ops::function::FnOnce::call_once::h987de2dd134f3ab3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene::tests::test_create_and_read_cubes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene::tests::test_create_and_read_cubes' panicked at src/scene.rs:617:49: [INFO] [stdout] Unable to write the file: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5bf3b1c - core::result::Result::expect::hd17639bf53429332 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23 [INFO] [stdout] 21: 0x6343c5c6b930 - meshmeshmesh::scene::tests::test_create_and_read_cubes::h1bd406df440d5e41 [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:617:49 [INFO] [stdout] 22: 0x6343c5c6a647 - meshmeshmesh::scene::tests::test_create_and_read_cubes::{{closure}}::hb648b542963b0362 [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:520:36 [INFO] [stdout] 23: 0x6343c5bd9c66 - core::ops::function::FnOnce::call_once::hb0dbbb7fc5d3ec16 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene_processing::tests::test_deduplicate_meshes_cubes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene_processing::tests::test_deduplicate_meshes_cubes' panicked at src/scene_processing.rs:284:50: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5c6f8a7 - core::result::Result::unwrap::h2b622e49b5f271fb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x6343c5c6f8a7 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_cubes::hf5ac3c248cadbadc [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:284:50 [INFO] [stdout] 22: 0x6343c5c6e6b7 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_cubes::{{closure}}::hd950c220c43339a4 [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:181:43 [INFO] [stdout] 23: 0x6343c5bd9eb6 - core::ops::function::FnOnce::call_once::hb730c3c0b23fdf57 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene::tests::test_create_and_read_cubes_with_face_colors_and_without stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene::tests::test_create_and_read_cubes_with_face_colors_and_without' panicked at src/scene.rs:750:49: [INFO] [stdout] Unable to write the file: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5bf3b1c - core::result::Result::expect::hd17639bf53429332 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23 [INFO] [stdout] 21: 0x6343c5c6d298 - meshmeshmesh::scene::tests::test_create_and_read_cubes_with_face_colors_and_without::hc15db3042ee8a15d [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:750:49 [INFO] [stdout] 22: 0x6343c5c6bda7 - meshmeshmesh::scene::tests::test_create_and_read_cubes_with_face_colors_and_without::{{closure}}::h8353be87b465b0a9 [INFO] [stdout] at /opt/rustwide/workdir/src/scene.rs:629:65 [INFO] [stdout] 23: 0x6343c5bd5956 - core::ops::function::FnOnce::call_once::h3aa6c7d1d3e2198f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene_processing::tests::test_deduplicate_meshes_pyramid stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene_processing::tests::test_deduplicate_meshes_pyramid' panicked at src/scene_processing.rs:173:50: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5c6e200 - core::result::Result::unwrap::h2b622e49b5f271fb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x6343c5c6e200 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_pyramid::ha84659228963b32b [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:173:50 [INFO] [stdout] 22: 0x6343c5c6d717 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_pyramid::{{closure}}::hb372399e07af8f63 [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:111:45 [INFO] [stdout] 23: 0x6343c5bdb876 - core::ops::function::FnOnce::call_once::he5e4df5c1adc4805 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene_processing::tests::test_duplicate_meshes_multiple_meshes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene_processing::tests::test_duplicate_meshes_multiple_meshes' panicked at src/scene_processing.rs:330:50: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5c70726 - core::result::Result::unwrap::h2b622e49b5f271fb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x6343c5c70726 - meshmeshmesh::scene_processing::tests::test_duplicate_meshes_multiple_meshes::h417500ffde34602c [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:330:50 [INFO] [stdout] 22: 0x6343c5c70657 - meshmeshmesh::scene_processing::tests::test_duplicate_meshes_multiple_meshes::{{closure}}::h8e41d60b28396e8a [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:318:51 [INFO] [stdout] 23: 0x6343c5bd5796 - core::ops::function::FnOnce::call_once::h387e74511bf6df99 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- scene_processing::tests::test_deduplicate_meshes_multiple_meshes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'scene_processing::tests::test_deduplicate_meshes_multiple_meshes' panicked at src/scene_processing.rs:304:50: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - 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: 0x6343c5e194a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6343c5e194a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6343c5e3f7e3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x6343c5e3f7e3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x6343c5e16423 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x6343c5e16423 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x6343c5e192f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x6343c5e1aa19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x6343c5e1a84e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x6343c5cbaa54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x6343c5cbaa54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343c5e1b3ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x6343c5e1b3ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x6343c5e1b1ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x6343c5e19999 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x6343c5e1ae4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x6343c5e3db70 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x6343c5e3dfd6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x6343c5c6ff06 - core::result::Result::unwrap::h2b622e49b5f271fb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x6343c5c6ff06 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_multiple_meshes::hfd32d1e0cd68ca5b [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:304:50 [INFO] [stdout] 22: 0x6343c5c6fe37 - meshmeshmesh::scene_processing::tests::test_deduplicate_meshes_multiple_meshes::{{closure}}::ha3629aa5248200ad [INFO] [stdout] at /opt/rustwide/workdir/src/scene_processing.rs:292:53 [INFO] [stdout] 23: 0x6343c5bda616 - core::ops::function::FnOnce::call_once::hc9dbe06939d3bc21 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x6343c5cc02bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x6343c5cc02bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x6343c5cbf3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x6343c5cbf3f5 - 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: 0x6343c5cbf3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x6343c5cbf3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x6343c5cbf3f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x6343c5cbf3f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x6343c5cbf3f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x6343c5c82ff4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x6343c5c82ff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x6343c5c869ca - 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: 0x6343c5c869ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x6343c5c869ca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x6343c5c869ca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x6343c5c869ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x6343c5c869ca - 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: 0x6343c5e1e36f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x6343c5e1e36f - 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: 0x7dfe3012daa4 - [INFO] [stdout] 45: 0x7dfe301baa34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] mesh_analysis::tests::test_get_local_coordinate_system_for_first_face [INFO] [stdout] scene::tests::test_create_and_read_cubes [INFO] [stdout] scene::tests::test_create_and_read_cubes_with_face_colors_and_without [INFO] [stdout] scene::tests::test_create_and_read_pyramid [INFO] [stdout] scene_processing::tests::test_deduplicate_meshes_cubes [INFO] [stdout] scene_processing::tests::test_deduplicate_meshes_multiple_meshes [INFO] [stdout] scene_processing::tests::test_deduplicate_meshes_pyramid [INFO] [stdout] scene_processing::tests::test_duplicate_meshes_multiple_meshes [INFO] [stdout] [INFO] [stdout] test result: FAILED. 508 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3c49c1cfcfc731b17efcc7bef8a263825f9a64982c0fc037e0959a59e70a8919", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c49c1cfcfc731b17efcc7bef8a263825f9a64982c0fc037e0959a59e70a8919", kill_on_drop: false }` [INFO] [stdout] 3c49c1cfcfc731b17efcc7bef8a263825f9a64982c0fc037e0959a59e70a8919