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/lib/Drupal/Core/Ajax/AddJsCommand.php


FILE: /var/www/html/core/lib/Drupal/Core/Ajax/AddJsCommand.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
 43 | ERROR | [x] Expected 1 blank line before function; 0 found
 59 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 119ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommandInsertPromise.php


FILE: ...modules/js_ajax_test/src/Ajax/JsAjaxTestCommandInsertPromise.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 26 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 115ms; Memory: 4MB


----------------------------------------------------------------------------------------------------
Checking core/tests/Drupal/Nightwatch/Tests/ajaxExecutionOrderTest.js


/var/www/html/core/tests/Drupal/Nightwatch/Tests/ajaxExecutionOrderTest.js
   2:3   error  Delete `··`                               prettier/prettier
   3:1   error  Delete `··`                               prettier/prettier
   5:1   error  Delete `··`                               prettier/prettier
   9:11  error  Delete `··`                               prettier/prettier
  10:1   error  Replace `············` with `··········`  prettier/prettier
  15:3   error  Delete `··`                               prettier/prettier
  16:1   error  Delete `··`                               prettier/prettier
  18:3   error  Delete `··`                               prettier/prettier
  19:1   error  Replace `····` with `··`                  prettier/prettier
  21:7   error  Delete `··`                               prettier/prettier
  22:1   error  Replace `········` with `······`          prettier/prettier
  23:1   error  Delete `··`                               prettier/prettier
  24:1   error  Replace `········` with `······`          prettier/prettier
  25:1   error  Delete `··`                               prettier/prettier
  29:7   error  Delete `··`                               prettier/prettier
  30:1   error  Delete `··`                               prettier/prettier
  31:3   error  Insert `⏎`                                prettier/prettier

✖ 17 problems (17 errors, 0 warnings)
  17 errors and 0 warnings potentially fixable with the `--fix` option.


----------------------------------------------------------------------------------------------------
Checking core/.eslintrc.json

core/.eslintrc.json passed

----------------------------------------------------------------------------------------------------
Checking core/core.libraries.yml

PHPCS: core/core.libraries.yml passed
core/core.libraries.yml passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php

PHPCS: core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php passed
core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php passed

----------------------------------------------------------------------------------------------------
Checking core/misc/ajax.es6.js

yarn run v1.22.5
$ cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js --check --file /var/www/html/core/misc/ajax.es6.js
[00:46:49] '/var/www/html/core/misc/ajax.es6.js' is being checked.
[00:46:50] '/var/www/html/core/misc/ajax.es6.js' is not updated.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

/var/www/html/core/misc/ajax.es6.js
  21:4  error  Insert `⏎`  prettier/prettier

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.


----------------------------------------------------------------------------------------------------
Checking core/misc/ajax.js

core/misc/ajax.js passed

----------------------------------------------------------------------------------------------------
Checking core/misc/cspell/dictionary.txt

core/misc/cspell/dictionary.txt passed

----------------------------------------------------------------------------------------------------
Checking core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php

PHPCS: core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php passed
core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/quickedit/js/quickedit.es6.js

yarn run v1.22.5
$ cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js --check --file /var/www/html/core/modules/quickedit/js/quickedit.es6.js
[00:46:53] '/var/www/html/core/modules/quickedit/js/quickedit.es6.js' is being checked.
[00:46:54] '/var/www/html/core/modules/quickedit/js/quickedit.es6.js' is not updated.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

----------------------------------------------------------------------------------------------------
Checking core/modules/quickedit/js/quickedit.js

core/modules/quickedit/js/quickedit.js passed

----------------------------------------------------------------------------------------------------
Checking core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js

yarn run v1.22.5
$ cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js --check --file /var/www/html/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js
[00:46:56] '/var/www/html/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js' is being checked.
Done in 0.70s.
core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js passed

----------------------------------------------------------------------------------------------------
Checking core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.js

core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.js passed

----------------------------------------------------------------------------------------------------
Checking core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php

PHPCS: core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php passed
core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php

PHPCS: core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php passed
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php 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.3.x
--- Errors ---
CSpell: Files checked: 14, Issues found: 0 in 0 files
error Command failed with exit code 1.
error Command failed with exit code 1.

drupal 9.3.x-dev branch result

History

UpdatedResult
12 Aug 2021 at 00:47 UTC