[Phpmyadmin-devel] Build failed in Jenkins: phpMyAdmin-4.4 #102

Jenkins Daemon jenkins at phpmyadmin.net
Wed Apr 15 16:08:02 CEST 2015


See <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/102/changes>

Changes:

[marc] Bug PHP 7 compatibility in php-gettext

------------------------------------------
Started by GitHub push by lem9
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/phpmyadmin/phpmyadmin.git # timeout=10
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/QA_4_4^{commit} # timeout=10
Checking out Revision e637c57c42176087c79e9f928746823bb4d3ce7f (origin/QA_4_4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e637c57c42176087c79e9f928746823bb4d3ce7f
 > git rev-list 0e3b294ff22ac44fe8954c8f97ea2be01f9d75a8 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson6750123381803491027.sh
+ composer install --dev --no-interaction
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/var/lib/jenkins/bin/composer self-update" to get the latest version.
You are using the deprecated option "dev". Dev packages are installed by default now.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
+ ./scripts/generate-mo --quiet
[workspace] $ ant clean locales phpunit pdepend phpmd phpcpd phpcs phploc jshint jshint-checkstyle lint
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/build.xml>

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

locales:

phpunit:
     [exec] Enabling headers testing using runkit...
     [exec] Not supported query: SHOW ALL SLAVES STATUS
     [exec] PHPUnit 4.1.6 by Sebastian Bergmann.
     [exec] 
     [exec] Configuration read from <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/phpunit.xml.dist>
     [exec] 
     [exec] The Xdebug extension is not loaded. No code coverage will be generated.
     [exec] 
     [exec] .............................................................   61 / 2438 (  2%)
     [exec] ...................................I.........................  122 / 2438 (  5%)
     [exec] .............................................................  183 / 2438 (  7%)
     [exec] .............................................................  244 / 2438 ( 10%)
     [exec] .............................................................  305 / 2438 ( 12%)
     [exec] .............................................................  366 / 2438 ( 15%)
     [exec] .............................................................  427 / 2438 ( 17%)
     [exec] .............................................................  488 / 2438 ( 20%)
     [exec] .I.......I.....I.............................................  549 / 2438 ( 22%)
     [exec] .............................................................  610 / 2438 ( 25%)
     [exec] .............................................................  671 / 2438 ( 27%)
     [exec] .............................................................  732 / 2438 ( 30%)
     [exec] .............................................................  793 / 2438 ( 32%)
     [exec] .............................................................  854 / 2438 ( 35%)
     [exec] .............................................................  915 / 2438 ( 37%)
     [exec] .............................................................  976 / 2438 ( 40%)
     [exec] ............................................................. 1037 / 2438 ( 42%)
     [exec] ............................................................. 1098 / 2438 ( 45%)
     [exec] ............................................................. 1159 / 2438 ( 47%)
     [exec] ............................................................. 1220 / 2438 ( 50%)
     [exec] ............................................................. 1281 / 2438 ( 52%)
     [exec] ............................................................. 1342 / 2438 ( 55%)
     [exec] ............................................................. 1403 / 2438 ( 57%)
     [exec] ............................................................. 1464 / 2438 ( 60%)
     [exec] ............................................................. 1525 / 2438 ( 62%)
     [exec] ............................................................. 1586 / 2438 ( 65%)
     [exec] ............................................................. 1647 / 2438 ( 67%)
     [exec] ............................................................. 1708 / 2438 ( 70%)
     [exec] ............................................................. 1769 / 2438 ( 72%)
     [exec] ............................................................. 1830 / 2438 ( 75%)
     [exec] ............................................................. 1891 / 2438 ( 77%)
     [exec] ............................................................. 1952 / 2438 ( 80%)
     [exec] ............................................................. 2013 / 2438 ( 82%)
     [exec] ............................................................. 2074 / 2438 ( 85%)
     [exec] .........................I................................... 2135 / 2438 ( 87%)
     [exec] .......................................PHP Fatal error:  Call to undefined method FileReader::FileReader() in <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/test/libraries/php-gettext/PMA_FileReader_test.php> on line 125
     [exec] ...............

BUILD FAILED
<https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/build.xml>:27: exec returned: 255

Total time: 30 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
[DRY] Computing warning deltas based on reference build #101
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #101
Recording plot data
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [ERROR] - The result file '<https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/build/logs/junit.xml'> for the metric 'PHPUnit' is empty. The result file has been skipped.
[xUnit] [INFO] - Failing BUILD because 'set build failed if errors' option is activated.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.
[JDepend] JDepend plugin is ready
[JDepend] Couldn't generate JDepend file at 'build/logs/jdepend.xml'java.io.FileNotFoundException: <https://ci.phpmyadmin.net/job/phpMyAdmin-4.4/ws/build/logs/jdepend.xml> (No such file or directory)




More information about the Developers mailing list