Skip to content

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

Implement exp, log, power and ** in ruby

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

Triggered via pull request June 8, 2025 21:13
Status Failure
Total duration 6h 0m 37s
Artifacts

ci.yml

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

Annotations

36 errors
Error: test/bigdecimal/test_bigdecimal.rb#L2110
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2110: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#L2086
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2086: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#L2103
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2103: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#L2098
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2098: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#L2114
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2114: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#L2092
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2092: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#L1498
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1498: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:1498: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:1497: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#L1710
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1710: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:1710: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#L1697
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1697: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#L1685
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1685:in `test_power_without_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#L2110
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2110: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#L2086
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2086: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#L2103
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2103: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#L2098
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2098: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#L2114
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2114: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#L2092
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2092: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#L1498
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1498: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:1498: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:1497: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#L1710
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1710: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:1710: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#L1697
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1697: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#L1685
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:186:in `log' /Users/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /Users/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1685:in `test_power_without_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#L2110
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2110: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#L2086
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2086: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#L2103
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2103: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#L2098
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2098: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#L2114
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2114: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#L2092
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:2092: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#L1498
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:52:in `**' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1498: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:1498: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:1497: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#L1710
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:168:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1710: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:1710: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#L1697
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1697: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#L1685
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:186:in `log' /home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal.rb:113:in `power' /home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigdecimal.rb:1685:in `test_power_without_prec' <internal:core> core/throw_catch.rb:36:in `catch' <internal:core> core/throw_catch.rb:36:in `catch'
macos-14 3.2
The job running on runner GitHub Actions 174 has exceeded the maximum execution time of 360 minutes.
macos-14 3.2
The operation was canceled.
macos-latest 3.3
The job running on runner GitHub Actions 418 has exceeded the maximum execution time of 360 minutes.
macos-latest 3.3
The operation was canceled.
macos-latest 3.2
The job running on runner GitHub Actions 190 has exceeded the maximum execution time of 360 minutes.
macos-latest 3.2
The operation was canceled.