Running with gitlab-runner 17.0.0 (44feccdf)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1716567278:prepare_executor
Preparing the "docker" executor
Using Docker executor with image php:8.1-cli ...
Pulling docker image php:8.1-cli ...
Using docker image sha256:b01f30bab06431e20db49e4142373b7e88cf4e445428f2048560d66db0dcffa6 for php:8.1-cli with digest php@sha256:55f74427fe5d7e5abb25dd681e1a2a92d90de4bc404e919bcc29743e96495224 ...
section_end:1716567279:prepare_executor
section_start:1716567279:prepare_script
Preparing environment
Running on runner-scbewxeb-project-217-concurrent-0 via qui-gitlab-runner...
section_end:1716567280:prepare_script
section_start:1716567280:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/discount/.git/
Checking out 9864b123 as detached HEAD (ref is feat-quiqqer-tooling)...

Skipping Git submodules setup
section_end:1716567280:get_sources
section_start:1716567280:restore_cache
Restoring cache
Checking cache for v1.4.0-non_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:1716567280:restore_cache
section_start:1716567280:step_script
Executing "step_script" stage of the job script
Using docker image sha256:b01f30bab06431e20db49e4142373b7e88cf4e445428f2048560d66db0dcffa6 for php:8.1-cli with digest php@sha256:55f74427fe5d7e5abb25dd681e1a2a92d90de4bc404e919bcc29743e96495224 ...
$ 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.1.28 | 2 parallel jobs
Checked 20 files in 0.2 seconds
No syntax error found
section_end:1716567282:step_script
section_start:1716567282:archive_cache
Saving cache for successful job
Creating cache v1.4.0-non_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:1716567282:archive_cache
section_start:1716567282:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1716567282:cleanup_file_variables
Job succeeded