Skip Menu |

This queue is for tickets about the Git-Repository CPAN distribution.

Report information
The Basics
Id: 127282
Status: resolved
Priority: 0/
Queue: Git-Repository

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

Bug Information
Severity: (no value)
Broken in: 1.322
Fixed in: 1.323



Subject: t/24-errors.t fails (with newer git?)
See subject. A sample fail report on CPAN Testers: http://www.cpantesters.org/cpan/report/d84df7ba-c6f3-11e8-96f8-ab9cb148e49a It seems to fail with newer git versions (2.19.0). Statistical analysis: **************************************************************** Regression 'qr:git version (\S+)' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 152251802795416096.00 [1='eq_1.7.10.4'] 0.0000 0.0000 0.50 [2='eq_2.1.4'] 0.0000 0.0000 0.02 [3='eq_2.11.0'] -0.0000 0.0000 -1.72 [4='eq_2.16.3'] 0.0000 0.0000 2.47 [5='eq_2.17.0'] -0.0000 0.0000 -2.21 [6='eq_2.17.1'] 0.0000 0.0000 0.02 [7='eq_2.18.0'] -0.0000 0.0000 -1.93 [8='eq_2.19.0'] -1.0000 0.0000 -80564081371583936.00 [9='eq_2.7.4'] 0.0000 0.0000 0.12 R^2= 1.000, N= 139, K= 10 **************************************************************** The failure can also be reproduced within docker using a debian:buster image (which has git 2.19.0 available). The Dockerfile: # docker build -t perl-test . && docker run perl-test FROM debian:buster RUN apt-get -y update RUN apt-get -y install perl-modules RUN apt-get -y install make RUN apt-get -y install git CMD cpan -t BOOK/Git-Repository-1.322.tar.gz
On 2018-10-03 06:23:11, SREZIC wrote: Show quoted text
> See subject. A sample fail report on CPAN Testers: > http://www.cpantesters.org/cpan/report/d84df7ba-c6f3-11e8-96f8- > ab9cb148e49a > > It seems to fail with newer git versions (2.19.0). Statistical > analysis: > > **************************************************************** > Regression 'qr:git version (\S+)' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 152251802795416096.00 > [1='eq_1.7.10.4'] 0.0000 0.0000 0.50 > [2='eq_2.1.4'] 0.0000 0.0000 0.02 > [3='eq_2.11.0'] -0.0000 0.0000 -1.72 > [4='eq_2.16.3'] 0.0000 0.0000 2.47 > [5='eq_2.17.0'] -0.0000 0.0000 -2.21 > [6='eq_2.17.1'] 0.0000 0.0000 0.02 > [7='eq_2.18.0'] -0.0000 0.0000 -1.93 > [8='eq_2.19.0'] -1.0000 0.0000 -80564081371583936.00 > [9='eq_2.7.4'] 0.0000 0.0000 0.12 > > R^2= 1.000, N= 139, K= 10 > **************************************************************** > > > The failure can also be reproduced within docker using a debian:buster > image (which has git 2.19.0 available). The Dockerfile: > > # docker build -t perl-test . && docker run perl-test > FROM debian:buster > RUN apt-get -y update > RUN apt-get -y install perl-modules > RUN apt-get -y install make > RUN apt-get -y install git > CMD cpan -t BOOK/Git-Repository-1.322.tar.gz
I see that the issue is already fixed in the github repo, but not yet released. Until it's released, the problem may be workarounded by using the following CPAN.pm distroprefs file: https://github.com/eserte/srezic-cpan-distroprefs/blob/master/Git-Repository.yml