et-invalid_translation_exception-2090983-22.patch

Test status
StatusResult
Last receivedFri, 10/02/2015 - 14:41:59
Last requestedFri, 10/02/2015 - 14:42:20
Last testedFri, 10/02/2015 - 14:42:23
Test count2
Environment status
PHP 5.5 MySQLfail
File information
Fileet-invalid_translation_exception-2090983-22.patch
BranchDrupal core - 8.0.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [PHP 5.5 MySQL] Unable to apply patch et-invalid_translation_exception-2090983-22.patch. Unable to apply patch. See the log in the details link for more information.
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
    Ensure the patch applies to the tip of the chosen code-base.
  6. Detect invalid PHP syntax
  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
[07:42:20] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_1167808.pifr_simpletest.et-invalid_translation_exception-2090983-22.patch.1443796940.log)
[07:42:20] Review timestamp: (Fri, 10/02/2015 - 07:42)
[07:42:20] Review host: (ec2-54-69-152-230)
[07:42:20] Operations:Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

[07:42:20] Result Codes: Array
(
    [fail] => 9
    [pass] => 10
)

[07:42:20] Environment variables and review information initialized.
[07:42:20] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/drupal.git]
[07:42:20] Review started.
[07:42:20] Test: Array
(
    [test_id] => 1167808
    [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/et-invalid_translation_exception-2090983-22.patch
        )

)

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

[07:42:20] Invoking operation [setup]...
[07:42:20] Command [chmod -R u+rw sites/default/files/checkout 2>&1] succeeded.
[07:42:20] Command [rm -rf sites/default/files/checkout 2>&1] succeeded.
[07:42:20] Command [rm -rf /tmp/po* 2>&1] succeeded.
[07:42:20] Command [rm -rf sites/default/files/review 2>&1] succeeded.
[07:42:20] Database backend [mysql] loaded.
[07:42:20] Invoking operation [fetch]...
[07:42:20] Fetched [et-invalid_translation_exception-2090983-22.patch].
[07:42:20] Invoking operation [checkout]...
[07:42:20] Version control system backend [git] loaded.
[07:42:22] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded.
[07:42:23] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '8.0.x' 2>&1] succeeded.
[07:42:23] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded.
[07:42:23] 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: [158d434 Issue #2474075 by mkalkbrenner, hchonov, plach, catch: Fix Node::preSave() and document that preSave() and postSave() are not working with ContentEntity translations].
[07:42:23] Main branch [8.0.x] checkout [complete].
[07:42:23] Invoking operation [check]...
[07:42:23] Invoking operation [apply]...
[07:42:23] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/et-invalid_translation_exception-2090983-22.patch 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [1]
 Output: [error: patch failed: core/lib/Drupal/Core/Entity/ContentEntityBase.php:70
error: core/lib/Drupal/Core/Entity/ContentEntityBase.php: patch does not apply
error: patch failed: core/lib/Drupal/Core/Entity/ContentEntityForm.php:173
error: core/lib/Drupal/Core/Entity/ContentEntityForm.php: patch does not apply
error: patch failed: core/lib/Drupal/Core/TypedData/TranslatableInterface.php:44
error: core/lib/Drupal/Core/TypedData/TranslatableInterface.php: patch does not apply
error: patch failed: core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php:160
error: core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php: patch does not apply
error: patch failed: core/modules/editor/src/Tests/QuickEditIntegrationTest.php:117
error: core/modules/editor/src/Tests/QuickEditIntegrationTest.php: patch does not apply
error: patch failed: core/modules/field/src/Tests/FieldTestBase.php:46
error: core/modules/field/src/Tests/FieldTestBase.php: patch does not apply
error: patch failed: core/modules/field/src/Tests/TranslationTest.php:124
error: core/modules/field/src/Tests/TranslationTest.php: patch does not apply
error: patch failed: core/modules/field/src/Tests/TranslationWebTest.php:104
error: core/modules/field/src/Tests/TranslationWebTest.php: patch does not apply
error: patch failed: core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php:54
error: core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php: patch does not apply
error: patch failed: core/modules/hal/src/Normalizer/FieldItemNormalizer.php:107
error: core/modules/hal/src/Normalizer/FieldItemNormalizer.php: patch does not apply
error: patch failed: core/modules/hal/src/Tests/NormalizeTest.php:58
error: core/modules/hal/src/Tests/NormalizeTest.php: patch does not apply
error: patch failed: core/modules/node/src/NodeAccessControlHandler.php:100
error: core/modules/node/src/NodeAccessControlHandler.php: patch does not apply
error: patch failed: core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php:110
error: core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php: patch does not apply
error: patch failed: core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php:103
error: core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php: patch does not apply
error: patch failed: core/modules/quickedit/src/Tests/EditorSelectionTest.php:43
error: core/modules/quickedit/src/Tests/EditorSelectionTest.php: patch does not apply
error: patch failed: core/modules/quickedit/src/Tests/MetadataGeneratorTest.php:101
error: core/modules/quickedit/src/Tests/MetadataGeneratorTest.php: patch does not apply
error: patch failed: core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php:422
error: core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php: patch does not apply
error: patch failed: core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php:137
error: core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php: patch does not apply
error: patch failed: core/modules/system/src/Tests/Entity/EntityQueryTest.php:130
error: core/modules/system/src/Tests/Entity/EntityQueryTest.php: patch does not apply
error: patch failed: core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php:106
error: core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php: patch does not apply
error: patch failed: core/modules/system/src/Tests/Entity/EntityTranslationTest.php:8
error: core/modules/system/src/Tests/Entity/EntityTranslationTest.php: patch does not apply
error: patch failed: core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php:70
error: core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php: patch does not apply].
[07:42:23] Encountered error on [apply], details:
array (
  '@filename' => 'et-invalid_translation_exception-2090983-22.patch',
  '@reason' => 'Unable to apply patch.  See the log in the details link for more information',
)
[07:42:23] Review complete. test_id=1167808 result code=5 details=Array
(
    [@filename] => et-invalid_translation_exception-2090983-22.patch
    [@reason] => Unable to apply patch.  See the log in the details link for more information
)

[07:42:23] Static variables reset.