thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

Test failures with 0.09996 #174

Open Grissom2nd opened 9 years ago

Grissom2nd commented 9 years ago

Failed 4/56 test programs. 9/1495 subtests failed. while installing Pinto-0.09996 on Ubunu with perl 5.10.1: Sample Error message:

Failed test 'Result indicates action was succesful'

#   at t/lib/Pinto/Tester.pm line 167.
# Log messages are...
# No changes were made
# Running: /usr/local/bin/cpanm --mirror file:///tmp/Qp04B7cVx0/stacks/master -q --mirror-only -L /tmp/9dvcgQ8Nyr
# Installation failed.  See the cpanm build log for details
# File [/tmp/9dvcgQ8Nyr/lib/perl5/PkgA.pm] does not exist
#   Failed test '/tmp/9dvcgQ8Nyr/lib/perl5/PkgA.pm exists'
#   at t/02-bowels/42-install.t line 47.
# File [/tmp/9dvcgQ8Nyr/lib/perl5/PkgB.pm] does not exist

#   Failed test '/tmp/9dvcgQ8Nyr/lib/perl5/PkgB.pm exists'
#   at t/02-bowels/42-install.t line 48.
# File [/tmp/9dvcgQ8Nyr/lib/perl5/PkgC.pm] does not exist

#   Failed test '/tmp/9dvcgQ8Nyr/lib/perl5/PkgC.pm exists'
#   at t/02-bowels/42-install.t line 49.
# File [/tmp/9dvcgQ8Nyr/lib/perl5/PkgD.pm] does not exist

#   Failed test '/tmp/9dvcgQ8Nyr/lib/perl5/PkgD.pm exists'
#   at t/02-bowels/42-install.t line 50.
# Looks like you failed 5 tests of 5.

Failed test 'Install from default stack'

at t/02-bowels/42-install.t line 51.

this happens with:

Failed test 'Install from default stack'

at t/02-bowels/42-install.t line 51.

Failed test 'Install from named stack'

at t/02-bowels/42-install.t line 72.

Failed test 'Install target with unusual author ID'

at t/02-bowels/42-install.t line 113.

Failed test 'Install a core module'

at t/02-bowels/42-install.t line 145.

Failed test 'Install while pulling upstream prereqs'

at t/02-bowels/43-install-and-pull.t line 49.

Failed test 'Install from default stack'

at t/03-remote/03-install.t line 56.

Failed test 'Install from named stack'

at t/03-remote/03-install.t line 79.

Failed test 'Install a dist with an unusual author id'

at t/03-remote/03-install.t line 123.

Failed test 'Remote install succeeds with valid credentials'

at t/03-remote/04-install-with-auth.t line 66.

rgds G.

thaljef commented 9 years ago

What was your PERL_CPANM_OPT environment variable at that time?

Grissom2nd commented 9 years ago

It's unset.

maxhq commented 9 years ago

I get a similar message when there is an existing ~/.pintorc file. Do you have such a file?

thaljef commented 9 years ago

This could be a manifestation of #176 and #170 which should have both been fixed in 0.9999.

Are you still getting this?