Custom Commands Failed

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

--- Commands Executed ---
core/scripts/dev/commit-code-check.sh --drupalci
Return Code: 1
--- Output ---
CSpell: passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.info.yml

PHPCS: core/modules/action_ui/action_ui.info.yml passed
core/modules/action_ui/action_ui.info.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.local_tasks.yml

PHPCS: core/modules/action_ui/action_ui.local_tasks.yml passed
core/modules/action_ui/action_ui.local_tasks.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.module

PHPCS: core/modules/action_ui/action_ui.module passed
core/modules/action_ui/action_ui.module passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.routing.yml

PHPCS: core/modules/action_ui/action_ui.routing.yml passed
core/modules/action_ui/action_ui.routing.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.views.inc


FILE: /var/www/html/core/modules/action_ui/action_ui.views.inc
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
 16 | ERROR | [x] Short array syntax must be used to define arrays
 17 | ERROR | [x] Short array syntax must be used to define arrays
 19 | ERROR | [x] Short array syntax must be used to define arrays
 22 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 118ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/action_ui.views_execution.inc


FILE: ...ar/www/html/core/modules/action_ui/action_ui.views_execution.inc
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
 14 | ERROR | [x] Short array syntax must be used to define arrays
 17 | ERROR | [x] Short array syntax must be used to define arrays
 17 | ERROR | [x] Short array syntax must be used to define arrays
 19 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 119ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/ActionAddFormController.php


FILE: ...dules/action_ui/lib/Drupal/action_ui/ActionAddFormController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 3 | ERROR | [x] Namespaced classes, interfaces and traits should not
   |       |     begin with a file doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 123ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/ActionEditFormController.php


FILE: ...ules/action_ui/lib/Drupal/action_ui/ActionEditFormController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 3 | ERROR | [x] Namespaced classes, interfaces and traits should not
   |       |     begin with a file doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 117ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/ActionFormControllerBase.php


FILE: ...ules/action_ui/lib/Drupal/action_ui/ActionFormControllerBase.php
----------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------
   3 | ERROR | [x] Namespaced classes, interfaces and traits should
     |       |     not begin with a file doc comment
  65 | ERROR | [x] Short array syntax must be used to define arrays
  73 | ERROR | [x] Short array syntax must be used to define arrays
  79 | ERROR | [x] Short array syntax must be used to define arrays
  80 | ERROR | [x] Short array syntax must be used to define arrays
  83 | ERROR | [x] Short array syntax must be used to define arrays
  87 | ERROR | [x] Short array syntax must be used to define arrays
 152 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 131ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/ActionListController.php


FILE: .../modules/action_ui/lib/Drupal/action_ui/ActionListController.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
   3 | ERROR | [x] Namespaced classes, interfaces and traits should
     |       |     not begin with a file doc comment
  96 | ERROR | [x] Short array syntax must be used to define arrays
 107 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 131ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/Form/ActionAdminManageForm.php


FILE: ...es/action_ui/lib/Drupal/action_ui/Form/ActionAdminManageForm.php
----------------------------------------------------------------------
FOUND 10 ERRORS AND 1 WARNING AFFECTING 10 LINES
----------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should
    |         |     not begin with a file doc comment
 57 | ERROR   | [x] Short array syntax must be used to define arrays
 64 | ERROR   | [x] Short array syntax must be used to define arrays
 67 | ERROR   | [x] Short array syntax must be used to define arrays
 67 | ERROR   | [x] Short array syntax must be used to define arrays
 69 | ERROR   | [x] Short array syntax must be used to define arrays
 76 | ERROR   | [x] Short array syntax must be used to define arrays
 77 | WARNING | [x] A comma should follow the last multiline array
    |         |     item. Found: 'actions'
 79 | ERROR   | [x] Short array syntax must be used to define arrays
 91 | ERROR   | [x] Short array syntax must be used to define arrays
 93 | ERROR   | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 127ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/Form/ActionDeleteForm.php


FILE: ...modules/action_ui/lib/Drupal/action_ui/Form/ActionDeleteForm.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 21 | ERROR | [x] Short array syntax must be used to define arrays
 35 | ERROR | [x] Short array syntax must be used to define arrays
 46 | ERROR | [x] Short array syntax must be used to define arrays
 47 | ERROR | [x] Short array syntax must be used to define arrays
 49 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 123ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/Tests/ActionUninstallTest.php


FILE: ...les/action_ui/lib/Drupal/action_ui/Tests/ActionUninstallTest.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 22 | ERROR | [x] Short array syntax must be used to define arrays
 25 | ERROR | [x] Short array syntax must be used to define arrays
 36 | ERROR | [x] Short array syntax must be used to define arrays
 38 | ERROR | [x] There should be no white space before a closing ")"
 40 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 121ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/lib/Drupal/action_ui/Tests/ConfigurationTest.php


FILE: ...dules/action_ui/lib/Drupal/action_ui/Tests/ConfigurationTest.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 12 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 23 | ERROR | [x] Short array syntax must be used to define arrays
 26 | ERROR | [x] Short array syntax must be used to define arrays
 36 | ERROR | [x] Visibility must be declared on method
    |       |     "testActionConfiguration"
 38 | ERROR | [x] Short array syntax must be used to define arrays
 42 | ERROR | [x] Short array syntax must be used to define arrays
 48 | ERROR | [x] Short array syntax must be used to define arrays
 64 | ERROR | [x] Short array syntax must be used to define arrays
 84 | ERROR | [x] Short array syntax must be used to define arrays
 89 | ERROR | [x] Short array syntax must be used to define arrays
 96 | ERROR | [x] Expected 1 blank line after function; 0 found
 97 | ERROR | [x] The closing brace for the class must have an empty
    |       |     line before it
----------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 127ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/tests/Drupal/action_ui/Tests/Menu/ActionLocalTasksTest.php


FILE: ...on_ui/tests/Drupal/action_ui/Tests/Menu/ActionLocalTasksTest.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 21 | ERROR | [x] Short array syntax must be used to define arrays
 29 | ERROR | [x] Short array syntax must be used to define arrays
 37 | ERROR | [x] Short array syntax must be used to define arrays
 37 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 121ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/tests/action_bulk_test/action_bulk_test.info.yml


FILE: ...dules/action_ui/tests/action_bulk_test/action_bulk_test.info.yml
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
  9 | WARNING | All dependencies must be prefixed with the project
    |         | name, for example "drupal:"
 10 | WARNING | All dependencies must be prefixed with the project
    |         | name, for example "drupal:"
----------------------------------------------------------------------

Time: 124ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/tests/action_bulk_test/action_bulk_test.module


FILE: ...modules/action_ui/tests/action_bulk_test/action_bulk_test.module
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | ERROR | [x] Missing file doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 116ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action_ui/tests/action_bulk_test/config/views.view.test_bulk_form.yml

PHPCS: core/modules/action_ui/tests/action_bulk_test/config/views.view.test_bulk_form.yml passed
core/modules/action_ui/tests/action_bulk_test/config/views.view.test_bulk_form.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php


FILE: .../modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
----------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 22 | ERROR | [x] Short array syntax must be used to define arrays
 25 | ERROR | [x] Short array syntax must be used to define arrays
 35 | ERROR | [x] Visibility must be declared on method
    |       |     "testCommentPublishUnpublishActions"
 43 | ERROR | [x] Short array syntax must be used to define arrays
 48 | ERROR | [x] Short array syntax must be used to define arrays
 55 | ERROR | [x] Visibility must be declared on method
    |       |     "testCommentUnpublishByKeyword"
 59 | ERROR | [x] Short array syntax must be used to define arrays
 63 | ERROR | [x] Short array syntax must be used to define arrays
 64 | ERROR | [x] Short array syntax must be used to define arrays
 77 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 125ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/system/lib/Drupal/system/Plugin/Action/EmailAction.php


FILE: ...e/modules/system/lib/Drupal/system/Plugin/Action/EmailAction.php
----------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
   3 | ERROR | [x] Namespaced classes, interfaces and traits should
     |       |     not begin with a file doc comment
  85 | ERROR | [x] Short array syntax must be used to define arrays
  93 | ERROR | [x] Short array syntax must be used to define arrays
  96 | ERROR | [x] Short array syntax must be used to define arrays
  99 | ERROR | [x] Short array syntax must be used to define arrays
 107 | ERROR | [x] Short array syntax must be used to define arrays
 118 | ERROR | [x] Short array syntax must be used to define arrays
 125 | ERROR | [x] Short array syntax must be used to define arrays
 132 | ERROR | [x] Short array syntax must be used to define arrays
 149 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 132ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/system/lib/Drupal/system/Plugin/Action/GotoAction.php


FILE: ...re/modules/system/lib/Drupal/system/Plugin/Action/GotoAction.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
   3 | ERROR | [x] Namespaced classes, interfaces and traits should
     |       |     not begin with a file doc comment
  76 | ERROR | [x] Short array syntax must be used to define arrays
  78 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  89 | ERROR | [x] Short array syntax must be used to define arrays
  98 | ERROR | [x] Short array syntax must be used to define arrays
 101 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 128ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/system/lib/Drupal/system/Plugin/Action/MessageAction.php


FILE: ...modules/system/lib/Drupal/system/Plugin/Action/MessageAction.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should
    |       |     not begin with a file doc comment
 63 | ERROR | [x] Short array syntax must be used to define arrays
 72 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 125ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/views/lib/Drupal/views/Tests/Handler/BulkFormTest.php


FILE: ...re/modules/views/lib/Drupal/views/Tests/Handler/BulkFormTest.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 12 LINES
----------------------------------------------------------------------
   3 | ERROR | [x] Namespaced classes, interfaces and traits should
     |       |     not begin with a file doc comment
  24 | ERROR | [x] Short array syntax must be used to define arrays
  27 | ERROR | [x] Short array syntax must be used to define arrays
  38 | ERROR | [x] Short array syntax must be used to define arrays
  43 | ERROR | [x] Short array syntax must be used to define arrays
  53 | ERROR | [x] Short array syntax must be used to define arrays
  59 | ERROR | [x] Short array syntax must be used to define arrays
  61 | ERROR | [x] Short array syntax must be used to define arrays
  66 | ERROR | [x] Short array syntax must be used to define arrays
  71 | ERROR | [x] Short array syntax must be used to define arrays
  80 | ERROR | [x] Short array syntax must be used to define arrays
 102 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 130ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/action/action.info.yml

core/modules/action/action.info.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action/action.module

core/modules/action/action.module passed

----------------------------------------------------------------------------------------------------
Checking core/modules/action/action.routing.yml

core/modules/action/action.routing.yml passed

----------------------------------------------------------------------------------------------------
Drupal code quality checks failed.
To reproduce this output locally:
* Apply the change as a patch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh
OR:
* From the merge request branch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh --branch 9.2.x
--- Errors ---
CSpell: Files checked: 23, Issues found: 0 in 0 files

drupal 9.2.x-dev branch result

History

UpdatedResult
12 Feb 2021 at 10:57 UTC