build-pre-commit-base-image: [3.14, 4.5.1, 3.14-4.5.1] ○ success
⏱
Duration: 25s
⏳
Queued: 5s
📁
Stage: docker-image
🖥
Runner: linux-aws-1
Average Duration
26s
This job: 25s
Failure Rate
0.0%
last 30 days
External Links
▶
Job Execution Phases
💡 Tip: Click on any phase bar to jump to that section in the log below
▶
Job Analysis
Job Status: Passed
Status: Job passed successfully
▶
Full Job Log
289 lines
Match - of 0
1
22:37:31
Running with gitlab-runner 18.9.0 (07e534ba)
2
22:37:31
on gitlab-runner-linux-1-746bdd58fd-cqwdq wRxjPbsJX, system ID: r_BbsT8E7thlM4
3
22:37:31
feature flags: FF_USE_FASTZIP:true, FF_USE_NEW_BASH_EVAL_STRATEGY:true, FF_USE_DYNAMIC_TRACE_FORCE_SEND_INTERVAL:true, FF_SCRIPT_SECTIONS:true, FF_USE_ADVANCED_POD_SPEC_CONFIGURATION:true, FF_PRINT_POD_EVENTS:true, FF_USE_DUMB_INIT_WITH_KUBERNETES_EXECUTOR:true, FF_LOG_IMAGES_CONFIGURED_FOR_JOB:true, FF_CLEAN_UP_FAILED_CACHE_EXTRACT:true, FF_GIT_URLS_WITHOUT_TOKENS:true, FF_WAIT_FOR_POD_TO_BE_REACHABLE:true, FF_USE_FLEETING_ACQUIRE_HEARTBEATS:true, FF_USE_JOB_ROUTER:true
4
22:37:31
Resolving secrets
5
22:37:31
section_start:1778020651:prepare_executor
6
22:37:31
+Preparing the "kubernetes" executor
7
22:37:31
"CPURequest" overwritten with "2"
8
22:37:31
"MemoryRequest" overwritten with "4G"
9
22:37:31
Using Kubernetes namespace: gitlab-runner
10
22:37:31
Using Kubernetes executor with image registry.scandit.com/dockerfiles/kaniko:v1.27.3-crane@sha256:72bdc063db14f38a45910d33ccf066ecb088d4833fb2437fef336e49b81fd4ac ...
11
22:37:31
Using attach strategy to execute scripts...
12
22:37:31
Using effective pull policy of [Always] for container build
13
22:37:31
Using effective pull policy of [Always] for container helper
14
22:37:31
Using effective pull policy of [Always] for container init-permissions
15
22:37:31
section_end:1778020651:prepare_executor
16
22:37:31
+section_start:1778020651:prepare_script
17
22:37:31
+Preparing environment
18
22:37:31
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
19
22:37:31
WARNING: Advanced Pod Spec configuration enabled, merging the provided PodSpec to the generated one. This is a beta feature and is subject to change. Feedback is collected in this issue: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29659 ...
20
22:37:32
Subscribing to Kubernetes Pod events...
21
22:37:32
Type Reason Message
22
22:37:32
Normal Scheduled Successfully assigned gitlab-runner/runner-wrxjpbsjx-project-621-concurrent-4-n2kj2or1 to ip-10-0-36-227.eu-central-1.compute.internal
23
22:37:34
Normal TaintManagerEviction Cancelling deletion of Pod gitlab-runner/runner-wrxjpbsjx-project-621-concurrent-4-n2kj2or1
24
22:37:37
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
25
22:37:40
Normal Created Created container: init-permissions
26
22:37:41
Normal Started Started container init-permissions
27
22:37:41
Normal Pulling Pulling image "498954711405.dkr.ecr.eu-central-1.amazonaws.com/dockerfiles/kaniko@sha256:72bdc063db14f38a45910d33ccf066ecb088d4833fb2437fef336e49b81fd4ac"
28
22:37:48
Normal Pulled Successfully pulled image "498954711405.dkr.ecr.eu-central-1.amazonaws.com/dockerfiles/kaniko@sha256:72bdc063db14f38a45910d33ccf066ecb088d4833fb2437fef336e49b81fd4ac" in 6.385s (6.385s including waiting). Image size: 49989654 bytes.
29
22:37:48
Normal Created Created container: build
30
22:37:48
Normal Started Started container build
31
22:37:48
Normal Pulled Container image "gitlab/gitlab-runner-helper:x86_64-v18.8.0" already present on machine
32
22:37:48
Normal Created Created container: helper
33
22:37:48
Normal Started Started container helper
34
22:37:51
Running on runner-wrxjpbsjx-project-621-concurrent-4-n2kj2or1 via gitlab-runner-linux-1-746bdd58fd-cqwdq...
35
22:37:51
36
22:37:51
section_end:1778020671:prepare_script
37
22:37:51
+section_start:1778020671:get_sources
38
22:37:51
+Getting source from Git repository
39
22:37:52
Gitaly correlation ID: 01KQX4M489YE4G6BXKQ1K7GDHV
40
22:37:52
Fetching changes with git depth set to 1...
41
22:37:52
Initialized empty Git repository in /build/internal/gitlab-templates/.git/
42
22:37:52
Created fresh repository.
43
22:37:52
Checking out 13881c4b as detached HEAD (ref is refs/merge-requests/638/merge)...
44
22:37:52
45
22:37:52
Skipping Git submodules setup
46
22:37:52
47
22:37:52
section_end:1778020672:get_sources
48
22:37:52
+section_start:1778020672:step_script
49
22:37:52
+Executing "step_script" stage of the job script
50
22:37:53
section_start:1778020672:section_pre_build_script_0[hide_duration=true,collapsed=true]
$ function cleanup {
51
22:37:53
rv=$?
52
22:37:53
if [ $rv -ne 0 ]; then
53
22:37:53
echo ""
54
22:37:53
echo " Failure Cause Analysis might help, please open this link:"
55
22:37:53
echo " https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
56
22:37:53
echo ""
57
22:37:53
fi
58
22:37:53
echo ""
59
22:37:53
echo "Scout Analysis: https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
60
22:37:53
echo ""
61
22:37:53
echo ""
62
22:37:53
echo "Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=${GRAFANA_DATASOURCE}&var-host=${SC_K8S_NODE_NAME}&var-namespace=${SC_K8S_NAMESPACE}&var-pod=${HOSTNAME}&var-resolution=15&from=${__start_time}000&to=${EPOCHSECONDS}000"
63
22:37:53
echo "Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=${GRAFANA_DATASOURCE}&var-node=${SC_K8S_NODE_NAME}&var-resolution=15s&from=${__start_time}000&to=${EPOCHSECONDS}000"
64
22:37:53
echo "Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=${LOKI_DATASOURCE}&var-filters=log_group|=|gitlab-runner&var-filters=source|=|${LOKI_LOGSOURCE}&var-filters=namespace|=|${SC_K8S_NAMESPACE}&var-filters=CI_PROJECT_ID|=|${CI_PROJECT_ID}&var-filters=CI_PIPELINE_ID|=|${CI_PIPELINE_ID}&var-filters=CI_JOB_ID|=|${CI_JOB_ID}&sortOrder=Ascending&from=${__start_time}000&to=${EPOCHSECONDS}000"
65
22:37:53
echo "Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=$(date -d '-7 days' +%Y-%m-%d)~$(date -d '+7 days' +%Y-%m-%d)&job_name=${CI_JOB_NAME}&project=${CI_PROJECT_PATH}"
66
22:37:53
echo ""
67
22:37:53
exit $rv
68
22:37:53
}
69
22:37:53
trap cleanup EXIT
70
22:37:53
echo "INFO: This is the CI job pre_build_script"
71
22:37:53
echo "INFO: It's defined in the backend/infra/aws repo."
72
22:37:53
echo "INFO: These additional Scandit variables are available to you:"
73
22:37:53
echo " SC_K8S_NODE_NAME: $SC_K8S_NODE_NAME"
74
22:37:53
echo " SC_K8S_IMAGE_ID: $SC_K8S_IMAGE_ID"
75
22:37:53
echo " SC_K8S_KYVERNO_PATCHES: |"
76
22:37:53
echo "$SC_K8S_KYVERNO_PATCHES" | sed 's/^/ /'
77
22:37:53
echo "cpu (r/l): ${SC_K8S_REQUESTS_CPU}/${SC_K8S_LIMITS_CPU}"
78
22:37:53
if command -v numfmt >/dev/null 2>&1; then
79
22:37:53
echo "memory (r/l): $(numfmt --to=iec --suffix=B $SC_K8S_REQUESTS_MEMORY)/$(numfmt --to=iec --suffix=B $SC_K8S_LIMITS_MEMORY)"
80
22:37:53
else
81
22:37:53
echo "memory (r/l): ${SC_K8S_REQUESTS_MEMORY}/${SC_K8S_LIMITS_MEMORY}"
82
22:37:53
fi
83
22:37:53
__start_time=${EPOCHSECONDS}
84
22:37:53
echo ""
85
22:37:53
echo "Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=${GRAFANA_DATASOURCE}&var-host=${SC_K8S_NODE_NAME}&var-namespace=${SC_K8S_NAMESPACE}&var-pod=${HOSTNAME}&var-resolution=15&from=${__start_time}000&to=now"
86
22:37:53
echo "Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=${GRAFANA_DATASOURCE}&var-node=${SC_K8S_NODE_NAME}&var-resolution=15s&from=${__start_time}000&to=now"
87
22:37:53
echo "Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=${LOKI_DATASOURCE}&var-filters=log_group|=|gitlab-runner&var-filters=source|=|${LOKI_LOGSOURCE}&var-filters=namespace|=|${SC_K8S_NAMESPACE}&var-filters=CI_PROJECT_ID|=|${CI_PROJECT_ID}&var-filters=CI_PIPELINE_ID|=|${CI_PIPELINE_ID}&var-filters=CI_JOB_ID|=|${CI_JOB_ID}&sortOrder=Ascending&from=${__start_time}000&to=now"
88
22:37:53
echo "Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=$(date -d '-7 days' +%Y-%m-%d)~$(date -d '+7 days' +%Y-%m-%d)&job_name=${CI_JOB_NAME}&project=${CI_PROJECT_PATH}"
89
22:37:53
echo ""
90
22:37:53
echo "Setting up credentials for Gitlab Python registries"
91
22:37:53
mkdir -p ~
92
22:37:53
echo "machine gitlab.scandit.com" > ~/.netrc
93
22:37:53
echo "login gitlab-ci-token" >> ~/.netrc
94
22:37:53
echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
95
22:37:53
chmod 600 ~/.netrc
96
22:37:53
if command -v git &> /dev/null && [ "$(id -u)" -ne 0 ]; then
97
22:37:53
git config --global --add safe.directory $CI_PROJECT_DIR
98
22:37:53
fi
99
22:37:53
# Sonarqube server is running on the same cluster. Use internal address
100
22:37:53
export SONAR_HOST_URL="http://sonarqube.sonarqube.svc.cluster.local:9000"
101
22:37:53
section_end:1778020672:section_pre_build_script_0
102
22:37:53
INFO: This is the CI job pre_build_script
103
22:37:53
INFO: It's defined in the backend/infra/aws repo.
104
22:37:53
INFO: These additional Scandit variables are available to you:
105
22:37:53
SC_K8S_NODE_NAME: ip-10-0-36-227.eu-central-1.compute.internal
106
22:37:53
SC_K8S_IMAGE_ID:
107
22:37:53
SC_K8S_KYVERNO_PATCHES: |
108
22:37:53
109
22:37:53
cpu (r/l): 2/4
110
22:37:53
memory (r/l): 4000000000/17179869184
111
22:37:53
112
22:37:53
Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=lu1rmx27z&var-host=ip-10-0-36-227.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-4-n2kj2or1&var-resolution=15&from=1778020672000&to=now
113
22:37:53
Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=lu1rmx27z&var-node=ip-10-0-36-227.eu-central-1.compute.internal&var-resolution=15s&from=1778020672000&to=now
114
22:37:53
Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=nVsAo7UVk&var-filters=log_group|=|gitlab-runner&var-filters=source|=|k8s-ci.aws.scandit.io&var-filters=namespace|=|gitlab-runner&var-filters=CI_PROJECT_ID|=|621&var-filters=CI_PIPELINE_ID|=|1580353&var-filters=CI_JOB_ID|=|54442838&sortOrder=Ascending&from=1778020672000&to=now
115
22:37:53
date: invalid date '-7 days'
116
22:37:53
date: invalid date '+7 days'
117
22:37:53
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=~&job_name=build-pre-commit-base-image: [3.14, 4.5.1, 3.14-4.5.1]&project=internal/gitlab-templates
118
22:37:53
119
22:37:53
Setting up credentials for Gitlab Python registries
120
22:37:53
$ echo $DOCKER_CONFIG_JSON > /kaniko/.docker/config.json
121
22:37:53
$ mv /root/.netrc /kaniko/.netrc
122
22:37:53
section_start:1778020672:section_script_step_2[hide_duration=true,collapsed=true]
$ function copy_files() {
123
22:37:53
local src="$1"
124
22:37:53
local trg="$2"
125
22:37:53
for f in $src; do
126
22:37:53
t="$trg/`dirname $f`"
127
22:37:53
mkdir -p $t || true
128
22:37:53
echo "Copy $f"
129
22:37:53
cp -pr $f $trg/$f
130
22:37:53
done
131
22:37:53
}
132
22:37:53
function recursive_hash() {
133
22:37:53
local dir="$1"
134
22:37:53
find "$dir" -exec stat -c '%F|%a|%u:%g|%n' {} + -type f -exec sha256sum {} + | sort | sha256sum | cut -d ' ' -f1
135
22:37:53
}
136
22:37:53
function remote_docker_digest() {
137
22:37:53
local images="$1"
138
22:37:53
echo $images | xargs -n 1 crane digest
139
22:37:53
}
140
22:37:53
function remote_image_exists() {
141
22:37:53
local image="$1"
142
22:37:53
crane manifest $image > /dev/null 2>&1
143
22:37:53
}
144
22:37:53
function remote_images_are_identical() {
145
22:37:53
local imageA="$1"
146
22:37:53
local imageB="$2"
147
22:37:53
if [[ $(remote_docker_digest "$imageA") == $(remote_docker_digest "$imageB") ]]; then
148
22:37:53
return 0
149
22:37:53
else
150
22:37:53
return 1
151
22:37:53
fi
152
22:37:53
}
153
22:37:53
function copy_image() {
154
22:37:53
local image="$1"
155
22:37:53
local remotes="$2"
156
22:37:53
local backup_ext="$3"
157
22:37:53
echo "$image"
158
22:37:53
local source_digest=$(remote_docker_digest $image)
159
22:37:53
local target_digest
160
22:37:53
for registry in $remotes; do
161
22:37:53
if target_digest=$(remote_docker_digest $registry); then
162
22:37:53
if [ "$target_digest" != "$source_digest" ]; then
163
22:37:53
echo "image outdated, overwriting with newest version"
164
22:37:53
crane copy $image $registry
165
22:37:53
crane copy $image ${registry}${backup_ext}
166
22:37:53
fi
167
22:37:53
else
168
22:37:53
echo "image does not exist, writing newest version"
169
22:37:53
crane copy $image $registry
170
22:37:53
crane copy $image ${registry}${backup_ext}
171
22:37:53
fi
172
22:37:53
done
173
22:37:53
}
174
22:37:53
section_end:1778020672:section_script_step_2
175
22:37:53
section_start:1778020672:section_script_step_3[hide_duration=true,collapsed=true]
$ if [ "$CONTAINER_SUBDIR" != "" ]; then
176
22:37:53
echo "Entering subpath $CONTAINER_SUBDIR"
177
22:37:53
cd $CONTAINER_SUBDIR
178
22:37:53
fi
179
22:37:53
section_end:1778020672:section_script_step_3
180
22:37:53
$ copy_files "$CONTAINER_IMPLICIT_REQUIREMENTS $CONTAINER_REQUIREMENTS" "$CONTAINER_CONTEXT_PATH"
181
22:37:53
Copy Dockerfile.pre-commit
182
22:37:53
$ echo "$CONTAINER_BUILD_ENVIRONMENT" > $CONTAINER_CONTEXT_PATH/.docker-build-env
183
22:37:53
$ docker_checksum=$(recursive_hash $CONTAINER_CONTEXT_PATH)
184
22:37:53
section_start:1778020672:section_script_step_7[hide_duration=true,collapsed=true]
$ if [ "$CONTAINER_IMAGE_NAME" == "" ]; then
185
22:37:53
final_image_name=${CONTAINER_IMAGE_URL}
186
22:37:53
else
187
22:37:53
final_image_name=${CONTAINER_IMAGE_URL}/${CONTAINER_IMAGE_NAME}
188
22:37:53
fi
189
22:37:53
section_end:1778020672:section_script_step_7
190
22:37:53
$ final_image_url=${final_image_name}:${docker_checksum}
191
22:37:53
section_start:1778020672:section_script_step_9[hide_duration=true,collapsed=true]
$ if [ "${PIPELINE_IMAGE_REFS}" == "1" ]; then
192
22:37:53
echo $CONTAINER_IMAGE_VARIABLE=${final_image_url}-P${CI_PROJECT_ID}-${CI_PIPELINE_ID} > $CI_PROJECT_DIR/docker_image_build.env
193
22:37:53
else
194
22:37:53
echo $CONTAINER_IMAGE_VARIABLE=$final_image_url > $CI_PROJECT_DIR/docker_image_build.env
195
22:37:53
fi
196
22:37:53
section_end:1778020672:section_script_step_9
197
22:37:53
$ echo ${CONTAINER_IMAGE_VARIABLE}_HASH=$docker_checksum >> $CI_PROJECT_DIR/docker_image_build.env
198
22:37:53
section_start:1778020672:section_script_step_11[hide_duration=true,collapsed=true]
$ if [ "${FORCE_BUILD}" != "true" ] || command -v crane &> /dev/null; then
199
22:37:53
echo $REGISTRY_PASSWORD | crane auth login $REGISTRY -u $REGISTRY_USER --password-stdin
200
22:37:53
fi
201
22:37:53
section_end:1778020672:section_script_step_11
202
22:37:53
203
22:37:53
WARNING! Your credentials are stored unencrypted in '/kaniko/.docker/config.json'.
204
22:37:53
Configure a credential helper to remove this warning. See
205
22:37:53
https://docs.docker.com/go/credential-store/
206
22:37:53
207
22:37:53
2026/05/05 22:37:52 logged in via /kaniko/.docker/config.json
208
22:37:53
section_start:1778020672:section_script_step_12[hide_duration=true,collapsed=true]
$ if [ "${FORCE_BUILD}" != "true" ] && remote_image_exists "$final_image_url"; then
209
22:37:53
echo "Image already exists, skip the build."
210
22:37:53
echo "$final_image_url"
211
22:37:53
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
212
22:37:53
_EXT=""
213
22:37:53
_BACKUP_EXT="-CI${CI_JOB_ID}-$(date '+%Y%m%d')"
214
22:37:53
elif [[ -n "$CI_MERGE_REQUEST_ID" ]]; then
215
22:37:53
_EXT="-MR${CI_MERGE_REQUEST_IID}"
216
22:37:53
_BACKUP_EXT=""
217
22:37:53
elif [[ "$CI_COMMIT_REF_PROTECTED" == "true" ]]; then
218
22:37:53
_EXT="-${CI_COMMIT_REF_SLUG}"
219
22:37:53
_BACKUP_EXT="-CI${CI_JOB_ID}-$(date '+%Y%m%d')"
220
22:37:53
fi
221
22:37:53
for _TAG in $CONTAINER_IMAGE_TAG; do
222
22:37:53
echo "Copying ${final_image_url} to ${final_image_name}:${_TAG}${_EXT}"
223
22:37:53
copy_image "${final_image_url}" "${final_image_name}:${_TAG}${_EXT}" "${_BACKUP_EXT}"
224
22:37:53
done
225
22:37:53
if [ "${PIPELINE_IMAGE_REFS}" == "1" ]; then
226
22:37:53
_EXT="-P${CI_PROJECT_ID}-${CI_PIPELINE_ID}"
227
22:37:53
echo "Copying ${final_image_url} to ${final_image_url}${_EXT}"
228
22:37:53
copy_image "${final_image_url}" "${final_image_url}${_EXT}"
229
22:37:53
for _TAG in $CONTAINER_IMAGE_TAG; do
230
22:37:53
echo "Copying ${final_image_url} to ${final_image_name}:${_TAG}${_EXT}"
231
22:37:53
copy_image "${final_image_url}" "${final_image_name}:${_TAG}${_EXT}"
232
22:37:53
done
233
22:37:53
fi
234
22:37:53
exit 0
235
22:37:53
fi
236
22:37:53
section_end:1778020672:section_script_step_12
237
22:37:53
Image already exists, skip the build.
238
22:37:53
registry.scandit.com/internal/gitlab-templates/pre-commit:62ac7ba22c7713574b9d35be41b72771b36937cfe264f1c1b5efc965e3b6a265
239
22:37:53
Copying registry.scandit.com/internal/gitlab-templates/pre-commit:62ac7ba22c7713574b9d35be41b72771b36937cfe264f1c1b5efc965e3b6a265 to registry.scandit.com/internal/gitlab-templates/pre-commit:3.14-4.5.1-MR638
240
22:37:53
registry.scandit.com/internal/gitlab-templates/pre-commit:62ac7ba22c7713574b9d35be41b72771b36937cfe264f1c1b5efc965e3b6a265
241
22:37:53
2026/05/05 22:37:53 HEAD request failed, falling back on GET: HEAD https://registry.scandit.com/v2/internal/gitlab-templates/pre-commit/manifests/3.14-4.5.1-MR638: unexpected status code 404 Not Found (HEAD responses have no body, use GET for details)
242
22:37:54
Error: GET https://registry.scandit.com/v2/internal/gitlab-templates/pre-commit/manifests/3.14-4.5.1-MR638: MANIFEST_UNKNOWN: manifest unknown; map[Tag:3.14-4.5.1-MR638]
243
22:37:54
image does not exist, writing newest version
244
22:37:54
2026/05/05 22:37:53 Copying from registry.scandit.com/internal/gitlab-templates/pre-commit:62ac7ba22c7713574b9d35be41b72771b36937cfe264f1c1b5efc965e3b6a265 to registry.scandit.com/internal/gitlab-templates/pre-commit:3.14-4.5.1-MR638
245
22:37:54
2026/05/05 22:37:54 existing blob: sha256:55cab8de839fd4db3f8ccd4a0ec43ad27c5e112834e9e6ee2b1a68ebb49b64d0
246
22:37:54
2026/05/05 22:37:54 existing blob: sha256:0e188e6a6d38dcb0203c2a32ea25e2521594a7619ba8b508f5b695684b9878a7
247
22:37:54
2026/05/05 22:37:54 existing blob: sha256:5957ac4c1fdd681289811aec6fdcfdab5af82ebf72bb1d095726a3db3ae49601
248
22:37:54
2026/05/05 22:37:54 existing blob: sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081
249
22:37:54
2026/05/05 22:37:54 existing blob: sha256:25c95bc50f6df2aef8cc6217d03c85fdb351d25e009a73aad25e8a8b1f69dda7
250
22:37:54
2026/05/05 22:37:54 existing blob: sha256:03e82c1b170c1fe933744d07af0abf9f491c7c8ca6488768c31e0929aa5cdd0f
251
22:37:54
2026/05/05 22:37:54 existing blob: sha256:89732bc7504122601f40269fc9ddfb70982e633ea9caf641ae45736f2846b004
252
22:37:54
2026/05/05 22:37:54 existing blob: sha256:e88a8ff157ea1dc79fb54747bb63ef128a5ebbc879908ea48c758d5991640f1a
253
22:37:54
2026/05/05 22:37:54 existing blob: sha256:a387bd0b68d88ced89d2fcca6c5c926c6380d88fa5d28694504614bb5ff0220b
254
22:37:54
2026/05/05 22:37:54 existing blob: sha256:cd576f9e55919a8f8a69249382c6b4ec4515755d71bd61255c76bc494cfa42cd
255
22:37:54
2026/05/05 22:37:54 existing blob: sha256:37248f14bf990a975194330b5c8363a82736ed8321b39bcf6858e375813f2778
256
22:37:54
2026/05/05 22:37:54 existing blob: sha256:1be0626f08077d5caf7d99a17ad9c04ab6d0685a238b0b22b0a21b813fb64efa
257
22:37:54
2026/05/05 22:37:54 existing blob: sha256:7efc50ed51dc626b6dd59376553f168165f25c26e14acf2831cc7dcb7619cb8f
258
22:37:54
2026/05/05 22:37:54 existing blob: sha256:2d7fc03b72bcfa81eb30de622003d68f71427357a0e644fd6331749ae8fa44bc
259
22:37:54
2026/05/05 22:37:54 existing blob: sha256:437dab7991d06f037addb063e05bd621158c252e5f325aa73424196d946e1080
260
22:37:55
2026/05/05 22:37:54 registry.scandit.com/internal/gitlab-templates/pre-commit:3.14-4.5.1-MR638: digest: sha256:89d50d24422bc1d80a309d3dc6643922b4b54115262611d9ecee1ab5a3c15520 size: 5072
261
22:37:55
2026/05/05 22:37:54 Copying from registry.scandit.com/internal/gitlab-templates/pre-commit:62ac7ba22c7713574b9d35be41b72771b36937cfe264f1c1b5efc965e3b6a265 to registry.scandit.com/internal/gitlab-templates/pre-commit:3.14-4.5.1-MR638
262
22:37:55
2026/05/05 22:37:54 existing manifest: 3.14-4.5.1-MR638@sha256:89d50d24422bc1d80a309d3dc6643922b4b54115262611d9ecee1ab5a3c15520
263
22:37:55
264
22:37:55
Scout Analysis: https://scout.scandit.io/analysis/projects/621/jobs/54442838
265
22:37:55
266
22:37:55
267
22:37:55
Grafana Pod-View: https://grafana.scandit.com/d/k8s_views_pods/kubernetes-views-pods?orgId=1&refresh=1m&var-datasource=lu1rmx27z&var-host=ip-10-0-36-227.eu-central-1.compute.internal&var-namespace=gitlab-runner&var-pod=runner-wrxjpbsjx-project-621-concurrent-4-n2kj2or1&var-resolution=15&from=1778020672000&to=1778020674000
268
22:37:55
Grafana Node-View: https://grafana.scandit.com/d/k8s_views_nodes/kubernetes-views-nodes?orgId=1&refresh=1m&var-datasource=lu1rmx27z&var-node=ip-10-0-36-227.eu-central-1.compute.internal&var-resolution=15s&from=1778020672000&to=1778020674000
269
22:37:55
Loki Logs: https://grafana.scandit.com/a/grafana-lokiexplore-app/explore/log_group/gitlab-runner/logs?var-ds=nVsAo7UVk&var-filters=log_group|=|gitlab-runner&var-filters=source|=|k8s-ci.aws.scandit.io&var-filters=namespace|=|gitlab-runner&var-filters=CI_PROJECT_ID|=|621&var-filters=CI_PIPELINE_ID|=|1580353&var-filters=CI_JOB_ID|=|54442838&sortOrder=Ascending&from=1778020672000&to=1778020674000
270
22:37:55
date: invalid date '-7 days'
271
22:37:55
date: invalid date '+7 days'
272
22:37:55
Lilibet Statistics: https://lilibet.scandit.io/dashboard/204-job-drill-down?date_range=~&job_name=build-pre-commit-base-image: [3.14, 4.5.1, 3.14-4.5.1]&project=internal/gitlab-templates
273
22:37:55
274
22:37:55
275
22:37:55
section_end:1778020675:step_script
276
22:37:55
+section_start:1778020675:upload_artifacts_on_success
277
22:37:55
+Uploading artifacts for successful job
278
22:37:55
Uploading artifacts...
279
22:37:55
docker_image_build.env: found 1 matching artifact files and directories
280
22:37:56
Uploading artifacts as "dotenv" to coordinator... 201 Created correlation_id=01KQX4MVTFQ1FW81EHDQVFQZ3X id=54442838 responseStatus=201 Created token=64_Vsy61E
281
22:37:56
282
22:37:56
section_end:1778020676:upload_artifacts_on_success
283
22:37:56
+section_start:1778020676:cleanup_file_variables
284
22:37:56
+Cleaning up project directory and file based variables
285
22:37:56
286
22:37:56
section_end:1778020676:cleanup_file_variables
287
22:37:56
+
288
22:37:56
Job succeeded
289