Running with gitlab-runner 17.5.3 (12030cf4)  on Dedicated runner for OSL 9Wshktzm, system ID: s_8f0328945d4f Resolving secrets section_start:1742460375:prepare_executor Preparing the "docker" executor Using Docker executor with image gcr.io/kaniko-project/executor:debug ... Pulling docker image gcr.io/kaniko-project/executor:debug ... Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ... section_end:1742460376:prepare_executor section_start:1742460376:prepare_script Preparing environment Running on runner-9wshktzm-project-275-concurrent-0 via OpenSlice-1.plugtests.net... section_end:1742460377:prepare_script section_start:1742460377:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/rep/osl/code/org.etsi.osl.cridge/.git/ Checking out c395e0db as detached HEAD (ref is develop)... Removing target/ Skipping Git submodules setup section_end:1742460377:get_sources section_start:1742460377:download_artifacts Downloading artifacts Downloading artifacts for maven_build (134909)... Downloading artifacts from coordinator... ok  host=labs.etsi.org id=134909 responseStatus=200 OK token=glcbt-64 section_end:1742460381:download_artifacts section_start:1742460381:step_script Executing "step_script" stage of the job script Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ... $ set -e $ if [ "$CI_COMMIT_REF_PROTECTED" = true ] && [ -n "$CI_COMMIT_TAG" ]; then # collapsed multi-line command $ echo "APP_VERSION set to $APP_VERSION" APP_VERSION set to develop $ export DOCKER_TAG=$APP_VERSION $ if [ "$CI_COMMIT_REF_NAME" = "main" ]; then # collapsed multi-line command $ /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$DOCKER_TAG" INFO[0000] Retrieving image manifest ibm-semeru-runtimes:open-17.0.7_7-jdk INFO[0000] Retrieving image ibm-semeru-runtimes:open-17.0.7_7-jdk from registry index.docker.io INFO[0001] Built cross stage deps: map[] INFO[0001] Retrieving image manifest ibm-semeru-runtimes:open-17.0.7_7-jdk INFO[0001] Returning cached image manifest INFO[0001] Executing 0 build triggers WARN[0001] MAINTAINER is deprecated, skipping INFO[0001] Building stage 'ibm-semeru-runtimes:open-17.0.7_7-jdk' [idx: '0', base-idx: '-1'] INFO[0001] Unpacking rootfs as cmd RUN mkdir /opt/shareclasses requires it. INFO[0007] RUN mkdir /opt/shareclasses INFO[0007] Initializing snapshotter ... INFO[0007] Taking snapshot of full filesystem... INFO[0008] Cmd: /bin/sh INFO[0008] Args: [-c mkdir /opt/shareclasses] INFO[0008] Running: [/bin/sh -c mkdir /opt/shareclasses] INFO[0008] Taking snapshot of full filesystem... INFO[0009] RUN mkdir -p /opt/openslice/lib/ INFO[0009] Cmd: /bin/sh INFO[0009] Args: [-c mkdir -p /opt/openslice/lib/] INFO[0009] Running: [/bin/sh -c mkdir -p /opt/openslice/lib/] INFO[0009] Taking snapshot of full filesystem... INFO[0009] COPY target/org.etsi.osl.cridge-1.2.0-SNAPSHOT-exec.jar /opt/openslice/lib/ INFO[0009] Taking snapshot of files... INFO[0011] CMD ["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.cridge-1.2.0-SNAPSHOT-exec.jar"] INFO[0011] Pushing image to labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:develop INFO[0013] Pushed labs.etsi.org:5050/osl/code/org.etsi.osl.cridge@sha256:9a1b1d72176199041788b4beb82d84044ace5b6b65adf566dbb50f54d37288a9 section_end:1742460395:step_script section_start:1742460395:cleanup_file_variables Cleaning up project directory and file based variables section_end:1742460395:cleanup_file_variables Job succeeded