Skip Menu |

This queue is for tickets about the Net-OAuth CPAN distribution.

Report information
The Basics
Id: 125482
Status: open
Priority: 0/
Queue: Net-OAuth

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.28
Fixed in: (no value)



Subject: Random t/02-rsa.t failures
There seem to be rare test failures like this: # Failed test at t/02-rsa.t line 47. # got: 'uRbwUCAQ5mgmKHrUA3OhWjdCThLiompKmg965aL+F874qyUHHKcqLmFWqA+sbvGEb84O2U1cu10SboENnNdAHcRmvh8eyG/lUU8sYjjtPrTCGM1tZedNXNGgNcMsLDrxk3OPGKTRqEV6g96mLaElxhoTOnzdB64qj4oTslHAuOAbZgLrv3RHExNFbi4CYNmnnQMHRK2HrgpVll0qvJ7o/mRT21OCatd1kVijY7ZRsqmvAY1bNspDI6AeYqWNiXuJbdVUCPzpJQLb4S65lVZdpaPQv4REHzbNIEZcL3q+sF9YpDaE52AS+XRADOX85yJ1al8Y834AVBYyUmh1+IOQJA==' # expected: 'mkZ/wOq5cS7UOyKKdo5Khd4fYpYVhs20K0E8k/DyumO74rjo7s1y+Y+mZ/hBvy2gu6ip/U4XqTRdT0QObAUvrKf+fH/Yfdc6kQsQ9kP3/IgRF1K5Po284UIy8p7DcJGC5udR01aTkNkpqo3XAw+8ljULguhwVC1l+EWHrzKKuZ6li7EOx1It5JxWqCRVn+1+NA8vGlIjcaPb+aIoUmyM2/ytu1041cnvdDGzuiibRgIv770cuXsfkFNtaK5rgjlmhZhDwqULHfWEN9oxcHxY+6EB/HOvwWkYE1CeUoo9Dgm6mn6+DsfkTjfRh4mJRTIyi6jEYaIgY5RaWwSHaXw44A==' # Looks like you failed 1 test of 2. t/02-rsa.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests On my smokers this happen two times out of 644 reports. It happens also for other testers, see * http://www.cpantesters.org/cpan/report/a001691e-6005-11e8-911d-847d9839394a * http://www.cpantesters.org/cpan/report/bf19ee26-6004-11e8-ba1b-4e1b9839394a
RT-Send-CC: TODDR [...] cpan.org
On 2018-06-04 16:03:42, SREZIC wrote: Show quoted text
> There seem to be rare test failures like this: > > # Failed test at t/02-rsa.t line 47. > # got: > 'uRbwUCAQ5mgmKHrUA3OhWjdCThLiompKmg965aL+F874qyUHHKcqLmFWqA+sbvGEb84O2U1cu10SboENnNdAHcRmvh8eyG/lUU8sYjjtPrTCGM1tZedNXNGgNcMsLDrxk3OPGKTRqEV6g96mLaElxhoTOnzdB64qj4oTslHAuOAbZgLrv3RHExNFbi4CYNmnnQMHRK2HrgpVll0qvJ7o/mRT21OCatd1kVijY7ZRsqmvAY1bNspDI6AeYqWNiXuJbdVUCPzpJQLb4S65lVZdpaPQv4REHzbNIEZcL3q+sF9YpDaE52AS+XRADOX85yJ1al8Y834AVBYyUmh1+IOQJA==' > # expected: > 'mkZ/wOq5cS7UOyKKdo5Khd4fYpYVhs20K0E8k/DyumO74rjo7s1y+Y+mZ/hBvy2gu6ip/U4XqTRdT0QObAUvrKf+fH/Yfdc6kQsQ9kP3/IgRF1K5Po284UIy8p7DcJGC5udR01aTkNkpqo3XAw+8ljULguhwVC1l+EWHrzKKuZ6li7EOx1It5JxWqCRVn+1+NA8vGlIjcaPb+aIoUmyM2/ytu1041cnvdDGzuiibRgIv770cuXsfkFNtaK5rgjlmhZhDwqULHfWEN9oxcHxY+6EB/HOvwWkYE1CeUoo9Dgm6mn6+DsfkTjfRh4mJRTIyi6jEYaIgY5RaWwSHaXw44A==' > # Looks like you failed 1 test of 2. > t/02-rsa.t ............... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > > > On my smokers this happen two times out of 644 reports. It happens > also for other testers, see > * http://www.cpantesters.org/cpan/report/a001691e-6005-11e8-911d- > 847d9839394a > * http://www.cpantesters.org/cpan/report/bf19ee26-6004-11e8-ba1b- > 4e1b9839394a
Actually I can currently generate 100% fails if Crypt::OpenSSL::RSA 0.30 is installed (CCed TODDR).
On Mon Jun 04 16:19:18 2018, SREZIC wrote: Show quoted text
> > Actually I can currently generate 100% fails if Crypt::OpenSSL::RSA > 0.30 is installed (CCed TODDR).
Yep. My bad. It wouldn't be a bad idea to require version 0.31 on the next release to address this problem. Otherwise you can close it.