[INFO] cloning repository https://github.com/LucasValente-AppEstrela/rust-plasma
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LucasValente-AppEstrela/rust-plasma" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucasValente-AppEstrela%2Frust-plasma", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucasValente-AppEstrela%2Frust-plasma'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 606a1f90e371d90010b1c745cca305e58fbe2704
[INFO] testing LucasValente-AppEstrela/rust-plasma against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucasValente-AppEstrela%2Frust-plasma" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LucasValente-AppEstrela/rust-plasma
[INFO] finished tweaking git repo https://github.com/LucasValente-AppEstrela/rust-plasma
[INFO] tweaked toml for git repo https://github.com/LucasValente-AppEstrela/rust-plasma written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LucasValente-AppEstrela/rust-plasma on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LucasValente-AppEstrela/rust-plasma 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_spanned v1.0.2
[INFO] [stderr]   Downloaded toml v0.9.7
[INFO] [stderr]   Downloaded tauri-plugin v2.4.0
[INFO] [stderr]   Downloaded toml_writer v1.0.3
[INFO] [stderr]   Downloaded tauri-plugin-log v2.7.0
[INFO] [stderr]   Downloaded erased-serde v0.4.8
[INFO] [stderr]   Downloaded value-bag v1.11.1
[INFO] [stderr]   Downloaded serde_with_macros v3.14.1
[INFO] [stderr]   Downloaded schemars v1.0.4
[INFO] [stderr]   Downloaded tauri-utils v2.7.0
[INFO] [stderr]   Downloaded serde_with v3.14.1
[INFO] [stderr]   Downloaded windows-version v0.1.6
[INFO] [stderr]   Downloaded quick-xml v0.38.3
[INFO] [stderr]   Downloaded tauri v2.8.5
[INFO] [stderr]   Downloaded tray-icon v0.21.1
[INFO] [stderr]   Downloaded tauri-runtime-wry v2.8.1
[INFO] [stderr]   Downloaded objc2-javascript-core v0.3.1
[INFO] [stderr]   Downloaded objc2-web-kit v0.3.1
[INFO] [stderr]   Downloaded objc2-security v0.3.1
[INFO] [stderr]   Downloaded wry v0.53.3
[INFO] [stderr]   Downloaded dlopen2 v0.8.0
[INFO] [stderr]   Downloaded objc2-ui-kit v0.3.1
[INFO] [stderr]   Downloaded tauri-runtime v2.8.0
[INFO] [stderr]   Downloaded tao v0.34.3
[INFO] [stderr]   Downloaded tauri-winres v0.3.3
[INFO] [stderr]   Downloaded tauri-codegen v2.4.0
[INFO] [stderr]   Downloaded tauri-build v2.4.1
[INFO] [stderr]   Downloaded tauri-macros v2.4.0
[INFO] [stderr]   Downloaded byte-unit v5.1.6
[INFO] [stderr]   Downloaded rhai v1.21.0
[INFO] [stderr]   Downloaded clap_builder v4.5.37
[INFO] [stderr]   Downloaded clap v4.5.37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce
[INFO] running `Command { std: "docker" "start" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rhai_codegen v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling thin-vec v0.2.14
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling rhai v1.21.0
[INFO] [stderr]    Compiling plasma_simulation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `plasma_simulation::simulation::MeshPreset::resolution`: Use resolution_for_dimensions() instead for dimension-aware meshing
[INFO] [stdout]    --> benches/performance_test.rs:131:28
[INFO] [stdout]     |
[INFO] [stdout] 131 |         config.mesh_preset.resolution()
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.60s
[INFO] running `Command { std: "docker" "inspect" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rhai v1.21.0
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling plasma_simulation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `plasma_simulation::simulation::MeshPreset::resolution`: Use resolution_for_dimensions() instead for dimension-aware meshing
[INFO] [stdout]    --> benches/performance_test.rs:131:28
[INFO] [stdout]     |
[INFO] [stdout] 131 |         config.mesh_preset.resolution()
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.14s
[INFO] running `Command { std: "docker" "inspect" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated method `plasma_simulation::simulation::MeshPreset::resolution`: Use resolution_for_dimensions() instead for dimension-aware meshing
[INFO] [stderr]    --> benches/performance_test.rs:131:28
[INFO] [stderr]     |
[INFO] [stderr] 131 |         config.mesh_preset.resolution()
[INFO] [stderr]     |                            ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `plasma_simulation` (bin "performance_test" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plasma_simulation-9cf874f8b3f3eb48)
[INFO] [stdout] 
[INFO] [stdout] running 134 tests
[INFO] [stdout] test errors::tests::test_validation_mesh_resolution ... ok
[INFO] [stdout] test errors::tests::test_validation_positive ... ok
[INFO] [stdout] test errors::tests::test_validation_range ... ok
[INFO] [stdout] test formula::engine::tests::test_formula_with_variables ... ok
[INFO] [stdout] test formula::engine::tests::test_formula_engine_creation ... ok
[INFO] [stdout] test formula::engine::tests::test_complex_material_property_formula ... ok
[INFO] [stdout] test formula::engine::tests::test_formula_validation ... ok
[INFO] [stdout] test formula::engine::tests::test_temperature_dependent_formula ... ok
[INFO] [stdout] test formula::engine::tests::test_safety_limits ... ok
[INFO] [stdout] test formula::engine::tests::test_constants ... ok
[INFO] [stdout] test formula::engine::tests::test_mathematical_functions ... ok
[INFO] [stdout] test formula::engine::tests::test_physical_constants ... ok
[INFO] [stdout] test formula::engine::tests::test_conditional_formulas ... ok
[INFO] [stdout] test formula::integration::tests::test_add_material_formula ... ok
[INFO] [stdout] test simulation::dimension_scaling_test::dimension_scaling_tests::test_mesh_resolution_scales_with_dimensions ... ok
[INFO] [stdout] test formula::integration::tests::test_evaluate_material_property ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_creation ... ok
[INFO] [stdout] test formula::integration::tests::test_invalid_formula ... ok
[INFO] [stdout] test formula::tests::test_formula_engine_creation ... ok
[INFO] [stdout] test simulation::materials::tests::test_all_predefined_materials ... ok
[INFO] [stdout] test formula::integration::tests::test_formula_validation ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_library ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_validation ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_temperature_range ... ok
[INFO] [stdout] test formula::integration::tests::test_formula_manager_creation ... ok
[INFO] [stdout] test formula::engine::tests::test_simple_formula_evaluation ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_validation_comprehensive ... ok
[INFO] [stdout] test simulation::materials::tests::test_property_constant ... ok
[INFO] [stdout] test formula::tests::test_integration ... ok
[INFO] [stdout] test simulation::materials::tests::test_property_table ... ok
[INFO] [stdout] test simulation::materials::tests::test_property_validation ... ok
[INFO] [stdout] test formula::integration::tests::test_formula_retrieval ... ok
[INFO] [stdout] test formula::tests::test_formula_manager_creation ... ok
[INFO] [stdout] test simulation::mesh::tests::test_cell_areas ... ok
[INFO] [stdout] test simulation::mesh::tests::test_boundary_detection ... ok
[INFO] [stdout] test simulation::mesh::tests::test_cell_volumes ... ok
[INFO] [stdout] test formula::integration::tests::test_constants_management ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_coordinates ... ok
[INFO] [stdout] test simulation::mesh::tests::test_neighbors_with_direction ... ok
[INFO] [stdout] test simulation::mesh::tests::test_neighbor_distances ... ok
[INFO] [stdout] test simulation::materials::tests::test_material_properties_evaluation ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_info ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_neighbors ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_presets ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_validation_errors ... ok
[INFO] [stdout] test simulation::mesh::tests::test_mesh_creation ... ok
[INFO] [stdout] test simulation::metrics::tests::test_mesh_metadata ... ok
[INFO] [stdout] test simulation::metrics::tests::test_metrics_analyzer_creation ... ok
[INFO] [stdout] test simulation::metrics::tests::test_metrics_analyzer_with_mesh_metadata ... ok
[INFO] [stdout] test simulation::metrics::tests::test_metrics_analyzer_add_time_step ... ok
[INFO] [stdout] test simulation::metrics::tests::test_export_metrics_json ... ok
[INFO] [stdout] test simulation::metrics::tests::test_temperature_range_tracker ... ok
[INFO] [stdout] test simulation::metrics::tests::test_export_temperature_grids_json ... ok
[INFO] [stdout] test simulation::metrics::tests::test_export_statistics_csv ... ok
[INFO] [stdout] test simulation::metrics::tests::test_time_step_statistics ... ok
[INFO] [stdout] test simulation::physics::tests::test_boundary_conditions_default ... ok
[INFO] [stdout] test simulation::parametric::tests::test_parametric_manager_creation ... ok
[INFO] [stdout] test simulation::materials::tests::test_property_formula ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_creation ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_effective_radius ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_validation ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_with_orientation ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_validation_against_furnace ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_heat_flux_calculation ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_torch_gaussian_distribution ... ok
[INFO] [stdout] test simulation::physics::tests::test_torch_info ... ok
[INFO] [stdout] test simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values ... FAILED
[INFO] [stdout] test simulation::physics::tests::test_total_boundary_loss ... FAILED
[INFO] [stdout] test simulation::property_table::tests::constant_property_round_trips_exactly ... ok
[INFO] [stdout] test simulation::physics3d::tests::opposite_torches_make_opposite_hot_spots ... ok
[INFO] [stdout] test simulation::physics::tests::test_physics_info ... ok
[INFO] [stdout] test simulation::physics3d::tests::source_field_conserves_energy_3d ... ok
[INFO] [stdout] test simulation::absolute_distance_test::absolute_distance_tests::test_thermal_diffusivity_calculation ... ok
[INFO] [stdout] test simulation::physics::tests::test_torch_validation_in_physics ... ok
[INFO] [stdout] test simulation::physics::tests::test_torch_management ... ok
[INFO] [stdout] test simulation::physics::tests::test_convection_loss_calculation ... ok
[INFO] [stdout] test simulation::physics::tests::test_multi_torch_heat_source_superposition ... ok
[INFO] [stdout] test simulation::physics::tests::test_dominant_torch_detection ... ok
[INFO] [stdout] test simulation::physics::tests::test_plasma_physics_creation ... ok
[INFO] [stdout] test simulation::property_table::tests::latent_heat_raises_effective_cp_in_melt_band ... ok
[INFO] [stdout] test simulation::physics::tests::test_radiation_loss_calculation ... ok
[INFO] [stdout] test simulation::property_table::tests::latent_heat_integral_matches_total_latent_heat ... ok
[INFO] [stdout] test simulation::solver::tests::test_solver_creation ... ok
[INFO] [stdout] test simulation::solver::tests::test_solver_info ... ok
[INFO] [stdout] test simulation::solver::tests::test_solver_with_cfl_factor ... ok
[INFO] [stdout] test simulation::solver::tests::test_boundary_conditions ... ok
[INFO] [stdout] test simulation::property_table::tests::formula_property_is_temperature_dependent ... ok
[INFO] [stdout] test simulation::dimension_scaling_test::dimension_scaling_tests::test_cell_size_consistency ... ok
[INFO] [stdout] test simulation::physics::tests::test_total_power_calculation ... ok
[INFO] [stdout] test simulation::absolute_distance_test::absolute_distance_tests::test_absolute_distance_heat_spread_4m_vs_2m_furnace ... ok
[INFO] [stdout] test simulation::state::tests::test_simulation_state_creation ... ok
[INFO] [stdout] test simulation::state::tests::test_state_manager ... ok
[INFO] [stdout] test simulation::solver3d::tests::axis_is_single_valued ... ok
[INFO] [stdout] test simulation::solver3d::tests::cn_3d_hot_spot_follows_torch_angle ... ok
[INFO] [stdout] test simulation::solver::tests::test_crank_nicolson_stability ... ok
[INFO] [stdout] test simulation::tests::test_config_validation ... ok
[INFO] [stdout] test simulation::tests::test_energy_monitor ... ok
[INFO] [stdout] test simulation::tests::test_geometry_config ... ok
[INFO] [stdout] test simulation::tests::test_mesh_config ... ok
[INFO] [stdout] test simulation::tests::test_physics_config ... ok
[INFO] [stdout] test simulation::tests::test_simulation_cancellation ... ok
[INFO] [stdout] test simulation::tests::test_simulation_config_default ... ok
[INFO] [stdout] test simulation::tests::test_simulation_engine_creation ... ok
[INFO] [stdout] test simulation::solver::tests::test_cfl_timestep_calculation ... ok
[INFO] [stdout] test simulation::solver_integration_test::integration_tests::test_energy_conservation_basic ... ok
[INFO] [stdout] test simulation::solver::tests::test_forward_euler_solve_step ... ok
[INFO] [stdout] test simulation::solver_integration_test::integration_tests::test_boundary_conditions_integration ... ok
[INFO] [stdout] test simulation::tests::test_torch_config ... ok
[INFO] [stdout] test simulation::validation::tests::analytical_semi_infinite_conduction_erfc ... ok
[INFO] [stdout] test simulation::validation::tests::directed_jet_is_asymmetric ... ok
[INFO] [stdout] test simulation::validation::tests::erfc_matches_known_values ... ok
[INFO] [stdout] test simulation::solver::tests::test_crank_nicolson_vs_forward_euler ... ok
[INFO] [stdout] test simulation::solver::tests::test_stability_check ... ok
[INFO] [stdout] test simulation::validation::tests::test_validation_manager_creation ... ok
[INFO] [stdout] test simulation::visualization::tests::test_point3d_serialization ... ok
[INFO] [stdout] test simulation::visualization::tests::test_visualization_manager_creation ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation] Plasma Furnace Simulator - Library initialized
[INFO] [stdout] test tests::test_init_logger ... ok
[INFO] [stdout] test tests::test_library_info ... ok
[INFO] [stdout] test tests::test_version ... ok
[INFO] [stdout] test simulation::solver_integration_test::integration_tests::test_cfl_stability_enforcement ... ok
[INFO] [stdout] test simulation::solver3d::tests::cn_3d_runs_and_heats_near_torch ... ok
[INFO] [stdout] test simulation::solver::tests::test_crank_nicolson_convergence ... ok
[INFO] [stdout] test simulation::material_diffusion_test::material_diffusion_tests::test_material_dependent_diffusion_rates ... ok
[INFO] [stdout] test simulation::solver_integration_test::integration_tests::test_forward_euler_heat_diffusion_integration ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation loop: 0.5 seconds
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored initial time step (t=0.0s)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Progress: 100.0% (t=0.500s, step=5, dt=0.100000s, energy_error=0.00%)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored final time step (t=0.500s, step=5)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation loop completed: 5 steps, 0.500s, 7 frames stored
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.39s
[INFO] [stdout] test simulation::tests::test_animation_metadata_retrieval ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation loop: 0.5 seconds
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored initial time step (t=0.0s)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Progress: 100.0% (t=0.500s, step=5, dt=0.100000s, energy_error=0.00%)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored final time step (t=0.500s, step=5)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation loop completed: 5 steps, 0.500s, 7 frames stored
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.42s
[INFO] [stdout] test simulation::tests::test_animation_data_retrieval ... ok
[INFO] [stdout] test simulation::solver3d::tests::centered_torch_stays_axisymmetric ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] 3-D simulation initialized (ntheta=16)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation loop: 0.5 seconds
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored initial time step (t=0.0s)
[INFO] [stdout] test simulation::tests::test_time_series_data_storage ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Progress: 100.0% (t=0.500s, step=5, dt=0.100000s, energy_error=0.00%)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored final time step (t=0.500s, step=5)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation loop completed: 5 steps, 0.500s, 7 frames stored
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.29s
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stdout] test simulation::tests::test_simulation_engine_initialization ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation loop: 0.1 seconds
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored initial time step (t=0.0s)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Progress: 100.0% (t=0.100s, step=1, dt=0.100000s, energy_error=0.00%)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored final time step (t=0.100s, step=1)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation loop completed: 1 steps, 0.100s, 3 frames stored
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.43s
[INFO] [stdout] test simulation::tests::test_simulation_engine_run ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation initialized successfully
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation: New Simulation
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Starting simulation loop: 0.5 seconds
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored initial time step (t=0.0s)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Progress: 100.0% (t=0.500s, step=5, dt=0.100000s, energy_error=0.00%)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Stored final time step (t=0.500s, step=5)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation loop completed: 5 steps, 0.500s, 7 frames stored
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.33s
[INFO] [stdout] test simulation::tests::test_time_step_data_retrieval ... ok
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] 3-D progress: 100.0% (t=6.000s, step=6, dt=1.0000s)
[INFO] [stderr] [2026-07-09T06:39:55Z INFO  plasma_simulation::simulation] Simulation completed successfully in 0.55s
[INFO] [stdout] test simulation::tests::engine_runs_3d_and_angle_matters ... ok
[INFO] [stdout] test simulation::validation::tests::gas_coupling_accelerates_plume_heating ... ok
[INFO] [stdout] test simulation::validation::tests::source_field_conserves_energy ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values stdout ----
[INFO] [stdout] 
[INFO] [stdout] === Verifying Material Thermal Diffusivity Values ===
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values' (1322) panicked at src/simulation/material_diffusion_test.rs:279:88:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FormulaError { formula: "237.0 * (1.0 - 0.0004 * (T - 273.15))", error: "Formula execution timeout (>100ms)" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a2d7e5a828 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a2d7e7385a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a2d7e7385a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55a2d7e5f4c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55a2d7e5f4c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55a2d7e39216 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a2d7e39216 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a2d7e52a89 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a2d7de866c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55a2d7de866c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a2d7e52c42 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55a2d7e52c42 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a2d7e392d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a2d7e2e3f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a2d7e39fed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a2d7e740cc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a2d7e73e12 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a2d76b2454 - <core[8fb95b77d25ab6c8]::result::Result<plasma_simulation[ebbc4a9dea21e97]::simulation::physics::PlasmaPhysics, plasma_simulation[ebbc4a9dea21e97]::errors::SimulationError>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a2d76b2454 - plasma_simulation[ebbc4a9dea21e97]::simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values
[INFO] [stdout]                                at /opt/rustwide/workdir/src/simulation/material_diffusion_test.rs:279:88
[INFO] [stdout]   22:     0x55a2d76421e9 - plasma_simulation[ebbc4a9dea21e97]::simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/simulation/material_diffusion_test.rs:270:41
[INFO] [stdout]   23:     0x55a2d76421e9 - <plasma_simulation[ebbc4a9dea21e97]::simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x55a2d7ddb74b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x55a2d7ddb74b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x55a2d7de8fc5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x55a2d7de28d4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x55a2d7de28d4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x55a2d7dec042 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x55a2d7dec042 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55a2d7dec042 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x55a2d7dec042 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x55a2d7e5a15f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x55a2d7e5a15f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f1f45b66aa4 - <unknown>
[INFO] [stdout]   45:     0x7f1f45bf3a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- simulation::physics::tests::test_total_boundary_loss stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'simulation::physics::tests::test_total_boundary_loss' (1374) panicked at src/simulation/physics.rs:1077:69:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FormulaError { formula: "50.0 * (1.0 - 0.0003 * (T - 273.15))", error: "Formula execution timeout (>100ms)" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a2d7e5a828 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a2d7e5a828 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a2d7e7385a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a2d7e7385a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55a2d7e5f4c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55a2d7e5f4c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55a2d7e39216 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a2d7e39216 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a2d7e52a89 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a2d7de866c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55a2d7de866c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a2d7e52c42 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55a2d7e52c42 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a2d7e392d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a2d7e2e3f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a2d7e39fed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a2d7e740cc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a2d7e73e12 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a2d76b9f8e - <core[8fb95b77d25ab6c8]::result::Result<plasma_simulation[ebbc4a9dea21e97]::simulation::physics::PlasmaPhysics, plasma_simulation[ebbc4a9dea21e97]::errors::SimulationError>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a2d76b9f8e - plasma_simulation[ebbc4a9dea21e97]::simulation::physics::tests::test_total_boundary_loss
[INFO] [stdout]                                at /opt/rustwide/workdir/src/simulation/physics.rs:1077:69
[INFO] [stdout]   22:     0x55a2d76426f9 - plasma_simulation[ebbc4a9dea21e97]::simulation::physics::tests::test_total_boundary_loss::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/simulation/physics.rs:1073:34
[INFO] [stdout]   23:     0x55a2d76426f9 - <plasma_simulation[ebbc4a9dea21e97]::simulation::physics::tests::test_total_boundary_loss::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x55a2d7ddb74b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x55a2d7ddb74b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x55a2d7de8fc5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x55a2d7de8fc5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x55a2d7de8fc5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x55a2d7de28d4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x55a2d7de28d4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x55a2d7dec042 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x55a2d7dec042 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x55a2d7dec042 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55a2d7dec042 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x55a2d7dec042 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x55a2d7e5a15f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x55a2d7e5a15f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f1f45b66aa4 - <unknown>
[INFO] [stdout]   45:     0x7f1f45bf3a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     simulation::material_diffusion_test::material_diffusion_tests::test_thermal_diffusivity_values
[INFO] [stdout]     simulation::physics::tests::test_total_boundary_loss
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 132 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce", kill_on_drop: false }`
[INFO] [stdout] 4b0a5081d0f5c685b4500e8545bf5b6364afb2d028b638325b45057a048733ce
