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

Git::PurePerl #408

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Git::PurePerl 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: Git::PurePerl
===SORRY!=== Error while compiling /home/alex/Blin/installed/Git::PurePerl_*/sources/A797689B259DAD16246CE3A0BF32A260979D43A4 (Git::PurePerl::PackIndex::Version1)
Use of pack is experimental; please 'use experimental :pack'
at /home/alex/Blin/installed/Git::PurePerl_*/sources/A797689B259DAD16246CE3A0BF32A260979D43A4 (Git::PurePerl::PackIndex::Version1):66
------> <BOL>⏏<EOL>
    expecting any of:
        postfix
        statement end

===> Found: Git::PurePerl:auth<raydiak> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Git::PurePerl:auth<raydiak> to /home/alex/Blin/data/zef-data/tmp/1549581322.4441.1513/Git-PurePerl.git
===> Extraction [OK]: Git::PurePerl to /home/alex/Blin/data/zef-data/store/Git-PurePerl.git
===> Testing: Git::PurePerl:auth<raydiak>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/Git-PurePerl.git/cc460c87e55e2b588fe24a77953fec20a813aa0b/lib/Git/PurePerl/Pack/WithoutIndex.pm (Git::PurePerl::Pack::WithoutIndex)
Use of pack is experimental; please 'use experimental :pack'
at /home/alex/Blin/data/zef-data/store/Git-PurePerl.git/cc460c87e55e2b588fe24a77953fec20a813aa0b/lib/Git/PurePerl/Pack/WithoutIndex.pm (Git::PurePerl::Pack::WithoutIndex):109
------> <BOL>⏏<EOL>
    expecting any of:
        postfix
        statement end
t/01-basics.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-basics.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  8 wallclock secs ( 0.03 usr  0.00 sys +  7.19 cusr  0.44 csys =  7.66 CPU)
Result: FAIL
===> Testing [FAIL]: Git::PurePerl:auth<raydiak>
Failed to get passing tests, but continuing with --force-test
===> Installing: Git::PurePerl:auth<raydiak>
===> Install [FAIL] for Git::PurePerl:auth<raydiak>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/Git::PurePerl_*/sources/A797689B259DAD16246CE3A0BF32A260979D43A4 (Git::PurePerl::PackIndex::Version1)
Use of pack is experimental; please 'use experimental :pack'
at /home/alex/Blin/installed/Git::PurePerl_*/sources/A797689B259DAD16246CE3A0BF32A260979D43A4 (Git::PurePerl::PackIndex::Version1):66
------> <BOL>⏏<EOL>
    expecting any of:
        postfix
        statement end

Ping @raydiak

Previous ticket: #204

raydiak commented 4 years ago

This module now installs successfully and works at least as well as it used to if not better thanks to large rakudo efficiency gains in the last few years