node-1658846-76.patch

Test status
StatusResult
Last receivedThu, 11/15/2012 - 02:11:56
Last requestedThu, 11/15/2012 - 02:12:03
Last testedThu, 11/15/2012 - 02:12:51
Test count1
Environment status
MySQLfail
File information
Filenode-1658846-76.patch
BranchDrupal core - 8.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [MySQL] Failed to run tests: failed during invocation of run-tests.sh.
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
  8. Detect a test run failure
    Ensure that you can install SimpleTest locally and invoke tests using the command line script.
  9. Detect a failing test
  10. Complete test suite with all tests passing
Review log
[19:12:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_385563.pifr_simpletest.node-1658846-76.patch.1352945521.log)
[19:12:01] Review timestamp: (Wed, 11/14/2012 - 19:12)
[19:12:01] Review host: (drupaltestbot953-mysql)
[19:12:01] Operations:Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

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

[19:12:01] Environment variables and review information initialized.
[19:12:01] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/drupal.git]
[19:12:01] Review started.
[19:12:01] Test: Array
(
    [test_id] => 385563
    [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] => 
                )

        )

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

                    [vcs_identifier] => 8.x
                )

            [dependencies] => Array
                (
                )

        )

    [files] => Array
        (
            [0] => http://drupal.org/files/node-1658846-76.patch
        )

)

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

[19:12:01] Invoking operation [setup]...
[19:12:02] Command [chmod -R u+rw sites/default/files/checkout 2>&1] succeeded.
[19:12:02] Command [rm -rf sites/default/files/checkout 2>&1] succeeded.
[19:12:02] Command [rm -rf sites/default/files/review 2>&1] succeeded.
[19:12:02] Database backend [mysql] loaded.
[19:12:02] Invoking operation [fetch]...
[19:12:02] Fetched [node-1658846-76.patch].
[19:12:02] Invoking operation [checkout]...
[19:12:02] Version control system backend [git] loaded.
[19:12:08] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded.
[19:12:08] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '8.x' 2>&1] succeeded.
[19:12:09] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded.
[19:12:09] 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: [f9ce687 Revert "Issue #1801570 by effulgentsia, klausi, Crell: DX: Replace hook_route_info() with YAML files and RouteBuildEvent. This unintentionally broke REST module tests."].
[19:12:09] Main branch [8.x] checkout [complete].
[19:12:09] Invoking operation [check]...
[19:12:09] Invoking operation [apply]...
[19:12:09] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/node-1658846-76.patch 2>&1] succeeded.
[19:12:09] Command [git apply -v -p1 /var/lib/drupaltestbot/sites/default/files/review/node-1658846-76.patch 2>&1] succeeded.
[19:12:09] Applied [node-1658846-76.patch] to:
 > core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php
 > core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php
 > core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
 > core/modules/node/lib/Drupal/node/Tests/NodeTestBase.php
 > core/modules/node/node.api.php
 > core/modules/node/node.install
 > core/modules/node/node.module
 > core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info
 > core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module
[19:12:09] Invoking operation [syntax]...
[19:12:09] Command [php -l -f './core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/lib/Drupal/node/Tests/NodeTestBase.php' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/node.api.php' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/node.install' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/node.module' 2>&1] succeeded.
[19:12:09] Command [php -l -f './core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module' 2>&1] succeeded.
[19:12:09] Checked [8 of 8] relevant file(s) for syntax.
[19:12:09] Invoking operation [install]...
[19:12:09] Setting driver to mysql
[19:12:09] Element was Array
(
    [0] => SimpleXMLElement Object
        (
            [@attributes] => Array
                (
                    [aria-describedby] => edit-driver--description
                    [type] => radio
                    [id] => edit-driver-mysql
                    [name] => driver
                    [value] => mysql
                    [checked] => checked
                    [class] => form-radio
                )

        )

    [1] => SimpleXMLElement Object
        (
            [@attributes] => Array
                (
                    [aria-describedby] => edit-driver--description
                    [type] => radio
                    [id] => edit-driver-sqlite
                    [name] => driver
                    [value] => sqlite
                    [class] => form-radio
                )

        )

)

[19:12:38] Invoking operation [review]...
[19:12:47] Cleaning run-tests.sh environment.
[19:12:48] Command [/usr/bin/php ./core/scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot953-mysql.osuosl.test/checkout' --keep-results --all --clean 2>&1] succeeded.
[19:12:48] Initiating run-tests.sh.
[19:12:49] Command [/usr/bin/php ./core/scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot953-mysql.osuosl.test/checkout' --keep-results --all 2>&1] failed
  Duration 1 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [255]
 Output: [PHP Fatal error:  Class 'Insert' not found in /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/node/lib/Drupal/node/Tests/NodeAccessTest.php on line 79

Fatal error: Class 'Insert' not found in /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/node/lib/Drupal/node/Tests/NodeAccessTest.php on line 79].
[19:12:49] Encountered error on [review], details:
array (
  '@reason' => 'failed during invocation of run-tests.sh',
)
[19:12:49] Review complete. test_id=385563 result code=8 details=Array
(
    [@reason] => failed during invocation of run-tests.sh
)

[19:12:49] Static variables reset.