Skip Menu |

This queue is for tickets about the Test-DependentModules CPAN distribution.

Report information
The Basics
Id: 74162
Status: resolved
Priority: 0/
Queue: Test-DependentModules

People
Owner: Nobody in particular
Requestors: cpan698301 [...] mstier.de
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.12
Fixed in: 0.13



Subject: test fails
Building inside some environment without internet access. Tests should disable themselves in order to provide a great packaging experience. :-) PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Test::DependentModules;' # at t/01-basic.t line 6. # Tried to use 'Test::DependentModules'. # Error: Cannot fetch database without an internet connection at /var/tmp/optperl5142-pkgs-5.14.2-build//opt/perl-5.14.2/lib/site_perl/5.14.2/CPANDB.pm line 32 # BEGIN failed--compilation aborted at /usr/src/packages/BUILD/Test-DependentModules/blib/lib/Test/DependentModules.pm line 15. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. # Looks like you failed 1 test of 1. t/01-basic.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/release-all-my-deps.t .... skipped: these tests are for release candidate testing t/release-cpan-changes.t ... skipped: these tests are for release candidate testing t/release-eol.t ............ skipped: these tests are for release candidate testing t/release-no-tabs.t ........ skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t .. skipped: these tests are for release candidate testing t/release-pod-no404s.t ..... skipped: these tests are for release candidate testing t/release-pod-spell.t ...... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing t/release-two-distros.t .... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/01-basic.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=11, Tests=1, 1 wallclock secs ( 0.05 usr 0.10 sys + 0.55 cusr 0.14 csys = 0.84 CPU) Result: FAIL Failed 1/11 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 255