Running with gitlab-runner 17.5.3 (12030cf4)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1741099938: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:67483f89a530a0393e4757b5203b26fb18c2f2e8d9acd9d0f7242e90a5ae2ffd for php:8.2-cli with digest php@sha256:cf045cb7d1b4e32b0020e240ceec9c015a6730b6a7c597f177c46d0b41eb0b37 ...
section_end:1741099940:prepare_executor
section_start:1741099940:prepare_script
Preparing environment
Running on runner-scbewxeb-project-1042-concurrent-2 via qui-gitlab-runner...
section_end:1741099941:prepare_script
section_start:1741099941:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/quiqqer/order-simple-checkout/.git/
Created fresh repository.
Checking out 943bc38f as detached HEAD (ref is next-2.x)...

Skipping Git submodules setup
section_end:1741099942:get_sources
section_start:1741099942: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. 
WARNING: Cache file does not exist                 
Failed to extract cache
section_end:1741099943:restore_cache
section_start:1741099943:step_script
Executing "step_script" stage of the job script
Using docker image sha256:67483f89a530a0393e4757b5203b26fb18c2f2e8d9acd9d0f7242e90a5ae2ffd for php:8.2-cli with digest php@sha256:cf045cb7d1b4e32b0020e240ceec9c015a6730b6a7c597f177c46d0b41eb0b37 ...
$ 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}');}"
Downloading parallel-lint.phar...
$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .
PHP 8.2.27 | 4 parallel jobs
Checked 24 files in 0.4 seconds
No syntax error found
section_end:1741099945:step_script
section_start:1741099945:archive_cache
Saving cache for successful job
Creating cache v1.4.0-protected...
parallel-lint.phar: found 1 matching artifact files and directories 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1741099946:archive_cache
section_start:1741099946:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741099947:cleanup_file_variables
Job succeeded