phpcs
****
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:fa10aee744f3bf6f0d42003e058524357ffbb11b02ffe768baac4d0195a82a71 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:90e21ed72c9c24c24b4e30294fb0c8d538d7fda354828c64afec6c7609cedc42 ...8Running on runner-scbewxeb-project-613-concurrent-1 via qui-gitlab-runner...10Fetching changes...11Reinitialized existing Git repository in /builds/quiqqer/template-cologne/.git/12Checking out 361a7492 as detached HEAD (ref is 2.1.2)...13Skipping Git submodules setup15Checking cache for 0_-9c587806d8b56f9741e184a30155c34ee1ff8c6d-protected...16No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 17WARNING: Cache file does not exist 18Failed to extract cache19Checking cache for phpcs-361a74925c6d6186214efe1f0db777b3e10aca15-protected...20No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 21WARNING: Cache file does not exist 22Failed to extract cache24Using docker image sha256:fa10aee744f3bf6f0d42003e058524357ffbb11b02ffe768baac4d0195a82a71 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:90e21ed72c9c24c24b4e30294fb0c8d538d7fda354828c64afec6c7609cedc42 ...25250306 08:28:03 mysqld_safe Logging to syslog.26250306 08:28:04 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql27AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message28Waiting for MariaDB/MySQL startup29$ PHPCS_VERSION_CONSTRAINT=30$ 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}'); fi31$ phive --no-progress --home ${CI_PROJECT_DIR}/.phive-home install --temporary --trust-gpg-keys 5E6DDE998AB73B8E,A978220305CD5C32 phpcs@${PHPCS_VERSION_CONSTRAINT}32Phive 0.15.3 - Copyright (C) 2015-2025 by Arne Blankerts, Sebastian Heuer and Contributors33Fetching repository list34Downloading https://phar.io/data/repositories.xml38Downloading key A978220305CD5C3239Trying to connect to keys.openpgp.org (37.218.245.50)41Successfully downloaded key.42 Fingerprint: 689D AD77 8FF0 8760 E046 228B A978 2203 05CD 5C3243 Juliette Reinders Folmer (Release key for PHPCS) <juliette@phpcodesniffer.com>44 Created: 2024-05-2045Linking /builds/quiqqer/template-cologne/.phive-home/phars/phpcs-3.11.3.phar to /builds/quiqqer/template-cologne/tools/phpcs46$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) . || true47$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) --report=junit --report-file="${REPORT_FILE}" .48Time: 107ms; Memory: 8MB50Creating cache 0_-9c587806d8b56f9741e184a30155c34ee1ff8c6d-protected...51tools: found 2 matching artifact files and directories 52/builds/quiqqer/template-cologne/.phive-home: found 19 matching artifact files and directories 53No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 54Created cache55Creating cache phpcs-361a74925c6d6186214efe1f0db777b3e10aca15-protected...56.phpcs-cache-phpcs-361a74925c6d6186214efe1f0db777b3e10aca15.json: found 1 matching artifact files and directories 57No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 58Created cache60Uploading artifacts...61.phpcs-report.xml: found 1 matching artifact files and directories 62Uploading artifacts as "junit" to coordinator... 201 Created id=56466 responseStatus=201 Created token=glcbt-6464Job succeeded