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

AI::Agent #321

Closed AlexDaniel closed 4 years ago

AlexDaniel commented 5 years ago

Module AI::Agent 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: AI::Agent
===> Found: AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1> to /home/alex/Blin/data/zef-data/tmp/1549579253.6326.1076/AI-Agent-0.2.7.tar.gz
===> Extraction [OK]: AI::Agent to /home/alex/Blin/data/zef-data/store/AI-Agent-0.2.7.tar.gz
===> Testing: AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1>
Cannot modify an immutable 'Any' type object
  in method BUILD at /home/alex/Blin/data/zef-data/store/AI-Agent-0.2.7.tar.gz/AI-Agent/lib/AI/Agent/Agent.pm6 (AI::Agent::Agent) line 10
  in block <unit> at t/make-agent.t line 25

# Looks like you planned 2 tests, but ran 1
t/make-agent.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests 

Test Summary Report
-------------------
t/make-agent.t (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
Files=1, Tests=1,  5 wallclock secs ( 0.03 usr  0.00 sys +  3.24 cusr  0.22 csys =  3.49 CPU)
Result: FAIL
===> Testing [FAIL]: AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1>
Failed to get passing tests, but continuing with --force-test
===> Installing: AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1>
===> Install [OK] for AI::Agent:ver<0.2.7>:auth<CPAN:HOLYGHOST>:api<1>
JJ commented 5 years ago

Besides not having proper tests, dependencies are badly expressed, I would simply eliminate it from the ecosystem.

vendethiel commented 4 years ago

seems like the module is not present anymore.

JJ commented 4 years ago

Closing, then.