phpcs

Henning Leutz
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 quiqqer/testing:2-php8.3 ...5Pulling docker image quiqqer/testing:2-php8.3 ...6Using docker image sha256:6826038e3853eb44cd56b9935aec259971cf08ec384b493f622c36e1917bcb30 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:957ddfdd6b7379f3b7e8d5b10b29faec503fd61d8d1c7830d68c4d8e8a535296 ...8Running on runner-scbewxeb-project-162-concurrent-0 via qui-gitlab-runner...10Fetching changes...11Reinitialized existing Git repository in /builds/quiqqer/package-menu/.git/12Checking out 12da4391 as detached HEAD (ref is main)...13Skipping Git submodules setup15Checking cache for 0_-9b283828d00c2a6b52e4ad62c3ccef6c4418528d-protected...16No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 17Successfully extracted cache18Checking cache for phpcs-12da43917d90fefaefd0b3f25d3b378b604b4c76-protected...19No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 20WARNING: Cache file does not exist 21Failed to extract cache23Using docker image sha256:6826038e3853eb44cd56b9935aec259971cf08ec384b493f622c36e1917bcb30 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:957ddfdd6b7379f3b7e8d5b10b29faec503fd61d8d1c7830d68c4d8e8a535296 ...24250304 12:26:18 mysqld_safe Logging to syslog.25250304 12:26:18 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql26AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message27Waiting for MariaDB/MySQL startup28$ PHPCS_VERSION_CONSTRAINT=29$ if [ -z ${PHPCS_VERSION_CONSTRAINT} ]; then PHPCS_VERSION_CONSTRAINT=$(phive --no-progress --home ${CI_PROJECT_DIR}/.phive-home status | { grep phpcs || test $? = 1; } | awk '{print $2}'); fi30$ phive --no-progress --home ${CI_PROJECT_DIR}/.phive-home install --temporary --trust-gpg-keys 5E6DDE998AB73B8E,A978220305CD5C32 phpcs@${PHPCS_VERSION_CONSTRAINT}31Phive 0.15.3 - Copyright (C) 2015-2025 by Arne Blankerts, Sebastian Heuer and Contributors32Linking /builds/quiqqer/package-menu/.phive-home/phars/phpcs-3.11.3.phar to /builds/quiqqer/package-menu/tools/phpcs33$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) . || true34$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) --report=junit --report-file="${REPORT_FILE}" .35Time: 143ms; Memory: 8MB37Creating cache 0_-9b283828d00c2a6b52e4ad62c3ccef6c4418528d-protected...38tools: found 2 matching artifact files and directories 39/builds/quiqqer/package-menu/.phive-home: found 19 matching artifact files and directories 40No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 41Created cache42Creating cache phpcs-12da43917d90fefaefd0b3f25d3b378b604b4c76-protected...43.phpcs-cache-phpcs-12da43917d90fefaefd0b3f25d3b378b604b4c76.json: found 1 matching artifact files and directories 44No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 45Created cache47Uploading artifacts...48.phpcs-report.xml: found 1 matching artifact files and directories 49Uploading artifacts as "junit" to coordinator... 201 Created id=55963 responseStatus=201 Created token=glcbt-6451Job succeeded