Skip Menu |

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

Report information
The Basics
Id: 125359
Status: open
Priority: 0/
Queue: OAuth-Lite

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

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



Subject: t/03_signature_method_rsa_sha1.t fails on perl-5.27.11 on FreeBSD-11.1
cpanm build.log: ##### $ this_prove -vb t/03_signature_method_rsa_sha1.t t/03_signature_method_rsa_sha1.t .. 1..5 ok 1 ok 2 not ok 3 # Failed test at t/03_signature_method_rsa_sha1.t line 49. # got: 'YZeSyAo/9+xPReJ4X8TYs8QflSAhcQDZIJtexyDw4nVCmFbcVqzUbLfdfFz71DffVKfQ2AZ/imGr # scvE99icCQHO4cO0LLaKiYAmPoXB5QIwbFibuK69PLF6Io05ZkyNbR/xfA6q0F1pjKOT61zAelmt # Tr3OKZaNsNsgdzlQHBE=' # expected: 'rNZSaVtKK3Gkp6T9AwolAyMIng5xVr3TOYrTGGR8zAbUv4T4+oUQYecXf9dOBg0xrvNkkjKqJJda # yFLYdqmK1d7JfGDzS5hzK65q2XghJjU7xlbgQQXKz0YPvk9KHSI9oO5XqlJPIGkrBNTRBn+iHeh8 # poNt4wYRZ/lICtjI/9I=' ok 4 ok 5 # Looks like you failed 1 test of 5. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests Test Summary Report ------------------- t/03_signature_method_rsa_sha1.t (Wstat: 256 Tests: 5 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=1, Tests=5, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.09 cusr 0.05 csys = 0.21 CPU) Result: FAIL #####
RT-Send-CC: TODDR [...] cpan.org
On 2018-05-19 21:47:06, JKEENAN wrote: Show quoted text
> cpanm build.log: > > ##### > $ this_prove -vb t/03_signature_method_rsa_sha1.t > t/03_signature_method_rsa_sha1.t .. > 1..5 > ok 1 > ok 2 > not ok 3 > # Failed test at t/03_signature_method_rsa_sha1.t line 49. > # got: > 'YZeSyAo/9+xPReJ4X8TYs8QflSAhcQDZIJtexyDw4nVCmFbcVqzUbLfdfFz71DffVKfQ2AZ/imGr > # > scvE99icCQHO4cO0LLaKiYAmPoXB5QIwbFibuK69PLF6Io05ZkyNbR/xfA6q0F1pjKOT61zAelmt > # Tr3OKZaNsNsgdzlQHBE=' > # expected: > 'rNZSaVtKK3Gkp6T9AwolAyMIng5xVr3TOYrTGGR8zAbUv4T4+oUQYecXf9dOBg0xrvNkkjKqJJda > # > yFLYdqmK1d7JfGDzS5hzK65q2XghJjU7xlbgQQXKz0YPvk9KHSI9oO5XqlJPIGkrBNTRBn+iHeh8 > # poNt4wYRZ/lICtjI/9I=' > ok 4 > ok 5 > # Looks like you failed 1 test of 5. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/5 subtests > > Test Summary Report > ------------------- > t/03_signature_method_rsa_sha1.t (Wstat: 256 Tests: 5 Failed: 1) > Failed test: 3 > Non-zero exit status: 1 > Files=1, Tests=5, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.09 cusr > 0.05 csys = 0.21 CPU) > Result: FAIL > #####
This seems to be related with newer Crypt::OpenSSL::RSA versions (i,e.: 0.31). Statistical analysis: **************************************************************** Regression 'mod:Crypt::OpenSSL::RSA' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.9947 0.0045 219.06 [1='eq_0.30'] -0.9947 0.0089 -111.89 [2='eq_0.31'] 0.0053 0.0224 0.24 R^2= 0.980, N= 261, K= 3 ****************************************************************
We reverted Crypt-OpenSSL-RSA's default hash because it was breaking lots of CPAN modules. https://github.com/toddr/Crypt-OpenSSL-RSA/issues/15 Did you guys work around this and now we're back to the original you need to revert something maybe?
On Wed Oct 17 15:01:46 2018, TODDR wrote: Show quoted text
> We reverted Crypt-OpenSSL-RSA's default hash because it was breaking > lots of CPAN modules. > > https://github.com/toddr/Crypt-OpenSSL-RSA/issues/15 > > Did you guys work around this and now we're back to the original you > need to revert something maybe?
Nope. Hasn't been a change in this module since 2015 https://github.com/lyokato/p5-oauth-lite/commits/master