Subject: | Wrong ip in installation tests? |
Date: | Fri, 7 Oct 2011 14:07:30 +0200 |
To: | bug-Net-Nslookup [...] rt.cpan.org |
From: | Mattias Fransson <mattias [...] webben.nu> |
Hello,
I just tried installing Net::Nslookup through cpan, but it failed as
described below.
Judging from the errors there does not seem to be any real technical
problem, it just seems like the tests are expecting the wrong answers.
Just wanted to let you know.
Sincerely,
Mattias
Show quoted text
cpan> install Net::Nslookup
Running install for module 'Net::Nslookup'
Running make for D/DA/DARREN/Net-Nslookup-2.00.tar.gz
Has already been unwrapped into directory
C:\strawberry-perl\cpan\build\Net-Nslookup-2.00-ibecFb
Has already been made
Running make test
C:\strawberry-perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/a.t ...... ok
t/cname.t .. ok
t/mx.t ..... ok
t/ns.t ..... 1/9
# Failed test 'nslookup(domain => 'boston.com', type => NS) ->
ns-a.pnap.net'
# at t/ns.t line 13.
# got: 'ns1.p22.dynect.net'
# expected: 'ns-a.pnap.net'
# Failed test 'nslookup(domain => 'boston.com', type => NS) ->
ns-b.pnap.net'
# at t/ns.t line 14.
# got: 'ns2.p22.dynect.net'
# expected: 'ns-b.pnap.net'
# Failed test 'nslookup(domain => 'boston.com', type => NS) ->
ns-c.pnap.net'
# at t/ns.t line 15.
# got: 'ns3.p22.dynect.net'
# expected: 'ns-c.pnap.net'
# Failed test 'nslookup(domain => 'boston.com', type => NS) ->
ns-d.pnap.net'
# at t/ns.t line 16.
# got: 'ns4.p22.dynect.net'
# expected: 'ns-d.pnap.net'
# Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1)
-> 64.94.123.36'
# at t/ns.t line 20.
# got: '204.13.250.22'
# expected: '64.94.123.36'
# Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1)
-> 64.94.123.4'
# at t/ns.t line 21.
# got: '204.13.251.22'
# expected: '64.94.123.4'
# Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1)
-> 64.95.61.36'
# at t/ns.t line 22.
# got: '208.78.70.22'
# expected: '64.95.61.36'
# Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1)
-> 64.95.61.4'
# at t/ns.t line 23.
# got: '208.78.71.22'
# expected: '64.95.61.4'
# Looks like you failed 8 tests of 9.
t/ns.t ..... Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/9 subtests
t/ptr.t .... ok
Test Summary Report
-------------------
t/ns.t (Wstat: 2048 Tests: 9 Failed: 8)
Failed tests: 2-9
Non-zero exit status: 8
Files=5, Tests=22, 2 wallclock secs ( 0.09 usr + 0.02 sys = 0.11 CPU)
Result: FAIL
Failed 1/5 test programs. 8/22 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
DARREN/Net-Nslookup-2.00.tar.gz
C:\strawberry-perl\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports DARREN/Net-Nslookup-2.00.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
DARREN/Net-Nslookup-2.00.tar.gz : make_test NO
Show quoted textcpan>