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

Compress::Snappy #360

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Compress::Snappy 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: Compress::Snappy
===SORRY!=== Error while compiling /home/alex/Blin/installed/Compress::Snappy_0.0.3/sources/55A807C835176081BF18995788217663842A106B (Compress::Snappy)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/installed/Compress::Snappy_0.0.3/sources/55A807C835176081BF18995788217663842A106B (Compress::Snappy):2
------> use v6⏏;

===> Found: Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher> to /home/alex/Blin/data/zef-data/tmp/1549579769.21443.8282/perl6-compress-snappy.git
===> Extraction [OK]: Compress::Snappy to /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git
===> Testing: Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy):2
------> use v6⏏;
t/encoding.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy):2
------> use v6⏏;
t/invalid.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/data/zef-data/store/perl6-compress-snappy.git/97535eac86e76eb4fc1e754312e4d76b4de16c62/lib/Compress/Snappy.pm (Compress::Snappy):2
------> use v6⏏;
t/snappy.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/encoding.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/invalid.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/snappy.t  (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=3, Tests=0,  4 wallclock secs ( 0.02 usr  0.01 sys +  2.06 cusr  0.30 csys =  2.39 CPU)
Result: FAIL
===> Testing [FAIL]: Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher>
Failed to get passing tests, but continuing with --force-test
===> Installing: Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher>
===> Install [FAIL] for Compress::Snappy:ver<0.0.3>:auth<Adrian Kreher>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/Compress::Snappy_0.0.3/sources/55A807C835176081BF18995788217663842A106B (Compress::Snappy)
Too late to switch language version. Must be used as the very first statement.
at /home/alex/Blin/installed/Compress::Snappy_0.0.3/sources/55A807C835176081BF18995788217663842A106B (Compress::Snappy):2
------> use v6⏏;

Ping @avuserow

Previous ticket: #264

AlexDaniel commented 5 years ago

https://github.com/avuserow/perl6-compress-snappy/pull/10