Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. D:\Ubic>prove
  2. t\00_compile.t ........... ok
  3. t\cmd.t .................. Failed 8/8 subtests
  4. t\daemon.t ............... Failed 23/23 subtests
  5. t\lock.t ................. ok
  6. t\memory-leak.t .......... Can't open /proc/4812/statm: No such file or directory at t/Utils.pm line 58.
  7. # Looks like your test exited with 2 before it could output anything.
  8. t\memory-leak.t .......... Dubious, test returned 2 (wstat 512, 0x200)
  9. Failed 2/2 subtests
  10. t\multiservice-names.t ... ok
  11. t\multiservice-simple.t .. ok
  12. t\ping.t ................. Can't open log: No such file or directory at t\ping.t line 39.
  13. Failed to eval 't/service/ubic-ping': syntax error at t/service/ubic-ping line 1, near ";
  14. # line 1 t/service/ubic-ping
  15. # line 1 t/service/ubic-ping
  16. .."
  17. END failed--call queue aborted at t\ping.t line 39.
  18. # Looks like your test exited with 2 before it could output anything.
  19. t\ping.t ................. Dubious, test returned 2 (wstat 512, 0x200)
  20. Failed 24/24 subtests
  21. t\pod.t .................. ok
  22. t\pod_coverage.t ......... ok
  23. t\result.t ............... ok
  24. t\run.t ..................
  25. # Failed test at t\run.t line 28.
  26. # 'Starting sleeping-daemon... '
  27. # doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)'
  28. t\run.t .................. 1/18
  29. # Failed test 'Ubic::Run works, sleeping-daemon is running'
  30. # at t\run.t line 31.
  31. # 'sleeping-daemon not running
  32. # '
  33. # doesn't match '(?x-ism:sleeping-daemon \s+ running)'
  34. t\run.t .................. 5/18
  35. # Failed test at t\run.t line 28.
  36. # 'Starting sleeping-daemon... '
  37. # doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)'
  38.  
  39. t\run.t .................. 7/18 # Failed test 'Ubic::Run works, sleeping-daemon is running'
  40. # at t\run.t line 31.
  41. # 'sleeping-daemon not running
  42. # '
  43. # doesn't match '(?x-ism:sleeping-daemon \s+ running)'
  44. t\run.t .................. 10/18
  45. t\run.t .................. 11/18 # Failed test at t\run.t line 28.
  46. # 'Starting sleeping-daemon... '
  47. # doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)'
  48.  
  49. # Failed test 'Ubic::Run works, sleeping-daemon is running'
  50. # at t\run.t line 31.
  51. # 'sleeping-daemon not running
  52. # '
  53. # doesn't match '(?x-ism:sleeping-daemon \s+ running)'
  54. t\run.t .................. 15/18 Das System kann den angegebenen Pfad nicht finden.
  55.  
  56. # Failed test 'Ubic::Run throws exception when script name is unknown'
  57. # at t\run.t line 48.
  58. # ''
  59. # doesn't match '(?-xism:^Strange \$0: /usr/bin/sleeping-daemon)'
  60.  
  61. t\run.t .................. 18/18 # Failed test 'status works for multiservice'
  62. # at t\run.t line 56.
  63. # 'Starting multi.sleep1... '
  64. # doesn't match '(?msx-i:
  65. # Starting \s+ multi\.sleep1\.\.\. \s+ started \s+ \(pid \s+ \d+\)\s+
  66. # Starting \s+ multi\.sleep2\.\.\. \s+ started \s+ \(pid \s+ \d+\)
  67. # )'
  68. # Looks like you failed 8 tests of 18.
  69. t\run.t .................. Dubious, test returned 8 (wstat 2048, 0x800)
  70. Failed 11/18 subtests
  71. t\service.t .............. ok
  72. t\simple-daemon.t ........ Failed 4/5 subtests
  73. t\ubic.t ................. Failed 9/18 subtests
  74. t\watchdog.t ............. Das System kann den angegebenen Pfad nicht finden.
  75. t\watchdog.t ............. skipped: fakeroot is not installed
  76.  
  77. Test Summary Report
  78. -------------------
  79. t\cmd.t (Wstat: 0 Tests: 0 Failed: 0)
  80. Parse errors: Bad plan. You planned 8 tests but ran 0.
  81. t\daemon.t (Wstat: 0 Tests: 0 Failed: 0)
  82. Parse errors: Bad plan. You planned 23 tests but ran 0.
  83. t\memory-leak.t (Wstat: 512 Tests: 0 Failed: 0)
  84. Non-zero exit status: 2
  85. Parse errors: Bad plan. You planned 2 tests but ran 0.
  86. t\ping.t (Wstat: 512 Tests: 0 Failed: 0)
  87. Non-zero exit status: 2
  88. Parse errors: Bad plan. You planned 24 tests but ran 0.
  89. t\run.t (Wstat: 2048 Tests: 15 Failed: 8)
  90. Failed tests: 1-2, 6-7, 11-12, 16, 18
  91. Non-zero exit status: 8
  92. Parse errors: Tests out of sequence. Found (5) but expected (4)
  93. Tests out of sequence. Found (6) but expected (5)
  94. Tests out of sequence. Found (7) but expected (6)
  95. Tests out of sequence. Found (8) but expected (7)
  96. Tests out of sequence. Found (10) but expected (8)
  97. Displayed the first 5 of 13 TAP syntax errors.
  98. Re-run prove with the -p option to see them all.
  99. t\simple-daemon.t (Wstat: 0 Tests: 1 Failed: 0)
  100. Parse errors: Bad plan. You planned 5 tests but ran 1.
  101. t\ubic.t (Wstat: 0 Tests: 9 Failed: 0)
  102. Parse errors: Bad plan. You planned 18 tests but ran 9.
  103. Files=16, Tests=160, 16 wallclock secs ( 0.06 usr + 0.05 sys = 0.11 CPU)
  104. Result: FAIL
  105.  
  106. D:\Ubic>
Add Comment
Please, Sign In to add comment