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 ----
CommentFileSizeAuthor
#8 results.txt187.37 KBdaven
#3 tesbot_php5_4_container-2349705-3.patch809 bytesdaven

Comments

ricardoamaro’s picture

Title: Tesbot PHP5.4 Container is broken because 5.4.5 is required » Tesbot PHP5.4 Container is broken because minimum 5.4.5 is required
Issue tags: -Testbot fails with a minimum of PHP5.4.5 required
dasrecht’s picture

just traced this back in code looks like it comes from here : https://www.drupal.org/node/2267551

daven’s picture

StatusFileSize
new809 bytes

still building container locally to test but here is a patch.

daven’s picture

local build successful:

docker run -t -i drupalci/web-5.4 php -v
PHP 5.4.29 (cli) (built: Oct  3 2014 13:04:44) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
dasrecht’s picture

wonderful! thanks for the work!

daven’s picture

Update, the 5.4 container has php >5.4.5 but the tests are failing on it locally.

ricardoamaro’s picture

This needs a full test run to be clear to commit :)

daven’s picture

StatusFileSize
new187.37 KB

I 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.

isntall’s picture

Status: Active » Closed (won't fix)