TESTRUN:
http://coreresults.drupal-pt.org/sites/default/files/build_D80x_mysql55_...
------------------------------------------------------------------------------
Containers: web-5.4 and drupaltestbot-db-mysql-5.5 available
Running PHP5.4/mysql on drupalci/web-5.4 at Fri Oct 3 10:50:01 UTC 2014
------------------------------------------------------------------------------
Local Drupal repo found on /home/ricardo/testbotdata/drupal/
Local Drush found on /home/ricardo/testbotdata/vendor/drush/drush/drush
Updating Drupal git...
/home/ricardo/testbotdata/drupal
Fetching origin
Fetching origin
Fetching origin
Already up-to-date.
Cloning into '/home/ricardo/testbotdata/build_D80x_mysql55_PHP54_20141003_105001'...
done.
Already on '8.0.x'
Your branch is up-to-date with 'origin/8.0.x'.
NOTICE: $DCI_DEPENDENCIES has no modules declared...
NOTICE: $DCI_DEPENDENCIES_GIT has nothing declared...
NOTICE: $DCI_DEPENDENCIES_TGZ has nothing declared...
NOTICE: $DCI_PATCH variable has no patch to apply...
------------------------ ENVIRONMENT VARIABLES IN USE ------------------------
DCI_IDENTIFIER="build_D80x_mysql55_PHP54_20141003_105001"
DCI_DRUPALBRANCH="8.0.x"
DCI_DRUPALVERSION="8"
DCI_TESTGROUPS="Bootstrap,Installer"
DCI_PATCH=""
DCI_PHPVERSION="5.4"
DCI_DBTYPE="mysql"
DCI_DBVER="5.5"
DCI_CONCURRENCY="10"
DCI_INSTALLER="none"
DCI_VERBOSE="true"
DCI_REPODIR="/home/ricardo/testbotdata"
DCI_UPDATEREPO="true"
DCI_DRUPALREPO="http://git.drupal.org/project/drupal.git"
DCI_DRUSHREPO="https://github.com/drush-ops/drush.git"
DCI_BUILDSDIR="/home/ricardo/testbotdata"
DCI_WORKSPACE="/home/ricardo/testbotdata/build_D80x_mysql55_PHP54_20141003_105001/"
DCI_DEPENDENCIES=""
DCI_DEPENDENCIES_GIT=""
DCI_DEPENDENCIES_TGZ=""
DCI_MODULESPATH="./modules"
DCI_DBUSER="drupaltestbot"
DCI_DBPASS="drupaltestbotpw"
DCI_DBCONTAINER="drupaltestbot-db-mysql-5.5"
DCI_DBLINK="--link=drupaltestbot-db-mysql-5.5:db"
DCI_CMD=""
DCI_INTERACTIVE=""
DCI_RUNSCRIPT="php ./core/scripts/run-tests.sh --php /usr/bin/php --url 'http://localhost' --color --concurrency 10 --verbose --xml '/var/workspace/results'"
VERBO="--verbose"
---- Drupal\system\Tests\Installer\SiteNameTest ----
Status Group Filename Line Function
--------------------------------------------------------------------------------
[31mFail Completion SiteNameTest.php 39 Drupal\system\Tests\Installer\SiteN
[0m The test did not complete due to a fatal error.
[33mException Uncaught e install.core.inc 2171 install_display_requirements()
[0m Drupal\Core\Installer\Exception\InstallerException: PHP: 5.4.4-14+deb7u14
Your PHP installation is too old. Drupal requires at least PHP <em
class="placeholder">5.4.5</em>. in
install_display_requirements() (line 2171 of
/var/www/core/includes/install.core.inc).
install_display_requirements(Array, Array)
install_verify_requirements(Array)
install_run_task(Array, Array)
install_run_tasks(Array)
install_drupal(Array)
Drupal\simpletest\WebTestBase->setUp()
Drupal\simpletest\TestBase->run()
simpletest_script_run_one_test('16',
'Drupal\system\Tests\Installer\SiteNameTest')
Status Group Filename Line Function
--------------------------------------------------------------------------------
[31mFail Completion PageCacheTest.php 46 Drupal\system\Tests\Bootstrap\PageC
[0m The test did not complete due to a fatal error.
[33mException Uncaught e install.core.inc 2171 install_display_requirements()
[0m Drupal\Core\Installer\Exception\InstallerException: PHP: 5.4.4-14+deb7u14
Your PHP installation is too old. Drupal requires at least PHP <em
class="placeholder">5.4.5</em>. in
install_display_requirements() (line 2171 of
/var/www/core/includes/install.core.inc).
install_display_requirements(Array, Array)
install_verify_requirements(Array)
install_run_task(Array, Array)
install_run_tasks(Array)
install_drupal(Array)
Drupal\simpletest\WebTestBase->setUp()
Drupal\system\Tests\Bootstrap\PageCacheTest->setUp()
Drupal\simpletest\TestBase->run()
simpletest_script_run_one_test('2',
'Drupal\system\Tests\Bootstrap\PageCacheTest')
---- Drupal\system\Tests\Bootstrap\ResettableStaticUnitTest ----
Comments
Comment #1
ricardoamaro commentedComment #2
dasrecht commentedjust traced this back in code looks like it comes from here : https://www.drupal.org/node/2267551
Comment #3
daven commentedstill building container locally to test but here is a patch.
Comment #4
daven commentedlocal build successful:
Comment #5
dasrecht commentedwonderful! thanks for the work!
Comment #6
daven commentedUpdate, the 5.4 container has php >5.4.5 but the tests are failing on it locally.
Comment #7
ricardoamaro commentedThis needs a full test run to be clear to commit :)
Comment #8
daven commentedI also tried it with 5.4.32 but had the same results. Attaching text file summary of the result xml files in case that helps.
Comment #9
isntall commented