[INFO] cloning repository https://github.com/GeorgePearse/coco-eval
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GeorgePearse/coco-eval" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorgePearse%2Fcoco-eval", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorgePearse%2Fcoco-eval'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42e1e0e44e54028f6488d0b45b887f61578ec96b
[INFO] testing GeorgePearse/coco-eval against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorgePearse%2Fcoco-eval" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GeorgePearse/coco-eval
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/GeorgePearse/coco-eval
[INFO] tweaked toml for git repo https://github.com/GeorgePearse/coco-eval written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GeorgePearse/coco-eval on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GeorgePearse/coco-eval 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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] 348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7
[INFO] running `Command { std: "docker" "start" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", 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" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", 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" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling coco-eval v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s
[INFO] running `Command { std: "docker" "inspect" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", 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" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling coco-eval v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: unused return value of `coco_eval::metrics::generate_threshold_range` that must be used
[INFO] [stdout]    --> tests/fbeta_edge_cases.rs:161:5
[INFO] [stdout]     |
[INFO] [stdout] 161 |     generate_threshold_range(1);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let _ = generate_threshold_range(1);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `calculate_fbeta` that must be used
[INFO] [stdout]    --> tests/fbeta_edge_cases.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 313 |     calculate_fbeta(0.8, 0.6, -1.0);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 313 |     let _ = calculate_fbeta(0.8, 0.6, -1.0);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", 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" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused return value of `coco_eval::metrics::generate_threshold_range` that must be used
[INFO] [stderr]    --> tests/fbeta_edge_cases.rs:161:5
[INFO] [stderr]     |
[INFO] [stderr] 161 |     generate_threshold_range(1);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 161 |     let _ = generate_threshold_range(1);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `calculate_fbeta` that must be used
[INFO] [stderr]    --> tests/fbeta_edge_cases.rs:313:5
[INFO] [stderr]     |
[INFO] [stderr] 313 |     calculate_fbeta(0.8, 0.6, -1.0);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 313 |     let _ = calculate_fbeta(0.8, 0.6, -1.0);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `coco-eval` (test "fbeta_edge_cases") generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coco_eval-e56c9fc844dac442)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test loader::tests::test_empty_categories ... ok
[INFO] [stdout] test evaluator::tests::test_evaluate_basic ... ok
[INFO] [stdout] test loader::tests::test_invalid_bbox ... ok
[INFO] [stdout] test matching::tests::test_confidence_sorting ... ok
[INFO] [stdout] test loader::tests::test_load_from_string ... ok
[INFO] [stdout] test matching::tests::test_group_annotations ... ok
[INFO] [stdout] test matching::tests::test_no_match ... ok
[INFO] [stdout] test matching::tests::test_perfect_match ... ok
[INFO] [stdout] test metrics::ap::tests::test_calculate_coco_map ... ok
[INFO] [stdout] test metrics::ap::tests::test_calculate_ap_perfect ... ok
[INFO] [stdout] test metrics::ap::tests::test_calculate_map ... ok
[INFO] [stdout] test metrics::ap::tests::test_calculate_ap_empty ... ok
[INFO] [stdout] test metrics::ap::tests::test_calculate_map_empty ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_f1_zero_precision ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_f1_equal_precision_recall ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_f1_different_values ... ok
[INFO] [stdout] test metrics::f1_score::tests::test_f1_calculation ... ok
[INFO] [stdout] test metrics::f1_score::tests::test_f1_from_counts ... ok
[INFO] [stdout] test metrics::f1_score::tests::test_find_optimal_f1 ... ok
[INFO] [stdout] test metrics::f1_score::tests::test_perfect_f1 ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_f1_zero_recall ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_f1 ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_f_half_favors_precision ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_f2_favors_recall ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_from_counts ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_precision_no_predictions ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_precision_typical ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_precision_zero ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_recall_no_ground_truth ... ok
[INFO] [stdout] test metrics::f1_score::tests::test_zero_f1 ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_recall_typical ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_precision_perfect ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_recall_perfect ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_recall_zero ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_fbeta_result_creation ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_find_best_threshold ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_find_best_threshold_single ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_generate_threshold_range_coco_default ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_generate_threshold_range_eleven ... ok
[INFO] [stdout] test metrics::iou::tests::test_identical_boxes ... ok
[INFO] [stdout] test metrics::iou::tests::test_iou_matrix ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_find_best_threshold_empty ... ok
[INFO] [stdout] test metrics::iou::tests::test_no_overlap ... ok
[INFO] [stdout] test metrics::iou::tests::test_partial_overlap ... ok
[INFO] [stdout] test metrics::precision_recall::tests::test_interpolate_precision ... ok
[INFO] [stdout] test metrics::precision_recall::tests::test_perfect_precision_recall ... ok
[INFO] [stdout] test metrics::precision_recall::tests::test_precision_recall_curve ... ok
[INFO] [stdout] test nms::tests::test_bbox_conversion_roundtrip ... ok
[INFO] [stdout] test nms::tests::test_calculate_iou_xyxy_identical ... ok
[INFO] [stdout] test nms::tests::test_calculate_iou_xyxy_no_overlap ... ok
[INFO] [stdout] test nms::tests::test_calculate_iou_xyxy_partial_overlap ... ok
[INFO] [stdout] test metrics::precision_recall::tests::test_precision_recall_values ... ok
[INFO] [stdout] test metrics::precision_recall::tests::test_zero_precision ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_negative_beta - should panic ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_generate_threshold_range_too_few - should panic ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_calculate_fbeta_zero_beta - should panic ... ok
[INFO] [stdout] test metrics::fbeta::tests::test_generate_threshold_range_simple ... ok
[INFO] [stdout] test nms::tests::test_nms_complex_scenario ... ok
[INFO] [stdout] test nms::tests::test_nms_empty_input ... ok
[INFO] [stdout] test nms::tests::test_nms_high_overlap ... ok
[INFO] [stdout] test nms::tests::test_nms_invalid_threshold ... ok
[INFO] [stdout] test nms::tests::test_nms_no_overlap ... ok
[INFO] [stdout] test nms::tests::test_nms_score_ordering ... ok
[INFO] [stdout] test nms::tests::test_nms_single_detection ... ok
[INFO] [stdout] test nms::tests::test_xywh_to_xyxy ... ok
[INFO] [stdout] test stats::tests::test_add_prediction ... ok
[INFO] [stdout] test stats::tests::test_new_stats_are_zero ... ok
[INFO] [stdout] test stats::tests::test_skip_counters ... ok
[INFO] [stdout] test stats::tests::test_summary_string ... ok
[INFO] [stdout] test stats::tests::test_valid_predictions ... ok
[INFO] [stdout] test tests::test_library_compiles ... ok
[INFO] [stdout] test threshold::tests::test_filter_by_confidence ... ok
[INFO] [stdout] test threshold::tests::test_invalid_threshold ... ok
[INFO] [stdout] test threshold::tests::test_generate_threshold_range ... ok
[INFO] [stdout] test nms::tests::test_xyxy_to_xywh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/edge_cases_test.rs (/opt/rustwide/target/debug/deps/edge_cases_test-4b57f9de4a760cbf)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test test_empty_ground_truth_with_predictions ... ok
[INFO] [stdout] test test_empty_predictions_with_ground_truth ... ok
[INFO] [stdout] test test_category_mismatch ... ok
[INFO] [stdout] test test_extreme_confidence_values ... ok
[INFO] [stdout] test test_many_predictions_one_ground_truth ... ok
[INFO] [stdout] test test_one_prediction_many_ground_truths ... ok
[INFO] [stdout] test test_identical_confidence_scores ... ok
[INFO] [stdout] test test_group_annotations_edge_cases ... ok
[INFO] [stdout] test test_very_high_iou_threshold ... ok
[INFO] [stdout] test test_single_class_single_image_single_annotation ... ok
[INFO] [stdout] test test_varying_iou_thresholds ... ok
[INFO] [stdout] test test_very_small_iou_threshold ... ok
[INFO] [stdout] test test_mixed_quality_predictions ... ok
[INFO] [stdout] test test_predictions_all_below_threshold ... ok
[INFO] [stdout] test test_zero_area_bounding_boxes ... ok
[INFO] [stdout] test test_100_images ... ok
[INFO] [stdout] test test_100_classes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_handling_test.rs (/opt/rustwide/target/debug/deps/error_handling_test-8340bca97a3c65f3)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test test_bbox_conversion_invalid ... ok
[INFO] [stdout] test test_evaluation_with_no_categories ... ok
[INFO] [stdout] test test_empty_categories_error ... ok
[INFO] [stdout] test test_extra_fields_ignored ... ok
[INFO] [stdout] test test_invalid_json ... ok
[INFO] [stdout] test test_floating_point_precision ... ok
[INFO] [stdout] test test_missing_optional_fields ... ok
[INFO] [stdout] test test_missing_file ... ok
[INFO] [stdout] test test_special_characters_in_category_names ... ok
[INFO] [stdout] test test_negative_coordinates ... ok
[INFO] [stdout] test test_negative_bbox_dimensions ... ok
[INFO] [stdout] test test_threshold_range_single_step ... ok
[INFO] [stdout] test test_threshold_range_inverted ... ok
[INFO] [stdout] test test_threshold_range_zero_steps ... ok
[INFO] [stdout] test test_threshold_too_high ... ok
[INFO] [stdout] test test_threshold_too_low ... ok
[INFO] [stdout] test test_unicode_category_names ... ok
[INFO] [stdout] test test_very_large_bounding_boxes ... ok
[INFO] [stdout] test test_very_small_bounding_boxes ... ok
[INFO] [stdout] test test_invalid_bbox_length ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fbeta_edge_cases.rs (/opt/rustwide/target/debug/deps/fbeta_edge_cases-f46ccd86b5d56a8e)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test test_f1_both_zero ... ok
[INFO] [stdout] test test_f1_numerical_stability ... ok
[INFO] [stdout] test test_f1_harmonic_mean ... ok
[INFO] [stdout] test test_fbeta_beta_half ... ok
[INFO] [stdout] test test_fbeta_beta_one_equals_f1 ... ok
[INFO] [stdout] test test_f1_one_zero ... ok
[INFO] [stdout] test test_f1_perfect_scores ... ok
[INFO] [stdout] test test_fbeta_beta_two ... ok
[INFO] [stdout] test test_fbeta_both_zero ... ok
[INFO] [stdout] test test_fbeta_common_beta_values ... ok
[INFO] [stdout] test test_fbeta_precision_zero ... ok
[INFO] [stdout] test test_fbeta_recall_zero ... ok
[INFO] [stdout] test test_fbeta_with_beta_zero ... ok
[INFO] [stdout] test test_fbeta_with_very_large_beta ... ok
[INFO] [stdout] test test_find_best_threshold_empty ... ok
[INFO] [stdout] test test_find_best_threshold_single ... ok
[INFO] [stdout] test test_find_best_threshold_multiple ... ok
[INFO] [stdout] test test_find_best_threshold_ties ... ok
[INFO] [stdout] test test_precision_all_false_positives ... ok
[INFO] [stdout] test test_precision_large_numbers ... ok
[INFO] [stdout] test test_precision_recall_extreme_ratios ... ok
[INFO] [stdout] test test_precision_with_zero_predictions ... ok
[INFO] [stdout] test test_recall_all_false_negatives ... ok
[INFO] [stdout] test test_recall_with_zero_ground_truth ... ok
[INFO] [stdout] test test_precision_perfect_predictions ... ok
[INFO] [stdout] test test_recall_perfect_coverage ... ok
[INFO] [stdout] test test_threshold_range_eleven ... ok
[INFO] [stdout] test test_threshold_range_bounds ... ok
[INFO] [stdout] test test_recall_large_numbers ... ok
[INFO] [stdout] test test_threshold_range_monotonic ... ok
[INFO] [stdout] test test_threshold_range_two ... ok
[INFO] [stdout] test test_fbeta_negative_beta - should panic ... ok
[INFO] [stdout] test test_threshold_range_single - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-23e055ae866de0b2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_no_predictions ... ok
[INFO] [stdout] test test_iou_threshold_sensitivity ... ok
[INFO] [stdout] test test_false_positive_before_true_positive ... ok
[INFO] [stdout] test test_all_false_positives ... ok
[INFO] [stdout] test test_multiple_images ... ok
[INFO] [stdout] test test_confidence_thresholding ... ok
[INFO] [stdout] test test_multi_class_evaluation ... ok
[INFO] [stdout] test test_perfect_predictions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/loader_types_tests.rs (/opt/rustwide/target/debug/deps/loader_types_tests-18f8ee3f72cf161f)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test test_annotation_iscrowd_flag ... ok
[INFO] [stdout] test test_annotation_confidence_one ... ok
[INFO] [stdout] test test_annotation_score_edge_values ... ok
[INFO] [stdout] test test_annotation_confidence_zero ... ok
[INFO] [stdout] test test_annotation_to_bbox_empty ... ok
[INFO] [stdout] test test_annotation_confidence_with_score ... ok
[INFO] [stdout] test test_annotation_to_bbox_invalid_length ... ok
[INFO] [stdout] test test_annotation_confidence_without_score ... ok
[INFO] [stdout] test test_annotation_to_bbox_valid ... ok
[INFO] [stdout] test test_bounding_box_area ... ok
[INFO] [stdout] test test_bounding_box_area_zero ... ok
[INFO] [stdout] test test_bounding_box_floating_point_precision ... ok
[INFO] [stdout] test test_bounding_box_equality ... ok
[INFO] [stdout] test test_annotation_to_bbox_too_many_values ... ok
[INFO] [stdout] test test_bounding_box_bottom ... ok
[INFO] [stdout] test test_bounding_box_is_valid_negative_width ... ok
[INFO] [stdout] test test_bounding_box_is_valid_negative_height ... ok
[INFO] [stdout] test test_bounding_box_large_coordinates ... ok
[INFO] [stdout] test test_bounding_box_negative_dimensions ... ok
[INFO] [stdout] test test_bounding_box_new ... ok
[INFO] [stdout] test test_bounding_box_is_valid_positive ... ok
[INFO] [stdout] test test_annotation_clone ... ok
[INFO] [stdout] test test_category_with_supercategory ... ok
[INFO] [stdout] test test_bounding_box_is_valid_zero_height ... ok
[INFO] [stdout] test test_annotation_with_all_fields ... ok
[INFO] [stdout] test test_bounding_box_is_valid_zero_width ... ok
[INFO] [stdout] test test_coco_dataset_empty ... ok
[INFO] [stdout] test test_coco_dataset_multiple_categories ... ok
[INFO] [stdout] test test_bounding_box_very_small_dimensions ... ok
[INFO] [stdout] test test_bounding_box_right ... ok
[INFO] [stdout] test test_coco_dataset_realistic ... ok
[INFO] [stdout] test test_coco_dataset_with_images ... ok
[INFO] [stdout] test test_image_dimensions_zero ... ok
[INFO] [stdout] test test_image_with_dimensions ... ok
[INFO] [stdout] test test_category_without_supercategory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/property_tests.rs (/opt/rustwide/target/debug/deps/property_tests-400f0e582e6015ad)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test prop_bbox_conversion_roundtrip ... ok
[INFO] [stdout] test prop_f1_range ... ok
[INFO] [stdout] test prop_all_matched_gives_perfect_recall ... ok
[INFO] [stdout] test prop_all_tp_gives_perfect_precision ... ok
[INFO] [stdout] test prop_fbeta_range ... ok
[INFO] [stdout] test prop_f1_harmonic_mean ... ok
[INFO] [stdout] test prop_fbeta_equals_f1_when_beta_one ... ok
[INFO] [stdout] test prop_bbox_area_non_negative ... ok
[INFO] [stdout] test prop_nms_threshold_one_overlapping ... ok
[INFO] [stdout] test prop_perfect_scores ... ok
[INFO] [stdout] test prop_iou_identical ... ok
[INFO] [stdout] test prop_higher_beta_favors_recall ... ok
[INFO] [stdout] test prop_precision_range ... ok
[INFO] [stdout] test prop_nms_threshold_zero ... ok
[INFO] [stdout] test prop_iou_range ... ok
[INFO] [stdout] test prop_recall_range ... ok
[INFO] [stdout] test prop_iou_symmetric ... ok
[INFO] [stdout] test prop_lower_beta_favors_precision ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stress_test.rs (/opt/rustwide/target/debug/deps/stress_test-d76ce5d507f04b0e)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_all_iou_thresholds ... ok
[INFO] [stdout] test test_precision_recall_curve_monotonicity ... ok
[INFO] [stdout] test test_varying_image_sizes ... ok
[INFO] [stdout] test test_highly_overlapping_predictions ... ok
[INFO] [stdout] test test_mixed_precision_scenario ... ok
[INFO] [stdout] test test_imbalanced_classes ... ok
[INFO] [stdout] test test_10_classes_10_images_10_annotations ... ok
[INFO] [stdout] test test_1000_annotations_single_image ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.90s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests coco_eval
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/loader.rs - loader::load_from_file (line 25) - compile ... ok
[INFO] [stdout] test src/metrics/ap.rs - metrics::ap::calculate_coco_map (line 103) ... ok
[INFO] [stdout] test src/metrics/ap.rs - metrics::ap::calculate_ap (line 20) ... ok
[INFO] [stdout] test src/lib.rs - (line 25) ... ok
[INFO] [stdout] test src/metrics/f1_score.rs - metrics::f1_score::calculate_f1_from_pr (line 47) ... ok
[INFO] [stdout] test src/metrics/ap.rs - metrics::ap::calculate_map (line 51) ... ok
[INFO] [stdout] test src/metrics/f1_score.rs - metrics::f1_score::calculate_f1_from_counts (line 73) ... ok
[INFO] [stdout] test src/loader.rs - loader::load_from_string (line 57) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::calculate_f1 (line 130) ... ok
[INFO] [stdout] test src/metrics/f1_score.rs - metrics::f1_score::calculate_f1_score (line 21) ... ok
[INFO] [stdout] test src/metrics/f1_score.rs - metrics::f1_score::find_optimal_f1_threshold (line 104) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::calculate_fbeta (line 165) ... FAILED
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::calculate_recall (line 89) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::calculate_fbeta_from_counts (line 226) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::find_best_threshold (line 297) ... ok
[INFO] [stdout] test src/metrics/iou.rs - metrics::iou::calculate_iou (line 20) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::calculate_precision (line 50) ... ok
[INFO] [stdout] test src/metrics/iou.rs - metrics::iou::calculate_iou_matrix (line 70) ... ok
[INFO] [stdout] test src/metrics/precision_recall.rs - metrics::precision_recall::calculate_precision_recall (line 29) ... ok
[INFO] [stdout] test src/metrics/fbeta.rs - metrics::fbeta::generate_threshold_range (line 259) ... ok
[INFO] [stdout] test src/threshold.rs - threshold::generate_threshold_range (line 103) ... ok
[INFO] [stdout] test src/nms.rs - nms::xyxy_to_xywh (line 54) ... ok
[INFO] [stdout] test src/nms.rs - nms::non_maximum_suppression (line 135) ... ok
[INFO] [stdout] test src/nms.rs - nms::xywh_to_xyxy (line 26) ... ok
[INFO] [stdout] test src/threshold.rs - threshold::filter_by_confidence (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/metrics/fbeta.rs - metrics::fbeta::calculate_fbeta (line 165) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2466) panicked at src/metrics/fbeta.rs:12:1:
[INFO] [stdout] assertion failed: (f2 - 0.877).abs() < 0.001
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5dad00e17e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5dad00e17e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5dad00e17e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5dad00e17e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5dad00e292ba - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5dad00e292ba - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5dad00e1b43c - std[73adb7dc35730857]::io::default_write_fmt::<std[73adb7dc35730857]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5dad00e1b43c - <std[73adb7dc35730857]::sys::stdio::unix::Stderr as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5dad00e03b46 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5dad00e03b46 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5dad00e144d1 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5dad00e1468b - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:815:13
[INFO] [stdout]   12:     0x5dad00e03c24 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   13:     0x5dad00dfba09 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5dad00e0434d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   15:     0x5dad00e299ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5dad00e29972 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5dad00dee1c3 - rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_metrics_fbeta_rs_165_0
[INFO] [stdout]   18:     0x5dad00dee0f6 - rust_out[c5d83d26dbed9be7]::main
[INFO] [stdout]   19:     0x5dad00dee233 - <fn() as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5dad00dee0b6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   21:     0x5dad00dee0c9 - std[73adb7dc35730857]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   22:     0x5dad00e13c27 - <&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x5dad00e13c27 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   24:     0x5dad00e13c27 - std[73adb7dc35730857]::panicking::catch_unwind::<i32, &dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   25:     0x5dad00e13c27 - std[73adb7dc35730857]::panic::catch_unwind::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x5dad00e13c27 - std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x5dad00e13c27 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x5dad00e13c27 - std[73adb7dc35730857]::panicking::catch_unwind::<isize, std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5dad00e13c27 - std[73adb7dc35730857]::panic::catch_unwind::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5dad00e13c27 - std[73adb7dc35730857]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x5dad00dee0a1 - std[73adb7dc35730857]::rt::lang_start::<()>
[INFO] [stdout]   32:     0x5dad00dee295 - main
[INFO] [stdout]   33:     0x7cdbf4e941ca - <unknown>
[INFO] [stdout]   34:     0x7cdbf4e9428b - __libc_start_main
[INFO] [stdout]   35:     0x5dad00dedfb5 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/metrics/fbeta.rs - metrics::fbeta::calculate_fbeta (line 165)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7", kill_on_drop: false }`
[INFO] [stdout] 348087adef8e964e393c2c00aab3dedc3c047dc6a24733301071e15a4de31ce7
