Share Pastebin
Guest
Public paste!

bigbrovar

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 22.90 KB | Hits: 105 | Expires: Never
Copy text to clipboard
  1. PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t                                                
  2. t/Amazon.t ..................... ok                                                                        
  3. t/Barcodes_PrinterConfig.t ..... ok                                                                        
  4. t/Bookfund.t ................... ok                                                                        
  5. t/Bookseller.t ................. ok                                                                        
  6. t/Boolean.t .................... ok                                                                        
  7. t/Branch.t ..................... ok                                                                        
  8. t/Calendar.t ................... ok                                                                        
  9. t/Charset.t .................... ok                                                                        
  10. t/Circulation_barcodedecode.t .. 1/16                                                                      
  11. #   Failed test 'use C4::Circulation;'                                                                    
  12. #   at t/Circulation_barcodedecode.t line 10.                                                              
  13. #     Tried to use 'C4::Circulation'.                                                                      
  14. #     Error:  Can't locate YAML.pm in @INC (@INC contains: /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR /home/bigbrovar/build/koha-3.00.05/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                          
  15. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                                                                                                  
  16. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                    
  17. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                
  18. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Biblio.pm line 36.                                                                                                      
  19. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                    
  20. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                
  21. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                                
  22. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                            
  23. # Compilation failed in require at (eval 4) line 2.                                                        
  24. # BEGIN failed--compilation aborted at (eval 4) line 2.                                                    
  25. Undefined subroutine &C4::Circulation::barcodedecode called at t/Circulation_barcodedecode.t line 31.      
  26. # Looks like you planned 16 tests but ran 1.                                                              
  27. # Looks like you failed 1 test of 1 run.                                                                  
  28. # Looks like your test exited with 255 just after 1.                                                      
  29. t/Circulation_barcodedecode.t .. Dubious, test returned 255 (wstat 65280, 0xff00)                          
  30. Failed 16/16 subtests                                                                                      
  31. t/Dates.t ...................... 1/276 #                                                                  
  32. # In order to run without DB access, this test will substitute 'us'                                        
  33. # as your default date format.  Export environmental variable KOHA_TEST_DATE_FORMAT                        
  34. # to override this default, or pass the value as an argument to this test script.                          
  35. #                                                                                                          
  36. # NOTE: we test for the system handling dd=00 and 00 for TIME values, therefore                            
  37. # you SHOULD see some warnings like:                                                                      
  38. # Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t ...                              
  39. #                                                                                                          
  40. # Testing Legacy Functions: format_date and format_date_in_iso                                            
  41. #                                                                                                          
  42. Illegal date specified (year = 1952, month = 1, day = 0) at t/Dates.t line 62                              
  43. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 62                            
  44. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 65                            
  45. #                                                                                                          
  46. # Testing 4 formats.                                                                                      
  47. # Testing no input (defaults):                                                                            
  48. #                                                                                                          
  49. # Testing with valid inputs:                                                                              
  50. Illegal date specified (year = 1952, month = 1, day = 0) at t/Dates.t line 84                              
  51. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 84                            
  52. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 84                            
  53. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 84                            
  54. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 84                            
  55. Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 84                            
  56. #                                                                                                          
  57. # Testing object independence from class                                                                  
  58. # done.                                                                                                    
  59. t/Dates.t ...................... ok                                                                        
  60. t/Debug.t ...................... # BEFORE use:     $debug is not defined                                  
  61. # BEFORE use: $cgi_debug is not defined                                                                    
  62. t/Debug.t ...................... 1/3 #  AFTER use:     $debug is 0                                        
  63. #  AFTER use: $cgi_debug is 0                                                                              
  64. # Done.                                                                                                    
  65. t/Debug.t ...................... ok                                                                        
  66. t/dummy.t ...................... ok                                                                        
  67. t/Input.t ...................... ok                                                                        
  68. t/Koha.t ....................... ok                                                                        
  69. t/Labels_split_ddcn.t .......... 1/82                                                                      
  70. #   Failed test 'use C4::Labels;'                                                                          
  71. #   at t/Labels_split_ddcn.t line 11.                                                                      
  72. #     Tried to use 'C4::Labels'.                                                                          
  73. #     Error:  Can't locate YAML.pm in @INC (@INC contains: /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR /home/bigbrovar/build/koha-3.00.05/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                          
  74. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                                                                                                  
  75. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                    
  76. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                
  77. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Biblio.pm line 36.                                                                                                      
  78. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                    
  79. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                
  80. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                                
  81. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                            
  82. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.                                                                                                    
  83. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.                                                                                                
  84. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Members.pm line 27.                                                                                                    
  85. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Members.pm line 27.                                                                                                
  86. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.                                                                                                      
  87. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.                                                                                                  
  88. # Compilation failed in require at (eval 4) line 2.                                                        
  89. # BEGIN failed--compilation aborted at (eval 4) line 2.                                                    
  90. Bareword "C4::Labels::split_ddcn" not allowed while "strict subs" in use at t/Labels_split_ddcn.t line 13.
  91. Execution of t/Labels_split_ddcn.t aborted due to compilation errors.                                      
  92. # Looks like you planned 82 tests but ran 1.                                                              
  93. # Looks like you failed 1 test of 1 run.                                                                  
  94. # Looks like your test exited with 255 just after 1.                                                      
  95. t/Labels_split_ddcn.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)                          
  96. Failed 82/82 subtests                                                                                      
  97. t/Labels_split_lccn.t .......... 1/44                                                                      
  98. #   Failed test 'use C4::Labels;'                                                                          
  99. #   at t/Labels_split_lccn.t line 11.                                                                      
  100. #     Tried to use 'C4::Labels'.                                                                          
  101. #     Error:  Can't locate YAML.pm in @INC (@INC contains: /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR /home/bigbrovar/build/koha-3.00.05/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                          
  102. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Search.pm line 31.                                                                                                  
  103. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                    
  104. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Heading.pm line 25.                                                                                                
  105. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Biblio.pm line 36.                                                                                                      
  106. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                    
  107. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Reserves.pm line 26.                                                                                                
  108. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                                
  109. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.                                                                                            
  110. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.                                                                                                    
  111. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.                                                                                                
  112. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Members.pm line 27.                                                                                                    
  113. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Members.pm line 27.                                                                                                
  114. # Compilation failed in require at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.                                                                                                      
  115. # BEGIN failed--compilation aborted at /home/bigbrovar/build/koha-3.00.05/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.                                                                                                  
  116. # Compilation failed in require at (eval 4) line 2.                                                        
  117. # BEGIN failed--compilation aborted at (eval 4) line 2.                                                    
  118. Bareword "C4::Labels::split_lccn" not allowed while "strict subs" in use at t/Labels_split_lccn.t line 13.
  119. Execution of t/Labels_split_lccn.t aborted due to compilation errors.                                      
  120. # Looks like you planned 44 tests but ran 1.                                                              
  121. # Looks like you failed 1 test of 1 run.                                                                  
  122. # Looks like your test exited with 255 just after 1.                                                      
  123. t/Labels_split_lccn.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)                          
  124. Failed 44/44 subtests                                                                                      
  125. t/Languages.t .................. ok                                                                        
  126. t/Maintainance.t ............... ok                                                                        
  127. t/Members_Attributes.t ......... 1/11 # 2 tests for extended_attributes_merge                              
  128. # old attribute: homeroom = 501                                                                            
  129. # new attribute: grade = 01                                                                                
  130. # merge (overwrite) attribute: grade = 01                                                                  
  131. # merge (overwrite) attribute: homeroom = 501                                                              
  132. # merge (preserve) attribute: grade = 01                                                                  
  133. # merge (preserve) attribute: homeroom = 501                                                              
  134. # old attribute: deanslist = 2007                                                                          
  135. # old attribute: deanslist = 2008                                                                          
  136. # old attribute: grade = 04                                                                                
  137. # old attribute: homeroom = 224                                                                            
  138. # old attribute: somedata = xxx                                                                            
  139. # new attribute: deanslist = 2009                                                                          
  140. # new attribute: extradata = foobar                                                                        
  141. # new attribute: grade = 05                                                                                
  142. # new attribute: homeroom = 115                                                                            
  143. # merge (overwrite) attribute: deanslist = 2009                                                            
  144. # merge (overwrite) attribute: extradata = foobar                                                          
  145. # merge (overwrite) attribute: grade = 05                                                                  
  146. # merge (overwrite) attribute: homeroom = 115                                                              
  147. # merge (overwrite) attribute: somedata = xxx                                                              
  148. # merge (preserve) attribute: deanslist = 2007                                                            
  149. # merge (preserve) attribute: deanslist = 2008                                                            
  150. # merge (preserve) attribute: deanslist = 2009                                                            
  151. # merge (preserve) attribute: extradata = foobar                                                          
  152. # merge (preserve) attribute: grade = 05                                                                  
  153. # merge (preserve) attribute: homeroom = 115                                                              
  154. # merge (preserve) attribute: somedata = xxx                                                              
  155. t/Members_Attributes.t ......... ok                                                                        
  156. t/Output.t ..................... ok                                                                        
  157. t/Record.t ..................... ok                                                                        
  158. t/Review.t ..................... ok                                                                        
  159. t/Scrubber.t ................... 1/10 # Note: scrubber test output will have whitespace collapsed for readability                                                                                                    
  160. # done.                                                                                                    
  161. t/Scrubber.t ................... ok                                                                        
  162. t/Stats.t ...................... ok                                                                        
  163.  
  164. Test Summary Report
  165. -------------------
  166. t/Circulation_barcodedecode.t (Wstat: 65280 Tests: 1 Failed: 1)
  167.   Failed test:  1
  168.   Non-zero exit status: 255
  169.   Parse errors: Bad plan.  You planned 16 tests but ran 1.
  170. t/Labels_split_ddcn.t        (Wstat: 65280 Tests: 1 Failed: 1)
  171.   Failed test:  1
  172.   Non-zero exit status: 255
  173.   Parse errors: Bad plan.  You planned 82 tests but ran 1.
  174. t/Labels_split_lccn.t        (Wstat: 65280 Tests: 1 Failed: 1)
  175.   Failed test:  1
  176.   Non-zero exit status: 255
  177.   Parse errors: Bad plan.  You planned 44 tests but ran 1.
  178. Files=24, Tests=337,  7 wallclock secs ( 0.18 usr  0.04 sys +  4.20 cusr  0.44 csys =  4.86 CPU)
  179. Result: FAIL
  180. Failed 3/24 test programs. 3/337 subtests failed.
  181. make: *** [test_dynamic] Error 255