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

Lingua::Number #453

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Lingua::Number 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: Lingua::Number
===> Found: Lingua::Number:auth<github:labster> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Lingua::Number:auth<github:labster> to /home/alex/Blin/data/zef-data/tmp/1549581638.13229.705/p6-Lingua-Number.git
===> Extraction [OK]: Lingua::Number to /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git
===> Testing: Lingua::Number:auth<github:labster>
# Failed test 'basically works in english'
# at t/00-basic.t line 7
# expected: 'three million one hundred twenty-three thousand four hundred fifty-six'
#      got: '  million'
# Failed test 'español también'
# at t/00-basic.t line 8
# expected: 'tres millones ciento veintitrés mil cuatrocientos cincuenta y seis'
#      got: '  millones'
# Failed test 'also nihongo'
# at t/00-basic.t line 9
# expected: '三百十二万三千四百五十六'
#      got: ' 万'
# Failed test 'zero is okay'
# at t/00-basic.t line 10
# expected: 'zero'
#      got: ''
# Failed test 'english first'
# at t/00-basic.t line 13
# expected: 'five hundred sixty-seven point eight nine'
#      got: '  hundred point  '
Too few positionals passed; expected 2 arguments but got 1
  in sub rule2text at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 124
  in block  at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 103
  in sub rule2text at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 100
  in sub cardinal at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 226
  in block <unit> at t/00-basic.t line 14

t/00-basic.t ....... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests 
# Failed test '0 is zeroth'
# at t/01-ordinal-en.t line 12
# expected: 'zeroth'
#      got: ''
# Failed test '1 is first'
# at t/01-ordinal-en.t line 13
# expected: 'first'
#      got: ''
# Failed test '2 is second'
# at t/01-ordinal-en.t line 14
# expected: 'second'
#      got: ''
# Failed test '3 is third'
# at t/01-ordinal-en.t line 15
# expected: 'third'
#      got: ''
# Failed test '4 is fourth'
# at t/01-ordinal-en.t line 16
# expected: 'fourth'
#      got: ''
# Failed test '5 is fifth'
# at t/01-ordinal-en.t line 17
# expected: 'fifth'
#      got: ''
# Failed test '6 is sixth'
# at t/01-ordinal-en.t line 18
# expected: 'sixth'
#      got: ''
# Failed test '7 is seventh'
# at t/01-ordinal-en.t line 19
# expected: 'seventh'
#      got: ''
# Failed test '8 is eighth'
# at t/01-ordinal-en.t line 20
# expected: 'eighth'
#      got: ''
# Failed test '9 is ninth'
# at t/01-ordinal-en.t line 21
# expected: 'ninth'
#      got: ''
# Failed test '10 is tenth'
# at t/01-ordinal-en.t line 24
# expected: 'tenth'
#      got: ''
# Failed test '11 is elventh'
# at t/01-ordinal-en.t line 25
# expected: 'eleventh'
#      got: ''
# Failed test '12 is twelfth'
# at t/01-ordinal-en.t line 26
# expected: 'twelfth'
#      got: ''
Too few positionals passed; expected 2 arguments but got 1
  in sub rule2text at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 124
  in sub ordinal at /home/alex/Blin/data/zef-data/store/p6-Lingua-Number.git/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6 (Lingua::Number) line 235
  in block <unit> at t/01-ordinal-en.t line 27

t/01-ordinal-en.t .. 
Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 13/13 subtests 

Test Summary Report
-------------------
t/00-basic.t     (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
  Parse errors: No plan found in TAP output
t/01-ordinal-en.t (Wstat: 3328 Tests: 13 Failed: 13)
  Failed tests:  1-13
  Non-zero exit status: 13
  Parse errors: No plan found in TAP output
Files=2, Tests=18, 12 wallclock secs ( 0.03 usr  0.01 sys +  8.74 cusr  0.30 csys =  9.08 CPU)
Result: FAIL
===> Testing [FAIL]: Lingua::Number:auth<github:labster>
Failed to get passing tests, but continuing with --force-test
===> Installing: Lingua::Number:auth<github:labster>
===> Install [OK] for Lingua::Number:auth<github:labster>

Ping @labster

Previous ticket: #149

AlexDaniel commented 5 years ago

There's some ticket here: https://github.com/labster/p6-Lingua-Number/issues/3 I'm not sure if we're seeing the same problem, but the ticket is still open.