Running with gitlab-runner 17.5.3 (12030cf4)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1743424266: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:96e20910f3f7bbbaf4bd4d1cde4a5b245d71fa3f19b0688c33d24eb5955f6112 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:e40aaeff67e34ca97017d31c1d3ef50347355322392d73a231de5d34e3937caf ...
section_end:1743424269:prepare_executor
section_start:1743424269:prepare_script
Preparing environment
Running on runner-scbewxeb-project-544-concurrent-0 via qui-gitlab-runner...
section_end:1743424270:prepare_script
section_start:1743424270:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/frontend-users/.git/
Checking out 6f2c43fc as detached HEAD (ref is 2.8.0)...
Removing parallel-lint.phar

Skipping Git submodules setup
section_end:1743424271:get_sources
section_start:1743424271:restore_cache
Restoring cache
Checking cache for 0_-f7e1678f3d2021608647a44b46a090d608e1f358-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
Checking cache for phpcs-6f2c43fcbe06937eea0213c3208becce0a88d22b-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1743424272:restore_cache
section_start:1743424272:step_script
Executing "step_script" stage of the job script
Using docker image sha256:96e20910f3f7bbbaf4bd4d1cde4a5b245d71fa3f19b0688c33d24eb5955f6112 for quiqqer/testing:2-php8.3 with digest quiqqer/testing@sha256:e40aaeff67e34ca97017d31c1d3ef50347355322392d73a231de5d34e3937caf ...
250331 12:31:13 mysqld_safe Logging to syslog.
250331 12:31:13 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.2. 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.3 - Copyright (C) 2015-2025 by Arne Blankerts, Sebastian Heuer and Contributors
Linking /builds/quiqqer/frontend-users/.phive-home/phars/phpcs-3.12.0.phar to /builds/quiqqer/frontend-users/tools/phpcs

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

section_end:1743424275:step_script
section_start:1743424275:archive_cache
Saving cache for successful job
Creating cache 0_-f7e1678f3d2021608647a44b46a090d608e1f358-protected...
tools: found 3 matching artifact files and directories 
/builds/quiqqer/frontend-users/.phive-home: found 24 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-6f2c43fcbe06937eea0213c3208becce0a88d22b-protected...
.phpcs-cache-phpcs-6f2c43fcbe06937eea0213c3208becce0a88d22b.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:1743424276:archive_cache
section_start:1743424276: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=61076 responseStatus=201 Created token=glcbt-64
section_end:1743424277:upload_artifacts_on_success
section_start:1743424277:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1743424278:cleanup_file_variables
Job succeeded