Closed (fixed)
Project:
Patternkit
Version:
9.1.x-dev
Component:
Module Core
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Mar 2023 at 19:07 UTC
Updated:
14 Feb 2024 at 15:29 UTC
Jump to comment: Most recent
When viewing the history of DrupalCI executions for the 9.1.x branch, you can see that tests were passing on December 6, 2022 when tested with Drupal 9.4.8, but beginning on January 10, 2023 testing began with Drupal 9.5 and tests began to get aborted with the following output:
00:03:32.713 No modified files. Sniffing all files.
00:03:32.713 Executing PHPCS.
00:03:32.713 cd modules/contrib/patternkit && sudo -u www-data /var/www/html/vendor/bin/phpcs --report-full=/var/lib/drupalci/workdir/phpcs/codesniffer_results.txt --report-checkstyle=/var/lib/drupalci/workdir/phpcs/checkstyle.xml --report-diff=/var/lib/drupalci/workdir/phpcs/codesniffer_fixes.patch --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md /var/www/html/modules/contrib/patternkit
01:50:00.511 Build timed out (after 110 minutes). Marking the build as aborted.
01:50:00.699 Build was aborted
Determine why PHPCS is timing out and fix it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sluceroResolved via #3403447: Migrate to GitlabCI.