[INFO] fetching crate moolah 0.1.10... [INFO] testing moolah-0.1.10 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate moolah 0.1.10 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate moolah 0.1.10 [INFO] finished tweaking crates.io crate moolah 0.1.10 [INFO] tweaked toml for crates.io crate moolah 0.1.10 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate moolah 0.1.10 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 79 packages to latest compatible versions [INFO] [stderr] Adding rstest v0.21.0 (available: v0.26.1) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mudra v0.1.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 757cea106a52cf18b819bb09ccdbe983b2274d5ff718aefb614cdd5b8dacb8fc [INFO] running `Command { std: "docker" "start" "-a" "757cea106a52cf18b819bb09ccdbe983b2274d5ff718aefb614cdd5b8dacb8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "757cea106a52cf18b819bb09ccdbe983b2274d5ff718aefb614cdd5b8dacb8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "757cea106a52cf18b819bb09ccdbe983b2274d5ff718aefb614cdd5b8dacb8fc", kill_on_drop: false }` [INFO] [stdout] 757cea106a52cf18b819bb09ccdbe983b2274d5ff718aefb614cdd5b8dacb8fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c27997a054ddc01484c598f7c680df8fdadaf2c1258b743f3a4cc47b4f6236ef [INFO] running `Command { std: "docker" "start" "-a" "c27997a054ddc01484c598f7c680df8fdadaf2c1258b743f3a4cc47b4f6236ef", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rust_decimal v1.37.2 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling mudra v0.1.11 [INFO] [stderr] Compiling moolah v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/money.rs:247:12 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `Command { std: "docker" "inspect" "c27997a054ddc01484c598f7c680df8fdadaf2c1258b743f3a4cc47b4f6236ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c27997a054ddc01484c598f7c680df8fdadaf2c1258b743f3a4cc47b4f6236ef", kill_on_drop: false }` [INFO] [stdout] c27997a054ddc01484c598f7c680df8fdadaf2c1258b743f3a4cc47b4f6236ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 588cbcfc80c214ba7abe61beb61905f8522f04b00b3129f8d7ca7bee82dcd5b0 [INFO] running `Command { std: "docker" "start" "-a" "588cbcfc80c214ba7abe61beb61905f8522f04b00b3129f8d7ca7bee82dcd5b0", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling rstest_macros v0.21.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling moolah v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/money.rs:247:12 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling rstest v0.21.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stdout] --> src/money.rs:247:12 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(tarpaulin_include))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 12.77s [INFO] running `Command { std: "docker" "inspect" "588cbcfc80c214ba7abe61beb61905f8522f04b00b3129f8d7ca7bee82dcd5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "588cbcfc80c214ba7abe61beb61905f8522f04b00b3129f8d7ca7bee82dcd5b0", kill_on_drop: false }` [INFO] [stdout] 588cbcfc80c214ba7abe61beb61905f8522f04b00b3129f8d7ca7bee82dcd5b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bf1bca5969d788f699a238d7ca4f77fc88c65728c6f5345951eb86a757fbbcc3 [INFO] running `Command { std: "docker" "start" "-a" "bf1bca5969d788f699a238d7ca4f77fc88c65728c6f5345951eb86a757fbbcc3", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include` [INFO] [stderr] --> src/money.rs:247:12 [INFO] [stderr] | [INFO] [stderr] 247 | #[cfg(not(tarpaulin_include))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `moolah` (lib) generated 1 warning [INFO] [stderr] warning: `moolah` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/moolah-8aef36efdc858a47) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test money::tests::adding_with_zero_money_returns_the_original_money ... ok [INFO] [stdout] test money::tests::checked_add_all_returns_sum_when_non_empty_moneys_sum_does_not_exceed_max_money ... ok [INFO] [stdout] test money::tests::checked_add_returns_none_when_sum_exceeds_max_money ... ok [INFO] [stdout] test money::tests::checked_add_all_returns_original_money_when_empty_moneys ... ok [INFO] [stdout] test money::tests::checked_mul_by_u64_returns_none_when_product_exceeds_max_money::case_1 ... ok [INFO] [stdout] test money::tests::checked_mul_by_u64_returns_none_when_product_exceeds_max_money::case_2 ... ok [INFO] [stdout] test money::tests::checked_add_returns_sum_when_sum_does_not_exceed_max_money ... ok [INFO] [stdout] test money::tests::checked_add_all_returns_none_when_sum_exceeds_max_money ... ok [INFO] [stdout] test money::tests::checked_sub_returns_difference_when_rhs_does_not_exceed_lhs ... ok [INFO] [stdout] test money::tests::checked_mul_by_u64_returns_product_when_product_does_not_exceed_max_money ... ok [INFO] [stdout] test money::tests::decimal_from_money_works::case_2_non_zero_money ... ok [INFO] [stdout] test money::tests::div_by_non_zero_u64_returns_quotient::case_1_with_no_rounding_when_fractional_digits_does_not_exceed_9 ... ok [INFO] [stdout] test money::tests::div_by_non_zero_u64_returns_quotient::case_2_with_nanos_rounded_up_when_10_fractional_digits_and_5_as_10th_fractional_digit_and_odd_9th_fractional_digit ... ok [INFO] [stdout] test money::tests::div_by_non_zero_u64_returns_quotient::case_5_with_nanos_rounded_up_when_10th_fractional_digit_exceeds_5 ... ok [INFO] [stdout] test money::tests::money_try_from_decimal_returns_error_when_decimal_not_in_valid_range::case_1_negative_decimal ... ok [INFO] [stdout] test money::tests::money_try_from_decimal_returns_error_when_decimal_not_in_valid_range::case_2_postivie_decimal_exceeds_max_money_amount ... ok [INFO] [stdout] test money::tests::checked_sub_returns_none_when_rhs_exceeds_lhs ... ok [INFO] [stdout] test money::tests::money_try_from_decimal_returns_money_when_decimal_in_valid_range::case_1_zero_decimal ... ok [INFO] [stdout] test money::tests::decimal_from_money_works::case_1_zero_money ... ok [INFO] [stdout] test money::tests::money_try_from_decimal_returns_money_when_decimal_in_valid_range::case_2_postive_decimal_does_not_exceed_max_money_amount ... ok [INFO] [stdout] test money::tests::div_by_non_zero_u64_returns_quotient::case_3_with_nanos_rounded_down_when_10_fractional_digits_and_5_as_10th_fractional_digit_and_even_9th_fractional_digit ... ok [INFO] [stdout] test money::tests::div_by_non_zero_u64_returns_quotient::case_4_with_nanos_rounded_up_when_10th_fractional_digit_exceeds_5 ... ok [INFO] [stdout] test money::tests::round_down_nanos_works::case_1 ... ok [INFO] [stdout] test money::tests::round_down_nanos_works::case_2 ... ok [INFO] [stdout] test money::tests::round_down_nanos_works::case_3 ... ok [INFO] [stdout] test money::tests::round_down_nanos_works::case_4 ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_money_with_rounded_nanos_when_rounded_amount_does_not_exceed_max_money::case_1 ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_max_money_when_rounded_money_exceeds_max_money ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_money_with_rounded_nanos_when_rounded_amount_does_not_exceed_max_money::case_2 ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_money_with_rounded_nanos_when_rounded_amount_does_not_exceed_max_money::case_3 ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_money_with_rounded_nanos_when_rounded_amount_does_not_exceed_max_money::case_5 ... ok [INFO] [stdout] test money::tests::round_down_nanos_works::case_5 ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_max_money_when_rounded_money_exceeds_max_money ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_money_with_rounded_nanos_when_rounded_money_does_not_exceed_max_money::case_2 ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_money_with_rounded_nanos_when_rounded_money_does_not_exceed_max_money::case_3 ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_money_with_rounded_nanos_when_rounded_money_does_not_exceed_max_money::case_4 ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_money_with_rounded_nanos_when_rounded_money_does_not_exceed_max_money::case_1 ... ok [INFO] [stdout] test money::tests::subtracting_with_zero_money_returns_the_original_money ... ok [INFO] [stdout] test money::tests::saturating_round_nanos_returns_money_with_rounded_nanos_when_rounded_amount_does_not_exceed_max_money::case_4 ... ok [INFO] [stdout] test money::tests::saturating_round_up_nanos_returns_money_with_rounded_nanos_when_rounded_money_does_not_exceed_max_money::case_5 ... ok [INFO] [stdout] test money::tests::to_amount_str_dp_returns_display_string::case_1_with_only_units_when_dp_equals_0 ... ok [INFO] [stdout] test money::tests::to_amount_str_dp_returns_display_string::case_2_with_units_and_decimal_point_and_truncated_nanos_when_non_zero_dp_does_not_exceed_9 ... ok [INFO] [stdout] test money::tests::to_amount_str_dp_returns_display_string::case_3_with_units_and_decimal_point_and_nanos_when_dp_exceeds_9 ... ok [INFO] [stdout] test money::tests::to_amount_str_works ... ok [INFO] [stdout] test money::tests::try_add_all_returns_none_when_sum_exceeds_max_money ... ok [INFO] [stdout] test money::tests::try_add_all_returns_sum_when_non_empty_moneys_and_sum_does_not_exceed_max_money ... ok [INFO] [stdout] test money::tests::try_new_returns_none_when_nanos_exceed_999999999 ... ok [INFO] [stdout] test money::tests::max_money_has_u64max_units_and_999999999_nanos ... ok [INFO] [stdout] test money::tests::try_new_returns_money_when_nanos_do_not_exceed_999999999 ... ok [INFO] [stdout] test money::tests::with_currency_returns_money_with_new_currency_and_original_units_and_original_nanos ... ok [INFO] [stdout] test money::tests::zero_money_has_zero_units_and_zero_nanos ... ok [INFO] [stderr] Doc-tests moolah [INFO] [stdout] test money::tests::try_add_all_returns_zero_money_when_empty_moneys ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 66 tests [INFO] [stdout] test src/lib.rs - Moolah::checked_add (line 493) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_sub (line 640) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_add (line 513) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_sub (line 600) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_mul_by_u64 (line 720) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_add (line 473) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_mul_by_u64 (line 737) ... ok [INFO] [stdout] test src/lib.rs - Moolah::checked_sub (line 620) ... ok [INFO] [stdout] test src/lib.rs - Moolah::mudra (line 270) ... ok [INFO] [stdout] test src/lib.rs - Moolah::round_down_nanos (line 1018) ... ok [INFO] [stdout] test src/lib.rs - Moolah::nanos (line 400) ... ok [INFO] [stdout] test src/lib.rs - Moolah::saturating_round_up_nanos (line 945) ... ok [INFO] [stdout] test src/lib.rs - Moolah::saturating_round_nanos (line 871) ... ok [INFO] [stdout] test src/lib.rs - Moolah::to_amount_str (line 1086) ... ok [INFO] [stdout] test src/lib.rs - Moolah::div_by_non_zero_u64 (line 799) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_cmp (line 1247) ... ok [INFO] [stdout] test src/lib.rs - Moolah::to_amount_str_dp (line 1158) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_eq (line 1338) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_ge (line 1580) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_cmp (line 1269) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_cmp (line 1225) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_ge (line 1616) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_eq (line 1374) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_ge (line 1598) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_gt (line 1560) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_ge (line 1634) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_eq (line 1356) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_gt (line 1524) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_le (line 1504) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_lt (line 1394) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_gt (line 1542) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_le (line 1468) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_le (line 1450) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_lt (line 1412) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_le (line 1486) ... ok [INFO] [stdout] test src/money.rs - money::Money::ZERO (line 36) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_lt (line 1430) ... ok [INFO] [stdout] test src/lib.rs - Moolah::units (line 335) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_add (line 312) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_new (line 69) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_add_all (line 385) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_add (line 332) ... ok [INFO] [stdout] test src/money.rs - money::Money::MAX (line 54) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_mul_by_u64 (line 471) ... ok [INFO] [stdout] test src/lib.rs - Moolah::try_new (line 89) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_mul_by_u64 (line 488) ... ok [INFO] [stdout] test src/money.rs - money::Money::currency (line 231) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_add_all (line 361) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_sub (line 417) ... ok [INFO] [stdout] test src/money.rs - money::Money::saturating_round_nanos (line 541) ... ok [INFO] [stdout] test src/money.rs - money::Money::div_by_non_zero_u64 (line 509) ... ok [INFO] [stdout] test src/money.rs - money::Money::checked_sub (line 437) ... ok [INFO] [stdout] test src/money.rs - money::Money::saturating_round_nanos (line 561) ... ok [INFO] [stdout] test src/lib.rs - Moolah::with_mudra (line 151) ... ok [INFO] [stdout] test src/money.rs - money::Money::round_down_nanos (line 666) ... ok [INFO] [stdout] test src/money.rs - money::Money::try_add_all (line 139) ... ok [INFO] [stdout] test src/money.rs - money::Money::to_amount_str (line 705) ... ok [INFO] [stdout] test src/money.rs - money::Money::saturating_round_up_nanos (line 604) ... ok [INFO] [stdout] test src/money.rs - money::Money::to_amount_str_dp (line 736) ... ok [INFO] [stdout] test src/money.rs - money::Money::nanos (line 283) ... ok [INFO] [stdout] test src/money.rs - money::Money::saturating_round_up_nanos (line 624) ... ok [INFO] [stdout] test src/money.rs - money::Money::try_new (line 114) ... ok [INFO] [stdout] test src/money.rs - money::Money::try_add_all (line 162) ... ok [INFO] [stdout] test src/money.rs - money::Money::with_currency (line 196) ... ok [INFO] [stdout] test src/money.rs - money::Money::try_new (line 96) ... ok [INFO] [stdout] test src/money.rs - money::Money::units (line 259) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bf1bca5969d788f699a238d7ca4f77fc88c65728c6f5345951eb86a757fbbcc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf1bca5969d788f699a238d7ca4f77fc88c65728c6f5345951eb86a757fbbcc3", kill_on_drop: false }` [INFO] [stdout] bf1bca5969d788f699a238d7ca4f77fc88c65728c6f5345951eb86a757fbbcc3