Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. t/builder.t .... 1/7
  2. # Failed test 'module compiled'
  3. # at t/builder.t line 12
  4. # Failed test 'and copied to blib'
  5. # at t/builder.t line 1
  6. # Failed test 'pod copied too'
  7. # at t/builder.t line 1
  8. # Failed test 'random files also copied to blib'
  9. # at t/builder.t line 1
  10. # Looks like you failed 4 tests of 7
  11. t/builder.t .... Dubious, test returned 4 (wstat 1024, 0x400)
  12. Failed 4/7 subtests
  13. t/common.t ..... 1/2 Saw 1 call to deprecated code during execution.
  14. ================================================================================
  15. Sub cwd (from GLOBAL) called at:
  16. t/common.t, lines 6,9
  17. Please use $*CWD instead.
  18. --------------------------------------------------------------------------------
  19. Please contact the author to have these calls to deprecated code adapted,
  20. so that this message will disappear!
  21. t/common.t ..... ok
  22. t/ecosystem.t .. 1/14 Saw 1 call to deprecated code during execution.
  23. ================================================================================
  24. Sub cwd (from GLOBAL) called at:
  25. t/ecosystem.t, lines 11,42
  26. Please use $*CWD instead.
  27. --------------------------------------------------------------------------------
  28. Please contact the author to have these calls to deprecated code adapted,
  29. so that this message will disappear!
  30. t/ecosystem.t .. ok
  31. t/installer.t .. 1/8
  32. # Failed test 'module installed'
  33. # at t/installer.t line 13
  34. # Failed test 'moarvm installed'
  35. # at t/installer.t line 18
  36. # Failed test 'pod installed'
  37. # at t/installer.t line 19
  38.  
  39. # Failed test 'random files installed'
  40. # at t/installer.t line 20
  41.  
  42. # Failed test 'bin installed'
  43. # at t/installer.t line 21
  44. # Looks like you failed 5 tests of 8
  45. Saw 1 call to deprecated code during execution.
  46. ================================================================================
  47. Sub cwd (from GLOBAL) called at:
  48. t/installer.t, line 9
  49. Please use $*CWD instead.
  50. --------------------------------------------------------------------------------
  51. Please contact the author to have these calls to deprecated code adapted,
  52. so that this message will disappear!
  53. t/installer.t .. Dubious, test returned 5 (wstat 1280, 0x500)
  54. Failed 5/8 subtests
  55. t/tester.t ..... 1/2
  56. # Failed test at t/fail.t line 3
  57. # Looks like you failed 1 tests of 1
  58. t/tester.t ..... ok
  59.  
  60. Test Summary Report
  61. -------------------
  62. t/builder.t (Wstat: 1024 Tests: 7 Failed: 4)
  63. Failed tests: 2-4, 6
  64. Non-zero exit status: 4
  65. t/installer.t (Wstat: 1280 Tests: 8 Failed: 5)
  66. Failed tests: 2-6
  67. Non-zero exit status: 5
  68. Files=5, Tests=33, 4 wallclock secs ( 0.01 usr 0.03 sys + 3.21 cusr 0.23 csys = 3.48 CPU)
  69. Result: FAIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement