2421323_0.patch

Test status
StatusResult
Last receivedMon, 11/02/2015 - 13:06:00
Last requestedMon, 11/02/2015 - 13:06:01
Last testedMon, 11/02/2015 - 13:06:06
Test count1
Environment status
MySQLfail
File information
File2421323_0.patch
BranchDrupal core - 7.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [MySQL] Drupal installation failed.
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
    Ensure that you can perform a fresh Drupal install.
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing
Review log
[06:06:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_1181338.pifr_simpletest.2421323_0.patch.1446469561.log)
[06:06:01] Review timestamp: (Mon, 11/02/2015 - 06:06)
[06:06:01] Review host: (ec2-54-69-10-31)
[06:06:01] Operations:Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

[06:06:01] Result Codes: Array
(
    [fail] => 9
    [pass] => 10
)

[06:06:01] Environment variables and review information initialized.
[06:06:01] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/drupal.git]
[06:06:01] Review started.
[06:06:01] Test: Array
(
    [test_id] => 1181338
    [review] => Array
        (
            [plugin] => pifr_simpletest
            [argument] => Array
                (
                    [test.title] => 
                    [test.directory.review] => Array
                        (
                            [0] => 
                        )

                    [test.directory.apply] => 
                    [test.directory.dependency] => 
                    [test.files] => Array
                        (
                        )

                    [test.extensions] => Array
                        (
                            [0] => php
                            [1] => inc
                            [2] => install
                            [3] => module
                            [4] => test
                        )

                    [drupal.core.version] => 7
                    [drupal.core.url] => git://git.drupal.org/project/drupal.git
                    [drupal.modules] => Array
                        (
                        )

                    [drupal.user] => admin
                    [drupal.pass] => 
                    [drupal.variables] => Array
                        (
                        )

                    [simpletest.tests] => Array
                        (
                        )

                    [simpletest.db] => 
                    [test.php.version] => 5.3
                )

        )

    [vcs] => Array
        (
            [main] => Array
                (
                    [repository] => Array
                        (
                            [type] => git
                            [url] => git://git.drupal.org/project/drupal.git
                        )

                    [vcs_identifier] => 7.x
                )

            [dependencies] => Array
                (
                )

        )

    [files] => Array
        (
            [0] => https://www.drupal.org/files/issues/2421323_0.patch
        )

)

[06:06:01] Operations: Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

[06:06:01] Invoking operation [setup]...
[06:06:01] Command [chmod -R u+rw sites/default/files/checkout 2>&1] succeeded.
[06:06:01] Command [rm -rf sites/default/files/checkout 2>&1] succeeded.
[06:06:01] Command [rm -rf /tmp/po* 2>&1] succeeded.
[06:06:01] Command [rm -rf sites/default/files/review 2>&1] succeeded.
[06:06:01] Database backend [mysql] loaded.
[06:06:01] Invoking operation [fetch]...
[06:06:01] Fetched [2421323_0.patch].
[06:06:01] Invoking operation [checkout]...
[06:06:01] Version control system backend [git] loaded.
[06:06:03] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded.
[06:06:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '7.x' 2>&1] succeeded.
[06:06:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded.
[06:06:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' log --oneline -1 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [405e861 Issue #1862250 by amanire, Ivan Zugec, Novitsh, joates, sdstyles, yoroy, joshi.rohit100, acabouet, rpayanm, klonos, dahousecat, Daniel_Rose, HeimdallJHM, cluther, vineet.osscube, joachim, Stalski, Bojhan, chris_h: The "Trim length" format description is confusing/not clear to Drupal newcomers].
[06:06:03] Main branch [7.x] checkout [complete].
[06:06:03] Invoking operation [check]...
[06:06:03] Invoking operation [apply]...
[06:06:03] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/2421323_0.patch 2>&1] succeeded.
[06:06:03] Command [git apply -v -p1 /var/lib/drupaltestbot/sites/default/files/review/2421323_0.patch 2>&1] succeeded.
[06:06:03] Applied [2421323_0.patch] to:
 > includes/common.inc
[06:06:03] Invoking operation [syntax]...
[06:06:03] Command [php -l -f './includes/common.inc' 2>&1] succeeded.
[06:06:03] Checked [1 of 1] relevant file(s) for syntax.
[06:06:03] Invoking operation [install]...
[06:06:03] drush si command=cd sites/default/files/checkout && drush si -y --db-url=mysql://drupaltestbot-my:kYQMxYXyYtmr@localhost/drupaltestbotmysql --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
[06:06:06] Command [cd sites/default/files/checkout && drush si -y --db-url=mysql://drupaltestbot-my:kYQMxYXyYtmr@localhost/drupaltestbotmysql --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com 2>&1] failed
  Duration 3 seconds
  Directory [/var/lib/drupaltestbot]
  Status [1]
 Output: [You are about to create a /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/settings.php file and DROP all tables in your 'drupaltestbotmysql' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the        [ok]
--notify global option.
exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or    [error]
view not found: 1146 Table 'drupaltestbotmysql.locales_source'
doesn't exist' in
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc:2171
Stack trace:
#0
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2171):
PDOStatement->execute(Array)
#1
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(683):
DatabaseStatementBase->execute(Array, Array)
#2
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2350):
DatabaseConnection->query('SELECT lid, loc...', Array, Array)
#3
/var/lib/drupaltestbot/sites/default/files/checkout/includes/locale.inc(1563):
db_query('SELECT lid, loc...', Array)
#4
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(5117):
_locale_parse_js_file('misc/drupal.js')
#5
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(7647):
drupal_clear_js_cache()
#6
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(1615):
drupal_flush_all_caches()
#7 [internal function]: _install_profile_modules_finished(true,
Array, Array, '0 sec')
#8
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(466):
call_user_func('_install_profil...', true, Array, Array, '0 sec')
#9
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(368):
_batch_finished()
#10
/var/lib/drupaltestbot/sites/default/files/checkout/includes/form.inc(4704):
_batch_process()
#11
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(444):
batch_process('install.php?pro...', 'http://default/...')
#12
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(339):
install_run_task(Array, Array)
#13
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(77):
install_run_tasks(Array)
#14 /opt/drush/includes/drush.inc(701): install_drupal(Array)
#15 /opt/drush/includes/drush.inc(687):
drush_call_user_func_array('install_drupal', Array)
#16 /opt/drush/commands/core/drupal/site_install_7.inc(64):
drush_op('install_drupal', Array)
#17 /opt/drush/commands/core/site_install.drush.inc(273):
drush_core_site_install_version(NULL, Array)
#18 [internal function]: drush_core_site_install()
#19 /opt/drush/includes/command.inc(359):
call_user_func_array('drush_core_site...', Array)
#20 /opt/drush/includes/command.inc(210): _drush_invoke_hooks(Array,
Array)
#21 [internal function]: drush_command()
#22 /opt/drush/includes/command.inc(178):
call_user_func_array('drush_command', Array)
#23 /opt/drush/lib/Drush/Boot/DrupalBoot.php(46):
drush_dispatch(Array)
#24 /opt/drush/drush.php(76):
Drush\Boot\DrupalBoot->bootstrap_and_dispatch()
#25 /opt/drush/drush.php(16): drush_main()
#26 {main}].
[06:06:06] Command [cd /var/lib/drupaltestbot 2>&1] succeeded.
[06:06:06] Encountered error on [install], details:
array (
  '@reason' => 'cd sites/default/files/checkout && drush si -y --db-url=mysql://drupaltestbot-my:kYQMxYXyYtmr@localhost/drupaltestbotmysql --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com failed with return code , output=You are about to create a /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/settings.php file and DROP all tables in your \'drupaltestbotmysql\' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the        [ok]
--notify global option.
exception \'PDOException\' with message \'SQLSTATE[42S02]: Base table or    [error]
view not found: 1146 Table \'drupaltestbotmysql.locales_source\'
doesn\'t exist\' in
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc:2171
Stack trace:
#0
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2171):
PDOStatement->execute(Array)
#1
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(683):
DatabaseStatementBase->execute(Array, Array)
#2
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2350):
DatabaseConnection->query(\'SELECT lid, loc...\', Array, Array)
#3
/var/lib/drupaltestbot/sites/default/files/checkout/includes/locale.inc(1563):
db_query(\'SELECT lid, loc...\', Array)
#4
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(5117):
_locale_parse_js_file(\'misc/drupal.js\')
#5
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(7647):
drupal_clear_js_cache()
#6
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(1615):
drupal_flush_all_caches()
#7 [internal function]: _install_profile_modules_finished(true,
Array, Array, \'0 sec\')
#8
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(466):
call_user_func(\'_install_profil...\', true, Array, Array, \'0 sec\')
#9
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(368):
_batch_finished()
#10
/var/lib/drupaltestbot/sites/default/files/checkout/includes/form.inc(4704):
_batch_process()
#11
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(444):
batch_process(\'install.php?pro...\', \'http://default/...\')
#12
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(339):
install_run_task(Array, Array)
#13
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(77):
install_run_tasks(Array)
#14 /opt/drush/includes/drush.inc(701): install_drupal(Array)
#15 /opt/drush/includes/drush.inc(687):
drush_call_user_func_array(\'install_drupal\', Array)
#16 /opt/drush/commands/core/drupal/site_install_7.inc(64):
drush_op(\'install_drupal\', Array)
#17 /opt/drush/commands/core/site_install.drush.inc(273):
drush_core_site_install_version(NULL, Array)
#18 [internal function]: drush_core_site_install()
#19 /opt/drush/includes/command.inc(359):
call_user_func_array(\'drush_core_site...\', Array)
#20 /opt/drush/includes/command.inc(210): _drush_invoke_hooks(Array,
Array)
#21 [internal function]: drush_command()
#22 /opt/drush/includes/command.inc(178):
call_user_func_array(\'drush_command\', Array)
#23 /opt/drush/lib/Drush/Boot/DrupalBoot.php(46):
drush_dispatch(Array)
#24 /opt/drush/drush.php(76):
Drush\\Boot\\DrupalBoot->bootstrap_and_dispatch()
#25 /opt/drush/drush.php(16): drush_main()
#26 {main}',
)
[06:06:06] Review complete. test_id=1181338 result code=7 details=Array
(
    [@reason] => cd sites/default/files/checkout && drush si -y --db-url=mysql://drupaltestbot-my:kYQMxYXyYtmr@localhost/drupaltestbotmysql --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com failed with return code , output=You are about to create a /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/settings.php file and DROP all tables in your 'drupaltestbotmysql' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the        [ok]
--notify global option.
exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or    [error]
view not found: 1146 Table 'drupaltestbotmysql.locales_source'
doesn't exist' in
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc:2171
Stack trace:
#0
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2171):
PDOStatement->execute(Array)
#1
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(683):
DatabaseStatementBase->execute(Array, Array)
#2
/var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc(2350):
DatabaseConnection->query('SELECT lid, loc...', Array, Array)
#3
/var/lib/drupaltestbot/sites/default/files/checkout/includes/locale.inc(1563):
db_query('SELECT lid, loc...', Array)
#4
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(5117):
_locale_parse_js_file('misc/drupal.js')
#5
/var/lib/drupaltestbot/sites/default/files/checkout/includes/common.inc(7647):
drupal_clear_js_cache()
#6
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(1615):
drupal_flush_all_caches()
#7 [internal function]: _install_profile_modules_finished(true,
Array, Array, '0 sec')
#8
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(466):
call_user_func('_install_profil...', true, Array, Array, '0 sec')
#9
/var/lib/drupaltestbot/sites/default/files/checkout/includes/batch.inc(368):
_batch_finished()
#10
/var/lib/drupaltestbot/sites/default/files/checkout/includes/form.inc(4704):
_batch_process()
#11
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(444):
batch_process('install.php?pro...', 'http://default/...')
#12
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(339):
install_run_task(Array, Array)
#13
/var/lib/drupaltestbot/sites/default/files/checkout/includes/install.core.inc(77):
install_run_tasks(Array)
#14 /opt/drush/includes/drush.inc(701): install_drupal(Array)
#15 /opt/drush/includes/drush.inc(687):
drush_call_user_func_array('install_drupal', Array)
#16 /opt/drush/commands/core/drupal/site_install_7.inc(64):
drush_op('install_drupal', Array)
#17 /opt/drush/commands/core/site_install.drush.inc(273):
drush_core_site_install_version(NULL, Array)
#18 [internal function]: drush_core_site_install()
#19 /opt/drush/includes/command.inc(359):
call_user_func_array('drush_core_site...', Array)
#20 /opt/drush/includes/command.inc(210): _drush_invoke_hooks(Array,
Array)
#21 [internal function]: drush_command()
#22 /opt/drush/includes/command.inc(178):
call_user_func_array('drush_command', Array)
#23 /opt/drush/lib/Drush/Boot/DrupalBoot.php(46):
drush_dispatch(Array)
#24 /opt/drush/drush.php(76):
Drush\Boot\DrupalBoot->bootstrap_and_dispatch()
#25 /opt/drush/drush.php(16): drush_main()
#26 {main}
)

[06:06:06] Static variables reset.