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

CompUnit::DynamicLib #358

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module CompUnit::DynamicLib 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: CompUnit::DynamicLib
===> Found: CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay> to /home/alex/Blin/data/zef-data/tmp/1549582906.11085.1094/p6-CompUnit-DynamicLib.git
===> Extraction [OK]: CompUnit::DynamicLib to /home/alex/Blin/data/zef-data/store/p6-CompUnit-DynamicLib.git
===> Testing: CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay>
# Failed test 'dynamic load returns package'
# at t/basic.t line 13
No such symbol 'Foo::Bar::Baz'
  in block <unit> at t/basic.t line 13

Actually thrown at:
  in sub is at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/2D4A7CA10695CD2B374573413D261A660E282E2A (Test) line 191
  in block <unit> at t/basic.t line 13

# Looks like you planned 6 tests, but ran 1
# Looks like you failed 1 test of 1
t/basic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 6/6 subtests 
    # license ‘Artistic’ is not one of the standardized SPDX license identifiers.
    # please use use one of the identifiers from https://spdx.org/licenses/
    # for the license field or if your license is not on the list,
    # include a URL to the license text as one of the 'support' keys
    # in addition to listing its name.
    # 
    # Failed test 'License is correct'
    # at /home/alex/Blin/installed/Test::META_0.0.14/sources/0EE4A84CB58AE245F9AA20A97A25BD144F7548F8 (Test::META) line 101
    # Looks like you failed 1 test of 10
# Failed test 'Project META file is good'
# at /home/alex/Blin/installed/Test::META_0.0.14/sources/0EE4A84CB58AE245F9AA20A97A25BD144F7548F8 (Test::META) line 78
# Looks like you failed 1 test of 1
t/meta.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/basic.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 6 tests but ran 1.
t/meta.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=2, Tests=2,  7 wallclock secs ( 0.03 usr  0.00 sys +  4.62 cusr  0.27 csys =  4.92 CPU)
Result: FAIL
===> Testing [FAIL]: CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay>
Failed to get passing tests, but continuing with --force-test
===> Installing: CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay>
===> Install [OK] for CompUnit::DynamicLib:ver<0.2.1>:auth<github:zostay>

Ping @zostay

Previous ticket: #269