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

michal at cihar.com michal at cihar.com
Fri Oct 11 13:55:43 CEST 2013


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

Changes:

[marc] Fix coding style

------------------------------------------
Started by GitHub push by lem9
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 221e37c5
Using strategy: Default
Last Built Revision: Revision ea5850b3e9e7abbf6d28ba0a84c2185723e2c34c (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 26cde1a6101fc6d37b59633da1491ac3bcea3a9d (origin/master)
Checking out Revision 26cde1a6101fc6d37b59633da1491ac3bcea3a9d (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson1800590897689169016.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] ............................................................I   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] ...........................................I.................  671 / 2166 ( 30%)
     [exec] .............................................................  732 / 2166 ( 33%)
     [exec] .............................................F...............  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] ............................................................. 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] ..................I.......................................... 2013 / 2166 ( 92%)
     [exec] ............................................................. 2074 / 2166 ( 95%)
     [exec] ............................................................. 2135 / 2166 ( 98%)
     [exec] ..............................I
     [exec] 
     [exec] Time: 45.7 seconds, Memory: 109.25Mb
     [exec] 
     [exec] There was 1 failure:
     [exec] 
     [exec] 1) PMA_ExportSql_Test::testExportData
     [exec] Failed asserting that '
     [exec] TRUNCATE TABLE "table";
     [exec] SET IDENTITY_INSERT "table" ON ;
     [exec] INSERT DELAYED IGNORE INTO "table" ("a", "name", "name", "name", "name") VALUES
     [exec] (NULL, test, 0x3130, b'00', '\0\n\r\Z');
     [exec] 
     [exec] SET IDENTITY_INSERT "table" OFF;
     [exec] ' contains "(NULL, test, 0x3130, b'10', '\0\n\r\Z');".
     [exec] 
     [exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/plugin/export/PMA_ExportSql_test.php>:1871
     [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] FAILURES!
     [exec] Tests: 2166, Assertions: 5316, Failures: 1, Incomplete: 4.
     [exec] 

BUILD FAILED
<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml>:30: exec returned: 1

Total time: 47 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 #4501
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #4501
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