info: cargo-llvm-cov currently setting cfg(coverage); you can opt-out it by passing --no-cfg-coverage Compiling radnelac v0.0.1 (/home/a220/proj/radnelac) Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/radnelac-f7c4e3f30224f923) running 122 tests test calendar::armenian::tests::day_names_m13 ... ok test calendar::armenian::tests::day_names ... ok test calendar::coptic::tests::christmas ... ok test calendar::coptic::tests::feast_of_neyrouz ... ok test calendar::french_rev_arith::tests::leaps ... ok test calendar::french_rev_arith::tests::revolutionary_events ... ok test calendar::gregorian::tests::cycle_146097 ... ok test calendar::gregorian::tests::notable_days ... ok test calendar::gregorian::tests::ordinal_from_common ... ok test calendar::gregorian::tests::prior_elapsed_days ... ok test calendar::gregorian::tests::us_canada_labor_day ... ok test calendar::gregorian::tests::us_memorial_day ... ok test calendar::holocene::tests::date_of_proposal ... ok test calendar::iso::tests::epoch ... ok test calendar::french_rev_arith::tests::align_to_gregorian ... ok test calendar::iso::tests::first_week ... ok test calendar::iso::tests::week_of_impl ... ok test calendar::julian::tests::cross_epoch ... ok test calendar::julian::tests::invalid_year_0 ... ok test calendar::julian::tests::julian_gregorian_conversion ... ok test calendar::olympiad::tests::next_year ... ok test calendar::olympiad::tests::next_year_0 ... ok test calendar::iso::tests::fixed_week_numbers ... ok test calendar::olympiad::tests::roundtrip ... ok test calendar::positivist::tests::example_from_text ... ok test calendar::olympiad::tests::year_range ... ok test calendar::roman::tests::ides_of_march ... ok test calendar::roman::tests::second_sixth_day_before_kalends_of_march ... ok test calendar::symmetry::tests::day_of_year ... ok test calendar::symmetry::tests::days_before_month ... ok test calendar::symmetry::tests::example_data ... ok test calendar::symmetry::tests::is_leap_example ... ok test calendar::roman::tests::auc_roundtrip ... ok test calendar::symmetry::tests::month_end_on_sunday_454 ... ok test calendar::symmetry::tests::new_year_day_example ... ok test calendar::symmetry::tests::month_start_on_monday_454 ... ok test calendar::symmetry::tests::no_friday_13_010 ... ok test calendar::symmetry::tests::to_fixed ... ok test calendar::symmetry::tests::year_from_fixed ... ok test calendar::symmetry::tests::no_friday_13_454 ... ok test calendar::tranquility::tests::article_examples ... ok test calendar::symmetry::tests::year_start_on_monday_010 ... ok test calendar::tranquility::tests::gregorian_lookup ... ok test calendar::tranquility::tests::moon_landing_edge_cases ... ok test calendar::tranquility::tests::obvious_conversions_from_gregorian ... ok test calendar::tranquility::tests::one_bt_edge_cases ... ok test calendar::tranquility::tests::orions_arm ... ok test calendar::tranquility::tests::gregorian_lookup_small ... ok test clock::time_of_day::tests::clock_time_from_moment ... ok test clock::time_of_day::tests::clock_time_round_trip ... ok test clock::time_of_day::tests::invalid_hour ... ok test clock::time_of_day::tests::invalid_minute ... ok test clock::time_of_day::tests::obvious_clock_times ... ok test clock::time_of_day::tests::time ... ok test common::math::tests::adjusted_remainder ... ok test common::math::tests::gcd_wikipedia_examples ... ok test common::math::tests::lcm_wikipedia_examples ... ok test clock::time_of_day::tests::invalid_second ... ok test common::math::tests::mixed_radix_time ... ok test common::math::tests::modulus_basics ... ok test common::math::tests::mixed_radix_time_i ... ok test common::math::tests::modulus_bounds ... ok test common::math::tests::modulus_i_bounds ... ok test common::math::tests::modulus_i_mult ... ok test common::math::tests::modulus_i_mult_minus_1 ... ok test common::math::tests::modulus_i_multiple_of_y ... ok test common::math::tests::modulus_i_negative_x ... ok test common::math::tests::modulus_i_positivity ... ok test common::math::tests::modulus_mult ... ok test common::math::tests::modulus_mult_minus_1 ... ok test common::math::tests::modulus_negative_x ... ok test common::math::tests::modulus_zero - should panic ... ok test common::math::tests::product_of_2x ... ok test common::math::tests::search_max_sign ... ok test common::math::tests::search_min_sign ... ok test common::math::tests::sum_of_2x ... ok test day_count::fixed::tests::accept_ok ... ok test day_count::fixed::tests::bounds_propeties ... ok test day_count::fixed::tests::comparisons ... ok test common::math::tests::modulus_positivity ... ok test day_count::fixed::tests::reject_weird ... ok test day_count::fixed::tests::day ... ok test day_count::rd::tests::rd_is_epoch ... ok test day_count::fixed::tests::time_of_day ... ok test day_cycle::akan::tests::akan_prefix_stem_repeats ... ok test day_cycle::akan::tests::prefix_stem_sequence ... ok test display::armenian::tests::expected_languages ... ok test display::clock::tests::expected_languages ... ok test display::coptic::tests::expected_languages ... ok test display::cotsworth::tests::expected_languages ... ok test display::egyptian::tests::expected_languages ... ok test display::ethiopic::tests::expected_languages ... ok test display::french_rev::tests::expected_languages ... ok test display::gregorian::tests::expected_languages ... ok test display::gregorian::tests::long_date ... ok test display::gregorian::tests::short_date ... ok test display::holocene::tests::expected_languages ... ok test display::holocene::tests::long_date ... ok test display::holocene::tests::short_date ... ok test display::iso::tests::expected_languages ... ok test display::iso::tests::w1 ... ok test display::julian::tests::expected_languages ... ok test display::positivist::tests::expected_languages ... ok test display::private::tests::align_number ... ok test display::private::tests::align_text ... ok test display::private::tests::basic_number ... ok test display::private::tests::basic_text ... ok test display::private::tests::case_text ... ok test display::private::tests::pad_number ... ok test display::private::tests::trunc_number ... ok test display::private::tests::trunc_text ... ok test display::private::tests::trunc_text_unicode ... ok test display::roman::tests::ides_of_march ... ok test display::roman::tests::pridie_ides_of_march ... ok test display::roman::tests::pridie_nones_of_march ... ok test display::roman::tests::second_sixth_day_before_kalends_of_march ... ok test display::symmetry::tests::expected_languages ... ok test display::tranquility::tests::expected_languages ... ok test display::tranquility::tests::long_date ... ok test display::tranquility::tests::short_date ... ok test display::week::tests::weekday_display_french ... ok test day_cycle::week::tests::day_of_week_sequence ... ok test result: ok. 122 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/radnelac-6c395723f63d127e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/bounds.rs (target/llvm-cov-target/debug/deps/bounds-48bf9e246fe1160f) running 14 tests test armenian ... ok test coptic ... ok test cotsworth ... ok test egyptian ... ok test ethiopic ... ok test gregorian ... ok test french_rev_arith ... ok test holocene ... ok test julian ... ok test iso ... ok test positivist ... ok test roman ... ok test tranquility ... ok test symmetry ... ok test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cycle.rs (target/llvm-cov-target/debug/deps/cycle-1ca19c93e468ad4e) running 6 tests test akan_nearby ... ok test akan_repeats ... ok test akan_on_or_before ... ok test weekday_nearby ... ok test weekday_on_or_before ... ok test weekday_repeats ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s Running tests/display_compl.rs (target/llvm-cov-target/debug/deps/display_compl-50db5c48fff89254) running 11 tests test cotsworth_leap_day ... ok test cotsworth_invalid ... ok test cotsworth_year_day ... ok test french_rev_invalid ... ok test french_rev_leap_sansculottide ... ok test french_rev_sansculottide ... ok test positivist_festival_of_dead ... ok test positivist_festival_of_women ... ok test positivist_invalid ... ok test tranquility_armstrong ... ok test tranquility_invalid ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s Running tests/display_cycle.rs (target/llvm-cov-target/debug/deps/display_cycle-69ff8322a426ceed) running 2 tests test akan_display_repeats ... ok test weekday_display_repeats ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running tests/display_exact.rs (target/llvm-cov-target/debug/deps/display_exact-4426f771d308be5c) running 16 tests test coptic_midnight ... ok test armenian_midnight ... ok test egyptian_midnight ... ok test cotsworth_midnight ... ok test ethiopic_complementary ... ok test ethiopic_midnight ... ok test gregorian_complementary ... ok test french_rev_midnight ... ok test gregorian_midnight ... ok test holocene_complementary ... ok test julian_complementary ... ok test holocene_midnight ... ok test julian_midnight ... ok test positivist_midnight ... ok test symmetry_complementary ... ok test symmetry_midnight ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s Running tests/display_month.rs (target/llvm-cov-target/debug/deps/display_month-81fee4d37e919381) running 5 tests test cotsworth ... ok test gregorian ... ok test holocene ... ok test julian ... ok test symmetry ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s Running tests/display_num.rs (target/llvm-cov-target/debug/deps/display_num-48c44d5179649100) running 30 tests test armenian_epoch ... ok test armenian ... ok test coptic_epoch ... ok test coptic ... ok test cotsworth ... ok test cotsworth_epoch ... ok test cotsworth_week ... ok test egyptian ... ok test egyptian_epoch ... ok test ethiopic_epoch ... ok test ethiopic ... ok test french_rev_epoch ... ok test french_rev_arith ... ok test french_rev_week ... ok test gregorian ... ok test gregorian_epoch ... ok test holocene ... ok test holocene_epoch ... ok test iso ... ok test iso_epoch ... ok test julian ... ok test julian_epoch ... ok test positivist_epoch ... ok test positivist ... ok test positivist_week ... ok test symmetry_epoch ... ok test symmetry ... ok test tranquility ... ok test tranquility_epoch ... ok test tranquility_week ... ok test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s Running tests/display_segments.rs (target/llvm-cov-target/debug/deps/display_segments-b9cfe07f29b656cf) running 56 tests test armenian_blanks ... ok test armenian_era_abbrev ... ok test armenian_month ... ok test armenian_weekday ... ok test clock_am ... ok test clock_hh_mm_ss_default_str ... ok test clock_hh_mm_ss_zero_hr ... ok test clock_hh_mm_ss_zero_min ... ok test clock_hh_mm_ss_zero_sec ... ok test clock_pm ... ok test coptic_blanks ... ok test coptic_era_abbrev ... ok test coptic_month ... ok test coptic_weekday ... ok test cotsworth_blanks ... ok test cotsworth_era_abbrev ... ok test cotsworth_month ... ok test egyptian_blanks ... ok test cotsworth_weekday ... ok test egyptian_era_abbrev ... ok test egyptian_month ... ok test egyptian_weekday ... ok test ethiopic_blanks ... ok test ethiopic_era_abbrev ... ok test ethiopic_month ... ok test ethiopic_weekday ... ok test french_rev_abbrev ... ok test french_rev_blanks ... ok test french_rev_month ... ok test french_rev_weekday ... ok test gregorian_blanks ... ok test gregorian_era_abbrev ... ok test gregorian_month ... ok test gregorian_weekday ... ok test holocene_blanks ... ok test holocene_era_abbrev ... ok test holocene_weekday ... ok test holocene_month ... ok test iso_blanks ... ok test iso_era_abbrev ... ok test julian_blanks ... ok test julian_era_abbrev ... ok test julian_month ... ok test julian_weekday ... ok test positivist_blanks ... ok test positivist_era_abbrev ... ok test positivist_month ... ok test positivist_weekday ... ok test symmetry_blanks ... ok test symmetry_era_abbrev ... ok test symmetry_month ... ok test symmetry_weekday ... ok test tranquility_blanks ... ok test tranquility_era_abbrev ... ok test tranquility_month ... ok test tranquility_weekday ... ok test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s Running tests/epoch.rs (target/llvm-cov-target/debug/deps/epoch-02741b7736990073) running 3 tests test mjd_around_epoch ... ok test jd_around_epoch ... ok test unix_around_epoch ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/invalid_common.rs (target/llvm-cov-target/debug/deps/invalid_common-39b3485b52ac5ad7) running 12 tests test armenian ... ok test coptic ... ok test egyptian ... ok test cotsworth ... ok test ethiopic ... ok test french_rev_arith ... ok test gregorian ... ok test holocene ... ok test julian ... ok test positivist ... ok test symmetry ... ok test tranquility ... ok test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s Running tests/locked.rs (target/llvm-cov-target/debug/deps/locked-3a169ec45a6cdaf5) running 14 tests test armenian_locked_to_egyptian ... ok test akan_stem_locked_to_weekday ... ok test armenian_locked_to_egyptian_epagomenae ... ok test cotsworth_to_gregorian_complementary_days ... ok test coptic_to_julian_month_boundaries ... ok test ethiopic_locked_to_coptic ... ok test cotsworth_to_gregorian_month_boundaries ... ok test holocene_locked_to_gregorian ... ok test mjd_locked_to_jd ... ok test positivist_to_gregorian_complementary_days ... ok test tranquility_to_gregorian_complementary_days ... ok test positivist_to_gregorian_month_boundaries ... ok test unix_locked_to_rd ... ok test tranquility_to_gregorian_month_boundaries ... ok test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s Running tests/one_more_day.rs (target/llvm-cov-target/debug/deps/one_more_day-79d82804bcff4a9c) running 25 tests test akan ... ok test armenian ... ok test coptic ... ok test armenian_ordinal ... ok test cotsworth ... ok test coptic_ordinal ... ok test cotsworth_ordinal ... ok test egyptian ... ok test ethiopic ... ok test french_rev_arith ... ok test gregorian ... ok test gregorian_ordinal ... ok test holocene ... ok test holocene_ordinal ... ok test julian_ad_ordinal ... ok test julian_ad ... ok test julian_bc ... ok test julian_bc_ordinal ... ok test positivist ... ok test positivist_ordinal ... ok test symmetry ... ok test symmetry_ordinal ... ok test tranquility_ordinal ... ok test tranquility ... ok test weekday ... ok test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s Running tests/order.rs (target/llvm-cov-target/debug/deps/order-ff1bcbd58724b65d) running 28 tests test armenian ... ok test armenian_small ... ok test coptic ... ok test coptic_small ... ok test cotsworth ... ok test cotsworth_small ... ok test egyptian ... ok test egyptian_small ... ok test ethiopic_small ... ok test ethiopic ... ok test french_rev_arith_small ... ok test french_rev_arith ... ok test gregorian ... ok test gregorian_small ... ok test holocene_small ... ok test holocene ... ok test iso ... ok test iso_small ... ok test julian ... ok test julian_small ... ok test positivist ... ok test positivist_small ... ok test roman ... ok test roman_small ... ok test symmetry ... ok test symmetry_small ... ok test tranquility ... ok test tranquility_small ... ok test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s Running tests/ordinal.rs (target/llvm-cov-target/debug/deps/ordinal-3283afa14c6f02ee) running 36 tests test invalid_coptic ... ok test invalid_armenian ... ok test invalid_cotsworth ... ok test invalid_egyptian ... ok test invalid_ethiopic ... ok test invalid_french_rev_arith ... ok test invalid_gregorian ... ok test invalid_holocene ... ok test invalid_julian ... ok test invalid_positivist ... ok test invalid_symmetry ... ok test invalid_tranquility ... ok test valid_armenian ... ok test valid_coptic ... ok test valid_cotsworth ... ok test valid_egyptian ... ok test valid_ethiopic ... ok test valid_french_rev_arith ... ok test valid_gregorian ... ok test valid_holocene ... ok test valid_julian ... ok test valid_positivist ... ok test valid_symmetry ... ok test valid_tranquility ... ok test year_start_armenian ... ok test year_start_coptic ... ok test year_start_cotsworth ... ok test year_start_egyptian ... ok test year_start_ethiopic ... ok test year_start_french_rev_arith ... ok test year_start_gregorian ... ok test year_start_holocene ... ok test year_start_julian ... ok test year_start_positivist ... ok test year_start_symmetery ... ok test year_start_tranquility ... ok test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s Running tests/perennial.rs (target/llvm-cov-target/debug/deps/perennial-7dbbcfdd9d47f609) running 9 tests test cotsworth_complementary_xor_weekday ... ok test cotsworth_perennial ... ok test french_rev_arith_perennial ... ok test french_rev_arith_complementary_xor_weekday ... ok test positivist_complementary_xor_weekday ... ok test positivist_perennial ... ok test tranquility_complementary_xor_weekday ... ok test symmetry_perennial ... ok test tranquility_perennial ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s Running tests/quarter.rs (target/llvm-cov-target/debug/deps/quarter-8da17e3851832f79) running 26 tests test armenian_boundary ... ok test armenian ... ok test coptic ... ok test coptic_boundary ... ok test cotsworth ... ok test cotsworth_boundary ... ok test egyptian ... ok test egyptian_boundary ... ok test ethiopic_boundary ... ok test ethiopic ... ok test french_rev_arith_boundary ... ok test french_rev_arith ... ok test gregorian ... ok test gregorian_boundary ... ok test holocene ... ok test holocene_boundary ... ok test julian ... ok test iso ... ok test positivist ... ok test julian_boundary ... ok test positivist_boundary ... ok test roman ... ok test symmetry ... ok test symmetry_boundary ... ok test tranquility ... ok test tranquility_boundary ... ok test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s Running tests/roundtrip.rs (target/llvm-cov-target/debug/deps/roundtrip-f11bffb704065fec) running 22 tests test akan_prefix ... ok test akan ... ok test akan_stem ... ok test armenian ... ok test coptic ... ok test cotsworth ... ok test egyptian ... ok test ethiopic ... ok test gregorian ... ok test french_rev_arith ... ok test holocene ... ok test iso ... ok test jd ... ok test julian ... ok test mjd ... ok test positivist ... ok test rd ... ok test roman ... ok test symmetry ... ok test tranquility ... ok test unix ... ok test week ... ok test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s Running tests/valid_day.rs (target/llvm-cov-target/debug/deps/valid_day-ccbab583d0ed3db3) running 12 tests test armenian ... ok test coptic ... ok test cotsworth ... ok test egyptian ... ok test ethiopic ... ok test french_rev_arith ... ok test gregorian ... ok test holocene ... ok test julian ... ok test positivist ... ok test symmetry ... ok test tranquility ... ok test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s Running tests/week_of_year.rs (target/llvm-cov-target/debug/deps/week_of_year-34175aac767fedc0) running 13 tests test armenian ... ok test coptic ... ok test cotsworth ... ok test egyptian ... ok test french_rev_arith ... ok test ethiopic ... ok test gregorian ... ok test holocene ... ok test iso ... ok test julian ... ok test positivist ... ok test tranquility ... ok test symmetry ... ok test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s Running tests/year_month_day.rs (target/llvm-cov-target/debug/deps/year_month_day-7058269f0dae07e5) running 26 tests test armenian_month_is_none ... ok test armenian_month_is_some ... ok test coptic_month_normal ... ok test coptic_month_month_13 ... ok test cotsworth_month_edge_case ... ok test cotsworth_month_normal ... ok test egyptian_month_is_none ... ok test egyptian_month_is_some ... ok test ethiopic_month_normal ... ok test ethiopic_month_month_13 ... ok test french_rev_month_is_some ... ok test french_rev_month_is_none ... ok test gregorian_month_start ... ok test gregorian_month_end ... ok test holocene_month_start ... ok test holocene_month_end ... ok test julian_month_start ... ok test julian_month_end ... ok test positivist_month_is_some ... ok test positivist_month_is_none ... ok test symmetry_equinox_irvember ... ok test symmetry_normal_month_end ... ok test symmetry_normal_month_start ... ok test symmetry_solstice_irvember ... ok test tranquility_month_is_none ... ok test tranquility_month_is_some ... ok test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s Finished report saved to /tmp/tmp.GT9m4aBKvj/default/llvm-cov/html