Skip to content

Implement exp, log, power and ** in ruby #511

Implement exp, log, power and ** in ruby

Implement exp, log, power and ** in ruby #511

Triggered via pull request June 10, 2025 16:19
Status Failure
Total duration 6h 0m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
ruby-versions  /  Generate Ruby versions
5s
ruby-versions / Generate Ruby versions
Matrix: host
Fit to window
Zoom out
Zoom in

Annotations

38 errors
Error: test/bigdecimal/test_bigdecimal.rb#L1728
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1728:in `test_power_with_prec' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1741
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `block in test_power_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:52:in `_assert_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:48:in `assert_relative_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `test_power_precision' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1507
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block (2 levels) in test_power' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block in test_power' /Users/runner/.rubies/truffleruby-24.2.1/lib/gems/gems/test-unit-ruby-core-1.0.7/lib/core_assertions.rb:227:in `assert_nothing_raised' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1506:in `test_power' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2123
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2123:in `test_BigMath_log_with_square_of_E' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2145
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2145:in `test_BigMath_log_with_reciprocal_of_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2129
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2129:in `test_BigMath_log_with_high_precision_case' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2113
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2113:in `test_BigMath_log_with_exp_1' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2134
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2134:in `test_BigMath_log_with_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2117
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2117:in `test_BigMath_log_with_2' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2141
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2141:in `test_BigMath_log_with_101' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1728
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1728:in `test_power_with_prec' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1741
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `block in test_power_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:52:in `_assert_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:48:in `assert_relative_precision' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `test_power_precision' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1507
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block (2 levels) in test_power' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block in test_power' /Users/runner/.rubies/truffleruby-24.2.1/lib/gems/gems/test-unit-ruby-core-1.0.7/lib/core_assertions.rb:227:in `assert_nothing_raised' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1506:in `test_power' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2123
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2123:in `test_BigMath_log_with_square_of_E' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2145
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2145:in `test_BigMath_log_with_reciprocal_of_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2129
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2129:in `test_BigMath_log_with_high_precision_case' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2113
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2113:in `test_BigMath_log_with_exp_1' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2134
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2134:in `test_BigMath_log_with_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2117
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2117:in `test_BigMath_log_with_2' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2141
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2141:in `test_BigMath_log_with_101' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1728
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1728:in `test_power_with_prec' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1741
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `block in test_power_precision' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:52:in `_assert_precision' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/helper.rb:48:in `assert_relative_precision' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1741:in `test_power_precision' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L1507
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:123:in `power' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block (2 levels) in test_power' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1507:in `block in test_power' /home/runner/.rubies/truffleruby-24.2.1/lib/gems/gems/test-unit-ruby-core-1.0.7/lib/core_assertions.rb:227:in `assert_nothing_raised' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1506:in `test_power' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2123
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2123:in `test_BigMath_log_with_square_of_E' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2145
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2145:in `test_BigMath_log_with_reciprocal_of_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2129
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2129:in `test_BigMath_log_with_high_precision_case' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2113
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2113:in `test_BigMath_log_with_exp_1' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2134
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2134:in `test_BigMath_log_with_42' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2117
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2117:in `test_BigMath_log_with_2' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
Error: test/bigdecimal/test_bigdecimal.rb#L2141
FloatDomainError: Infinity <internal:core> core/float.rb:172:in `floor' <internal:core> core/integer.rb:353:in `sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:24:in `_sqrt' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:195:in `block in log' <internal:core> core/integer.rb:157:in `times' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:194:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:178:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2141:in `test_BigMath_log_with_101' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
macos-latest 3.3
The operation was canceled.
macos-latest 3.3
The job has exceeded the maximum execution time of 6h0m0s
macos-latest 3.2
The operation was canceled.
macos-latest 3.2
The job has exceeded the maximum execution time of 6h0m0s
macos-14 3.3
The operation was canceled.
macos-14 3.3
The job has exceeded the maximum execution time of 6h0m0s
macos-14 3.2
The operation was canceled.
macos-14 3.2
The job has exceeded the maximum execution time of 6h0m0s