Running with gitlab-runner 14.10.0 (c6bb62f6)
  on runner-dariah-gitlab-runner-c7448bb9c-s5cd4 hLuY_sbR
section_start:1716558068:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab-managed-apps
Using Kubernetes executor with image maven:3.8.3-jdk-8 ...
Using attach strategy to execute scripts...
section_end:1716558068:prepare_executor
section_start:1716558068:prepare_script
Preparing environment
Waiting for pod gitlab-managed-apps/runner-hluysbr-project-21188-concurrent-099wm6 to be running, status is Pending
	ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-hluysbr-project-21188-concurrent-099wm6 via runner-dariah-gitlab-runner-c7448bb9c-s5cd4...

section_end:1716558072:prepare_script
section_start:1716558072:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/dariah-de/dariah-de-oai-pmh-services/.git/
Created fresh repository.
Checking out 757c0b1e as develop...

Skipping Git submodules setup

section_end:1716558083:get_sources
section_start:1716558083:restore_cache
Restoring cache
Checking cache for get-pom-version-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:1716558083:restore_cache
section_start:1716558083:step_script
Executing "step_script" stage of the job script
$ PVERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.1.1:evaluate -Dexpression=project.version -q -DforceStdout)
$ echo "PVERSION=${PVERSION}" >> build.env
$ echo "Project version from main pom file is $PVERSION"
Project version from main pom file is 6.2.5-SNAPSHOT

section_end:1716558088:step_script
section_start:1716558088:archive_cache
Saving cache for successful job
Creating cache get-pom-version-protected...
.m2/repository: found 855 matching 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:1716558089:archive_cache
section_start:1716558089:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build.env: found 1 matching files and directories  
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=1394724 responseStatus=201 Created token=glcbt-64

section_end:1716558090:upload_artifacts_on_success
section_start:1716558090:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1716558090:cleanup_file_variables
Job succeeded