1. ==> Starting check()...
  2. Running Mkbootstrap for Net::RawIP ()
  3. chmod 644 RawIP.bs
  4. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  5. t/00-load.t .......... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  6. t/00-load.t .......... 1/1 # Testing Net::RawIP 0.25 under Perl 5.022002
  7. t/00-load.t .......... ok
  8. t/01-api.t ........... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  9. t/01-api.t ........... ok
  10. t/90-pod.t ........... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  11. t/90-pod.t ........... skipped: Author tests
  12. t/91-pod-coverage.t .. Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  13. t/91-pod-coverage.t .. skipped: Author tests
  14. t/99-critic.t ........ Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  15. t/99-critic.t ........ skipped: Author tests
  16. t/iflist.t ........... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  17. t/iflist.t ........... ok
  18. t/memory_leak.t ...... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  19. # Testing Net::RawIP v0.25
  20. # Testing memory leak, running 10000 times
  21. # Start size: 83922944
  22. # End size: 86020096
  23. # Size change was: 2097152
  24. t/memory_leak.t ...... 1/1
  25. # Failed test 'normally it should be 0 but we are satisfied with 200,000 here, see comments in test file'
  26. # at t/memory_leak.t line 51.
  27. # '2097152'
  28. # <
  29. # '200000'
  30. # Looks like you failed 1 test of 1.
  31. t/memory_leak.t ...... Dubious, test returned 1 (wstat 256, 0x100)
  32. Failed 1/1 subtests
  33. t/set_icmp.t ......... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  34. t/set_icmp.t ......... ok
  35. t/simple.t ........... Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  36. t/simple.t ........... 1/48 # Testing 0.25
  37. t/simple.t ........... ok
  38. t/timem.t ............ Possible precedence issue with control flow operator at /usr/share/perl5/vendor_perl/Test/Builder.pm line 918.
  39. t/timem.t ............ ok
  40. Test Summary Report
  41. -------------------
  42. t/memory_leak.t (Wstat: 256 Tests: 1 Failed: 1)
  43. Failed test: 1
  44. Non-zero exit status: 1
  45. Files=10, Tests=84, 2 wallclock secs ( 0.08 usr 0.04 sys + 1.27 cusr 0.12 csys = 1.51 CPU)
  46. Result: FAIL
  47. Failed 1/10 test programs. 1/84 subtests failed.
  48. Makefile:982: recipe for target 'test_dynamic' failed
  49. make: *** [test_dynamic] Error 255
  50. ==> ERROR: A failure occurred in check().
  51. Aborting...