On Mon, 22 Aug 2016 05:22:46 GMT, SREZIC wrote:
Show quoted text> I can just point to
http://matrix.cpantesters.org/?dist=lib-
> filter%200.25 but give no more information.
>
> The two fail reports generated on my smokers (to be delivered in a few
> hours) look different then the present ones on CPAN Testers: there
> seem to be a busy loop in t/filter.t, eventually failing when
> exceeding the configured CPU limit (1h). And it's random, I cannot
> reproduce it with every run.
I'm wild guessing that the CPU limit might be caused by a diagnostic routine which tries to find the path of all installed modules using PERLANCAR::Module::List, as some machines might have a lot of modules installed plus there might be slow network disks or weird filesystems? I'm removing that code with just a code that tries to find the path of single modules.
This won't eliminate all failures, as I found that some machines lack the "base.pm" core module, which is assumed to be installed by the test.
Release 0.26.