[INFO] cloning repository https://github.com/JunbeomL22/rustmetrics
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JunbeomL22/rustmetrics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunbeomL22%2Frustmetrics", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunbeomL22%2Frustmetrics'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59bb76fc86415f46032b07e4251e5fde8ad28653
[INFO] testing JunbeomL22/rustmetrics against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunbeomL22%2Frustmetrics" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JunbeomL22/rustmetrics
[INFO] finished tweaking git repo https://github.com/JunbeomL22/rustmetrics
[INFO] tweaked toml for git repo https://github.com/JunbeomL22/rustmetrics written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JunbeomL22/rustmetrics on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JunbeomL22/rustmetrics already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded korean-lunar-calendar v1.0.0
[INFO] [stderr]   Downloaded assert_approx_eq v1.1.0
[INFO] [stderr]   Downloaded core_affinity v0.8.1
[INFO] [stderr]   Downloaded chrono-tz-build v0.4.0
[INFO] [stderr]   Downloaded argmin-math v0.4.0
[INFO] [stderr]   Downloaded portable-atomic-util v0.2.2
[INFO] [stderr]   Downloaded cc v1.1.22
[INFO] [stderr]   Downloaded argmin v0.10.0
[INFO] [stderr]   Downloaded statrs v0.17.1
[INFO] [stderr]   Downloaded clap_builder v4.5.18
[INFO] [stderr]   Downloaded clap v4.5.18
[INFO] [stderr]   Downloaded chrono-tz v0.10.0
[INFO] [stderr]   Downloaded flashlog v0.2.3
[INFO] [stderr]   Downloaded static-id v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 79ede61122f4a8ee2b0d3b3c08a33be4bb5ba2d4cdec33b607012d4976620b62
[INFO] running `Command { std: "docker" "start" "-a" "79ede61122f4a8ee2b0d3b3c08a33be4bb5ba2d4cdec33b607012d4976620b62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79ede61122f4a8ee2b0d3b3c08a33be4bb5ba2d4cdec33b607012d4976620b62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79ede61122f4a8ee2b0d3b3c08a33be4bb5ba2d4cdec33b607012d4976620b62", kill_on_drop: false }`
[INFO] [stdout] 79ede61122f4a8ee2b0d3b3c08a33be4bb5ba2d4cdec33b607012d4976620b62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad266ce40780b84c5178ac4b52def41c3d4ee48034418a6c9657c2f135e2719f
[INFO] running `Command { std: "docker" "start" "-a" "ad266ce40780b84c5178ac4b52def41c3d4ee48034418a6c9657c2f135e2719f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling bytemuck v1.18.0
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling safe_arch v0.7.2
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling raw-cpuid v11.1.0
[INFO] [stderr]    Compiling wide v0.7.28
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling core_affinity v0.8.1
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling quanta v0.12.3
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling chrono-tz-build v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling chrono-tz v0.10.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling argmin-math v0.4.0
[INFO] [stderr]    Compiling argmin v0.10.0
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling static-id v0.2.2
[INFO] [stderr]    Compiling statrs v0.17.1
[INFO] [stderr]    Compiling flashlog v0.2.3
[INFO] [stderr]    Compiling rustmetrics v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruments/schedule.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<BaseSchedule> {
[INFO] [stdout]     |                 ^^^^^     ------------------------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<'_, BaseSchedule> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.64s
[INFO] running `Command { std: "docker" "inspect" "ad266ce40780b84c5178ac4b52def41c3d4ee48034418a6c9657c2f135e2719f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad266ce40780b84c5178ac4b52def41c3d4ee48034418a6c9657c2f135e2719f", kill_on_drop: false }`
[INFO] [stdout] ad266ce40780b84c5178ac4b52def41c3d4ee48034418a6c9657c2f135e2719f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26d87413d97668f6f195e1ee11d6607ef9b938d7fd1d8e0075314aacbad3820d
[INFO] running `Command { std: "docker" "start" "-a" "26d87413d97668f6f195e1ee11d6607ef9b938d7fd1d8e0075314aacbad3820d", kill_on_drop: false }`
[INFO] [stderr]    Compiling korean-lunar-calendar v1.0.0
[INFO] [stderr]    Compiling assert_approx_eq v1.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruments/schedule.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<BaseSchedule> {
[INFO] [stdout]     |                 ^^^^^     ------------------------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<'_, BaseSchedule> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustmetrics v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruments/schedule.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<BaseSchedule> {
[INFO] [stdout]     |                 ^^^^^     ------------------------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn iter(&self) -> std::slice::Iter<'_, BaseSchedule> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.12s
[INFO] running `Command { std: "docker" "inspect" "26d87413d97668f6f195e1ee11d6607ef9b938d7fd1d8e0075314aacbad3820d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26d87413d97668f6f195e1ee11d6607ef9b938d7fd1d8e0075314aacbad3820d", kill_on_drop: false }`
[INFO] [stdout] 26d87413d97668f6f195e1ee11d6607ef9b938d7fd1d8e0075314aacbad3820d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aae0385224def0360d948ea325d7ac9957ed7468374785678b3caaa83ddc1737
[INFO] running `Command { std: "docker" "start" "-a" "aae0385224def0360d948ea325d7ac9957ed7468374785678b3caaa83ddc1737", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/instruments/schedule.rs:183:17
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub fn iter(&self) -> std::slice::Iter<BaseSchedule> {
[INFO] [stderr]     |                 ^^^^^     ------------------------------ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub fn iter(&self) -> std::slice::Iter<'_, BaseSchedule> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `rustmetrics` (lib) generated 1 warning
[INFO] [stderr] warning: `rustmetrics` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustmetrics-a2cb9518c1d549b6)
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test currency::tests::show_memory_size ... ok
[INFO] [stdout] test data::surface_data::tests::test_surface_data ... ok
[INFO] [stdout] test data::value_data::tests::test_creation ... ok
[INFO] [stdout] test data::daily_value_data::tests::test_close_data ... ok
[INFO] [stdout] test currency::tests::test_currency_json ... ok
[INFO] [stdout] test data::vector_data::tests::test_vector_data_test_data ... ok
[INFO] [stdout] test currency::tests::test_currency_serialization ... ok
[INFO] [stdout] test currency::tests::test_fxcode_serialization ... ok
[INFO] [stdout] test currency::tests::test_currency_as_str ... ok
[INFO] [stdout] test instruments::cash::tests::test_serde ... ok
[INFO] [stdout] test data::vector_data::tests::test_vector_data_serialization ... ok
[INFO] [stdout] test instruments::fx_futures::tests::test_serde ... ok
[INFO] [stdout] test instruments::inst_info::tests::test_instrument_info_serialization ... ok
[INFO] [stdout] test instruments::futures::tests::test_stock_futures_serialization ... ok
[INFO] [stdout] test instruments::ktbf::tests::test_serde ... ok
[INFO] [stdout] test instruments::plain_swap::tests::test_fx_spot ... ok
[INFO] [stdout] test instruments::plain_swap::tests::test_fx_swap ... ok
[INFO] [stdout] test instruments::stock::tests::test_stock ... ok
[INFO] [stdout] test math::interpolators::bilinear_interpolator::tests::test_new_from_rectangle ... ok
[INFO] [stdout] test math::interpolators::bilinear_interpolator::tests::test_bilinear_interpolator ... ok
[INFO] [stdout] test math::cholescky_factorization::tests::test_cholesky_decomposition ... ok
[INFO] [stdout] test math::interpolators::linear_interpolator::tests::test_linear_interpolator_real_1d_flat_extrapolation ... ok
[INFO] [stdout] test math::interpolators::stepwise_interpolatior::tests::test_vectorized_interpolate_sorted_input ... ok
[INFO] [stdout] test math::interpolators::stepwise_interpolatior::tests::test_interpolate ... ok
[INFO] [stdout] test math::interpolators::linear_interpolator::tests::test_linear_interpolator_real_1d_linear_extrapolation ... ok
[INFO] [stdout] test parameters::past_price::tests::test_close_data ... ok
[INFO] [stdout] test instruments::vanilla_option::tests::test_vanilla_option_new ... ok
[INFO] [stdout] test pricing_engines::calculation_result::tests::test_calculation_result ... ok
[INFO] [stdout] test parameters::discrete_ratio_dividend::tests::test_deduction_ratio ... ok
[INFO] [stdout] test pricing_engines::calculation_result::tests::test_calculation_result_serialization ... ok
[INFO] [stdout] test instruments::schedule::tests::test_build_forward_schedule ... ok
[INFO] [stdout] test instruments::schedule::tests::test_build_forward_test2 ... ok
[INFO] [stdout] test pricing_engines::calculation_configuration::tests::test_calculation_configuration_serde ... ok
[INFO] [stdout] test instruments::schedule::tests::test_build_backward_test ... ok
[INFO] [stdout] test parameters::market_price::tests::test_equity_update_evaluation_date ... ok
[INFO] [stdout] test pricing_engines::match_parameter::tests::test_match_parameter ... ok
[INFO] [stdout] test instrument::tests::test_instruments ... ok
[INFO] [stdout] test parameters::zero_curve::tests::test_dummy_curve ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_get_time_difference ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_is_holiday ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_is_leap_year ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_is_weekend ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_last_day_of_month ... ok
[INFO] [stdout] test time::calendars::southkorea::tests::test_south_korea_calendar ... ok
[INFO] [stdout] test time::calendars::southkorea::tests::test_south_korea_calendar_adjusted_business_day ... ok
[INFO] [stdout] test time::calendars::southkorea::tests::test_south_korea_name ... ok
[INFO] [stdout] test time::calendars::unitedstates::tests::test_united_states_holidays ... ok
[INFO] [stdout] test time::calendars::unitedstates::tests::test_united_states_name ... ok
[INFO] [stdout] test time::constants::tests::test_korean_lunar_new_years ... ok
[INFO] [stdout] test time::conventions::tests::test_payment_frequency ... ok
[INFO] [stdout] test time::jointcalendar::tests::test_joint_calendar ... ok
[INFO] [stdout] test time::period::tests::test_month_opration ... ok
[INFO] [stdout] test time::period::tests::test_year_opration ... ok
[INFO] [stdout] test util::tests::test_is_ndarray_sorted ... ok
[INFO] [stdout] test parameters::volatilities::local_volatility_surface::tests::test_equity_local_volatility_surface ... ok
[INFO] [stdout] test util::tests::test_to_yyyymmdd_int ... ok
[INFO] [stdout] test utils::distribute_value::tests::test_distribute_value_on_vector ... ok
[INFO] [stdout] test util::tests::test_type_name ... ok
[INFO] [stdout] test utils::find_index::tests::test_binary_search_index ... ok
[INFO] [stdout] test utils::find_index::tests::test_vectorized_binary_search_index_for_sorted_vector ... ok
[INFO] [stdout] test utils::find_index_ndarray::tests::test_binary_search_index_ndarray ... ok
[INFO] [stdout] test utils::find_index_ndarray::tests::test_vectorized_search_index_for_sorted_ndarray ... ok
[INFO] [stdout] test pricing_engines::krx_yield_pricer::tests::test_krx_yield_pricer ... ok
[INFO] [stdout] test utils::make_fx::tests::test_currencies_to_fx_codes ... ok
[INFO] [stdout] test pricing_engines::option_analytic_pricer::test::test_option_analytic_pricer_npv ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_add_week_in_leap_year ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_add_period_date ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_month_operation ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_add_month_over12 ... ok
[INFO] [stdout] test parameters::rate_index::tests::test_rate_index ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_sub_period_date ... ok
[INFO] [stdout] test parameters::zero_curve::tests::test_default ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_add_period ... ok
[INFO] [stdout] test pricing_engines::plain_swap_pricer::tests::test_irs_pricer ... ok
[INFO] [stdout] test parameters::zero_curve::tests::test_zero_curve ... ok
[INFO] [stdout] test instruments::plain_swap::tests::test_crs ... ok
[INFO] [stdout] test pricing_engines::fx_futures_pricer::tests::test_fx_futures_pricer ... ok
[INFO] [stdout] test utils::string_arithmetic::tests::test_sub_period ... ok
[INFO] [stdout] test pricing_engines::ktbf_pricer::tests::test_ktbf_pricer ... ok
[INFO] [stdout] test pricing_engines::plain_swap_pricer::tests::test_crs_pricer ... ok
[INFO] [stdout] test pricing_engines::bond_pricer::tests::test_fixed_coupon_bond_pricer ... ok
[INFO] [stdout] test pricing_engines::bond_pricer::tests::test_floating_rate_note_pricer ... ok
[INFO] [stdout] test pricing_engines::futures_pricer::tests::test_futures_engine ... ok
[INFO] [stdout] test time::calendars::nullcalendar::tests::test_act_act_isda ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/engine.rs (/opt/rustwide/target/debug/deps/engine-4b23d41797a9e72b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_engine ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_engine stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.89/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:2087:27
[INFO] [stdout]    2: flashlog::logger::Logger::with_file
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/flashlog-0.2.3/src/logger.rs:544:9
[INFO] [stdout]    3: engine::tests::test_engine
[INFO] [stdout]              at ./tests/engine.rs:47:14
[INFO] [stdout]    4: engine::tests::test_engine::{{closure}}
[INFO] [stdout]              at ./tests/engine.rs:45:25
[INFO] [stdout]    5: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]    6: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]    8: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   11: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   12: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   14: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   15: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   17: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   20: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   21: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   23: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   25: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_engine
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test engine`
[INFO] running `Command { std: "docker" "inspect" "aae0385224def0360d948ea325d7ac9957ed7468374785678b3caaa83ddc1737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aae0385224def0360d948ea325d7ac9957ed7468374785678b3caaa83ddc1737", kill_on_drop: false }`
[INFO] [stdout] aae0385224def0360d948ea325d7ac9957ed7468374785678b3caaa83ddc1737
