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 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 43 | ERROR | [x] Expected 1 blank line before function; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 118ms; Memory: 4MB


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

PHPCS: core/core.libraries.yml passed
ESLint: 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.15
$ cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js --check --file /var/www/html/core/misc/ajax.es6.js
[21:21:31] '/var/www/html/core/misc/ajax.es6.js' is being checked.
Done in 1.16s.
core/misc/ajax.es6.js passed

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

core/misc/ajax.js 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.15
$ cross-env BABEL_ENV=legacy node ./scripts/js/babel-es6-build.js --check --file /var/www/html/core/modules/quickedit/js/quickedit.es6.js
[21:21:35] '/var/www/html/core/modules/quickedit/js/quickedit.es6.js' is being checked.
Done in 0.90s.
core/modules/quickedit/js/quickedit.es6.js passed

----------------------------------------------------------------------------------------------------
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.15
$ 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
[21:21:39] '/var/www/html/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js' is being checked.
Done in 0.72s.
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 ---
 1/12 ./lib/Drupal/Core/Ajax/AddJsCommand.php 760.59ms
 2/12 ./core.libraries.yml 141.11ms
 3/12 ./lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php 65.11ms
 4/12 ./misc/ajax.es6.js 283.83ms
 5/12 ./misc/ajax.js 86.53ms
 6/12 ./modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php 67.42ms
 7/12 ./modules/quickedit/js/quickedit.es6.js 125.74ms
 8/12 ./modules/quickedit/js/quickedit.js 52.44ms
 9/12 ./modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js 26.02ms
10/12 ./modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.js 15.44ms
11/12 ./modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php 22.51ms
12/12 ./modules/system/tests/src/Functional/Ajax/FrameworkTest.php 70.76ms
CSpell: Files checked: 12, Issues found: 0 in 0 files

drupal 9.3.x-dev branch result

History

UpdatedResult
9 Dec 2021 at 21:21 UTC