Running with gitlab-runner 17.4.0 (b92ee590)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1729688093:prepare_executor
Preparing the "docker" executor
Using Docker executor with image php:8.2-cli ...
Pulling docker image php:8.2-cli ...
Using docker image sha256:bd5e3204b790cc163629c1258f3bb9141bcb07d8957531a94fa0835562b7a09e for php:8.2-cli with digest php@sha256:82a7db9001df9e51cc0b33c5aa0f41b2283691afaf92c8b13a3f19b0e24e8461 ...
section_end:1729688095:prepare_executor
section_start:1729688095:prepare_script
Preparing environment
Running on runner-scbewxeb-project-1042-concurrent-3 via qui-gitlab-runner...
section_end:1729688096:prepare_script
section_start:1729688096:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/quiqqer/order-simple-checkout/.git/
Checking out 1c4ce8dd as detached HEAD (ref is 2.1.11)...
Removing parallel-lint.phar

Skipping Git submodules setup
section_end:1729688098:get_sources
section_start:1729688098: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:1729688099:restore_cache
section_start:1729688099:step_script
Executing "step_script" stage of the job script
Using docker image sha256:bd5e3204b790cc163629c1258f3bb9141bcb07d8957531a94fa0835562b7a09e for php:8.2-cli with digest php@sha256:82a7db9001df9e51cc0b33c5aa0f41b2283691afaf92c8b13a3f19b0e24e8461 ...
$ 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.2.24 | 4 parallel jobs
Checked 24 files in 0.6 seconds
No syntax error found
section_end:1729688100:step_script
section_start:1729688100: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:1729688102:archive_cache
section_start:1729688102:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1729688103:cleanup_file_variables
Job succeeded