Running with gitlab-runner 17.1.0 (fe451d5a)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1722600978:prepare_executor
Preparing the "docker" executor
Using Docker executor with image quiqqer/testing:2-php8.3 ...
Pulling docker image quiqqer/testing:2-php8.3 ...
Using docker image sha256:f46872ad4db9071c71f6afc5a70527e62384609452b9b051468c6eaffe42fa7f for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:7ab9d230f7c801c554bffd72264e4a9b7ec2b7a899a520b9e9463ab69d105554 ...
section_end:1722600980:prepare_executor
section_start:1722600980:prepare_script
Preparing environment
Running on runner-scbewxeb-project-127-concurrent-0 via qui-gitlab-runner...
section_end:1722600981:prepare_script
section_start:1722600981:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/package-faq/.git/
Checking out f5ab7600 as detached HEAD (ref is feat-quiqqer-tooling)...
Removing parallel-lint.phar

Skipping Git submodules setup
section_end:1722600981:get_sources
section_start:1722600981:restore_cache
Restoring cache
Checking cache for 0_-492e26bd19094a00a0050db13fe952baf06ad067-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
Checking cache for phpcs-f5ab7600b15129e146108adf04454ac14c5cacca-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:1722600982:restore_cache
section_start:1722600982:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f46872ad4db9071c71f6afc5a70527e62384609452b9b051468c6eaffe42fa7f for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:7ab9d230f7c801c554bffd72264e4a9b7ec2b7a899a520b9e9463ab69d105554 ...
240802 12:16:23 mysqld_safe Logging to syslog.
240802 12:16:23 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql
AH00558: 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 message
Waiting for MariaDB/MySQL startup
$ PHPCS_VERSION_CONSTRAINT=
$ 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}'); fi
$ phive --no-progress --home ${CI_PROJECT_DIR}/.phive-home install --temporary --trust-gpg-keys 5E6DDE998AB73B8E,A978220305CD5C32 phpcs@${PHPCS_VERSION_CONSTRAINT}
Phive 0.15.2 - Copyright (C) 2015-2024 by Arne Blankerts, Sebastian Heuer and Contributors
Fetching repository list
Downloading https://phar.io/data/repositories.xml
Downloading https://phars.phpcodesniffer.com/phars/phive.xml
Downloading https://phars.phpcodesniffer.com/phars/phpcs-3.10.2.phar
Downloading https://phars.phpcodesniffer.com/phars/phpcs-3.10.2.phar.asc
Downloading key A978220305CD5C32
Trying to connect to keys.openpgp.org (37.218.245.50)
Downloading https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0xA978220305CD5C32
Successfully downloaded key.

	Fingerprint: 689D AD77 8FF0 8760 E046 228B A978 2203 05CD 5C32

	Juliette Reinders Folmer (Release key for PHPCS) <juliette@phpcodesniffer.com>

	Created: 2024-05-20

Linking /builds/quiqqer/package-faq/.phive-home/phars/phpcs-3.10.2.phar to /builds/quiqqer/package-faq/tools/phpcs

$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) . || true
$ ./tools/phpcs ${ARGUMENTS} --parallel=$(nproc --all) --report=junit --report-file="${REPORT_FILE}" .
Time: 45ms; Memory: 8MB

section_end:1722600985:step_script
section_start:1722600985:archive_cache
Saving cache for successful job
Creating cache 0_-492e26bd19094a00a0050db13fe952baf06ad067-non_protected...
tools: found 2 matching artifact files and directories 
/builds/quiqqer/package-faq/.phive-home: found 19 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
Creating cache phpcs-f5ab7600b15129e146108adf04454ac14c5cacca-non_protected...
.phpcs-cache-phpcs-f5ab7600b15129e146108adf04454ac14c5cacca.json: 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:1722600986:archive_cache
section_start:1722600986:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
.phpcs-report.xml: found 1 matching artifact files and directories 
Uploading artifacts as "junit" to coordinator... 201 Created  id=17633 responseStatus=201 Created token=glcbt-64
section_end:1722600986:upload_artifacts_on_success
section_start:1722600986:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722600987:cleanup_file_variables
Job succeeded