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

Math::ThreeD #470

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Math::ThreeD 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: Math::ThreeD
Failed to open file /home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c/lib/Math/ThreeD/Mat44.pm: No such file or directory
===> Found: Math::ThreeD:auth<raydiak> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Math::ThreeD:auth<raydiak> to /home/alex/Blin/data/zef-data/tmp/1549579762.21160.3026/Math--ThreeD.git
===> Extraction [OK]: Math::ThreeD to /home/alex/Blin/data/zef-data/store/Math--ThreeD.git
===> Building: Math::ThreeD:auth<raydiak>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c') ?? exit(0) !! exit(1);
===SORRY!===
Could not find Panda::Builder at line 2 in:
    file#/home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c/lib
    file#/home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c/data/zef/lib
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
===> Building [FAIL]: Math::ThreeD:auth<raydiak>
Failed to build, but continuing with --force-build
===> Testing: Math::ThreeD:auth<raydiak>
===SORRY!===
This type cannot unbox to a native string: P6opaque, Failure
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,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.31 cusr  0.04 csys =  0.37 CPU)
Result: FAIL
===> Testing [FAIL]: Math::ThreeD:auth<raydiak>
Failed to get passing tests, but continuing with --force-test
===> Installing: Math::ThreeD:auth<raydiak>
===> Install [FAIL] for Math::ThreeD:auth<raydiak>: Failed to open file /home/alex/Blin/data/zef-data/store/Math--ThreeD.git/e2245b8b8bc1532385e6fcd949ef0ad507fb221c/lib/Math/ThreeD/Mat44.pm: No such file or directory

Ping @raydiak

Previous ticket: #135

AlexDaniel commented 5 years ago

Issue: https://github.com/raydiak/Math--ThreeD/pull/6

raydiak commented 4 years ago

This module should now build and pass tests with current rakudo versions