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.
 ------ ----------------------------------------------------------------------- 
  Line   core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.ph  
         p                                                                      
 ------ ----------------------------------------------------------------------- 
         Ignored error pattern #^Call to deprecated constant REQUEST_TIME\:     
         Deprecated in drupal\:8\.3\.0 and is removed from drupal\:10\.0\.0\.   
         Use \\Drupal\:\:time\(\)\->getRequestTime\(\); $# in path              
         /var/www/html/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgrade  
         ImportBatch.php was not matched in reported errors.                    
 ------ ----------------------------------------------------------------------- 


 [ERROR] Found 1 error                                                          


PHPStan: failed

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


Time: 12.09 secs; Memory: 4MB


PHPCS: passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Datetime/DateHelper.php

core/lib/Drupal/Core/Datetime/DateHelper.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php

core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php

core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php

core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php

core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Queue/DatabaseQueue.php

core/lib/Drupal/Core/Queue/DatabaseQueue.php passed

----------------------------------------------------------------------------------------------------
Checking core/lib/Drupal/Core/Template/TwigPhpStorageCache.php

core/lib/Drupal/Core/Template/TwigPhpStorageCache.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php

core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php

core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php

core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/views/src/ViewExecutable.php

core/modules/views/src/ViewExecutable.php passed

----------------------------------------------------------------------------------------------------
Checking core/phpstan-baseline.neon

core/phpstan-baseline.neon passed

----------------------------------------------------------------------------------------------------
Checking core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php

core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.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/12 ./lib/Drupal/Core/Datetime/DateHelper.php 829.20ms

 2/12 ./lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php 73.19ms

 3/12 ./lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php 33.05ms

 4/12 ./lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php 16.68ms

 5/12 ./lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php 61.01ms

 6/12 ./lib/Drupal/Core/Queue/DatabaseQueue.php 109.78ms

 7/12 ./lib/Drupal/Core/Template/TwigPhpStorageCache.php 51.20ms

 8/12 ./modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php 51.46ms

 9/12 ./modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php 44.92ms

10/12 ./modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php 106.52ms

11/12 ./modules/views/src/ViewExecutable.php 338.13ms

12/12 ./tests/Drupal/KernelTests/Core/Action/SaveActionTest.php 32.33ms
CSpell: Files checked: 12, Issues found: 0 in 0 files

drupal 10.1.x-dev branch result

History

UpdatedResult
14 Dec 2022 at 10:48 UTC