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/mysql/src/Driver/Database/mysql/Schema.php

PHPCS: core/modules/mysql/src/Driver/Database/mysql/Schema.php passed
core/modules/mysql/src/Driver/Database/mysql/Schema.php passed

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

PHPCS: core/modules/pgsql/src/Driver/Database/pgsql/Schema.php passed
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php passed

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

PHPCS: core/modules/sqlite/src/Driver/Database/sqlite/Schema.php passed
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php passed

----------------------------------------------------------------------------------------------------
Checking core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php


FILE: .../html/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
----------------------------------------------------------------------
FOUND 37 ERRORS AFFECTING 37 LINES
----------------------------------------------------------------------
   23 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
   52 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
   62 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  250 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
  257 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
  276 | ERROR | [x] Expected newline after closing brace
  287 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  365 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  425 | ERROR | [x] Expected newline after closing brace
  438 | ERROR | [x] Expected newline after closing brace
  445 | ERROR | [x] Expected newline after closing brace
  500 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  507 | ERROR | [x] Expected newline after closing brace
  523 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  539 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  579 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  586 | ERROR | [x] Expected newline after closing brace
  595 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  686 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  752 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  778 | ERROR | [x] Expected newline after closing brace
  823 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  899 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  922 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  940 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
  959 | ERROR | [x] Expected newline after closing brace
  988 | ERROR | [x] Expected newline after closing brace
 1003 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1023 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1044 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1099 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1147 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1283 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1399 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1423 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1495 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
 1511 | ERROR | [x] Opening brace should be on the same line as the
      |       |     declaration
----------------------------------------------------------------------
PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 269ms; Memory: 14MB


----------------------------------------------------------------------------------------------------
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.4.x
--- Errors ---

1/4 ./modules/mysql/src/Driver/Database/mysql/Schema.php 683.04ms

2/4 ./modules/pgsql/src/Driver/Database/pgsql/Schema.php 216.03ms

3/4 ./modules/sqlite/src/Driver/Database/sqlite/Schema.php 131.66ms

4/4 ./tests/Drupal/KernelTests/Core/Database/SchemaTest.php 289.65ms
CSpell: Files checked: 4, Issues found: 0 in 0 files

drupal 9.4.x-dev branch result

History

UpdatedResult
13 May 2022 at 05:19 UTC