Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Math::ContinuedFractions #467

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Math::ContinuedFractions cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Math::ContinuedFractions
===> Found: Math::ContinuedFractions [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Math::ContinuedFractions to /home/alex/Blin/data/zef-data/tmp/1549579433.11001.1569/Math-ContinuedFractions.git
===> Extraction: Failed to find a META6.json file for Math::ContinuedFractions -- failure is likely
===> Extraction [OK]: Math::ContinuedFractions to /home/alex/Blin/data/zef-data/store/Math-ContinuedFractions.git
===> Testing: Math::ContinuedFractions
t/00-experiments.t .. ok
# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '3'
#      got: '3 4 12 4'
# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '3'
#      got: '3 4 12 4'
# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '3'
#      got: '3 4 12 4'
# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '12'
#      got: '4'
# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '12'
#      got: '4'
# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '12'
#      got: '4'
# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '-4.2'
#      got: '4'
# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '-4.2'
#      got: '4'
# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '-4.2'
#      got: '4'
# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '1'
#      got: '-5'
# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '1'
#      got: '-5'
# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '1'
#      got: '-5'
Too few positionals passed; expected 2 arguments but got 1
  in block <unit> at t/01-basics.t line 11

t/01-basics.t ....... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/42 subtests 

Test Summary Report
-------------------
t/01-basics.t     (Wstat: 3072 Tests: 42 Failed: 12)
  Failed tests:  20, 22, 24, 26, 28, 30, 32, 34, 36, 38
                40, 42
  Non-zero exit status: 12
  Parse errors: No plan found in TAP output
Files=2, Tests=60,  6 wallclock secs ( 0.04 usr  0.00 sys +  5.56 cusr  0.22 csys =  5.82 CPU)
Result: FAIL
===> Testing [FAIL]: Math::ContinuedFractions
Failed to get passing tests, but continuing with --force-test
===> Installing: Math::ContinuedFractions
===> Install [OK] for Math::ContinuedFractions

Ping @colomon

Previous ticket: #140

AlexDaniel commented 5 years ago

There is a PR: https://github.com/colomon/Math-ContinuedFractions/pull/7