[Phpmyadmin-devel] Build failed in Jenkins: phpMyAdmin-continuous #4415
michal at cihar.com
michal at cihar.com
Tue Oct 1 12:45:42 CEST 2013
See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/4415/changes>
Changes:
[atulpratapsingh05] Fix bug 4105: More disappears in table Structure
[atulpratapsingh05] Remove unused parameter
------------------------------------------
Started by GitHub push by zixtor
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 11c72780
Using strategy: Default
Last Built Revision: Revision 191ea111c910f19c608eb4610c81ba174882da36 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 8ac6d76c088aa7dfb0a7e2e0e36234024f770677 (origin/master)
Checking out Revision 8ac6d76c088aa7dfb0a7e2e0e36234024f770677 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson2878769767040744476.sh
+ ./scripts/generate-mo --quiet
[workspace] $ ant clean phpunit-nocoverage phpcpd phpcs phploc jshint
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-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] Enabling headers testing...
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec]
[exec] PHPUnit 3.7.27 by Sebastian Bergmann.
[exec]
[exec] Configuration read from <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/phpunit.xml.nocoverage>
[exec]
[exec] ............................................................[33;1mI[0m 61 / 2166 ( 2%)
[exec] ............................................................. 122 / 2166 ( 5%)
[exec] ............................................................. 183 / 2166 ( 8%)
[exec] ............................................................. 244 / 2166 ( 11%)
[exec] ............................................................. 305 / 2166 ( 14%)
[exec] ............................................................. 366 / 2166 ( 16%)
[exec] ............................................................. 427 / 2166 ( 19%)
[exec] ............................................................. 488 / 2166 ( 22%)
[exec] ............................................................. 549 / 2166 ( 25%)
[exec] ............................................................. 610 / 2166 ( 28%)
[exec] ...........................................[33;1mI[0m................. 671 / 2166 ( 30%)
[exec] ............................................................. 732 / 2166 ( 33%)
[exec] ............................................................. 793 / 2166 ( 36%)
[exec] ............................................................. 854 / 2166 ( 39%)
[exec] ............................................................. 915 / 2166 ( 42%)
[exec] ............................................................. 976 / 2166 ( 45%)
[exec] ............................................................. 1037 / 2166 ( 47%)
[exec] ............................................................. 1098 / 2166 ( 50%)
[exec] ............................................................. 1159 / 2166 ( 53%)
[exec] ............................................................. 1220 / 2166 ( 56%)
[exec] ............................................................. 1281 / 2166 ( 59%)
[exec] ............................................................. 1342 / 2166 ( 61%)
[exec] ............................................................. 1403 / 2166 ( 64%)
[exec] ........................................................[41;37mF[0m.... 1464 / 2166 ( 67%)
[exec] ............................................................. 1525 / 2166 ( 70%)
[exec] ............................................................. 1586 / 2166 ( 73%)
[exec] ............................................................. 1647 / 2166 ( 76%)
[exec] ............................................................. 1708 / 2166 ( 78%)
[exec] ............................................................. 1769 / 2166 ( 81%)
[exec] ............................................................. 1830 / 2166 ( 84%)
[exec] ............................................................. 1891 / 2166 ( 87%)
[exec] ............................................................. 1952 / 2166 ( 90%)
[exec] ..................[33;1mI[0m.......................................... 2013 / 2166 ( 92%)
[exec] ............................................................. 2074 / 2166 ( 95%)
[exec] ............................................................. 2135 / 2166 ( 98%)
[exec] ..............................[33;1mI[0m
[exec]
[exec] Time: 30.76 seconds, Memory: 109.00Mb
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) PMA_ConfigGenerator_Test::testGetConfigFile
[exec] Failed asserting that '<?php
[exec] /*
[exec] * Generated configuration file
[exec] * Generated by: phpMyAdmin 4.1.0-alpha1 setup script
[exec] * Date: Tue, 01 Oct 2013 10:45:27 +0000
[exec] */
[exec]
[exec] /* Servers configuration */
[exec] $i = 0;
[exec]
[exec] /* Server: localhost [0] */
[exec] $i++;
[exec] $cfg['Servers'][$i]['0'] = 1;
[exec] $cfg['Servers'][$i]['1'] = 2;
[exec] $cfg['Servers'][$i]['2'] = 3;
[exec]
[exec] /* End of servers configuration */
[exec]
[exec] $cfg['0'] = 'a';
[exec] $cfg['1'] = 'b';
[exec] $cfg['2'] = 'c';
[exec] ?>' contains "<?php
[exec] /*
[exec] * Generated configuration file
[exec] * Generated by: phpMyAdmin 4.1-dev setup script
[exec] * Date: Tue, 01 Oct 2013 10:45:27 +0000
[exec] */
[exec]
[exec] ".
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/libraries/PMA_ConfigGenerator_test.php>:59
[exec]
[exec] --
[exec]
[exec]
[exec] There were 4 incomplete tests:
[exec]
[exec] 1) PMA_ConfigTest::testCheckPermissions
[exec] This test has not been implemented yet.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/PMA_Config_test.php>:948
[exec]
[exec] 2) PMA_AuthenticationCookie_Test::testBlowfishDecrypt
[exec] Not testing mcrypt support
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php>:1097
[exec]
[exec] 3) PMA_TblColumnsDefinitionFormTest::testGetFormParamsForOldColumn
[exec] Not yet implemented!
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/libraries/PMA_tbl_columns_definition_form_test.php>:1114
[exec]
[exec] 4) Environment_Test::testSession
[exec] No session testing
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/Environment_test.php>:83
[exec]
[exec] [37;41m[2KFAILURES!
[exec] [0m[37;41m[2KTests: 2166, Assertions: 5317, Failures: 1, Incomplete: 4.
[exec] [0m[2K
BUILD FAILED
<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml>:30: exec returned: 1
Total time: 31 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 #4408
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #4408
Recording plot data
[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 '<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
More information about the Developers
mailing list