2476947-310-convert-page-title-block.patch

Test status
StatusResult
Last receivedMon, 09/28/2015 - 06:07:01
Last requestedMon, 09/28/2015 - 06:08:01
Last testedMon, 09/28/2015 - 06:08:05
Test count3
Environment status
PHP 5.5 MySQLfail
File information
File2476947-310-convert-page-title-block.patch
BranchDrupal core - 8.0.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [PHP 5.5 MySQL] Invalid PHP syntax in core/modules/system/system.install.
Details

PHP 5.5 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
    Check the syntax of your PHP files.
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing
Review log
[23:08:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_1162483.pifr_simpletest.2476947-310-convert-page-title-block.patch.1443420481.log)
[23:08:01] Review timestamp: (Sun, 09/27/2015 - 23:08)
[23:08:01] Review host: (ec2-52-27-70-16)
[23:08:01] Operations:Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

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

[23:08:01] Environment variables and review information initialized.
[23:08:01] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/drupal.git]
[23:08:01] Review started.
[23:08:01] Test: Array
(
    [test_id] => 1162483
    [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] => 8
                    [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] => 
                    [phpversion] => 5.5
                    [test.php.version] => 5.5
                )

        )

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

                    [vcs_identifier] => 8.0.x
                )

            [dependencies] => Array
                (
                )

        )

    [files] => Array
        (
            [0] => https://www.drupal.org/files/issues/2476947-310-convert-page-title-block.patch
        )

)

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

[23:08:01] Invoking operation [setup]...
[23:08:01] Command [chmod -R u+rw sites/default/files/checkout 2>&1] succeeded.
[23:08:01] Command [rm -rf sites/default/files/checkout 2>&1] succeeded.
[23:08:01] Command [rm -rf /tmp/po* 2>&1] succeeded.
[23:08:01] Command [rm -rf sites/default/files/review 2>&1] succeeded.
[23:08:01] Database backend [mysql] loaded.
[23:08:01] Invoking operation [fetch]...
[23:08:01] Fetched [2476947-310-convert-page-title-block.patch].
[23:08:01] Invoking operation [checkout]...
[23:08:01] Version control system backend [git] loaded.
[23:08:03] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded.
[23:08:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '8.0.x' 2>&1] succeeded.
[23:08:04] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded.
[23:08:04] 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: [983d2eb Issue #2554267 by asgorobets, justAChris, LoMo: Clean Environment button on Simpletest UI should not run test even if tests are selected].
[23:08:04] Main branch [8.0.x] checkout [complete].
[23:08:04] Invoking operation [check]...
[23:08:04] Invoking operation [apply]...
[23:08:04] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/2476947-310-convert-page-title-block.patch 2>&1] succeeded.
[23:08:04] Command [git apply -v -p1 /var/lib/drupaltestbot/sites/default/files/review/2476947-310-convert-page-title-block.patch 2>&1] succeeded.
[23:08:04] Applied [2476947-310-convert-page-title-block.patch] to:
 > core/includes/theme.inc
 > core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php
 > core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
 > core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
 > core/lib/Drupal/Core/Display/PageVariantInterface.php
 > core/lib/Drupal/Core/Render/Element/PageTitle.php
 > core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
 > core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php
 > core/modules/aggregator/src/Tests/AddFeedTest.php
 > core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
 > core/modules/block/src/BlockViewBuilder.php
 > core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php
 > core/modules/block/src/Tests/BlockTest.php
 > core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php
 > core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
 > core/modules/block_content/src/Tests/BlockContentTypeTest.php
 > core/modules/block_content/src/Tests/PageEditTest.php
 > core/modules/book/src/Tests/BookTest.php
 > core/modules/comment/src/Tests/CommentAdminTest.php
 > core/modules/comment/src/Tests/CommentNonNodeTest.php
 > core/modules/comment/src/Tests/CommentTestBase.php
 > core/modules/comment/src/Tests/CommentTypeTest.php
 > core/modules/config/src/Tests/ConfigSingleImportExportTest.php
 > core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
 > core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
 > core/modules/contact/src/Tests/ContactSitewideTest.php
 > core/modules/dblog/src/Tests/DbLogTest.php
 > core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
 > core/modules/field_ui/src/Tests/ManageFieldsTest.php
 > core/modules/filter/src/Tests/FilterFormatAccessTest.php
 > core/modules/forum/src/Tests/ForumTest.php
 > core/modules/menu_ui/src/Tests/MenuNodeTest.php
 > core/modules/menu_ui/src/Tests/MenuTest.php
 > core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php
 > core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
 > core/modules/search/src/Tests/SearchPageTextTest.php
 > core/modules/shortcut/shortcut.module
 > core/modules/shortcut/src/Tests/ShortcutLinksTest.php
 > core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
 > core/modules/system/src/Tests/Installer/InstallerTest.php
 > core/modules/system/src/Tests/Menu/MenuRouterTest.php
 > core/modules/system/src/Tests/System/AccessDeniedTest.php
 > core/modules/system/src/Tests/System/PageTitleTest.php
 > core/modules/system/src/Tests/System/SiteMaintenanceTest.php
 > core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
 > core/modules/system/system.install
 > core/modules/system/templates/page-title.html.twig
 > core/modules/system/templates/page.html.twig
 > core/modules/system/tests/fixtures/update/block.block.testfor2476947.yml
 > core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php
 > core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php
 > core/modules/taxonomy/src/Tests/TermTest.php
 > core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
 > core/modules/taxonomy/src/Tests/VocabularyUiTest.php
 > core/modules/views/src/Routing/ViewPageController.php
 > core/modules/views/src/Tests/DefaultViewsTest.php
 > core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php
 > core/modules/views/src/Tests/Wizard/BasicTest.php
 > core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
 > core/modules/views/src/Tests/Wizard/SortingTest.php
 > core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php
 > core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
 > core/modules/views/views.libraries.yml
 > core/modules/views/views.module
 > core/modules/views/views.theme.inc
 > core/modules/views_ui/src/Tests/DefaultViewsTest.php
 > core/modules/views_ui/src/Tests/DisplayPathTest.php
 > core/modules/views_ui/src/Tests/DisplayTest.php
 > core/modules/views_ui/src/Tests/DuplicateTest.php
 > core/modules/views_ui/src/Tests/HandlerTest.php
 > core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
 > core/profiles/minimal/config/install/block.block.stark_page_title.yml
 > core/profiles/standard/config/install/block.block.bartik_page_title.yml
 > core/profiles/standard/config/install/block.block.classy_page_title.yml
 > core/profiles/standard/config/install/block.block.seven_page_title.yml
 > core/themes/bartik/bartik.theme
 > core/themes/bartik/templates/page-title.html.twig
 > core/themes/bartik/templates/page.html.twig
 > core/themes/classy/templates/content/page-title.html.twig
 > core/themes/classy/templates/layout/page.html.twig
 > core/themes/seven/templates/page.html.twig
[23:08:04] Invoking operation [syntax]...
[23:08:04] Command [php -l -f './core/includes/theme.inc' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Display/PageVariantInterface.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Render/Element/PageTitle.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/aggregator/src/Tests/AddFeedTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/aggregator/src/Tests/AggregatorRenderingTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block/src/BlockViewBuilder.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block/src/Tests/BlockTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block_content/src/Tests/BlockContentTranslationUITest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block_content/src/Tests/BlockContentTypeTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/block_content/src/Tests/PageEditTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/book/src/Tests/BookTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/comment/src/Tests/CommentAdminTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/comment/src/Tests/CommentNonNodeTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/comment/src/Tests/CommentTestBase.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/comment/src/Tests/CommentTypeTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/config/src/Tests/ConfigSingleImportExportTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/contact/src/Tests/ContactSitewideTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/dblog/src/Tests/DbLogTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/field_ui/src/Tests/EntityDisplayModeTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/field_ui/src/Tests/ManageFieldsTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/filter/src/Tests/FilterFormatAccessTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/forum/src/Tests/ForumTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/menu_ui/src/Tests/MenuNodeTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/menu_ui/src/Tests/MenuTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/search/src/Tests/SearchConfigSettingsFormTest.php' 2>&1] succeeded.
[23:08:04] Command [php -l -f './core/modules/search/src/Tests/SearchPageTextTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/shortcut/shortcut.module' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/shortcut/src/Tests/ShortcutLinksTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/Entity/EntityViewControllerTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/Installer/InstallerTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/Menu/MenuRouterTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/System/AccessDeniedTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/System/PageTitleTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/System/SiteMaintenanceTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php' 2>&1] succeeded.
[23:08:05] Command [php -l -f './core/modules/system/system.install' 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [255]
 Output: [PHP Fatal error:  Cannot redeclare system_update_8008() (previously declared in ./core/modules/system/system.install:1654) in ./core/modules/system/system.install on line 1746

Fatal error: Cannot redeclare system_update_8008() (previously declared in ./core/modules/system/system.install:1654) in ./core/modules/system/system.install on line 1746
Errors parsing ./core/modules/system/system.install].
[23:08:05] Encountered error on [syntax], details:
array (
  '@filename' => 'core/modules/system/system.install',
)
[23:08:05] Review complete. test_id=1162483 result code=6 details=Array
(
    [@filename] => core/modules/system/system.install
)

[23:08:05] Static variables reset.