[Phpmyadmin-devel] Build failed in Jenkins: phpMyAdmin-continuous #2355

michal at cihar.com michal at cihar.com
Mon Nov 12 15:26:48 CET 2012


See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/2355/changes>

Changes:

[weblate] Translated using Weblate.

------------------------------------------
Started by GitHub push by 
Building in workspace <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
Checkout:workspace / <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/> - hudson.remoting.LocalChannel at 62a83610
Using strategy: Default
Last Built Revision: Revision 2fd3f7fcdfa1002cd05d339bf44726c7a675ff56 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
Commencing build of Revision e0fac143f30c5dfcaa288843ff09c386256ad90f (origin/master)
Checking out Revision e0fac143f30c5dfcaa288843ff09c386256ad90f (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson9159685694626445032.sh
+ ./scripts/generate-mo --quiet
[workspace] $ ant clean phpunit-nocoverage phpcpd phpcs phploc
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar
Buildfile: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml>

clean:
   [delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/api>
   [delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/code-browser>
   [delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/coverage>
   [delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs>
   [delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/pdepend>
    [mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/api>
    [mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/code-browser>
    [mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/coverage>
    [mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs>
    [mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/pdepend>

phpunit-nocoverage:
     [exec] PHPUnit 3.6.11 by Sebastian Bergmann.
     [exec] 
     [exec] Configuration read from <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/phpunit.xml.nocoverage>
     [exec] 
     [exec] ...........................................I..E.....II.......   61 / 1115 (  5%)
     [exec] .............................................................  122 / 1115 ( 10%)
     [exec] ........E....................................................  183 / 1115 ( 16%)
     [exec] .............................................................  244 / 1115 ( 21%)
     [exec] .....................
     [exec] Result: 255

phpcpd:
     [exec] phpcpd 1.3.5 by Sebastian Bergmann.
     [exec] 
     [exec] Found 11 exact clones with 356 duplicated lines in 9 files:
     [exec] 
     [exec]   - /libraries/plugins/export/ExportLatex.class.php:134-143
     [exec]     /libraries/plugins/export/ExportOdt.class.php:100-109
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:629-655
     [exec]     /libraries/schema/Pdf_Relation_Schema.class.php:650-676
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:282-300
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:278-296
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:425-446
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:392-413
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:473-482
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:442-451
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:608-658
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:589-639
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:425-446
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:223-244
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:473-482
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:273-282
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:608-664
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:376-432
     [exec] 
     [exec]   - /libraries/schema/Dia_Relation_Schema.class.php:757-778
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:578-599
     [exec] 
     [exec]   - /themes/original/css/common.css.php:1264-1380
     [exec]     /themes/pmahomme/css/common.css.php:1627-1743
     [exec] 
     [exec] 0.25% duplicated lines out of 140373 total lines of code.
     [exec] 
     [exec] Time: 28 seconds, Memory: 111.75Mb
     [exec] Result: 1

phpcs:
     [exec] Time: 01:45, Memory: 59.75Mb
     [exec] 
     [exec] Result: 1

phploc:
     [exec] phploc 1.6.4 by Sebastian Bergmann.
     [exec] 
     [exec] Directories:                                         33
     [exec] Files:                                              390
     [exec] 
     [exec] Lines of Code (LOC):                             140373
     [exec]   Cyclomatic Complexity / Lines of Code:           0.13
     [exec] Comment Lines of Code (CLOC):                     43630
     [exec] Non-Comment Lines of Code (NCLOC):                96743
     [exec] 
     [exec] Namespaces:                                           0
     [exec] Interfaces:                                           2
     [exec] Classes:                                            197
     [exec]   Abstract:                                          25 (12.69%)
     [exec]   Concrete:                                         172 (87.31%)
     [exec]   Average Class Length (NCLOC):                     212
     [exec] Methods:                                           1564
     [exec]   Scope:
     [exec]     Non-Static:                                    1308 (83.63%)
     [exec]     Static:                                         256 (16.37%)
     [exec]   Visibility:
     [exec]     Public:                                        1171 (74.87%)
     [exec]     Non-Public:                                     393 (25.13%)
     [exec]   Average Method Length (NCLOC):                     26
     [exec]   Cyclomatic Complexity / Number of Methods:       4.30
     [exec] 
     [exec] Anonymous Functions:                                  1
     [exec] Functions:                                          670
     [exec] 
     [exec] Constants:                                          160
     [exec]   Global constants:                                 104
     [exec]   Class constants:                                   56

BUILD SUCCESSFUL
Total time: 2 minutes 52 seconds
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern build/logs/checkstyle.xml
[CHECKSTYLE] Parsing 1 files in <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
[CHECKSTYLE] Successfully parsed file <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs/checkstyle.xml> of module  with 3947 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #2354
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
[DRY] Parsing 1 files in <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
[DRY] Successfully parsed file <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs/pmd-cpd.xml> of module  with 20 warnings.
[DRY] Computing warning deltas based on reference build #2354
[TASKS] Scanning folder '<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/'> for files matching the pattern '**/*.php' - excludes: build/**,libraries/PHPExcel/**,libraries/tcpdf/**,libraries/php-gettext/**
[TASKS] Found 532 files to scan for tasks
[TASKS] Found 200 open tasks.
[TASKS] Computing warning deltas based on reference build #2354
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #2354
Recording plot data
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.4 (default)
[xUnit] [INFO] - [PHPUnit-3.4 (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/'> for the testing framework 'PHPUnit-3.4 (default)'.
[xUnit] [ERROR] - The result file '<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs/junit.xml'> for the metric 'PHPUnit' is empty. The result file has been skipped.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Build step 'Publish xUnit test result report' changed build result to FAILURE




More information about the Developers mailing list