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

michal at cihar.com michal at cihar.com
Tue Sep 18 17:11:36 CEST 2012


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

Changes:

[ruleant] improve coding style : fix indentation and function calls

[ruleant] wrap long lines

------------------------------------------
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 2fd0a692
Using strategy: Default
Last Built Revision: Revision 2d7c588c7d418f41b072ef8e1be7da52ead9ff19 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
Commencing build of Revision a8f591c26b08ddb14f3c2108ec080c4294f42f47 (origin/master)
Checking out Revision a8f591c26b08ddb14f3c2108ec080c4294f42f47 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson2743752550757694333.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] PHP Parse error:  syntax error, unexpected '.', expecting ')' in <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/libraries/DisplayResults.class.php> on line 168
     [exec] Result: 255

phpcpd:
     [exec] phpcpd 1.3.5 by Sebastian Bergmann.
     [exec] 
     [exec] Found 10 exact clones with 347 duplicated lines in 9 files:
     [exec] 
     [exec]   - /libraries/plugins/export/ExportLatex.class.php:133-142
     [exec]     /libraries/plugins/export/ExportOdt.class.php:99-108
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:630-656
     [exec]     /libraries/schema/Pdf_Relation_Schema.class.php:678-704
     [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:426-447
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:393-414
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:474-483
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:443-452
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:609-659
     [exec]     /libraries/schema/Svg_Relation_Schema.class.php:590-640
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:426-447
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:224-245
     [exec] 
     [exec]   - /libraries/schema/Eps_Relation_Schema.class.php:609-665
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:377-433
     [exec] 
     [exec]   - /libraries/schema/Dia_Relation_Schema.class.php:758-779
     [exec]     /libraries/schema/Visio_Relation_Schema.class.php:579-600
     [exec] 
     [exec]   - /themes/original/css/common.css.php:1215-1331
     [exec]     /themes/pmahomme/css/common.css.php:1574-1690
     [exec] 
     [exec] 0.25% duplicated lines out of 141126 total lines of code.
     [exec] 
     [exec] Time: 6 seconds, Memory: 113.25Mb
     [exec] Result: 1

phpcs:
     [exec] Time: 01:38, Memory: 61.50Mb
     [exec] 
     [exec] Result: 1

phploc:
     [exec] phploc 1.6.4 by Sebastian Bergmann.
     [exec] 
     [exec] Directories:                                         31
     [exec] Files:                                              373
     [exec] 
     [exec] Lines of Code (LOC):                             141126
     [exec]   Cyclomatic Complexity / Lines of Code:           0.13
     [exec] Comment Lines of Code (CLOC):                     43587
     [exec] Non-Comment Lines of Code (NCLOC):                97539
     [exec] 
     [exec] Namespaces:                                           0
     [exec] Interfaces:                                           2
     [exec] Classes:                                            176
     [exec]   Abstract:                                          25 (14.20%)
     [exec]   Concrete:                                         151 (85.80%)
     [exec]   Average Class Length (NCLOC):                     225
     [exec] Methods:                                           1506
     [exec]   Scope:
     [exec]     Non-Static:                                    1332 (88.45%)
     [exec]     Static:                                         174 (11.55%)
     [exec]   Visibility:
     [exec]     Public:                                        1124 (74.63%)
     [exec]     Non-Public:                                     382 (25.37%)
     [exec]   Average Method Length (NCLOC):                     26
     [exec]   Cyclomatic Complexity / Number of Methods:       4.21
     [exec] 
     [exec] Anonymous Functions:                                  1
     [exec] Functions:                                          690
     [exec] 
     [exec] Constants:                                          158
     [exec]   Global constants:                                 104
     [exec]   Class constants:                                   54

BUILD SUCCESSFUL
Total time: 1 minute 50 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 5717 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #2017
[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 19 warnings.
[DRY] Computing warning deltas based on reference build #2017
[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 512 files to scan for tasks
[TASKS] Found 210 open tasks.
[TASKS] Computing warning deltas based on reference build #2017
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #2017
Recording plot data
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.4 (default)
[xUnit] [INFO] - [PHPUnit-3.4 (default)] - No 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)'.  Did you enter a pattern relative to the correct directory?  Did you generate the result report(s) for 'PHPUnit-3.4 (default)'?
[xUnit] [ERROR] - No test reports found for the metric 'PHPUnit' with the resolved pattern 'build/logs/junit.xml'. Configuration error?.
[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