Running with gitlab-runner 17.1.0 (fe451d5a)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1720075684:prepare_executor
Preparing the "docker" executor
Using Docker executor with image composer:2 ...
Pulling docker image composer:2 ...
Using docker image sha256:47499b4276acad8bae9b4b605dd0c79209942065c0f37e17e0c337961ff7295f for composer:2 with digest composer@sha256:00bf77232c9c44ce11b23771c345d61f81adde10a642965eaea329756846bec7 ...
section_end:1720075686:prepare_executor
section_start:1720075686:prepare_script
Preparing environment
Running on runner-scbewxeb-project-127-concurrent-0 via qui-gitlab-runner...
section_end:1720075686:prepare_script
section_start:1720075686:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/package-faq/.git/
Checking out 2eeb7a88 as detached HEAD (ref is refs/merge-requests/16/head)...

Skipping Git submodules setup
section_end:1720075687:get_sources
section_start:1720075687:step_script
Executing "step_script" stage of the job script
Using docker image sha256:47499b4276acad8bae9b4b605dd0c79209942065c0f37e17e0c337961ff7295f for composer:2 with digest composer@sha256:00bf77232c9c44ce11b23771c345d61f81adde10a642965eaea329756846bec7 ...
$ composer validate composer.json
composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
# General warnings
- License "PCSG QL-1.0" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.
- License "CC BY-NC-SA 4.0" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.
- require.quiqqer/quiqqer : unbound version constraints (*@dev) should be avoided
$ COMPOSER_TYPE=$(php -r "echo json_decode(file_get_contents('composer.json'))->type;")
$ if [[ $COMPOSER_TYPE != @(library|project|metapackage|composer-plugin|component|quiqqer-@(module|plugin|template|application|system)) ]] ; then (echo "Error: Invalid type $COMPOSER_TYPE in composer.json. Should be quiqqer-module, quiqqer-plugin, quiqqer-template, quiqqer-application, quiqqer-system, library, project, metapackage or composer-plugin"; exit 1); fi
section_end:1720075688:step_script
section_start:1720075688:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1720075688:cleanup_file_variables
Job succeeded