[phpMyAdmin Developers] Build failed in Jenkins: phpMyAdmin-4.6 #411
Jenkins Daemon
jenkins at phpmyadmin.net
Tue Nov 15 17:26:59 CET 2016
See <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/411/changes>
Changes:
[devenbansod.bits] Change get ajax request to post to avoid long request URIs
[devenbansod.bits] Fix tests related to DBSearch
[devenbansod.bits] Change to using HTML5 data-* attributes to allow easy access in JQuery
[devenbansod.bits] Escape tablenames, dbnames and properly render html-specific
------------------------------------------
[...truncated 5.34 KB...]
[exec] ............................................................. 1464 / 2217 ( 66%)
[exec] .............................................SS..SS.......... 1525 / 2217 ( 68%)
[exec] .......................I..................................... 1586 / 2217 ( 71%)
[exec] ............................................................. 1647 / 2217 ( 74%)
[exec] .........................................R...SS.S......SIII.. 1708 / 2217 ( 77%)
[exec] .........S................................................... 1769 / 2217 ( 79%)
[exec] ............................................................. 1830 / 2217 ( 82%)
[exec] ............................................................. 1891 / 2217 ( 85%)
[exec] ............................................................. 1952 / 2217 ( 88%)
[exec] ............................................................. 2013 / 2217 ( 90%)
[exec] ................................................S....S....... 2074 / 2217 ( 93%)
[exec] ............................................................. 2135 / 2217 ( 96%)
[exec] ...................S......................................... 2196 / 2217 ( 99%)
[exec] ....................S
[exec]
[exec] Time: 7.48 seconds, Memory: 112.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) DbSearchTest::testGetResultsRow with data set #0 ('table1', array('SELECT * FROM `pma`.`table1`... FALSE', 'SELECT COUNT(*) AS `count` FR... FALSE', 2, 'column1', 'column2', 1, SplObjectStorage Object ()), true, '<tr class="noclick odd"><td>2...></tr>', 0, SplObjectStorage Object ())
[exec] Failed asserting that two strings are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] -'<tr class="noclick odd"><td>2 matches in <strong>table1</strong></td><td><a name="browse_search" class="ajax browse_results" href="sql.php?db=pma&table=table1&goto=db_sql.php&pos=0&is_js_confirmed=0&server=0&lang=en&collation_connection=utf-8&token=token" browse_sql="column1" table_name="table1" >Browse</a></td><td><a name="delete_search" class="ajax delete_results" href="sql.php?db=pma&table=table1&goto=db_sql.php&pos=0&is_js_confirmed=0&server=0&lang=en&collation_connection=utf-8&token=token" table_name="table1" delete_sql="column2" >Delete</a></td></tr>'
[exec] +'<tr class="noclick odd"><td>2 matches in <strong>table1</strong></td><td><a name="browse_search" class="ajax browse_results" href="sql.php?db=pma&table=table1&goto=db_sql.php&pos=0&is_js_confirmed=0&server=0&lang=en&collation_connection=utf-8&token=token" data-browse-sql="column1" data-table-name="table1" >Browse</a></td><td><a name="delete_search" class="ajax delete_results" href="sql.php?db=pma&table=table1&goto=db_sql.php&pos=0&is_js_confirmed=0&server=0&lang=en&collation_connection=utf-8&token=token" data-delete-sql="column2 data-table-name="table1"" >Delete</a></td></tr>'
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/DbSearchTest.php>:146
[exec]
[exec] --
[exec]
[exec] There was 1 risky test:
[exec]
[exec] 1) FilesTest::testJsMessages
[exec] Test code or tested code did not (only) close its own output buffers
[exec]
[exec] --
[exec]
[exec] There were 6 incomplete tests:
[exec]
[exec] 1) DisplayResultsTest::testGetTableNavigation with data set #0 (21, 41, false, '310', 0, SplObjectStorage Object ())
[exec] Not yet implemented!
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/DisplayResultsTest.php>:199
[exec]
[exec] 2) DBIMysqliTest::testSelectDb
[exec] Not testing anything
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqliTest.php>:226
[exec]
[exec] 3) PMA_WhichCrlf_Test::testWhichCrlf
[exec] Cannot redefine constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/common/PMA_whichCrlf_test.php>:51
[exec]
[exec] 4) PMA_GIS_ModifyQueryTest::testModifyQuery with data set #0 ('SELECT * FROM `foo` WHERE `ba... `zoo`', array('moo', 'noo', 1, SplObjectStorage Object ()), 'SELECT `noo`, ASTEXT(`moo`) A...p_gis`', 0, SplObjectStorage Object ())
[exec] Not yet implemented!
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_GIS_modifyQuery_test.php>:40
[exec]
[exec] 5) PMA_GIS_ModifyQueryTest::testModifyQuery with data set #1 ('SELECT * FROM `foo` WHERE `ba... `zoo`', array('moo', 1, SplObjectStorage Object ()), 'SELECT ASTEXT(`moo`) AS `moo`...p_gis`', 0, SplObjectStorage Object ())
[exec] Not yet implemented!
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_GIS_modifyQuery_test.php>:40
[exec]
[exec] 6) PMA_GIS_ModifyQueryTest::testModifyQuery with data set #2 ('SELECT name, PointFromText( C... users', array('coordinates', 'name', 1, SplObjectStorage Object ()), 'SELECT `name`, ASTEXT(`coordi...p_gis`', 0, SplObjectStorage Object ())
[exec] Not yet implemented!
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_GIS_modifyQuery_test.php>:40
[exec]
[exec] --
[exec]
[exec] There were 29 skipped tests:
[exec]
[exec] 1) TrackerTest::testGetLogComment
[exec] Cannot override internal function date()
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/TrackerTest.php>:194
[exec]
[exec] 2) TrackerTest::testCreateVersion
[exec] Cannot override internal function date()
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/TrackerTest.php>:217
[exec]
[exec] 3) TrackerTest::testCreateDatabaseVersion
[exec] Cannot override internal function date()
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/TrackerTest.php>:381
[exec]
[exec] 4) TrackerTest::testChangeTrackingData
[exec] Cannot override internal function date()
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/TrackerTest.php>:499
[exec]
[exec] 5) FormDisplayTest::testSetComments
[exec] Cannot redefine constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/config/FormDisplayTest.php>:406
[exec]
[exec] 6) DBIMysqlTest::testRealMultiQuery
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 7) DBIMysqlTest::testMysqlDBI
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 8) DBIMysqlTest::testSelectDb
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 9) DBIMysqlTest::testMoreResults
[exec] The MySQL extension is not available.
[exec] PHP Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/libraries/OutputBuffering.php> on line 110
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 10) DBIMysqlTest::testGetClientInfo
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 11) DBIMysqlTest::testNumRows
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 12) DBIMysqlTest::testStoreResult
[exec] The MySQL extension is not available.
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqlTest.php>:42
[exec]
[exec] 13) DBIMysqliTest::testMysqliDBI
[exec] Cannot redefine function
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/classes/dbi/DBIMysqliTest.php>:72
[exec]
[exec] 14) PMA_HeaderLocation_Test::testSendHeaderLocationWithoutSidWithIis
[exec] Cannot redefine constant/function - missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/core/PMA_headerLocation_test.php>:125
[exec]
[exec] 15) PMA_HeaderLocation_Test::testSendHeaderLocationWithoutSidWithoutIis
[exec] Cannot redefine constant/function - missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/core/PMA_headerLocation_test.php>:148
[exec]
[exec] 16) PMA_HeaderLocation_Test::testSendHeaderLocationIisLongUri
[exec] Cannot redefine constant/function - missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/core/PMA_headerLocation_test.php>:167
[exec]
[exec] 17) PMA_Pow_Test::testBcpow
[exec] function bcpow() does not exist
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/common/PMA_pow_test.php>:49
[exec]
[exec] 18) PMA_Pow_Test::testGmppow
[exec] function gmp_pow() does not exist
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/common/PMA_pow_test.php>:66
[exec]
[exec] 19) PMA_Pow_Test::testNegativeExpBcpow
[exec] function bcpow() does not exist
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/common/PMA_pow_test.php>:113
[exec]
[exec] 20) PMA_Pow_Test::testNegativeExpGmppow
[exec] function gmp_pow() does not exist
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/common/PMA_pow_test.php>:130
[exec]
[exec] 21) PMA_FormDisplay_Tpl_Test::testDisplayInput
[exec] Cannot modify constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_FormDisplay_tpl_test.php>:142
[exec]
[exec] 22) PMA_FormDisplay_Tpl_Test::testDisplayGroupHeader
[exec] Cannot modify constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_FormDisplay_tpl_test.php>:366
[exec]
[exec] 23) PMA_FormDisplay_Tpl_Test::testDisplayFieldsetBottom
[exec] Cannot modify constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_FormDisplay_tpl_test.php>:423
[exec]
[exec] 24) PMA_Form_Processing_Test::testProcessFormSet
[exec] Cannot redefine constant/function - missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_Form_Processing_test.php>:42
[exec]
[exec] 25) PMA_SetupIndex_Test::testPMACheckConfigRw
[exec] Cannot redefine constant
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_SetupIndex_test.php>:185
[exec]
[exec] 26) PMA_ServerPrivileges_Test::testPMAAddUser
[exec] Cannot redefine constant. Missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_server_privileges_test.php>:654
[exec]
[exec] 27) PMA_ServerPrivileges_Test::testPMAGetSqlQueriesForDisplayAndAddUser
[exec] Cannot redefine constant. Missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_server_privileges_test.php>:985
[exec]
[exec] 28) PMA_User_Preferences_Test::testUserprefsRedirect
[exec] Cannot redefine constant/function - missing runkit extension
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/libraries/PMA_user_preferences_test.php>:371
[exec]
[exec] 29) Environment_Test::testMySQL
[exec] Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
[exec]
[exec] <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/test/Environment_test.php>:59
[exec]
[exec] FAILURES!
[exec] Tests: 2217, Assertions: 6164, Failures: 1, Skipped: 29, Incomplete: 6, Risky: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/build.xml>:27: exec returned: 1
Total time: 15 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 #410
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #410
Recording plot data
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/phpMyAdmin-4.6/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/phpMyAdmin-4.6/builds/411/cloverphp/clover.xml
Could not find 'build/coverage/build/logs/clover.xml'. Did you generate the XML report for Clover?
[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.6/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.
[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.6/ws/build/logs/jdepend.xml> (No such file or directory)
More information about the Developers
mailing list