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

----------------------------------------------------------------------------------------------------

Running PHPStan on *all* files.

 [OK] No errors                                                                 


PHPStan: passed

----------------------------------------------------------------------------------------------------
.................E.............. 32 / 32 (100%)



FILE: ...www/html/core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 144 | ERROR | [x] Expected 1 space after "="; 2 found
     |       |     (Squiz.WhiteSpace.OperatorSpacing.SpacingAfter)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 12.21 secs; Memory: 6MB


PHPCS: failed

----------------------------------------------------------------------------------------------------
Checking core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php

core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Database/Connection.php

core/lib/Drupal/Core/Database/Connection.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/pgsql/src/Driver/Database/pgsql/Connection.php

core/modules/pgsql/src/Driver/Database/pgsql/Connection.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/pgsql/src/Driver/Database/pgsql/Schema.php

core/modules/pgsql/src/Driver/Database/pgsql/Schema.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 10.1.x
--- Errors ---

1/4 ./modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php 871.22ms

2/4 ./lib/Drupal/Core/Database/Connection.php 382.04ms

3/4 ./modules/pgsql/src/Driver/Database/pgsql/Connection.php 126.79ms

4/4 ./modules/pgsql/src/Driver/Database/pgsql/Schema.php 224.10ms
CSpell: Files checked: 4, Issues found: 0 in 0 files

drupal 10.1.x-dev branch result

History

UpdatedResult
2 Jan 2023 at 15:39 UTC