Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.74 KB | None | 0 0
  1. Starting build()...
  2. Generating a Unix-style Makefile
  3. Writing Makefile for Parse::ErrorString::Perl
  4. Writing MYMETA.yml and MYMETA.json
  5. Skip blib/lib/Parse/ErrorString/Perl.pm (unchanged)
  6. Skip blib/lib/Parse/ErrorString/Perl/StackItem.pm (unchanged)
  7. Skip blib/lib/Parse/ErrorString/Perl/ErrorItem.pm (unchanged)
  8. cp bin/check_perldiag blib/script/check_perldiag
  9. "/usr/bin/perl" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/check_perldiag
  10. Manifying 1 pod document
  11. Manifying 3 pod documents
  12. ==> Starting check()...
  13. PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
  14. t/01-errors.t ............. ok    
  15. t/02-diagnostics.t ........ ok    
  16. t/03-split_diagnostics.t .. ok  
  17. t/04-perldiag.t ........... 1/4 Use of uninitialized value $obtained_diagnostics in substitution (s///) at t/04-perldiag.t line 63.
  18.  
  19. #   Failed test 'diagnostics'
  20. #   at t/04-perldiag.t line 64.
  21. # +---+-------+---+-----------------------------------------------------------------------------+
  22. # | Ln|Got    | Ln|Expected                                                                     |
  23. # +---+-------+---+-----------------------------------------------------------------------------+
  24. # *  1|undef  *  1|'(F) You\'ve said "use strict" or "use strict vars", which indicates\n       *
  25. # |   |       *  2|that all variables must either be lexically scoped (using "my" or "state"),  *
  26. # |   |       *  3|declared beforehand using "our", or explicitly qualified to say              *
  27. # |   |       *  4|which package the global variable is in (using "::").'                       *
  28. # +---+-------+---+-----------------------------------------------------------------------------+
  29.  
  30. #   Failed test 'type'
  31. #   at t/04-perldiag.t line 65.
  32. #          got: undef
  33. #     expected: 'F'
  34.  
  35. #   Failed test 'error type'
  36. #   at t/04-perldiag.t line 66.
  37. #          got: undef
  38. #     expected: 'fatal error'
  39. # Looks like you failed 3 tests of 4.
  40. t/04-perldiag.t ........... Dubious, test returned 3 (wstat 768, 0x300)
  41. Failed 3/4 subtests
  42. t/05-stacktrace.t ......... ok  
  43. t/06-short_filename.t ..... ok  
  44. t/10-check_perldiag.t ..... ok  
  45.  
  46. Test Summary Report
  47. -------------------
  48. t/04-perldiag.t         (Wstat: 768 Tests: 4 Failed: 3)
  49.   Failed tests:  2-4
  50.   Non-zero exit status: 3
  51. Files=7, Tests=90,  3 wallclock secs ( 0.04 usr  0.01 sys +  2.04 cusr  0.02 csys =  2.11 CPU)
  52. Result: FAIL
  53. Failed 1/7 test programs. 3/90 subtests failed.
  54. Makefile:806: recipe for target 'test_dynamic' failed
  55. make: *** [test_dynamic] Error 255
  56. ==> ERROR: A failure occurred in check().
  57.     Aborting...
  58. The build failed.
  59. Dependencies for `perl-padre' are not met, not building...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement