php-syntax-check-8.3

Michael Danielczok
1Running with gitlab-runner 17.5.3 (12030cf4)2 on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f34Using Docker executor with image php:8.3-cli ...5Pulling docker image php:8.3-cli ...6Using docker image sha256:458e99fcc264fd407b8e72f16a1b6cdec9066488a7caef92ccd031c5570dd24d for php:8.3-cli with digest php@sha256:835b41934b8c2d70991d7a9e74abf3f1333c7fd45982012fc6824d19e5197626 ...8Running on runner-scbewxeb-project-1042-concurrent-3 via qui-gitlab-runner...10Fetching changes with git depth set to 20...11Initialized empty Git repository in /builds/quiqqer/order-simple-checkout/.git/12Created fresh repository.13Checking out 943bc38f as detached HEAD (ref is next-2.x)...14Skipping Git submodules setup16Checking cache for v1.4.0-protected...17No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 18WARNING: Cache file does not exist 19Failed to extract cache21Using docker image sha256:458e99fcc264fd407b8e72f16a1b6cdec9066488a7caef92ccd031c5570dd24d for php:8.3-cli with digest php@sha256:835b41934b8c2d70991d7a9e74abf3f1333c7fd45982012fc6824d19e5197626 ...22$ 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}');}"23Downloading parallel-lint.phar...24$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .25PHP 8.3.17 | 4 parallel jobs26Checked 24 files in 0.4 seconds27No syntax error found29Creating cache v1.4.0-protected...30parallel-lint.phar: found 1 matching artifact files and directories 31No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 32Created cache34Job succeeded