In case of troubles
No clients to display.
[11:50:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_1174868.pifr_simpletest.examples-rest_example-1883784-46.patch.1444243801.log) [11:50:01] Review timestamp: (Wed, 10/07/2015 - 11:50) [11:50:01] Review host: (ec2-54-69-152-230) [11:50:01] Operations:Array ( [0] => setup [1] => fetch [2] => checkout [3] => check [4] => apply [5] => syntax [6] => install [7] => review ) [11:50:01] Result Codes: Array ( [fail] => 9 [pass] => 10 ) [11:50:01] Environment variables and review information initialized. [11:50:01] core_url = [git://git.drupal.org/project/drupal.git]; Test repository = [git://git.drupal.org/project/examples.git] [11:50:01] Project directory is [examples] [11:50:01] Review started. [11:50:01] Test: Array ( [test_id] => 1174868 [review] => Array ( [plugin] => pifr_simpletest [argument] => Array ( [test.title] => [test.directory.review] => Array ( [0] => sites/default/modules/examples ) [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 ( [1] => Array ( [repository] => Array ( [type] => git [url] => git://git.drupal.org/project/examples.git ) [vcs_identifier] => 8.x-1.x ) ) ) [files] => Array ( [0] => https://www.drupal.org/files/issues/examples-rest_example-1883784-46.patch ) ) [11:50:01] Operations: Array ( [0] => setup [1] => fetch [2] => checkout [3] => check [4] => apply [5] => syntax [6] => install [7] => review ) [11:50:01] Invoking operation [setup]... [11:50:01] Command [chmod -R u+rw sites/default/files/checkout 2>&1] succeeded. [11:50:01] Command [rm -rf sites/default/files/checkout 2>&1] succeeded. [11:50:01] Command [rm -rf /tmp/po* 2>&1] succeeded. [11:50:01] Command [rm -rf sites/default/files/review 2>&1] succeeded. [11:50:01] Database backend [mysql] loaded. [11:50:01] Invoking operation [fetch]... [11:50:01] Fetched [examples-rest_example-1883784-46.patch]. [11:50:01] Invoking operation [checkout]... [11:50:01] Version control system backend [git] loaded. [11:50:04] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded. [11:50:04] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '8.0.x' 2>&1] succeeded. [11:50:04] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded. [11:50: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: [1672445 Issue #2570285 by mr.baileys, cpj, stefan.r, alexpott, nlisgo, joelpittet, Aki Tendo, borisson_, chx, dawehner, s_leu, Berdir: Make sure TranslatableMarkup accepts string values only]. [11:50:04] Main branch [8.0.x] checkout [complete]. [11:50:19] Command [git clone 'git://git.drupal.org/project/examples.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples' --reference /var/cache/git/reference 2>&1] succeeded. [11:50:19] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples/.git' checkout '8.x-1.x' 2>&1] succeeded. [11:50:19] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples/.git' status 2>&1] succeeded. [11:50:19] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/examples/.git' log --oneline -1 2>&1] succeeded Duration: 0 seconds Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules] Completion status: [0] Output: [a9618c9 Issue #2543476 by joshi.rohit100, zero2one: CacheExampleForm : Forms that require a Drupal service or a custom service should access the service using dependency injection]. [11:50:19] Dependency branch [8.x-1.x] checkout [complete]. [11:50:19] Invoking operation [check]... [11:50:19] Invoking operation [apply]... [11:50:19] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/examples-rest_example-1883784-46.patch 2>&1] succeeded. [11:50:19] Command [git apply -v -p1 /var/lib/drupaltestbot/sites/default/files/review/examples-rest_example-1883784-46.patch 2>&1] succeeded. [11:50:19] Applied [examples-rest_example-1883784-46.patch] to: > rest_example/config/install/node.type.rest_example_test.yml > rest_example/config/install/views.view.rest_service.yml > rest_example/rest_example.info.yml > rest_example/rest_example.links.action.yml > rest_example/rest_example.links.menu.yml > rest_example/rest_example.module > rest_example/rest_example.routing.yml > rest_example/src/Controller/RestExampleClientController.php > rest_example/src/Form/RestExampleClientDelete.php > rest_example/src/Form/RestExampleClientEdit.php > rest_example/src/Form/RestExampleClientSettings.php > rest_example/src/RestExampleClientCalls.php > rest_example/src/Tests/RestExampleMenuTest.php [11:50:19] Invoking operation [syntax]... [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/rest_example.module' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/Controller/RestExampleClientController.php' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/Form/RestExampleClientDelete.php' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/Form/RestExampleClientEdit.php' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/Form/RestExampleClientSettings.php' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/RestExampleClientCalls.php' 2>&1] succeeded. [11:50:19] Command [php -l -f './sites/default/modules/examples/rest_example/src/Tests/RestExampleMenuTest.php' 2>&1] succeeded. [11:50:19] Checked [7 of 7] relevant file(s) for syntax. [11:50:19] Invoking operation [install]... [11:50:19] Invoking operation [review]... [11:50:19] Scanning sites/default/files/checkout/sites/default/modules/examples for .test files. [11:50:19] Scanning sites/default/files/checkout/sites/default/modules/examples for /Tests/*.php files. [11:50:19] Cleaning run-tests.sh environment. [11:50:19] Command [/usr/bin/php ./core/scripts/run-tests.sh --concurrency 28 --php /usr/bin/php --url http://ec2-54-69-152-230.us-west-2.compute.amazonaws.com/checkout --sqlite /tmpfs/pifr/test.sqlite --dburl mysql://drupaltestbot-my:zjk1DhQbdLaq@localhost/drupaltestbotmysql --keep-results --file sites/default/modules/examples/block_example/src/Tests/BlockExampleTest.php,sites/default/modules/examples/block_example/src/Tests/BlockExampleMenuTest.php,sites/default/modules/examples/cache_example/src/Tests/CacheExampleTestCase.php,sites/default/modules/examples/cron_example/src/Tests/CronExampleTestCase.php,sites/default/modules/examples/dbtng_example/src/Tests/DBTNGExampleTest.php,sites/default/modules/examples/email_example/src/Tests/EmailExampleTest.php,sites/default/modules/examples/field_example/src/Tests/TextWidgetTest.php,sites/default/modules/examples/field_example/src/Tests/Text3WidgetTest.php,sites/default/modules/examples/field_example/src/Tests/FieldExampleMenuTest.php,sites/default/modules/examples/js_example/src/Tests/JsExampleTest.php,sites/default/modules/examples/page_example/src/Tests/PageExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleMockModuleTest.php,sites/default/modules/examples/tablesort_example/src/Tests/TableSortExampleTest.php,sites/default/modules/examples/config_entity_example/src/Tests/ConfigEntityExampleTest.php,sites/default/modules/examples/content_entity_example/src/Tests/ContentEntityExampleTest.php,sites/default/modules/examples/node_type_example/src/Tests/NodeTypeExampleTest.php,sites/default/modules/examples/phpunit_example/src/Tests/PHPUnitExampleMenuTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/Subclasses/ProtectedPrivatesSubclass.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/ProtectedPrivatesTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/DisplayManagerTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/AddClassTest.php,sites/default/modules/examples/src/Tests/ExamplesTestBase.php,sites/default/modules/examples/src/Tests/ExamplesTest.php,sites/default/modules/examples/tour_example/src/Tests/TourExampleTest.php,sites/default/modules/examples/rest_example/src/Tests/RestExampleMenuTest.php --clean 2>&1] succeeded. [11:50:19] Initiating run-tests.sh. [11:51:01] Command [/usr/bin/php ./core/scripts/run-tests.sh --concurrency 28 --php /usr/bin/php --url http://ec2-54-69-152-230.us-west-2.compute.amazonaws.com/checkout --sqlite /tmpfs/pifr/test.sqlite --dburl mysql://drupaltestbot-my:zjk1DhQbdLaq@localhost/drupaltestbotmysql --keep-results --file sites/default/modules/examples/block_example/src/Tests/BlockExampleTest.php,sites/default/modules/examples/block_example/src/Tests/BlockExampleMenuTest.php,sites/default/modules/examples/cache_example/src/Tests/CacheExampleTestCase.php,sites/default/modules/examples/cron_example/src/Tests/CronExampleTestCase.php,sites/default/modules/examples/dbtng_example/src/Tests/DBTNGExampleTest.php,sites/default/modules/examples/email_example/src/Tests/EmailExampleTest.php,sites/default/modules/examples/field_example/src/Tests/TextWidgetTest.php,sites/default/modules/examples/field_example/src/Tests/Text3WidgetTest.php,sites/default/modules/examples/field_example/src/Tests/FieldExampleMenuTest.php,sites/default/modules/examples/js_example/src/Tests/JsExampleTest.php,sites/default/modules/examples/page_example/src/Tests/PageExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleMockModuleTest.php,sites/default/modules/examples/tablesort_example/src/Tests/TableSortExampleTest.php,sites/default/modules/examples/config_entity_example/src/Tests/ConfigEntityExampleTest.php,sites/default/modules/examples/content_entity_example/src/Tests/ContentEntityExampleTest.php,sites/default/modules/examples/node_type_example/src/Tests/NodeTypeExampleTest.php,sites/default/modules/examples/phpunit_example/src/Tests/PHPUnitExampleMenuTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/Subclasses/ProtectedPrivatesSubclass.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/ProtectedPrivatesTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/DisplayManagerTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/AddClassTest.php,sites/default/modules/examples/src/Tests/ExamplesTestBase.php,sites/default/modules/examples/src/Tests/ExamplesTest.php,sites/default/modules/examples/tour_example/src/Tests/TourExampleTest.php,sites/default/modules/examples/rest_example/src/Tests/RestExampleMenuTest.php 2>&1] succeeded Duration: 42 seconds Directory: [/var/lib/drupaltestbot/sites/default/files/checkout] Completion status: [0] Output: [Drupal test run --------------- Tests to be run: - Drupal\block_example\Tests\BlockExampleTest - Drupal\block_example\Tests\BlockExampleMenuTest - Drupal\cache_example\Tests\CacheExampleTestCase - Drupal\cron_example\Tests\CronExampleTestCase - Drupal\dbtng_example\Tests\DBTNGExampleTest - Drupal\email_example\Tests\EmailExampleTest - Drupal\field_example\Tests\TextWidgetTest - Drupal\field_example\Tests\Text3WidgetTest - Drupal\field_example\Tests\FieldExampleMenuTest - Drupal\js_example\Tests\JsExampleTest - Drupal\page_example\Tests\PageExampleTest - Drupal\simpletest_example\Tests\SimpleTestExampleTest - Drupal\simpletest_example\Tests\SimpleTestExampleMockModuleTest - Drupal\tablesort_example\Tests\TableSortExampleTest - Drupal\config_entity_example\Tests\ConfigEntityExampleTest - Drupal\content_entity_example\Tests\ContentEntityExampleTest - Drupal\node_type_example\Tests\NodeTypeExampleTest - Drupal\phpunit_example\Tests\PHPUnitExampleMenuTest - Drupal\Tests\phpunit_example\Unit\ProtectedPrivatesTest - Drupal\Tests\phpunit_example\Unit\DisplayManagerTest - Drupal\Tests\phpunit_example\Unit\AddClassTest - Drupal\examples\Tests\ExamplesTest - Drupal\tour_example\Tests\TourExampleTest - Drupal\rest_example\Tests\RestExampleMenuTest Test run started: Wednesday, October 7, 2015 - 18:50 Test summary ------------ Drupal\Tests\phpunit_example\Unit\ProtectedPrivatesTest 4 passes Drupal\Tests\phpunit_example\Unit\DisplayManagerTest 1 passes Drupal\Tests\phpunit_example\Unit\AddClassTest 27 passes Drupal\js_example\Tests\JsExampleTest 10 passes Drupal\cron_example\Tests\CronExampleTestCase 35 passes Drupal\block_example\Tests\BlockExampleTest 27 passes Drupal\examples\Tests\ExamplesTest 20 passes Drupal\email_example\Tests\EmailExampleTest 21 passes Drupal\simpletest_example\Tests\SimpleTestExampleMockModuleT 12 passes 1 exceptions Drupal\config_entity_example\Tests\ConfigEntityExampleTest 71 passes Drupal\phpunit_example\Tests\PHPUnitExampleMenuTest 8 passes Drupal\block_example\Tests\BlockExampleMenuTest 8 passes Drupal\field_example\Tests\FieldExampleMenuTest 8 passes Drupal\cache_example\Tests\CacheExampleTestCase 59 passes Drupal\page_example\Tests\PageExampleTest 90 passes Drupal\tour_example\Tests\TourExampleTest 30 passes Drupal\node_type_example\Tests\NodeTypeExampleTest 42 passes 1 fails Drupal\content_entity_example\Tests\ContentEntityExampleTest 223 passes 2 fails Drupal\field_example\Tests\TextWidgetTest 104 passes 10 fails 5 exceptions 2 messages Drupal\field_example\Tests\Text3WidgetTest 104 passes 12 fails 5 exceptions 2 messages Drupal\tablesort_example\Tests\TableSortExampleTest 27 passes Drupal\rest_example\Tests\RestExampleMenuTest 12 passes Drupal\dbtng_example\Tests\DBTNGExampleTest 59 passes Drupal\simpletest_example\Tests\SimpleTestExampleTest 33 passes 2 fails Test run duration: 41 sec]. [11:51:02] Command [/usr/bin/php ./core/scripts/run-tests.sh --php /usr/bin/php --url http://ec2-54-69-152-230.us-west-2.compute.amazonaws.com/checkout --file sites/default/modules/examples/block_example/src/Tests/BlockExampleTest.php,sites/default/modules/examples/block_example/src/Tests/BlockExampleMenuTest.php,sites/default/modules/examples/cache_example/src/Tests/CacheExampleTestCase.php,sites/default/modules/examples/cron_example/src/Tests/CronExampleTestCase.php,sites/default/modules/examples/dbtng_example/src/Tests/DBTNGExampleTest.php,sites/default/modules/examples/email_example/src/Tests/EmailExampleTest.php,sites/default/modules/examples/field_example/src/Tests/TextWidgetTest.php,sites/default/modules/examples/field_example/src/Tests/Text3WidgetTest.php,sites/default/modules/examples/field_example/src/Tests/FieldExampleMenuTest.php,sites/default/modules/examples/js_example/src/Tests/JsExampleTest.php,sites/default/modules/examples/page_example/src/Tests/PageExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleTest.php,sites/default/modules/examples/simpletest_example/src/Tests/SimpleTestExampleMockModuleTest.php,sites/default/modules/examples/tablesort_example/src/Tests/TableSortExampleTest.php,sites/default/modules/examples/config_entity_example/src/Tests/ConfigEntityExampleTest.php,sites/default/modules/examples/content_entity_example/src/Tests/ContentEntityExampleTest.php,sites/default/modules/examples/node_type_example/src/Tests/NodeTypeExampleTest.php,sites/default/modules/examples/phpunit_example/src/Tests/PHPUnitExampleMenuTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/Subclasses/ProtectedPrivatesSubclass.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/ProtectedPrivatesTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/DisplayManagerTest.php,sites/default/modules/examples/phpunit_example/tests/src/Unit/AddClassTest.php,sites/default/modules/examples/src/Tests/ExamplesTestBase.php,sites/default/modules/examples/src/Tests/ExamplesTest.php,sites/default/modules/examples/tour_example/src/Tests/TourExampleTest.php,sites/default/modules/examples/rest_example/src/Tests/RestExampleMenuTest.php --list 2>&1] succeeded. [11:51:02] Review complete. test_id=1174868 result code=9 details=Array ( [@pass] => 1035 [@fail] => 31 [@exception] => 11 [@debug] => 4 ) [11:51:02] Static variables reset.