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

PDF::Class #492

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module PDF::Class cannot be installed (ZefFailure), 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: PDF::Class
«timed out after 600 seconds»

Ping @p6-pdf

Previous ticket: #105

AlexDaniel commented 5 years ago

I think the problem here is that tests take a reaallly long time…

JJ commented 5 years ago

The problem was that the source URL didn't exist. I just fixed that. The tests take some time, that's true, but the main problem is that it's installing a whole lot of other modules.

AlexDaniel commented 5 years ago

But this:

«timed out after 600 seconds»

Indicates that the tests were actually running (dependencies were already installed at that point), but they just took a really long time. I don't know what should be done here, maybe it is unreasonable to have so many tests which users have to run when installing the module.

JJ commented 5 years ago

Well, it's PDF, it's got lots of things to test, they're testing PDF functions and capabilities. Can't you increase testing time?

JJ commented 5 years ago

It takes 24 minutes in Travis. So you should triple that time.

dwarring commented 5 years ago

Testing is not that intensive, just that there's a lot of that needs to be compiled and tested with around 110 source files.