Running with gitlab-runner 17.5.3 (12030cf4)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1732009951:prepare_executor
Preparing the "docker" executor
Using Docker executor with image composer:2 ...
Pulling docker image composer:2 ...
Using docker image sha256:64067ce2baf5210841d83d06e8adc5b694bdad8ed39a92123406465b0e7c7c1b for composer:2 with digest composer@sha256:3e409c6df20d7d8b644f72467d54f203efd6b2695c6345d363abd1ca9a80c4c2 ...
section_end:1732009953:prepare_executor
section_start:1732009953:prepare_script
Preparing environment
Running on runner-scbewxeb-project-1042-concurrent-2 via qui-gitlab-runner...
section_end:1732009954:prepare_script
section_start:1732009954:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/quiqqer/order-simple-checkout/.git/
Checking out dc5de544 as detached HEAD (ref is 2.2.0)...
Removing parallel-lint.phar

Skipping Git submodules setup
section_end:1732009955:get_sources
section_start:1732009955:step_script
Executing "step_script" stage of the job script
Using docker image sha256:64067ce2baf5210841d83d06e8adc5b694bdad8ed39a92123406465b0e7c7c1b for composer:2 with digest composer@sha256:3e409c6df20d7d8b644f72467d54f203efd6b2695c6345d363abd1ca9a80c4c2 ...
$ composer validate composer.json
The repository at "/builds/quiqqer/order-simple-checkout" does not have the correct ownership and git refuses to use it:

fatal: detected dubious ownership in repository at '/builds/quiqqer/order-simple-checkout'
To add an exception for this directory, call:

	git config --global --add safe.directory /builds/quiqqer/order-simple-checkout

Composer could not detect the root package (quiqqer/order-simple-checkout) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
The repository at "." does not have the correct ownership and git refuses to use it:

fatal: detected dubious ownership in repository at '/builds/quiqqer/order-simple-checkout'
To add an exception for this directory, call:

	git config --global --add safe.directory /builds/quiqqer/order-simple-checkout

Composer could not detect the root package (quiqqer/order-simple-checkout) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
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 "GPL-3.0+" is a deprecated SPDX license identifier, use "GPL-3.0-or-later" instead
- License "PCSG QEL-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.
section_end:1732009956:step_script
section_start:1732009956:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1732009957:cleanup_file_variables
Job succeeded