[INFO] fetching crate imlet 0.2.0... [INFO] testing imlet-0.2.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate imlet 0.2.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate imlet 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate imlet 0.2.0 [INFO] tweaked toml for crates.io crate imlet 0.2.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate imlet 0.2.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate imlet 0.2.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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_json v1.0.129 [INFO] [stderr] Downloaded range-alloc v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53f6ecd4cbf17aaaa1989e80ad59a9626cff2a55f2f8b61daa26838183a12632 [INFO] running `Command { std: "docker" "start" "-a" "53f6ecd4cbf17aaaa1989e80ad59a9626cff2a55f2f8b61daa26838183a12632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53f6ecd4cbf17aaaa1989e80ad59a9626cff2a55f2f8b61daa26838183a12632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53f6ecd4cbf17aaaa1989e80ad59a9626cff2a55f2f8b61daa26838183a12632", kill_on_drop: false }` [INFO] [stdout] 53f6ecd4cbf17aaaa1989e80ad59a9626cff2a55f2f8b61daa26838183a12632 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d15c17f5f0910dfba2d8a15fabadf831bffb9a32478e08f252cd26d79223571 [INFO] running `Command { std: "docker" "start" "-a" "9d15c17f5f0910dfba2d8a15fabadf831bffb9a32478e08f252cd26d79223571", kill_on_drop: false }` [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling imlet v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 560 | sorted_sources: &[String], [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:595:27 [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "9d15c17f5f0910dfba2d8a15fabadf831bffb9a32478e08f252cd26d79223571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d15c17f5f0910dfba2d8a15fabadf831bffb9a32478e08f252cd26d79223571", kill_on_drop: false }` [INFO] [stdout] 9d15c17f5f0910dfba2d8a15fabadf831bffb9a32478e08f252cd26d79223571 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8671e8f6cdc58ce454a43d97cb06688d6c4c70550a49fb4f136584cfbe7298c8 [INFO] running `Command { std: "docker" "start" "-a" "8671e8f6cdc58ce454a43d97cb06688d6c4c70550a49fb4f136584cfbe7298c8", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 560 | sorted_sources: &[String], [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:595:27 [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling imlet v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 560 | sorted_sources: &[String], [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 561 | ) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types/computation/model/implicit_model.rs:595:27 [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.26s [INFO] running `Command { std: "docker" "inspect" "8671e8f6cdc58ce454a43d97cb06688d6c4c70550a49fb4f136584cfbe7298c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8671e8f6cdc58ce454a43d97cb06688d6c4c70550a49fb4f136584cfbe7298c8", kill_on_drop: false }` [INFO] [stdout] 8671e8f6cdc58ce454a43d97cb06688d6c4c70550a49fb4f136584cfbe7298c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f628a69fda760d371a0160d25a88a571a3693a7aea1b88cb17a36c9ea1452e7a [INFO] running `Command { std: "docker" "start" "-a" "f628a69fda760d371a0160d25a88a571a3693a7aea1b88cb17a36c9ea1452e7a", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types/computation/model/implicit_model.rs:559:9 [INFO] [stderr] | [INFO] [stderr] 559 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 560 | sorted_sources: &[String], [INFO] [stderr] 561 | ) -> Result, ModelError> { [INFO] [stderr] | ------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 561 | ) -> Result, ModelError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types/computation/model/implicit_model.rs:595:27 [INFO] [stderr] | [INFO] [stderr] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stderr] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 595 | pub(crate) fn compile(&self, target: &str) -> Result, ModelError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `imlet` (lib) generated 2 warnings (run `cargo fix --lib -p imlet` to apply 2 suggestions) [INFO] [stderr] warning: `imlet` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/imlet-e66c2f4f6d0dff27) [INFO] [stdout] [INFO] [stdout] running 84 tests [INFO] [stdout] test algorithms::marching_cubes::tests::test_generate_iso_surface_2x2x2 ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_cell_value_iterator ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_map_point_index ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_smooth_field_full ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_smooth_field_half ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_smooth_field_half_varied ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_smooth_field_full_varied ... ok [INFO] [stdout] test algorithms::marching_cubes::tests::test_generate_iso_surface_sphere ... ok [INFO] [stdout] test types::computation::data::dense_field::tests::test_threshold_field ... ok [INFO] [stdout] test types::computation::data::field_iterator::tests::test_cell_grid_iterator ... ok [INFO] [stdout] test types::computation::data::field_iterator::tests::test_dense_cell_value_iterator ... ok [INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_builder ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 4,096 sampled points (100.00% of active) in 28.93ms [INFO] [stdout] test types::computation::data::dense_field::tests::test_value_iterator ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::dense_field] Dense value buffer for 1,331 points generated in 43.93ms [INFO] [stdout] test types::computation::data::field_iterator::tests::test_point_grid_iterator ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 92 points in 302.66µs [INFO] [stdout] test types::computation::data::sampler::tests::test_sampler_invalid_component ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read. [INFO] [stdout] test types::computation::data::sparse_field::tests::test_error_handling ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 92 points in 319.03µs [INFO] [stdout] test types::computation::data::sparse_field::tests::test_block_sizes ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read. [INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_y ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 8 points in 24.81µs [INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_x_domain ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/box.obj with 8 vertices and 12 faces successfully read. [INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_x ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 12 triangles in 36.90µs [INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_initialization ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 92 points in 292.35µs [INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_y_domain ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read. [INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_z ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::dense_field] Dense value buffer for 1,331 points generated in 48.16ms [INFO] [stdout] test types::computation::functions::neovius::tests::test_compute_linearized ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 2.91ms [INFO] [stdout] test types::computation::functions::function_components::tests::test_all_function_components_params ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 1.31ms [INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_z_domain ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::algorithms::marching_cubes] Marching cubes generated 0 triangles in 1.06ms [INFO] [stdout] test types::computation::data::sampler::tests::test_sampler_iso_surface_without_field ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh topology generated for 0 points and 0 triangles in 6.64µs [INFO] [stdout] test types::computation::model::computation_graph::tests::test_create_and_evaluate_model_with_function_operation ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 0 points in 11.89µs [INFO] [stdout] test types::computation::model::computation_graph::tests::test_evaluate_model_constant_operation ... ok [INFO] [stdout] test types::computation::functions::gyroid::tests::test_compute_linearized ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_build_model_with_input_connections ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_incorrect_input_count ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_missing_input ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_add_operation_incorrect_input_list ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_with_cyclic_dependecies ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_missing_tag ... ok [INFO] [stdout] test types::computation::model::model_component::tests::test_compute_constant ... ok [INFO] [stdout] test types::computation::model::model_component::tests::test_compute_function ... ok [INFO] [stdout] test types::computation::model::model_component::tests::test_compute_operation ... ok [INFO] [stdout] test types::computation::operations::operation_components::tests::test_all_operation_components_params ... ok [INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_duplicate_tag ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_corners ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_corners_non_origin ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_wireframe ... ok [INFO] [stdout] test types::computation::model::computation_graph::tests::test_evaluate_model_function_non_uniform ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_wireframe_non_origin ... ok [INFO] [stdout] test types::computation::model::computation_graph::tests::test_evaluate_model_function ... ok [INFO] [stdout] test types::geometry::line::tests::test_get_assigns_params ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_intersects_triangle ... ok [INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_iterators ... ok [INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_sampling ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_get_assigns_params ... ok [INFO] [stdout] test types::geometry::bounding_box::tests::test_create_from_objects ... ok [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_box ... ok [INFO] [stdout] test types::geometry::octree::tests::test_closest_pt ... ok [INFO] [stdout] test types::geometry::octree::tests::test_build_octree ... ok [INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_field_operations ... ok [INFO] [stdout] test types::geometry::sphere::tests::test_get_assigns_params ... ok [INFO] [stdout] test types::geometry::torus::tests::test_torus_centre_distance_value ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_barycentric_coord ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_edge_1 ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_edge_2 ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_edge_3 ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_face ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_v_1 ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_v_2 ... ok [INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_v_3 ... ok [INFO] [stdout] test types::geometry::vec3f::tests::test_compute_angle_opposite ... ok [INFO] [stdout] test types::geometry::vec3f::tests::test_slerp_opposite_vecs ... ok [INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_with_smoothing ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::dense_field] Dense value data with 1,331 points smoothed in 16.52ms over 3 iterations [INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_sampling_modes ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 1,024 sampled points (25.00% of active) in 26.67ms [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::dense_field] Dense value buffer for 1,331 points generated in 73.35ms [INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_with_padding ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::dense_field] Dense value data with 1,331 points padded in 28.66µs. [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_sphere_leaking ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 92 points in 288.76µs [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Mesh normals computed for 92 points in 279.66µs [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 1.16ms [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 9.90ms [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_sphere ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 968 sampled points (9.09% of active) in 111.06ms [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::data::sparse_field] Initialized (1,1,1) internal nodes. [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 41.92µs [INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_different_block_sizes ... ok [INFO] [stderr] [2025-10-02T02:08:42Z INFO imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 52.94µs [INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_builder ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::data::sparse_field] Initialized (1,1,1) internal nodes. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 60.91µs [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 2,048 sampled points (50.00% of active) in 72.34ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 49.78µs [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 48.29ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 37.27ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 54.13ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 3,301 points in 40.91ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::utils::io] Obj file assets/geometry/bunny.obj with 3301 vertices and 6598 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 3,301 points in 59.90ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::utils::io] Obj file assets/geometry/bunny.obj with 3301 vertices and 6598 faces successfully read. [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 2,048 sampled points (50.00% of active) in 260.06ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::algorithms::marching_cubes] Marching cubes generated 0 triangles in 8.90ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh topology generated for 0 points and 0 triangles in 7.15µs [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 0 points in 25.91µs [INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_iso_value_bounds ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 346.39ms [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_vertex ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 372.79ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 385.86ms [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_edge_2 ... ok [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_edge ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 6,598 triangles in 300.97ms [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_bunny_leaking ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Octree computed for mesh with 6,598 triangles in 376.96ms [INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_bunny_leaking_f32 ... ok [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 1,024 sampled points (25.00% of active) in 455.55ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::algorithms::marching_cubes] Marching cubes generated 0 triangles in 4.33ms [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh topology generated for 0 points and 0 triangles in 6.65µs [INFO] [stderr] [2025-10-02T02:08:43Z INFO imlet::types::geometry::mesh] Mesh normals computed for 0 points in 26.69µs [INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_field_operations ... ok [INFO] [stderr] [2025-10-02T02:08:44Z INFO imlet::types::computation::data::sparse_field] Sparse field generated with 304,064 sampled points (14.50% of active) in 1.78s [INFO] [stderr] [2025-10-02T02:08:44Z INFO imlet::algorithms::marching_cubes] Marching cubes generated 31,208 triangles in 107.36ms [INFO] [stderr] [2025-10-02T02:08:44Z INFO imlet::types::geometry::mesh] Mesh topology generated for 15,606 points and 31,208 triangles in 76.55ms [INFO] [stderr] [2025-10-02T02:08:44Z INFO imlet::types::geometry::mesh] Mesh normals computed for 15,606 points in 46.09ms [INFO] [stdout] test types::computation::data::sparse_field::tests::sample_sparse_field_multiple_root_nodes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s [INFO] [stdout] [INFO] [stderr] Doc-tests imlet [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/types/computation/traits/implicit_functions.rs - types::computation::traits::implicit_functions::ImplicitFunction (line 13) ... ok [INFO] [stdout] test src/types/computation/traits/implicit_functions.rs - types::computation::traits::implicit_functions::ImplicitOperation (line 52) ... ok [INFO] [stdout] test src/types/computation/model/implicit_model.rs - types::computation::model::implicit_model::ImplicitModel (line 22) ... ok [INFO] [stdout] test src/types/computation/functions/mesh_file.rs - types::computation::functions::mesh_file::MeshFile (line 26) ... ok [INFO] [stdout] test src/types/computation/data/sampler.rs - types::computation::data::sampler::DenseSampler (line 280) ... ok [INFO] [stdout] test src/types/computation/data/sampler.rs - types::computation::data::sampler::SparseSampler (line 60) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 30) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (344) panicked at src/lib.rs:62:48: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5c43b61e4752 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5c43b61e4752 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5c43b61e4752 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5c43b61e4752 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5c43b6203c0f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5c43b6203c0f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5c43b61d42d3 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5c43b61d42d3 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5c43b61e45a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5c43b61d18dc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5c43b61d1723 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5c43b61d1e1a - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5c43b61e412a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5c43b61e4089 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5c43b61d23bd - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5c43b620a130 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5c43b620bb86 - core::result::unwrap_failed::hbb243a6a8b53218d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5c43b61881d4 - rust_out::main::_doctest_main_src_lib_rs_30_0::hb735dbfd48d5eba7 [INFO] [stdout] 18: 0x5c43b61879c6 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 19: 0x5c43b6171083 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 20: 0x5c43b618c466 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 21: 0x5c43b618b809 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 22: 0x5c43b61e4d20 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 23: 0x5c43b61e4d20 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5c43b61e4d20 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5c43b61e4d20 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5c43b61e4d20 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5c43b61e4d20 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5c43b61e4d20 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5c43b61e4d20 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5c43b61e4d20 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5c43b618b7f1 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 32: 0x5c43b618c515 - main [INFO] [stdout] 33: 0x7fed02f401ca - [INFO] [stdout] 34: 0x7fed02f4028b - __libc_start_main [INFO] [stdout] 35: 0x5c43b6130585 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 30) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.11s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "f628a69fda760d371a0160d25a88a571a3693a7aea1b88cb17a36c9ea1452e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f628a69fda760d371a0160d25a88a571a3693a7aea1b88cb17a36c9ea1452e7a", kill_on_drop: false }` [INFO] [stdout] f628a69fda760d371a0160d25a88a571a3693a7aea1b88cb17a36c9ea1452e7a