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

MsgPack #476

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module MsgPack 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: MsgPack
===> Found: MsgPack:ver<0.0.7>:auth<github:azawawi> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: MsgPack:ver<0.0.7>:auth<github:azawawi> to /home/alex/Blin/data/zef-data/tmp/1549579116.2326.2035/MsgPack-0.0.7.tar.gz
===> Extraction [OK]: MsgPack to /home/alex/Blin/data/zef-data/store/MsgPack-0.0.7.tar.gz
===> Building: MsgPack:ver<0.0.7>:auth<github:azawawi>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/MsgPack-0.0.7.tar.gz/MsgPack-0.0.7/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/MsgPack-0.0.7.tar.gz/MsgPack-0.0.7') ?? exit(0) !! exit(1);
===> Building [OK] for MsgPack:ver<0.0.7>:auth<github:azawawi>
===> Testing: MsgPack:ver<0.0.7>:auth<github:azawawi>
t/000-compile.t ........ ok
# ${:major(3), :minor(0), :string("3.0.1")}
t/002-version.t ........ ok
t/100-pack-undef.t ..... ok
t/101-pack-bool.t ...... ok
# TODO Fix positive integer tests
# TODO Fix negative integer tests
t/102-pack-int.t ....... ok
t/103-pack-float.t ..... ok
t/104-pack-string.t .... ok
t/105-pack-bin.t ....... ok
t/106-pack-array.t ..... ok
# Failed test 'hash packed correctly'
# at t/107-pack-hash.t line 10
# Failed test 'hash packed correctly'
# at t/107-pack-hash.t line 16
# Looks like you failed 2 tests of 3
t/107-pack-hash.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests 
t/200-unpack-undef.t ... ok
t/201-unpack-bool.t .... ok
t/202-unpack-int.t ..... ok
t/203-unpack-float.t ... ok
t/204-unpack-string.t .. ok
t/205-unpack-bin.t ..... ok
t/206-unpack-array.t ... ok
t/207-unpack-hash.t .... ok
t/999-author-meta.t .... ok

Test Summary Report
-------------------
t/107-pack-hash.t    (Wstat: 512 Tests: 3 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
Files=19, Tests=130, 34 wallclock secs ( 0.09 usr  0.03 sys + 29.14 cusr  1.69 csys = 30.95 CPU)
Result: FAIL
===> Testing [FAIL]: MsgPack:ver<0.0.7>:auth<github:azawawi>
Failed to get passing tests, but continuing with --force-test
===> Installing: MsgPack:ver<0.0.7>:auth<github:azawawi>
===> Install [OK] for MsgPack:ver<0.0.7>:auth<github:azawawi>

Ping @azawawi

Previous ticket: #128

Altai-man commented 5 years ago

This is fixed on github. Oddly enough, test names are incorrect, they are given as https://modules.perl6.org/dist/MsgPack:cpan:AZAWAWI/t/107-pack-hash.t , but not https://github.com/azawawi/perl6-msgpack/blob/master/t/107-pack-hash.t where they are fixed. Left an issue about CPAN version update https://github.com/azawawi/perl6-msgpack/issues/4