# Failed test 'nslookup(host => www.boston.com, type => A) -> 66.151.183.17' # at t/a.t line 13. # got: undef # expected: '66.151.183.17' # Failed test 'nslookup(www.boston.com) -> 66.151.183.17' # at t/a.t line 17. # got: undef # expected: '66.151.183.17' # Looks like you failed 2 tests of 3. t/a.t ...... 1..3 ok 1 - use Net::Nslookup; not ok 2 - nslookup(host => www.boston.com, type => A) -> 66.151.183.17 not ok 3 - nslookup(www.boston.com) -> 66.151.183.17 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/cname.t .. 1..2 ok 1 - use Net::Nslookup; ok 2 - nslookup(host => 'ctest.boston.com', type => CNAME) -> www.boston.com ok # Failed test 'nslookup(domain => 'boston.com', type => MX) -> bghqmail.globe.com' # at t/mx.t line 13. # got: 'mxa-00504401.gslb.pphosted.com' # expected: 'bghqmail.globe.com' # Failed test 'nslookup(domain => 'boston.com', type => MX) -> inapmail.boston.com' # at t/mx.t line 14. # got: 'mxb-00504401.gslb.pphosted.com' # expected: 'inapmail.boston.com' # Failed test 'nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 50.203.72.25' # at t/mx.t line 18. # got: '205.220.163.162' # expected: '50.203.72.25' # Failed test 'nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 66.151.183.181' # at t/mx.t line 19. # got: '205.220.175.161' # expected: '66.151.183.181' # Looks like you failed 4 tests of 5. t/mx.t ..... 1..5 ok 1 - use Net::Nslookup; not ok 2 - nslookup(domain => 'boston.com', type => MX) -> bghqmail.globe.com not ok 3 - nslookup(domain => 'boston.com', type => MX) -> inapmail.boston.com not ok 4 - nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 50.203.72.25 not ok 5 - nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 66.151.183.181 Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/5 subtests # Failed test 'nslookup(domain => 'boston.com', type => NS) -> ns1.p22.dynect.net' # at t/ns.t line 13. # got: 'noah.ns.cloudflare.com' # expected: 'ns1.p22.dynect.net' # Failed test 'nslookup(domain => 'boston.com', type => NS) -> ns2.p22.dynect.net' # at t/ns.t line 14. # got: 'teagan.ns.cloudflare.com' # expected: 'ns2.p22.dynect.net' # Failed test 'nslookup(domain => 'boston.com', type => NS) -> ns3.p22.dynect.net' # at t/ns.t line 15. # got: undef # expected: 'ns3.p22.dynect.net' # Failed test 'nslookup(domain => 'boston.com', type => NS) -> ns4.p22.dynect.net' # at t/ns.t line 16. # got: undef # expected: 'ns4.p22.dynect.net' # Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.250.22' # at t/ns.t line 21. # got: '108.162.193.133' # expected: '204.13.250.22' # Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.251.22' # at t/ns.t line 22. # got: '108.162.194.174' # expected: '204.13.251.22' # Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.70.22' # at t/ns.t line 23. # got: '162.159.38.174' # expected: '208.78.70.22' # Failed test 'nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.71.22' # at t/ns.t line 24. # got: '172.64.33.133' # expected: '208.78.71.22' # Looks like you failed 8 tests of 9. t/ns.t ..... 1..9 ok 1 - use Net::Nslookup; not ok 2 - nslookup(domain => 'boston.com', type => NS) -> ns1.p22.dynect.net not ok 3 - nslookup(domain => 'boston.com', type => NS) -> ns2.p22.dynect.net not ok 4 - nslookup(domain => 'boston.com', type => NS) -> ns3.p22.dynect.net not ok 5 - nslookup(domain => 'boston.com', type => NS) -> ns4.p22.dynect.net not ok 6 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.250.22 not ok 7 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.251.22 not ok 8 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.70.22 not ok 9 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.71.22 Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/9 subtests # Failed test 'nslookup(host => '66.151.183.151', type => PTR) -> ironmail1.boston.com' # at t/ptr.t line 12. # got: undef # expected: 'ironmail1.boston.com' # Looks like you failed 1 test of 2. t/ptr.t .... 1..2 ok 1 - use Net::Nslookup; not ok 2 - nslookup(host => '66.151.183.151', type => PTR) -> ironmail1.boston.com Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/srv.t .... 1..2 ok 1 - use Net::Nslookup; ok 2 - Jabber SRV record for gmail.com contains xmpp-server.l.google.com ok Test Summary Report ------------------- t/a.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 t/mx.t (Wstat: 1024 Tests: 5 Failed: 4) Failed tests: 2-5 Non-zero exit status: 4 t/ns.t (Wstat: 2048 Tests: 9 Failed: 8) Failed tests: 2-9 Non-zero exit status: 8 t/ptr.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=6, Tests=23, 4 wallclock secs ( 0.03 usr 0.02 sys + 0.84 cusr 0.25 csys = 1.14 CPU) Result: FAIL Failed 4/6 test programs. 15/23 subtests failed.