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

Grid #580

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Grid 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: Grid
===> Found: Grid:ver<0.0.1> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Grid:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1551235060.6088.7739/Grid-0.0.1.tar.gz
===> Extraction [OK]: Grid to /home/alex/Blin/data/zef-data/store/Grid-0.0.1.tar.gz
===> Testing: Grid:ver<0.0.1>
[3 4] is not subgrid of @grid
[1 7] is not subgrid of @grid
Can't have grid of 5 elements with 4 columns
Can't have grid of 6 elements with 4 columns
# Looks like you planned 42 tests, but ran 37
t/basic.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/42 subtests 

Test Summary Report
-------------------
t/basic.t (Wstat: 65280 Tests: 37 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 42 tests but ran 37.
Files=1, Tests=37,  8 wallclock secs ( 0.04 usr  0.00 sys +  6.89 cusr  0.26 csys =  7.19 CPU)
Result: FAIL
===> Testing [FAIL]: Grid:ver<0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Grid:ver<0.0.1>
===> Install [OK] for Grid:ver<0.0.1>

1 bin/ script [array-grid.p6] installed to:
/home/alex/Blin/installed/Grid_0.0.1/bin

Ping @hythm7

Altai-man commented 5 years ago

I think tests were fixed with https://github.com/hythm7/Grid/commit/4c7ab72dfbeb18c1548ebf72bf0d7b0d738bfb37 There are some very recent commits present. It tests and installs fine:

➜  Grid git:(development) zef --dry install .
===> Testing: Grid:ver<0.0.2>
===> Testing [OK] for Grid:ver<0.0.2>
➜  Grid git:(development) 
hythm7 commented 5 years ago

@AlexDaniel @Altai-man Planned test are 42 but there was only 37 test, adding 5 more tests fixed the issue. Just uploaded version 0.0.2 with the fix to cpan.

Altai-man commented 5 years ago
➜  ~ zef install Grid
===> Searching for: Grid
===> Testing: Grid:ver<0.0.2>
===> Testing [OK] for Grid:ver<0.0.2>
===> Installing: Grid:ver<0.0.2>
➜  ~