On Mon, Jun 11, 2012 at 01:59:25PM +0200, Steffen Schwigon wrote:
> Hi!
> 
> I am polishing our current "Tapper"[1] release 4.0 via CPAN Testers.
> 
> As usual it's a great help. I found lots of micro issues, dependency
> bugs, and platform specific gotchas. Thanks!
> 
> One module, Tapper::MCP, is not tested, probably due to its long running
> test suite (~10min on modern average PC) which might hit timeouts in the
> Smokers.
> 
> However, this "MCP" is the heart of our automation layer and machine
> scheduler, and I would like to get a feeling of it's functionality from
> CPAN Testers.
> 
> May I kindly ask some of you for testing it explicitely, if possible[2]?
> 
> Is there something else I could do with such long running test suites?
> And is the long duration the root case at all?

As Chorny has pointed out there is a buried dependency on Crypt::DH.

This might explain the killed jobs on my smokers:

[21:46] < nexus> Distribution: 'A/AM/AMD/Tapper-MCP-4.0.2.tar.gz' finished with 
status '9'
[01:09] < nexus> Distribution: 'A/AM/AMD/Tapper-MCP-4.0.2.tar.gz' finished with 
status '9'
[01:27] < fable> Distribution: 'A/AM/AMD/Tapper-MCP-4.0.2.tar.gz' finished with 
status '9'
[11:15] < nexus> Distribution: 'A/AM/AMD/Tapper-MCP-4.0.2.tar.gz' finished with 
status '9'
[13:46] < fremen64> Distribution: 'A/AM/AMD/Tapper-MCP-4.0.3.tar.gz' finished 
with status '9'

'9' being the exit code of the smoke job, meaning the job was killed with -9

Adding AAAA::Crypt::DH as a prereq will ensure that either Math::BigInt::GMP or 
Math::BigInt::Pari
are installed so that Crypt::DH will function with some sort of speed.

All my smokeboxen have libgmp installed and AAAA::Crypt::DH favours 
Math::BigInt::GMP over
Math::BigInt::Pari if the libgmp headers/libraries are available.

Cheers,

-- 
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================

Attachment: pgpLvp1v6S9XB.pgp
Description: PGP signature

Reply via email to