# Testing Net::DNSBL::Client 0.206, Perl 5.026002, /usr/bin/perl t/00-load.t ........ 1..1 ok 1 - use Net::DNSBL::Client; ok t/failures.t ....... 1..10 ok 1 - ->query_ip dies when called with no args ok 2 - ->query_ip() dies when called with no dnsbl list ok 3 - ->query_ip() dies when called with hostname instead of IP address ok 4 - get_answers() dies when no query is in flight ok 5 - ->query_ip() dies when called with existing query in flight ok 6 - set_timeout dies when given nonsensical timeout ok 7 - set_timeout dies when given zero timeout ok 8 - Constructor dies when given nonsensical timeout ok 9 - Constructor dies when given zero timeout ok 10 - Constructor dies when given unknown parameters ok # Failed test 'Got expected answers from dnswl testpoint' # at t/live_dnswl.t line 54. # Comparing $data as a Bag # Missing: 1 reference # Extra: 1 reference # [ # { # 'actual_hits' => [ # 'dnswl.test http://dnswl.org/s?s=127' # ], # 'data' => undef, # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'txt', # 'userdata' => 'Matches any dnswl.org category' # } # ] # [ # { # 'actual_hits' => [ # 'dnswl.test https://dnswl.org/s/?s=127' # ], # 'data' => undef, # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'txt', # 'userdata' => 'Matches any dnswl.org category' # } # ] # Looks like you failed 1 test of 2. t/live_dnswl.t ..... 1..2 ok 1 - Got expected answers from dnswl testpoint not ok 2 - Got expected answers from dnswl testpoint Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/live_psbl.t ...... 1..2 ok 1 - Got expected answers from psbl testpoint ok 2 - Got expected answers from psbl testpoint with lookup_keys option ok t/live_spamcop.t ... 1..1 ok 1 - Got expected answers from spamcop testpoint ok t/live_spamhaus.t .. 1..5 ok 1 - Got expected answers from spamhaus testpoint ok 2 - Got expected answers from spamhaus testpoint ok 3 - Got expected NXDOMAIN answers from spamhaus with return_all => 0 ok 4 - Got expected NXDOMAIN answers from spamhaus with return_all => 1 ok 5 - Got multiple actual_hits in normal mode ok # Failed test 'Got expected answers from virbl ipv6 testpoint (embedded ipv4)' # at t/live_virbl.t line 32. # Comparing $data as a Bag # Missing: 1 reference # [ # { # 'actual_hits' => [ # '127.0.0.2' # ], # 'data' => '127.0.0.2', # 'domain' => 'virbl.dnsbl.bit.nl', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'match', # 'userdata' => undef # } # ] # [] # Failed test 'Got expected answers from virbl ipv6 testpoint (ipv6-formatted ipv4)' # at t/live_virbl.t line 42. # Comparing $data as a Bag # Missing: 1 reference # [ # { # 'actual_hits' => [ # '127.0.0.2' # ], # 'data' => '127.0.0.2', # 'domain' => 'virbl.dnsbl.bit.nl', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'match', # 'userdata' => undef # } # ] # [] # Looks like you failed 2 tests of 2. t/live_virbl.t ..... 1..2 not ok 1 - Got expected answers from virbl ipv6 testpoint (embedded ipv4) not ok 2 - Got expected answers from virbl ipv6 testpoint (ipv6-formatted ipv4) Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests t/pod-coverage.t ... 1..1 ok 1 - Pod coverage on Net::DNSBL::Client ok t/pod.t ............ 1..2 ok 1 - POD test for blib/script/dnsblcheck ok 2 - POD test for blib/lib/Net/DNSBL/Client.pm ok t/revip.t .......... 1..3 ok 1 - _reverse_address works on simple IPv4 address ok 2 - _reverse_address works on IPv6-mapped IPv4 address ok 3 - _reverse_address works on IPv6 address ok Test Summary Report ------------------- t/live_dnswl.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/live_virbl.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=10, Tests=29, 2 wallclock secs ( 0.02 usr 0.03 sys + 0.77 cusr 0.22 csys = 1.04 CPU) Result: FAIL Failed 2/10 test programs. 3/29 subtests failed.