Running with gitlab-runner 17.5.3 (12030cf4)  on Dedicated runner for OSL 9Wshktzm, system ID: s_8f0328945d4f Resolving secrets section_start:1738071995: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:1738071997:prepare_executor section_start:1738071997:prepare_script Preparing environment Running on runner-9wshktzm-project-274-concurrent-0 via OpenSlice-1.plugtests.net... section_end:1738071997:prepare_script section_start:1738071997: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.centrallog.service/.git/ Checking out bb94e85e as detached HEAD (ref is develop)... Removing target/ Skipping Git submodules setup section_end:1738071998:get_sources section_start:1738071998:download_artifacts Downloading artifacts Downloading artifacts for maven_build (124602)... Downloading artifacts from coordinator... ok  host=labs.etsi.org id=124602 responseStatus=200 OK token=glcbt-64 section_end:1738072002:download_artifacts section_start:1738072002: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[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... error building image: error building stage: failed to get files used from context: failed to get fileinfo for /builds/rep/osl/code/org.etsi.osl.centrallog.service/target/org.etsi.osl.centrallog.service-1.0.1.jar: lstat /builds/rep/osl/code/org.etsi.osl.centrallog.service/target/org.etsi.osl.centrallog.service-1.0.1.jar: no such file or directory section_end:1738072013:step_script section_start:1738072013:cleanup_file_variables Cleaning up project directory and file based variables section_end:1738072013:cleanup_file_variables ERROR: Job failed: exit code 1