Running with gitlab-runner 17.5.3 (12030cf4)  on Dedicated runner for OSL 9Wshktzm, system ID: s_8f0328945d4f Resolving secrets section_start:1736887966: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:1736887968:prepare_executor section_start:1736887968:prepare_script Preparing environment Running on runner-9wshktzm-project-275-concurrent-0 via OpenSlice-1.plugtests.net... section_end:1736887968:prepare_script section_start:1736887968: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 4b0dc968 as detached HEAD (ref is main)... Removing target/ Skipping Git submodules setup section_end:1736887969:get_sources section_start:1736887969:download_artifacts Downloading artifacts Downloading artifacts for maven_build (120161)... Downloading artifacts from coordinator... ok  host=labs.etsi.org id=120161 responseStatus=200 OK token=glcbt-64 section_end:1736887973:download_artifacts section_start:1736887973: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 main $ export DOCKER_TAG=$APP_VERSION $ if [ "$CI_COMMIT_REF_NAME" = "main" ]; then # collapsed multi-line command Pushing Docker image with tag 'latest' $ /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[0008] RUN mkdir /opt/shareclasses INFO[0008] Initializing snapshotter ... INFO[0008] Taking snapshot of full filesystem... INFO[0009] Cmd: /bin/sh INFO[0009] Args: [-c mkdir /opt/shareclasses] INFO[0009] Running: [/bin/sh -c mkdir /opt/shareclasses] INFO[0009] Taking snapshot of full filesystem... INFO[0010] RUN mkdir -p /opt/openslice/lib/ INFO[0010] Cmd: /bin/sh INFO[0010] Args: [-c mkdir -p /opt/openslice/lib/] INFO[0010] Running: [/bin/sh -c mkdir -p /opt/openslice/lib/] INFO[0010] Taking snapshot of full filesystem... INFO[0010] COPY target/org.etsi.osl.cridge-1.1.0-exec.jar /opt/openslice/lib/ INFO[0010] Taking snapshot of files... INFO[0012] CMD ["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.cridge-1.1.0-exec.jar"] INFO[0012] Pushing image to labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:latest INFO[0014] Pushed labs.etsi.org:5050/osl/code/org.etsi.osl.cridge@sha256:1bb6f6c20686ccbeb9886a21d6746888bd8e8c869ef995851d8b5265e5349363 section_end:1736887988:step_script section_start:1736887988:cleanup_file_variables Cleaning up project directory and file based variables section_end:1736887988:cleanup_file_variables Job succeeded