[INFO] fetching crate imlet 0.2.0...
[INFO] testing imlet-0.2.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate imlet 0.2.0 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate imlet 0.2.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 127748b74a5936711af98ae649d988202688659202acfcaa26f9f85f0e9a94ef
[INFO] running `Command { std: "docker" "start" "-a" "127748b74a5936711af98ae649d988202688659202acfcaa26f9f85f0e9a94ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "127748b74a5936711af98ae649d988202688659202acfcaa26f9f85f0e9a94ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "127748b74a5936711af98ae649d988202688659202acfcaa26f9f85f0e9a94ef", kill_on_drop: false }`
[INFO] [stdout] 127748b74a5936711af98ae649d988202688659202acfcaa26f9f85f0e9a94ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e67727be3e3bf24547b60096f1113b2bff5ed55ea4f6692e4ee2f389afcdfb7
[INFO] running `Command { std: "docker" "start" "-a" "9e67727be3e3bf24547b60096f1113b2bff5ed55ea4f6692e4ee2f389afcdfb7", 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 regex-automata v0.4.8
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling env_filter v0.1.2
[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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, ModelError> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
[INFO] running `Command { std: "docker" "inspect" "9e67727be3e3bf24547b60096f1113b2bff5ed55ea4f6692e4ee2f389afcdfb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e67727be3e3bf24547b60096f1113b2bff5ed55ea4f6692e4ee2f389afcdfb7", kill_on_drop: false }`
[INFO] [stdout] 9e67727be3e3bf24547b60096f1113b2bff5ed55ea4f6692e4ee2f389afcdfb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b931bf22963dbe616b987c1c691fafea535cf47578d6a052fa11a33c6b576dac
[INFO] running `Command { std: "docker" "start" "-a" "b931bf22963dbe616b987c1c691fafea535cf47578d6a052fa11a33c6b576dac", kill_on_drop: false }`
[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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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: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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, ModelError> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.75s
[INFO] running `Command { std: "docker" "inspect" "b931bf22963dbe616b987c1c691fafea535cf47578d6a052fa11a33c6b576dac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b931bf22963dbe616b987c1c691fafea535cf47578d6a052fa11a33c6b576dac", kill_on_drop: false }`
[INFO] [stdout] b931bf22963dbe616b987c1c691fafea535cf47578d6a052fa11a33c6b576dac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f03189d4fbb585931135e285a1b17f321fec48cc2126fe878f7f3b4976652f71
[INFO] running `Command { std: "docker" "start" "-a" "f03189d4fbb585931135e285a1b17f321fec48cc2126fe878f7f3b4976652f71", 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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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<ComputationGraph<T>, 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<ComputationGraph<'_, T>, 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-9fb752f754ee464a)
[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_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_value_iterator ... ok
[INFO] [stdout] test types::computation::data::field_iterator::tests::test_dense_cell_value_iterator ... ok
[INFO] [stdout] test types::computation::data::field_iterator::tests::test_point_grid_iterator ... ok
[INFO] [stdout] test types::computation::data::dense_field::tests::test_cell_value_iterator ... ok
[INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_builder ... ok
[INFO] [stdout] test types::computation::data::field_iterator::tests::test_cell_grid_iterator ... ok
[INFO] [stdout] test types::computation::data::dense_field::tests::test_threshold_field ... ok
[INFO] [stdout] test algorithms::marching_cubes::tests::test_generate_iso_surface_sphere ... ok
[INFO] [stdout] test types::computation::data::sampler::tests::test_sampler_invalid_component ... ok
[INFO] [stdout] test types::computation::data::dense_field::tests::test_smooth_field_full_varied ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_x ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_y ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_handle_zero_size_domain_z ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_x_domain ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_y_domain ... ok
[INFO] [stdout] test types::computation::data::sparse_field::tests::test_block_sizes ... ok
[INFO] [stdout] test types::computation::data::sparse_field::tests::test_error_handling ... ok
[INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_initialization ... ok
[INFO] [stdout] test types::computation::functions::coordinates::tests::test_natural_z_domain ... ok
[INFO] [stdout] test types::computation::data::sampler::tests::test_sampler_iso_surface_without_field ... ok
[INFO] [stdout] test types::computation::functions::function_components::tests::test_all_function_components_params ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 20.43µs
[INFO] [stdout] test types::computation::functions::gyroid::tests::test_compute_linearized ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 1,024 sampled points (25.00% of active) in 2.82ms
[INFO] [stdout] test types::computation::model::computation_graph::tests::test_evaluate_model_constant_operation ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 8 points in 31.41µs
[INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_field_operations ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/box.obj with 8 vertices and 12 faces successfully read.
[INFO] [stdout] test types::computation::model::computation_graph::tests::test_create_and_evaluate_model_with_function_operation ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 12 triangles in 44.34µs
[INFO] [stdout] test types::computation::functions::neovius::tests::test_compute_linearized ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 92 points in 322.74µs
[INFO] [stdout] test types::computation::model::computation_graph::tests::test_evaluate_model_function ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read.
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_add_operation_incorrect_input_list ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 92 points in 311.43µs
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_duplicate_tag ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read.
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_incorrect_input_count ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 92 points in 297.48µs
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_missing_input ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read.
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_build_model_with_input_connections ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 1.20ms
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_missing_tag ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 92 points in 284.03µs
[INFO] [stdout] test types::computation::model::model_component::tests::test_compute_function ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/sphere.obj with 92 vertices and 180 faces successfully read.
[INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_with_smoothing ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 6.76ms
[INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_corners_non_origin ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 15.31ms
[INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_wireframe ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 180 triangles in 19.95ms
[INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_wireframe_non_origin ... ok
[INFO] [stdout] test types::geometry::bounding_box::tests::test_compute_corners ... ok
[INFO] [stdout] test types::computation::model::implicit_model::tests::test_error_with_cyclic_dependecies ... 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_operation ... ok
[INFO] [stdout] test types::computation::operations::operation_components::tests::test_all_operation_components_params ... ok
[INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_iterators ... ok
[INFO] [stdout] test types::geometry::bounding_box::tests::test_create_from_objects ... ok
[INFO] [stdout] test types::computation::data::sparse_field::tests::test_sparse_field_sampling ... 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_get_assigns_params ... ok
[INFO] [stdout] test types::geometry::bounding_box::tests::test_intersects_triangle ... ok
[INFO] [stdout] test types::geometry::line::tests::test_get_assigns_params ... ok
[INFO] [stdout] test types::computation::data::sampler::tests::test_dense_sampler_with_padding ... ok
[INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_sampling_modes ... ok
[INFO] [stdout] test types::geometry::sphere::tests::test_get_assigns_params ... ok
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_box ... 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::octree::tests::test_compute_signed_distance_sphere_leaking ... ok
[INFO] [stdout] test types::geometry::octree::tests::test_closest_pt ... ok
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_sphere ... ok
[INFO] [stdout] test types::geometry::octree::tests::test_build_octree ... ok
[INFO] [stdout] test types::geometry::torus::tests::test_torus_centre_distance_value ... 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::vec3f::tests::test_slerp_opposite_vecs ... ok
[INFO] [stdout] test types::geometry::vec3f::tests::test_compute_angle_opposite ... ok
[INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_v_3 ... ok
[INFO] [stdout] test types::geometry::triangle::tests::test_closest_point_on_v_2 ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 968 sampled points (9.09% of active) in 90.31ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Initialized (1,1,1) internal nodes.
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 45.95µs
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Initialized (1,1,1) internal nodes.
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 2,048 sampled points (50.00% of active) in 42.99ms
[INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_different_block_sizes ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 47.03µs
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 10.29ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read.
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 70.37ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read.
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 43.55µs
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 2,048 sampled points (50.00% of active) in 192.19ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::algorithms::marching_cubes] Marching cubes generated 0 triangles in 3.65ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh topology generated for 0 points and 0 triangles in 6.51µs
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 0 points in 18.90µs
[INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_iso_value_bounds ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 114.35ms
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_edge ... ok
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::computation::model::implicit_model] Computation graph with 1 components compiled in 51.25µs
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 2,903 points in 88.62ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/cow.obj with 2903 vertices and 5804 faces successfully read.
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 3,301 points in 56.96ms
[INFO] [stderr] [2026-01-07T17:20:28Z INFO  imlet::utils::io] Obj file assets/geometry/bunny.obj with 3301 vertices and 6598 faces successfully read.
[INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_builder ... ok
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 3,301 points in 97.22ms
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::utils::io] Obj file assets/geometry/bunny.obj with 3301 vertices and 6598 faces successfully read.
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_edge_2 ... ok
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 209.29ms
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 5,804 triangles in 422.38ms
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_cow_leaking_vertex ... ok
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 1,024 sampled points (25.00% of active) in 499.71ms
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::algorithms::marching_cubes] Marching cubes generated 0 triangles in 16.17ms
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Mesh topology generated for 0 points and 0 triangles in 13.44µs
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 0 points in 25.07µs
[INFO] [stdout] test types::computation::data::sampler::tests::test_sparse_sampler_field_operations ... ok
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 6,598 triangles in 388.24ms
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_bunny_leaking_f32 ... ok
[INFO] [stdout] test types::geometry::octree::tests::test_compute_signed_distance_bunny_leaking ... ok
[INFO] [stderr] [2026-01-07T17:20:29Z INFO  imlet::types::geometry::mesh] Octree computed for mesh with 6,598 triangles in 371.58ms
[INFO] [stderr] [2026-01-07T17:20:30Z INFO  imlet::types::computation::data::sparse_field] Sparse field generated with 304,064 sampled points (14.50% of active) in 2.12s
[INFO] [stderr] [2026-01-07T17:20:31Z INFO  imlet::algorithms::marching_cubes] Marching cubes generated 31,208 triangles in 105.29ms
[INFO] [stderr] [2026-01-07T17:20:31Z INFO  imlet::types::geometry::mesh] Mesh topology generated for 15,606 points and 31,208 triangles in 77.52ms
[INFO] [stderr] [2026-01-07T17:20:31Z INFO  imlet::types::geometry::mesh] Mesh normals computed for 15,606 points in 54.63ms
[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.76s
[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::ImplicitOperation (line 52) ... ok
[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/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' (319) 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:     0x55d1093f3bd2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55d1093f3bd2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55d1093f3bd2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55d1093f3bd2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55d109407bfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55d109407bfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x55d1093f83e6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55d1093f83e6 - <std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55d1093da10f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55d1093da10f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55d1093ec941 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x55d1093ecbab - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x55d1093da1c8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x55d1093cf589 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x55d1093daf8d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x55d10940833c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x55d109408082 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x55d109381bf4 - rust_out[183646e59c86b0c5]::main::_doctest_main_src_lib_rs_30_0
[INFO] [stdout]   18:     0x55d109368a06 - rust_out[183646e59c86b0c5]::main
[INFO] [stdout]   19:     0x55d109395093 - <fn() as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x55d109352466 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   21:     0x55d1093613d9 - std[3f03f8b59f91bef1]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   22:     0x55d1093ebe86 - <&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   24:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<i32, &dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   25:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panic::catch_unwind::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<isize, std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::panic::catch_unwind::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x55d1093ebe86 - std[3f03f8b59f91bef1]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x55d10934e221 - std[3f03f8b59f91bef1]::rt::lang_start::<()>
[INFO] [stdout]   32:     0x55d109396495 - main
[INFO] [stdout]   33:     0x7d74dd9211ca - <unknown>
[INFO] [stdout]   34:     0x7d74dd92128b - __libc_start_main
[INFO] [stdout]   35:     0x55d10933a205 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[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 5.01s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f03189d4fbb585931135e285a1b17f321fec48cc2126fe878f7f3b4976652f71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f03189d4fbb585931135e285a1b17f321fec48cc2126fe878f7f3b4976652f71", kill_on_drop: false }`
[INFO] [stdout] f03189d4fbb585931135e285a1b17f321fec48cc2126fe878f7f3b4976652f71
