Running with gitlab-runner 17.1.0 (fe451d5a)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1722882686:prepare_executor
Preparing the "docker" executor
Using Docker executor with image php:8.3-cli ...
Pulling docker image php:8.3-cli ...
Using docker image sha256:55a913c57b9240cf653e3b01977a1fb18cbd431991a717562016fa5289b65008 for php:8.3-cli with digest php@sha256:ab53bccc7b8bcd745a02fb459917064fac5024f36c0fb01e85ad7eacbf8e010f ...
section_end:1722882688:prepare_executor
section_start:1722882688:prepare_script
Preparing environment
Running on runner-scbewxeb-project-127-concurrent-0 via qui-gitlab-runner...
section_end:1722882689:prepare_script
section_start:1722882689:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/package-faq/.git/
Checking out d9104be6 as detached HEAD (ref is next-2.x)...
Removing parallel-lint.phar

Skipping Git submodules setup
section_end:1722882689:get_sources
section_start:1722882689:restore_cache
Restoring cache
Checking cache for v1.4.0-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1722882690:restore_cache
section_start:1722882690:step_script
Executing "step_script" stage of the job script
Using docker image sha256:55a913c57b9240cf653e3b01977a1fb18cbd431991a717562016fa5289b65008 for php:8.3-cli with digest php@sha256:ab53bccc7b8bcd745a02fb459917064fac5024f36c0fb01e85ad7eacbf8e010f ...
$ php -r "if(!file_exists('${PHAR_FILE}')) {echo 'Downloading ${PHAR_FILE}...' . PHP_EOL; copy('https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/download/${PHAR_VERSION}/${PHAR_FILE}', '${PHAR_FILE}');}"
$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .
PHP 8.3.10 | 2 parallel jobs
Checked 7 files in 0.1 seconds
No syntax error found
section_end:1722882691:step_script
section_start:1722882691:archive_cache
Saving cache for successful job
Creating cache v1.4.0-protected...
parallel-lint.phar: found 1 matching artifact files and directories 
Archive is up to date!                             
Created cache
section_end:1722882691:archive_cache
section_start:1722882691:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722882691:cleanup_file_variables
Job succeeded