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

File::Find::Duplicates #387

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module File::Find::Duplicates 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: File::Find::Duplicates
===SORRY!=== Error while compiling /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare):2
------> use v6⏏;

===> Found: File::Find::Duplicates:auth<Brent Laabs> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: File::Find::Duplicates:auth<Brent Laabs> to /home/alex/Blin/data/zef-data/tmp/1549580895.22300.6105/perl6-File-Find-Duplicates.git
===> Extraction [OK]: File::Find::Duplicates to /home/alex/Blin/data/zef-data/store/perl6-File-Find-Duplicates.git
===> Testing: File::Find::Duplicates:auth<Brent Laabs>
===SORRY!=== Error while compiling /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare):2
------> use v6⏏;
t/00-basic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/00-basic.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  3 wallclock secs ( 0.03 usr  0.00 sys +  1.74 cusr  0.21 csys =  1.98 CPU)
Result: FAIL
===> Testing [FAIL]: File::Find::Duplicates:auth<Brent Laabs>
Failed to get passing tests, but continuing with --force-test
===> Installing: File::Find::Duplicates:auth<Brent Laabs>
===> Install [FAIL] for File::Find::Duplicates:auth<Brent Laabs>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/installed/File::Compare_*/sources/D731CBB23D5486ECA401324D8FA5FD4294509341 (File::Compare):2
------> use v6⏏;

Ping @labster

Previous ticket: #225

JJ commented 5 years ago

Or rather re-sent PR by @Altai-man last squashathon in #225. Will release an auth version if this one is not accepted, the PR was perfectly fine.